Skip to main content

utility:convert to scoping

Version: 0.0.0

Description

take a int or a vector of int and transform it in a one entity field of location "numeric".

Inputs

InputNameExpected type(s)Description
Pin 0
Required
int_or_vector_intint32, vector<int32>, scopingint or single value scoping or vector of int
Pin 1locationstring
Pin 2upper_boundint32, scopingDefine the upper bound to create a scoping that will contain a range from the single value input in pin 0 to the upper bound defined in this pin.

Outputs

OutputNameExpected type(s)Description
Pin 0scopingscoping

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

Full name: utility.ints_to_scoping

Internal name: scopingify

License: None

Changelog

  • Version 0.0.0: Initial release.