add
Syntax
Description
adds channel information to a channel list object specified by
daqchannellistObj
= add(daqchannellistObj
,direction
,deviceID
,channelID
,measurementType
)daqchannellistObj
. The channel information must include signal
direction, device ID, channel ID, and measurement type.
adds channel information with additional properties specified by one or more name-value
arguments. For example, to configure a channel with differential terminal configuration, set
daqchannellistObj
= add(daqchannellistObj
,direction
,deviceID
,channelID
,measurementType
,Name=Value
)TerminalConfig
to Differential
.
Note
This function works for devices from National Instruments™ only.
Use this function to improve performance while adding large number of channels to the same
DataAcquisition
object.
Examples
Input Arguments
Version History
Introduced in R2024b