Object: Root <DataPlugin>
- Updated2024-09-12
- 1 minute(s) read
(ChannelGroup
Object: Root <DataPlugin>
The Root object provides the list of all channel groups and all properties of the data set.
The following example first deletes all channel groups and then creates the MyChannelGroup channel group:
Call Root.ChannelGroups.RemoveAll Call Root.ChannelGroups.Add("MyChannelGroup")