Main Content
daq
Create DataAcquisition
interface object for devices from
specified vendor
Since R2020a
Description
creates a
d
= daq(vendor
)DataAcquisition
interface object for configuring and operating data acquisition devices from the vendor
specified in vendor
.
adds the National Instruments™ device channels specified in d
= daq(vendor
,Channels=daqchannellistObj
)daqchannellistObj
. Use the
daqchannellistObj
to improve performance when adding large number of
channels to the same DataAcquisition
object. (since R2024b)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020aSee Also
Functions
daqvendorlist
|daqlist
|addinput
|addoutput
|addbidirectional
|removechannel
|addclock
|removeclock
|addtrigger
|removetrigger
|daqchannellist
|add