User manual

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