User manual
2.3.12 Acqrs_getNbrInstruments
Purpose
Returns the number of Acqiris instruments found on the computer.
Parameters
Output
Name Type Description
nbrInstruments ViInt32 Number of Acqiris instruments found on the computer
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
LabWindowsCVI/Visual C++ Representation
ViStatus status = Acqrs_getNbrInstruments(ViInt32* nbrInstruments);
LabVIEW Representation
Acqiris Bx.lvlib: (or Aq Bx) Query Number of Instruments.vi
Visual Basic .NET Representation
Acqrs_getNbrInstruments (ByRef nbrInstruments As Int32) As Int32
MATLAB MEX Representation
[status nbrInstruments]= Aq_getNbrInstruments()
Programmer’s Reference Manual Page 30 of 210