Object: Root <Data>
- Updated2024-09-12
- 1 minute(s) read
(ChannelGroup | Data | ElementList | Property ) > Object: Root <Data>
Object: Root <Data>
The Root object provides the collection of all the channel groups and all the Properties of the data set in the script interface for internal data.
The following example deletes the internal data store and then generates the MyChannelGroup channel group:
VBScript | Python |
Call Data. Root.Clear() Call Data.Root.ChannelGroups.Add("MyChannelGroup")
Properties
Returned From
ChannelGroup <Data>.Root | Data.Root | ElementList <Data>.Add | ElementList <Data>.Item | Property <Data>.Element