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
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | int_or_vector_int | int32, vector<int32>, scoping | int or single value scoping or vector of int |
| Pin 1 | location | string | |
| Pin 2 | upper_bound | int32, scoping | Define 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
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | scoping | scoping |
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: ints_to_scoping
Full name: utility.ints_to_scoping
Internal name: scopingify
License: None
Changelog
- Version 0.0.0: Initial release.