DIAdem Help

Content Type
Programming Language
Current manual

Object: AbstractChannel

Object: AbstractChannel

The AbstractChannel object provides the channel values and the associated properties. The AbstractChannel object corresponds with a Channel, a DirectAccessChannel or an ImplicitChannel.

The following example creates the Offset channel property if the third channel in the FirstChnGroup channel group is an implicit channel:

Dim oMyChn
For Each oMyChn in Root.ChannelGroups(1).Channels
  If (oMyChn.IsKindOf(eNormal)) Then
    Call oMyChn.Properties.Add("DataType", oMyChn.DataType)
  End If
Next

Properties

DataType | Name | Properties

Methods

IsKindOf

Was this information helpful?