User manual

LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_getInstrumentInfo(ViSession instrumentID, ViString
parameterString, ViAddr infoValue);
LabVIEW Representation
Please refer to
Acqrs_getInstrumentInfo.
Visual Basic Representation
NOTE: In Visual Basic, a returned type of ViInt32 should be declared as Long, while a returned type of
ViReal64 should be declared as Double.
GetInstrumentInfo (ByVal instrumentID As Long, _
ByVal parameterString As String, _
infoValue As Any) As Long
Visual Basic .NET Representation
AcqrsD1_getInstrumentInfo (ByVal instrumentID As Int32, _
ByVal parameterString As String, _
ByRef infoValue As Int32) As Int32
or
AcqrsD1_getInstrumentInfo (ByVal instrumentID As Int32, _
ByVal parameterString As String, _
ByRef infoValue As Double) As Int32
or
AcqrsD1_getInstrumentInfo (ByVal instrumentID As Int32, _
ByVal parameterString As String, _
ByVal infoValue As String) As Int32
MATLAB MEX Representation
[status infoValue] = Aq_getInstrumentInfo(instrumentID, parameterString,
dataTypeString)
Allowed values of dataTypeString are ’integer’, ’double’, or ’string’ .
Programmer’s Reference Manual Page 127 of 210