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.
returns all VISA resources found within the specified period, in seconds. The default
timeout period is 10 seconds. The value of resourceList
= visadevlist("Timeout",time)time
must be 2 or
greater.
Examples
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.
Version History
Introduced in R2021a