make_overall class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.utility
Summary
Extracts a value from a field and makes a new field containing only this value, with the associated scoping's location set as 'overall'.
available inputs: field (Field), id (Int32)
available outputs: field (Field)
Example
op = make_overall()
op = make_overall(field=my_field,id=my_id)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.utility |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
field
Type: LinkableInput
id
Type: LinkableInput
Outputs
field
Type: LinkableOutput
Constructors
Constructor
make_overall()
Constructor
make_overall(field, id, config)
Parameters:
field(object)id(object)config(OperatorConfig)
Constructor
make_overall(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