addbidirectional
Add digital bidirectional channel to device interface
Syntax
Description
addbidirectional(
        adds the digital bidirectional channel d,deviceID,channelID,"Digital")channelID of device
          deviceID to the specified DataAcquisition interface,
          d.
The channel information is available from the DataAcquisition
          Channels property.
ch = addbidirectional(___)
[
        adds the channel and also returns the channel index from the DataAcquisition interface. The
        channel index reflects only the sequence in which channels are added to the DataAcquisition;
        not to be confused with the device channel ID.ch,idx] = addbidirectional(___)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a