Read-only
About Channels

ChannelNumber Property


Description

Returns the Channel number of the Channel or Measurement object.

 VB Syntax

object.ChannelNumber

Variable

(Type) - Description

object

A Channel (object)
or

A Measurement
(object)

Return Type

Long Integer

Default

Not applicable

Examples

chanNum = chan.ChannelNumber 'returns the channel number
chanNum = meas.ChannelNumber 'returns the channel number of the measurement

C++ Syntax

HRESULT get_ChannelNumber(long *pVal)

Interface

IChannel
IMeasurement