merge_to_field_matrix class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.utility
Summary
Assembles a set of fields into a field matrix.
available inputs: fields1 (Field, FieldsContainer), fields2 (Field, FieldsContainer)
available outputs: merged_field_matrix (Field)
Example
op = merge_to_field_matrix()
op = merge_to_field_matrix(fields1=my_fields1,fields2=my_fields2)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.utility |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
fields1
Either a fields container, a vector of fields to merge, or fields from pin 0 to ...
Type: LinkableInput
fields2
Either a fields container, a vector of fields to merge, or fields from pin 0 to ...
Type: LinkableInput
Outputs
merged_field_matrix
Type: LinkableOutput
Constructors
Constructor
merge_to_field_matrix()
Constructor
merge_to_field_matrix(fields1, fields2, config)
Parameters:
fields1(object)fields2(object)config(OperatorConfig)
Constructor
merge_to_field_matrix(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