Property: Root for Data
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Properties > Property: Root for Data
Property: Root for Data
Specifies the collection of all the channel groups and all the Properties of the data set in the script interface for internal data.
Set oRoot = Object.Root
| Object | Data Object with this property |
| oRoot | Root <Data> Returned object |
The following example deletes the internal data store and then generates the channel group MyChannelGroup:
| VBScript | Python |
Call Data.Root.Clear() Call Data.Root.ChannelGroups.Add("MyChannelGroup")