scoping:scoping get attribute
Version: 0.0.0
Description
Uses the Scoping APIs to return a given attribute of the scoping in input.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | scoping | scoping | |
| Pin 1 Required | property_name | string | Supported property names are: "ids", "location". |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | property | vector<int32>, string | Returns a vector of int for property: "ids" and a string for property: "location". |
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: scoping
Plugin: core
Scripting name: scoping_get_attribute
Full name: scoping.scoping_get_attribute
Internal name: scoping::get_attribute
License: None
Changelog
- Version 0.0.0: Initial release.