min_max_by_time class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.min_max
Summary
Evaluates minimum, maximum by time or frequency over all the entities of each field
available inputs: fields_container (FieldsContainer), compute_absolute_value (bool) (optional)
available outputs: min (FieldsContainer), max (FieldsContainer)
Example
op = min_max_by_time()
op = min_max_by_time(fields_container=my_fields_container,compute_absolute_value=my_compute_absolute_value)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.min_max |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
fields_container
Type: LinkableInput
compute_absolute_value
Calculate the absolute value of field entities before computing the min/max.
Type: LinkableInput
Outputs
min
Type: LinkableOutput
max
Type: LinkableOutput
Constructors
Constructor
min_max_by_time()
Constructor
min_max_by_time(fields_container, compute_absolute_value, config)
Parameters:
fields_container(object)compute_absolute_value(object)config(OperatorConfig)
Constructor
min_max_by_time(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