User manual

LabWindowsCVI/Visual C++ Representation
ViStatus status = Acqrs_getInstrumentInfo(ViSession instrumentID, ViString
parameterString, ViAddr infoValue);
LabVIEW Representation
Acqiris Bx.lvlib: (or Aq Bx) Query Instrument Information.vi
NOTE: The type of the returned value depends on the parameter requested. In LabVIEW, the correct returned type
should be supplied as input to the VI, and the appropriate output wire connected. Any other wire will always return
zero.
Visual Basic .NET Representation
Acqrs_getInstrumentInfo (ByVal instrumentID As Int32, _
ByVal parameterString As String, _
ByRef infoValue As Int32) As Int32
or
Acqrs_getInstrumentInfo (ByVal instrumentID As Int32, _
ByVal parameterString As String, _
ByRef infoValue As Double) As Int32
or
Acqrs_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 28 of 210