Skip to main content

utility:fields container get attribute

Version: 0.0.0

Description

Uses the FieldsContainer APIs to return a given attribute of the fields container in input.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_container
Pin 1
Required
property_namestringSupported property names are: "label_scoping", "label_values", "time_freq_support", "labels", "field_scoping" and "field".
Pin 2property_identifierstring, int32Additional pin for some property : the label name for "label_scoping" or "label_values", the field index (default 0) for "field_scoping" or "field".

Outputs

OutputNameExpected type(s)Description
Pin 0propertyscoping, vector<int32>, time_freq_support, vector<string>, label_space, fieldReturns a Scoping for property: "label_scoping", a vector of int for "label_values", a time freq support for "time_freq_support", a vector of string for "labels", a LabelSpace for "field_scoping" and a "field" for "field".

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: utility

Plugin: core

Scripting name: fc_get_attribute

Full name: utility.fc_get_attribute

Internal name: fieldscontainer::get_attribute

License: None

Changelog

  • Version 0.0.0: Initial release.