visadevfind
Description
V
= visadevfind
finds existing VISA device
connections and returns an array of objects corresponding to each connection.
finds VISA device connections with property values matching those specified by one or more
name-value arguments. For instance, V
= visadevfind(Name=Value
)V = visadevfind(Tag="Scope")
returns
existing connections whose Tag
property is set to
"Scope"
.
Examples
Input Arguments
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Example: visadevfind(Type="gpib",Tag="Scope")
returns existing
VISA-GPIB device connections whose Tag
property is set to
"Scope"
.
For visadev
, you can use one or more of the interface properties
listed on visadev Properties as name-value arguments to specify characteristics of the
connections you want to find.
Output Arguments
Version History
Introduced in R2024a