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
Name-Value Arguments
Output Arguments
Tips
The
icdevicefind
function finds only those device connections created withLegacyMode=false
.
Version History
Introduced in R2024b