Main Content
addoutput
Description
addoutput(
adds the output channel d
,deviceID
,channelID
,measurementType
)channelID
of device deviceID
to the specified DataAcquisition interface, d
, configured for the
specified measurement type.
The channel information is available from the DataAcquisition
Channels
property.
adds the
channel and returns a channel object.ch
= addoutput(___)
[
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
] = addoutput(___)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a