User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
XResolution
Vertical resolution of the X 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: XY
Dim XResolution As Double
XResolution = app.Math.XY.Out.Result.XResolution
XUnits
Units of the X coordinate. Typically V for Volts, unless a current probe is in use, in which case it is A for
Amperes.
Applies to: XY
Dim XUnits As String
XUnits = app.Math.XY.Out.Result.XUnits
YFrameStart
Coordinate of the bottom edge of the XY graticule.
Applies to: XY
Dim YFrameStart As Double
YFrameStart = app.Math.XY.Out.Result.YFrameStart
YFrameStop
Coordinate of the top edge of the XY graticule.
Applies to: XY
Dim YFrameStart As Double
YFrameStart = app.Math.XY.Out.Result.YFrameStart
YMaxPossible
Minimum possible value of the Y coordinate.
Applies to: XY
Dim YMaxPossible As Double
YMaxPossible = app.Math.XY.Out.Result.YMaxPossible
4-30