User manual
2.3.7 Acqrs_getDevType
Purpose
Returns the deviceType which indicates which family of the API functions can be used.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
Output
Name Type Description
devTypeP ViInt32* Pointer to a device type (see AqDevType) with
1 = Digitizer (AcqrsD1)
2 = RC2xx Generator (AcqrsG2)
4 = TC Time-to-Digital Converter (AcqrsT3)
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
LabWindowsCVI/Visual C++ Representation
ViStatus status = Acqrs_getDevType(ViSession instrumentID,
ViInt32* devTypeP);
LabVIEW Representation
Acqiris Bx.lvlib: (or Aq Bx)Query Device Type.vi
Visual Basic .NET Representation
Acqrs_getDevType (ByVal instrumentID As Int32, _
ByRef devType As Long) As Int32
MATLAB MEX Representation
[status devType]= Aq_getDevType(instrumentID)
Programmer’s Reference Manual Page 23 of 210