entity_extractor class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.math
Summary
Extracts an entity from a field, based on its ID.
available inputs: fieldA (Field), scalar_int (Int32)
available outputs: field (Field)
Example
op = entity_extractor()
op = entity_extractor(fieldA=my_fieldA,scalar_int=my_scalar_int)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.math |
| Assembly | Ans_Dpf_FEMutils_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
fieldA
Type: LinkableInput
scalar_int
Type: LinkableInput
Outputs
field
Type: LinkableOutput
Constructors
Constructor
entity_extractor()
Constructor
entity_extractor(fieldA, scalar_int, config)
Parameters:
fieldA(object)scalar_int(object)config(OperatorConfig)
Constructor
entity_extractor(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