DIAdem Help

Property: Root for Data

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

Property: Root for Data

Specifies the collection of all the channel groups and all the Properties of the data set in the script interface for internal data.

Set oRoot = Object.Root
ObjectData
Object with this property
oRootRoot <Data>
Returned object

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

VBScriptPython

 

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

Log in to get a better experience