icdevicefind
Description
finds connections with property values matching those specified by one or more name-value
arguments. For instance, d
= icdevicefind(Name=Value
)d = icdevicefind(Tag="Scope")
returns existing
device 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: icdevicefind(Tag="Scope")
For icdevicefind
, you can use one or more properties of the
icdevice
object as name-value arguments to specify characteristics of the
connections you want to find.
Output Arguments
Tips
The
icdevicefind
function finds only those device connections created withLegacyMode=false
.
Version History
Introduced in R2024b