bind_support_fc class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.utility
Summary
Ties a support to a fields container.
available inputs: fields_container (FieldsContainer), support (MeshedRegion, AbstractFieldSupport, TimeFreqSupport)
available outputs: fields_container (FieldsContainer)
Example
op = bind_support_fc()
op = bind_support_fc(fields_container=my_fields_container,support=my_support)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.utility |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
fields_container
Fields container to which the support will be attached
Type: LinkableInput
support
Meshed region, support, or time frequency support to attach to the fields container
Type: LinkableInput
Outputs
fields_container
Fields container with the attached support
Type: LinkableOutput
Constructors
Constructor
bind_support_fc()
Constructor
bind_support_fc(fields_container, support, config)
Parameters:
fields_container(object)support(object)config(OperatorConfig)
Constructor
bind_support_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