Main Content

enableVendorDiagnostics

Allow diagnostic display in vendor listing

Description

enableVendorDiagnostics turns on the display of diagnostic information in the daqlist function output related to non-operational vendors. The display is enabled by default.

example

Examples

collapse all

Control the display of diagnostic information in the device listing.

Allow diagnostic information to display in the device listing. The installation does not include drivers for 'ni' or 'mcc'.

enableVendorDiagnostics
daqlist
Unable to detect 'ni' hardware:
National Instruments NI-DAQmx driver is either not installed or the installed version is not supported.
Use the Windows Control Panel to uninstall any existing NI-DAQmx driver listed under 'National Instruments Software'.
Then, open the Add-On Explorer to install the Data Acquisition Toolbox Support Package for 
National Instruments NI-DAQmx Devices.

Unable to detect 'mcc' hardware:
Driver command failed with status code: -30.

ans =

  1×5 table

      VendorID       DeviceID                           Description                          
    _____________    ________    __________________________________________________________  

    "directsound"    "Audio0"    "DirectSound Primary Sound Capture Driver"

Suppress diagnostic information in the device listing. The installation is the same.

disableVendorDiagnostics
daqlist
ans =

  1×5 table

      VendorID       DeviceID                           Description
    _____________    ________    __________________________________________________________

    "directsound"    "Audio0"    "DirectSound Primary Sound Capture Driver"

Version History

Introduced in R2020a