DIAdem Help

Method: Remove for Channels <Data>

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

Method: Remove for Channels <Data>

Deletes one element from the Channels collection in the script interface for internal data.

Object.Remove(NameOrIndex)
ObjectChannels <Data>
Object with this method
NameOrIndexVariant
Specifies the name or the index of the channel that is to be deleted.

The following example deletes the MyChannel channel from the first channel group:

VBScriptPython

 

Call Data.Root.ChannelGroups(1).Channels.Remove("MyChannel")

Log in to get a better experience