ividevlist
Description
returns a table
containing information about the physically connected IVI-C and
VXIplug&play instruments detected on your computer, as well as
their associated MATLAB® drivers. Connect to one of the drivers from MATLAB by using the MATLAB driver name and resource name with deviceList
= ividevlistividev
.
To use the ividev
interface, you must have the Instrument Control Toolbox™ Support Package for
IVI® and VXIplug&play Drivers. For more information, see Install Instrument Control Toolbox Support Package for IVI and VXIplug&play Drivers.
Note
Some resources connected over serial or TCP/IP might not be listed in the table, but
you can still create an ividev
object for those resources by
specifying a valid resource name.
returns
all physically connected IVI-C and VXIplug&play instruments found
within the specified period, deviceList
= ividevlist(Timeout=time)time
, in seconds. The default timeout
period is 30 seconds.
Examples
Output Arguments
Version History
Introduced in R2022a