RALE: Get Node by ID
rale_get_node_by_idRetrieve a scene graph node by its ID using the App Connector. Optionally specify path segments and device.
Instructions
Read-only getNodeById via App Connector. Required id. Optional path (array; default []), device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Required. Node id string from the scene / registry. | |
| path | No | Optional. Scene graph path segments; use [] or omit for root. | |
| device | No | Optional. IP or serial for a specific Dev Studio device tab. |