metadata:time freq support get attribute
Version: 0.0.0
Description
Uses the TimeFreqSupport APIs to return a given attribute of the scoping in input.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | time_freq_support | time_freq_support | |
| Pin 1 Required | property_name | string | Supported property names are: "time_freqs", "imaginary_freqs", "frequency_tolerance", "set_id", "cummulative_index", "sets_freqs", "step_id_from_harmonic_index". |
| Pin 2 | property_identifier | int32, scoping | 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. |
| Pin 3 | property_identifier_2 | int32 | Additional pin for properties "set_id" and "cummulative_index": the substep id (if none, last substep is considered). |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | property | double, field, scoping | 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. |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: metadata
Plugin: core
Scripting name: time_freq_support_get_attribute
Full name: metadata.time_freq_support_get_attribute
Internal name: timefreqsupport::get_attribute
License: None
Changelog
- Version 0.0.0: Initial release.