User manual

2.3.71 AcqrsD1_getNbrPhysicalInstruments (DEPRECATED)
Purpose
Returns the number of physical Acqiris modules found on the computer. See Acqrs_getNbrInstruments.
Parameters
Output
Name Type Description
nbrInstruments ViInt32 Number of Acqiris modules 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 = AcqrsD1_getNbrPhysicalInstruments(
ViInt32* nbrInstruments);
LabVIEW Representation
Please refer to Acqrs_getNbrInstruments.
Visual Basic Representation
GetNbrPhysicalInstruments (nbrInstruments As Long) As Long
Visual Basic .NET Representation
AcqrsD1_getNbrPhysicalInstruments (ByRef nbrInstruments As Int32 _
) As Int32
MATLAB MEX Representation
[status nbrInstrument]= Aq_getNbrPhysicalInstruments()
Programmer’s Reference Manual Page 137 of 210