Display available data acquisition devices
daq.getDevices
lists devices available
to your system.
Devices not supported by the toolbox are denoted in the output list with
an asterisk (*
). For a complete list of supported
devices, see https://www.mathworks.com/hardware-support/data-acquistion-software.html
.
To suppress diagnostic information from
daq.getDevices
about inoperational vendors, run the
function disableVendorDiagnostics
. To turn these
diagnostics back on, run
enableVendorDiagnostics
.
assigns the device list to
the variable device
= daq.getDevicesdevice
.