integrate_over_time_freq class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.metadata
Summary
Integration of an input field over timefreq.
available inputs: field (Field), scoping (Scoping) (optional), time_freq_support (TimeFreqSupport) (optional)
available outputs: field (Field)
Example
op = integrate_over_time_freq()
op = integrate_over_time_freq(field=my_field,scoping=my_scoping,time_freq_support=my_time_freq_support)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.metadata |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
field
Type: LinkableInput
scoping
Integrate the input field over a specific scoping.
Type: LinkableInput
time_freq_support
Time Freq to integrate on, otherwise time freq support from the input field is taken.
Type: LinkableInput
Outputs
field
Type: LinkableOutput
Constructors
Constructor
integrate_over_time_freq()
Constructor
integrate_over_time_freq(field, scoping, time_freq_support, config)
Parameters:
field(object)scoping(object)time_freq_support(object)config(OperatorConfig)
Constructor
integrate_over_time_freq(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