DIAdem Help

Object: ImplicitChannel

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

Object: ImplicitChannel

The ImplicitChannel object provides an implicit channel and the associated properties.

The following example reads in the generation instruction of an implicit channel and then generates this channel within the channel group MyChnGroup:

Dim ChannelName: ChannelName = File.GetNextStringValue(eString)
Dim StartValue : StartValue  = File.GetNextStringValue(eString)
Dim Increment  : Increment   = File.GetNextStringValue(eString)
Dim ChannelSize: ChannelSize = File.GetNextStringValue(eString)
Dim ChannelGroup : Set ChannelGroup = Root.ChannelGroupsAdd("MyChnGroup")
Call ChannelGroup.Channels.AddImplicitChannel(ChannelName, StartValue, Increment, ChannelSize, eI32)

Log in to get a better experience