User manual

2.3.64 AcqrsD1_getInstrumentData (DEPRECATED)
Purpose
Returns some basic data about a specified digitizer. See Acqrs_getInstrumentData.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
Output
Name Type Description
name ViChar [ ] Pointer to user-allocated string, into which the model
name is returned (length < 32 characters).
serialNbr ViInt32 Serial number of the digitizer.
busNbr ViInt32 Bus number of the digitizer location.
slotNbr ViInt32 Slot number of the digitizer location. (logical)
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_getInstrumentData(ViSession instrumentID, ViChar
name[], ViInt32* serialNbr,
ViInt32* busNbr, ViInt32* slotNbr);
LabVIEW Representation
Please refer to
Acqrs_getInstrumentData
Visual Basic Representation
GetInstrumentData (ByVal instrumentID As Long, ByVal name As String, _
serialNbr As Long, busNbr As Long, _
slotNbr As Long) As Long
Visual Basic .NET Representation
AcqrsD1_getInstrumentData (ByVal instrumentID As Int32, _
ByVal name As String, _
ByRef serialNbr As Int32, _
ByRef busNbr As Int32, _
ByRef slotNbr As Int32) As Int32
MATLAB MEX Representation
[status name serialNbr busNbr slotNbr]= Aq_getInstrumentData(instrumentID)
Programmer’s Reference Manual Page 124 of 210