addoutput
R2026bAdd output channel to device interface
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. Access the channel information from the
Channels property of d.
adds the
channel and returns a channel object.ch = addoutput(___)
[
adds the channel and also returns the channel index from the
ch,idx] = addoutput(___)DataAcquisition interface. The channel index indicates the sequence in
which you add channels to the DataAcquisition interface; do not confuse it
with the device channel ID.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a