utility:cyclic support get attribute
Version: 0.0.0
Description
A CyclicSupport in pin 0 and a property name (string) in pin 1 are expected in input.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | cyclic_support | cyclic_support | |
| Pin 1 Required | property_name | string | Accepted inputs are: 'element_duplicate_offset' and 'node_duplicate_offset' (returns int). |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | property | string, int32 | Property value. |
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: cyclic_support_get_attribute
Full name: utility.cyclic_support_get_attribute
Internal name: cyclic_support::get_attribute
License: None
Changelog
- Version 0.0.0: Initial release.