Skip to main content

utility:property field get attribute

Version: 0.0.0

Description

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

Inputs

InputNameExpected type(s)Description
Pin 0
Required
property_fieldproperty_field, property_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: propertyfield_get_attribute

Full name: utility.propertyfield_get_attribute

Internal name: propertyfield::get_attribute

License: None

Changelog

  • Version 0.0.0: Initial release.