DIAdem Help

Property: Count for Channels <Data>

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

Property: Count for Channels <Data>

Returns the number of elements of a Channels collection, in the script interface for internal data.

Object.Count
ObjectChannels <Data>
Object with this property
Object.CountLongInteger with read access
Returns the number of channels.

The following example displays the total number of channels in the first channel group:

VBScriptPython

 

Call MsgBoxDisp(Data.Root.ChannelGroups(1).Channels.Count)

Log in to get a better experience