Skip to main content

utility:field get attribute

Version: 0.0.0

Description

Gets a property from an input field/field container. A Fieldin pin 0, a property name (string) in pin 1 are expected as inputs

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fieldfield, fields_container
Pin 1
Required
property_namestringProperty to get. Accepted inputs are specific strings namely: 'unit, 'name','time_freq_support', 'scoping' and 'header'.

Outputs

OutputNameExpected type(s)Description
Pin 0propertystring, time_freq_support, scoping, abstract_data_treeProperty value that is returned. Accepted Outputs are: Field, PropertyField, CustomTypeField or their containers.

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: field_get_attribute

Full name: utility.field_get_attribute

Internal name: field::get_attribute

License: None

Changelog

  • Version 0.0.0: Initial release.