Global Persistant Memory Get

Pins
Input
| Name | Type | Description |
|---|---|---|
| Persistant Global Memory Id | Name | The ID of the global persistant memory variable to retrieve (only shown when “Use Pins For Ids” is enabled) |
Output
| Name | Type | Description |
|---|---|---|
| Value | Variable | The value of the global persistant memory variable (type depends on the memory type) |
On-Node Properties
| Name | Description | |
|---|---|---|
| Memory | Name | The ID of the global persistant memory variable to retrieve (only shown when “Use Pins For Ids” is disabled) |
Additional Properties
| Name | Type | Description |
|---|---|---|
| Use Pins For Ids | Boolean | If set to true, the Persistant Global Memory Id will be available as an input pin instead of a property |
Script Reference
<variable name>=global.memory.persistant.get <global persistant memory id>