User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
VerticalPerRow
Returns the increment of the vertical coordinate between rows (typically in volts). Use VerticalPerRow to
determine the voltage information for each row of the DataArray.
Applies to: Persist
Dim VerticalPerRow As Double
VerticalPerRow = app.SDA.Eye.Out.Result.VerticalPerRow
VerticalPerStep
Smallest step size in the numerical values that can be read out from the DataArray, which utilizes 16-bit
signed integer values. Note that the vertical range is almost exactly 65536 * VerticalPerStep. (See
VerticalMaxPossible and VerticalMinPossible.)
Applies to: Waveform
Dim VerticalPerStep as Double
VerticalPerStep = app.Acquisition.C1.Out.Result.VerticalPerStep
VerticalResolution
Vertical resolution of the Y coordinate, which is the actual smallest difference that can be practically
resolved. Using averaging can improve the resolution by the square root of the number of sweeps in the
average. For example, if 16 averages are set via pre-processor averaging or by using the Average math
function, the resolution is improved by a factor of 4. For 100 sweeps it improves by a factor of 10.
Applies to: Param, Waveform
Dim VerticalResolution as Double
VerticalResolution = app.Acquisition.C1.Out.Result.VerticalResolution
VerticalUnits
Units used for the vertical axis. Typically V for Volts, but other units are possible.
Applies to: Histogram, Param, Persist, Waveform
Dim VerticalUnits as String
VerticalUnits = app.Acquisition.C1.Out.Result.VerticalUnits
XFrameStart
Coordinate of the left edge of the XY graticule.
Applies to: XY
Dim XFrameStart As Double
XFrameStart = app.Math.XY.Out.Result.XFrameStart
4-28