make_time_chunk_for_each class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.utility.mechanical
make_time_chunk_for_each()
make_time_chunk_for_each(target_time_freq_values: object, operator_to_iterate: object, pin_index: object, meshed_region: object, chunk_config: object, producer_op11: object, producer_op12: object, output_pin_of_producer_op12: object, input_pin_of_consumer_op12: object, consumer_op12: object, config: OperatorConfig)
make_time_chunk_for_each(config: OperatorConfig)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.utility.mechanical |
| Assembly | Ans_Dpf_Mechanical_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
target_time_freq_values
List of time/freq values to potentially split in chunks.
Type: LinkableInput
operator_to_iterate
Operator that must be reconnected with the range values.
Type: LinkableInput
pin_index
Type: LinkableInput
meshed_region
The number of nodes (for "Nodal" results) or number of elements (for "Elemental" results) is used to compute the chunk.
Type: LinkableInput
chunk_config
a data tree with an int attribute "max_num_bytes", an int attribute "dimensionality" (average result size by entity), a string attribute "location" ("Nodal" or"Elemental") is expected.
Type: LinkableInput
producer_op11
Type: LinkableInput
producer_op12
Type: LinkableInput
output_pin_of_producer_op12
Type: LinkableInput
input_pin_of_consumer_op12
Type: LinkableInput
consumer_op12
Type: LinkableInput
Outputs
chunks
To connect to "producer_consumer_for_each" Operator on pin 0
Type: LinkableOutput
Constructors
Constructor
make_time_chunk_for_each()
Constructor
make_time_chunk_for_each(target_time_freq_values, operator_to_iterate, pin_index, meshed_region, chunk_config, producer_op11, producer_op12, output_pin_of_producer_op12, input_pin_of_consumer_op12, consumer_op12, config)
Parameters:
target_time_freq_values(object)operator_to_iterate(object)pin_index(object)meshed_region(object)chunk_config(object)producer_op11(object)producer_op12(object)output_pin_of_producer_op12(object)input_pin_of_consumer_op12(object)consumer_op12(object)config(OperatorConfig)
Constructor
make_time_chunk_for_each(config)
Parameters:
config(OperatorConfig)
Methods
Properties
inputs
Type: InputSpec
# Get or set the property
value = obj.inputs
obj.inputs = new_value
outputs
Type: OutputSpec
# Get or set the property
value = obj.outputs
obj.outputs = new_value
defaultConfig
Type: Config
# Get the property (read-only)
value = obj.defaultConfig