DIAdem Help

Object: Root <Data>

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

Object: Root <Data>

The Root object provides the collection of all the channel groups and all the Properties of the data set in the script interface for internal data.

The following example deletes the internal data store and then generates the MyChannelGroup channel group:

VBScriptPython

 

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

Methods

Clear | IsKindOf

Log in to get a better experience