merge_result_infos class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.utility
Summary
Assembles a set of result information into a unique one.
available inputs: result_infos1 (ResultInfo), result_infos2 (ResultInfo)
available outputs: merged_result_infos (ResultInfo)
Example
op = merge_result_infos()
op = merge_result_infos(result_infos1=my_result_infos1,result_infos2=my_result_infos2)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.utility |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
result_infos1
A vector of result info containers to merge or result infos from pin 0 to ...
Type: LinkableInput
result_infos2
A vector of result info containers to merge or result infos from pin 0 to ...
Type: LinkableInput
Outputs
merged_result_infos
Type: LinkableOutput
Constructors
Constructor
merge_result_infos()
Constructor
merge_result_infos(result_infos1, result_infos2, config)
Parameters:
result_infos1(object)result_infos2(object)config(OperatorConfig)
Constructor
merge_result_infos(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