DIAdem Help

Property: Root for DataPlugin

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

Property: Root for DataPlugin

Contains the collection of all the channel groups and all the properties of the data set

Set oRoot = Object.Root
ObjectDataPlugin
Object with this property
oRootRoot <DataPlugin>
Returned object

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

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