ni845xfind
Description
finds connections with property values matching those specified by one or more name-value
arguments. For instance, N
= ni845xfind(Name=Value
)N = ni845xfind(Tag="Accel")
returns existing
USB-845x controller connections whose Tag
property is set to
"Accel"
.
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: ni845xfind(Tag="Accel",Model="NI USB-8451")
returns existing
connections to USB-8451 controllers whose Tag
property is set to
"Accel"
.
For ni845xfind
, you can use one or more properties of the ni845x
object
as name-value arguments to specify characteristics of the connections you want to
find.
Output Arguments
Tips
ni845xfind
finds existingni845x
connections. To get a list of all USB-845x controller boards in the system whether or not connections exist, useni845xlist
.
Version History
Introduced in R2024a