User manual

LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_getVertical(ViSession instrumentID,
ViInt32 channel, ViReal64* fullScale,
ViReal64* offset, ViInt32* coupling,
ViInt32* bandwidth);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Query Vertical Settings.vi
Visual Basic Representation
GetVertical (ByVal instrumentID As Long, _
ByVal Channel As Long, _
fullScale As Double, _
offset As Double, _
coupling As Long, _
bandwidth As Long) As Long
Visual Basic .NET Representation
AcqrsD1_getVertical (ByVal instrumentID As Int32, _
ByVal Channel As Int32, _
ByRef fullScale As Double, _
ByRef offset As Double, _
ByRef coupling As Int32, _
ByRef bandwidth As Int32) As Int32
MATLAB MEX Representation
[status fullScale offset coupling bandwidth] = AqD1_getVertical(instrumentID,
channel)
Note: The older form Aq_getVertical is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 148 of 210