aardvarkfind
Description
finds connections with property values matching those specified by one or more name-value
arguments. For instance, A
= aardvarkfind(Name=Value
)A = aardvarkfind(Tag="Scope")
returns existing
Aardvark™ controller 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: aardvarkfind(Tag="Accel",Model="Total Phase Aardvark")
returns existing connections to Total Phase
Aardvark controllers whose Tag
property is set to "Accel"
.
For aardvarkfind
, you can use one or more properties of the aardvark
object as name-value arguments to specify characteristics of the connections you want to
find.
Output Arguments
Tips
aardvarkfind
finds existingaardvark
connections. To get a list of all Aardvark I2C/SPI controller boards in the system whether or not connections exist, useaardvarklist
.
Version History
Introduced in R2024a