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
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | property_field | property_field, property_fields_container | |
| Pin 1 Required | property_name | string | Property to get. Accepted inputs are specific strings namely: 'unit, 'name','time_freq_support', 'scoping' and 'header'. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | property | string, time_freq_support, scoping, abstract_data_tree | Property value that is returned. Accepted Outputs are: Field, PropertyField, CustomTypeField or their containers. |
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: 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.