NI Switch Executive

Table of Contents

ChannelsOnBus.Add

  • Updated2023-02-21
  • 1 minute(s) read

Syntax

ChannelsOnBus.Add ( startChannel, endChannel)

Return Value

BusChannelPair

Purpose

Creates a new BusChannelPair object and adds it to the collection.

Remarks

The startChannel and the endChannel must reside on the same IVI device. The IVI physical name of the startChannel must alphabetically precede the IVI physical name of the endChannel.

Parameters

startChannel As Channel

[In] Specifies the first channel of the channel range.

endChannel As Channel

[In] Specifies the last channel of the channel range.

Log in to get a better experience