User manual
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_getHorizontal(ViSession instrumentID, ViReal64*
sampInterval, ViReal64* delayTime);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Query Horizontal Settings.vi
Visual Basic Representation
GetHorizontal (ByVal instrumentID As Long, _
sampInterval As Double, _
delayTime As Double) As Long
Visual Basic .NET Representation
AcqrsD1_getHorizontal (ByVal instrumentID As Int32, _
ByRef sampInterval As Double, _
ByRef delayTime As Double) As Int32
MATLAB MEX Representation
[status sampInterval delayTime] = AqD1_getHorizontal(instrumentID)
Note: The older form Aq_getHorizontal is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 123 of 210