Main Content
addbidirectional
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.
adds
the channel and returns a channel object.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