Xunits, Yframestart, Yframestop – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 66: Ymaxpossible, Yminpossible, Yoffset
![background image](/manuals/353447/66/background.png)
A
BOUT
R
ESULTS
XUnits
Applies to: XY
Description: Units of the X coordinate. Typically V for Volts, unless a current probe is in use or if the Rescale
function is being used to change the trace’s units.
Example:
Dim XUnits As String
XUnits = app.Math.XY.Out.Result.XUnits
YFrameStart
Applies to: XY
Description: Coordinate of the bottom edge of the XY graticule.
Example:
Dim YFrameStart As Double
YFrameStart = app.Math.XY.Out.Result.YFrameStart
YFrameStop
Applies to: XY
Description: Coordinate of the top edge of the XY graticule.
Example:
Dim YFrameStart As Double
YFrameStart = app.Math.XY.Out.Result.YFrameStart
YMaxPossible
Applies to: XY
Description: Minimum possible value of the Y coordinate.
Example:
Dim YMaxPossible As Double
YMaxPossible = app.Math.XY.Out.Result.YMaxPossible
YMinPossible
Applies to: XY
Description: Minimum possible value of the Y coordinate.
Example:
Dim YMinPossible As Double
YMinPossible = app.Math.XY.Out.Result.YMinPossible
YOffset
Applies to: XY
Description: Potential difference between ground and the vertical center of the XY grid. For example, with
VerticalOffset
of the Y coordinate’s 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)
Example:
Dim YOffset As Double
YOffset = app.Math.XY.Out.Result.YOffset
2-30
916435 RevA