DIAdem Help

Method: Item for ChannelsToProcess

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

Method: Item for ChannelsToProcess

Returns the Channel object of a specific index.

Set oAbstractChannel = Object.Item(iIndex)
ObjectChannelsToProcess
Object with this method
iIndexLongInteger
Specifies the index of the selected channel.
oAbstractChannelAbstractChannel
Returned object

The following example generates channel properties with the names of the channels that comprise the Processed channel.

For i = 1 to ProcessedChn.Channels.Count
  Call ProcessedChn.Properties.Add(ProcessedChn.Channels.Item(i).Name,"Composite")
Next

Log in to get a better experience