visadevlist
Description
returns a table
containing information about available VISA resources using an installed VISA driver. If you
have multiple drivers installed, MATLAB® uses the preferred VISA set in your VISA vendor's configuration utility
software. The following interface types are supported: TCP/IP (using VXI11 and HiSLIP),
TCP/IP Socket, USB, GPIB, Serial, VXI, and PXI. Use resourceList
= visadevlistvisadev
to
connect to a device.
uses name-value arguments to limit the time or scope of returned information.resourceList
= visadevlist(Name=Value
)
Examples
Name-Value Arguments
Output Arguments
Tips
visadev
returns all VISA resources on the system, whether connections to them exist or not. To get a list of existing VISA device connections, usevisadevfind
instead.