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