DIAdem Help

Content Type
Programming Language
Current manual

Object: Root <DataPlugin>

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")

Properties

ChannelGroups | Name | Properties

Methods

ImportStore

See Also

Objects Overview

Was this information helpful?