User manual

Table Of Contents
Part 4: Automation Result Interface Reference
XFrameStop
Coordinate of the right edge of the XY graticule.
Applies to: XY
Dim XFrameStop As Double
XFrameStop = app.Math.XY.Out.Result.XFrameStop
XMaxPossible
Maximum possible value of the X coordinate
Applies to: XY
Dim XMaxPossible As Double
XMaxPossible = app.Math.XY.Out.Result.XMaxPossible
XMinPossible
Minimum possible value of the X coordinate
Applies to: XY
Dim XMinPossible As Double
XMinPossible = app.Math.XY.Out.Result.XMinPossible
XOffset
Potential difference between ground and the horizontal center of the XY grid. For example, with
VerticalOffset of the X coordinates source trace = +50 mV, the center of the screen represents -50 mV:
with an offset of -21mV, the center represents +21 mV. (I.e. centerline voltage + VerticalOffset = 0)
Applies to: XY
Dim XOffset As Double
XOffset = app.Math.XY.Out.Result.XOffset
XPerStep
Smallest step size in the numerical values that can be read out from the DataArray utilzing 16 bit signed
integer values. Note that the X range is just about 65536 * XPerStep. (See XMaxPossible and
XMinPossible.)
Applies to: XY
Dim XPerStep As Double
XPerStep = app.Math.XY.Out.Result.XPerStep
4-29