Skip to main content

scoping:scoping get attribute

Version: 0.0.0

Description

Uses the Scoping APIs to return a given attribute of the scoping in input.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
scopingscoping
Pin 1
Required
property_namestringSupported property names are: "ids", "location".

Outputs

OutputNameExpected type(s)Description
Pin 0propertyvector<int32>, stringReturns a vector of int for property: "ids" and a string for property: "location".

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