DIAdem Help

Method: RemoveAll for Channels <Data>

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

Method: RemoveAll for Channels <Data>

Deletes all elements from the Channels collection in the script interface for internal data.

Object.RemoveAll()
ObjectChannels <Data>
Object with this method

The following example deletes all channels of the first channel group:

VBScriptPython

 

Call Data.Root.ChannelGroups(1).Channels.RemoveAll()

Log in to get a better experience