DIAdem Help

Collection: ChannelGroups <DataPlugin>

  • Updated2024-09-12
  • 1 minute(s) read

Collection: ChannelGroups <DataPlugin>

Collection of all channel groups. Use the ChannelGroups collection to delete channel groups or to add new channel groups.

The following example first deletes all channel groups and then creates the MyChannelGroup channel group:

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

Properties

Count

Methods

Add | Exists | Item | Remove | RemoveAll

Log in to get a better experience