Variable
Variable - Read
Reads a specific variable identified by its name from global variables
IN
| Name | Type | Description |
|---|---|---|
| InName | DynamicEnum | The variable name |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | T | The variable value |
| Error | ErrorState | Gets the execution error message |
Variable - Write
Writes a speficif variable identified by its name to global variables
IN
| Name | Type | Description |
|---|---|---|
| InName | DynamicEnum | The variable name |
| InValue | T | The variable value |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Error | ErrorState | Gets the execution error message |