time_freq_support_get_attribute class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.metadata
Summary
Uses the TimeFreqSupport APIs to return a given attribute of the scoping in input.
available inputs: time_freq_support (TimeFreqSupport), property_name (string), property_identifier (Int32, Scoping) (optional), property_identifier_2 (Int32) (optional)
available outputs: property (double ,Field ,Scoping)
Example
op = time_freq_support_get_attribute()
op = time_freq_support_get_attribute(time_freq_support=my_time_freq_support,property_name=my_property_name,property_identifier=my_property_identifier,property_identifier_2=my_property_identifier_2)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.metadata |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
time_freq_support
Type: LinkableInput
property_name
Supported property names are: "time_freqs", "imaginary_freqs", "frequency_tolerance", "set_id", "cummulative_index", "sets_freqs", "step_id_from_harmonic_index".
Type: LinkableInput
property_identifier
Additional pin for properties "set_id" and "cummulative_index": the step id, for "sets_freqs": the sets scoping, for "step_id_from_harmonic_index" : the harmonic index.
Type: LinkableInput
property_identifier_2
Additional pin for properties "set_id" and "cummulative_index": the substep id (if none, last substep is considered).
Type: LinkableInput
Outputs
property
Returns a double for property: "frequency_tolerance", a single-value Scoping for properties for "set_id" and "cummulative_index", an int for "step_id_from_harmonic_index" and a Field otherwise.
Type: LinkableOutput
Constructors
Constructor
time_freq_support_get_attribute()
Constructor
time_freq_support_get_attribute(time_freq_support, property_name, property_identifier, property_identifier_2, config)
Parameters:
time_freq_support(object)property_name(object)property_identifier(object)property_identifier_2(object)config(OperatorConfig)
Constructor
time_freq_support_get_attribute(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