utility:make label space
Version: 0.0.0
Description
Assemble strings and integers to make a label space.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | base_label | label_space, fields_container, scopings_container | Used as a base label (extracted from Fields/Scoping Container, or directly from Label Space) that is concatenated with provided values. |
| Pin 1 Required | label_name | string | |
| Pin 2 Required | label_value | int32 |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | label | label_space |
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: make_label_space
Full name: utility.make_label_space
Internal name: make_label_space
License: None
Changelog
- Version 0.0.0: Initial release.