主要内容

daqsupport

Data acquisition debugging utility

    Description

    daqsupport returns diagnostic information for all supported devices connected on the local machine The function saves the output text to the file daqtest.txt in the current folder and opens it in the editor for viewing.

    example

    daqsupport(vendor) returns diagnostic information for all the devices of the specified vendor connected on the local machine.

    example

    daqsupport(vendor,fileName) saves the text output to the file specified in fileName in the current folder.

    example

    Examples

    collapse all

    daqsupport
    daqsupport("ni")
    daqsupport("ni","myNIDiagFile.txt")

    Input Arguments

    collapse all

    Device vendor, specified as one of these IDs.

    • ni: National Instruments™

    • adi: Analog Devices®

    • mcc: Measurement Computing™

    • directsound: Microsoft® DirectSound

    • digilent: Digilent®

    Data Types: char | string

    Filename for output text, specified as a character vector or string.

    Data Types: char | string

    Version History

    Introduced in R2010b

    See Also

    Functions