field_to_fc class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.utility
Summary
Creates a fields container containing the field provided on pin 0.
available inputs: field (Field, FieldsContainer), label (LabelSpace)
available outputs: fields_container (FieldsContainer)
Example
op = field_to_fc()
op = field_to_fc(field=my_field,label=my_label)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.utility |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
field
If a fields container is set in input, it is passed on as an output with the additional label space (if any).
Type: LinkableInput
label
Sets a label space.
Type: LinkableInput
Outputs
fields_container
Type: LinkableOutput
Constructors
Constructor
field_to_fc()
Constructor
field_to_fc(field, label, config)
Parameters:
field(object)label(object)config(OperatorConfig)
Constructor
field_to_fc(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