time_freq_provider class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.metadata
Summary
Reads the time/frequency support from the results files contained in the streams or data sources.
available inputs: streams_container (StreamsContainer) (optional), data_sources (DataSources)
available outputs: time_freq_support (TimeFreqSupport)
Example
op = time_freq_provider()
op = time_freq_provider(streams_container=my_streams_container,data_sources=my_data_sources)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.metadata |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
streams_container
streams (result file container) (optional)
Type: LinkableInput
data_sources
If the stream is null, retrieves the file path from the data sources.
Type: LinkableInput
Outputs
time_freq_support
Type: LinkableOutput
Constructors
Constructor
time_freq_provider()
Constructor
time_freq_provider(streams_container, data_sources, config)
Parameters:
streams_container(object)data_sources(object)config(OperatorConfig)
Constructor
time_freq_provider(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