Collection: ChannelGroups <Data>
- Updated2024-09-12
- 1 minute(s) read
(Collections | Root ) > Collection: ChannelGroups <Data>
Collection: ChannelGroups <Data>
Collection of all channel groups of a data set in the script interface for internal data. You use the ChannelGroups collection to access channel groups, to delete channel groups, or to add new channel groups. Each element of the ChannelGroups collection is a ChannelGroup.
The following example first deletes all channel groups and then creates the MyChannelGroup channel group:
VBScript | Python |
Data. Root.ChannelGroups.RemoveAll Call Data.Root.ChannelGroups.Add("MyChannelGroup")