Main Content
addinput
Description
addinput(
adds the input channel d
,deviceID
,channelID
,measurementType
)channelID
from 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
= addinput(___)
[
adds the channel and also returns the channel index from the DataAcquisition interface. The
channel index indicates only the sequence in which channels are added to the
DataAcquisition; not to be confused with the device channel ID.ch
,idx
] = addinput(___)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a