User manual
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_getMode(ViSession instrumentID,
ViInt32* mode, ViInt32* modifier, ViInt32* flags);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Query Operation Mode.vi
Visual Basic Representation
GetMode (ByVal instrumentID As Long, _
mode as Long, _
modifier As Long, _
flags As Long) As Long
Visual Basic .NET Representation
AcqrsD1_getMode (ByVal instrumentID As Int32, _
ByRef mode as Int32, _
ByRef modifier As Int32, _
ByRef flags As Int32) As Int32
MATLAB MEX Representation
[status mode modifiers flags] = AqD1_getMode(instrumentID)
Note: The older form Aq_getMode is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 133 of 210