DIAdem Help

Collection: Channels <DataPlugin>

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

Collection: Channels <DataPlugin>

Collection of all channels. Use the Channels collection to delete channels or to add new channels.

The following example generates a new channel and fills the channel with values.

Dim oMyGrp, oMyChn, i
Set oMyGrp = Root.ChannelGroups(1)
Set oMyChn = oMyGrp.Channels.Add("MyChannelNum",eR64)
For i = 1 to 100
  oMyChn.Values(i) = cdbl(i/100000)
Next

Properties

Count

Log in to get a better experience