DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

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:

VBScriptPython

 

Data.Root.ChannelGroups.RemoveAll
Call Data.Root.ChannelGroups.Add("MyChannelGroup")

Properties

Count

Returned From

Root <Data>.ChannelGroups

Was this information helpful?