User manual

Table Of Contents
Part 4: Automation Result Interface Reference
VerticalFrameStart
Vertical coordinate of the bottom edge of the graticule containing the trace.
Applies to: Digital, Histogram, Persist, Waveform, XY
Dim YFrameStart As Double
YFrameStart = app.Acquisition.C1.Out.Result.VerticalFrameStart
VerticalFrameStop
Vertical coordinate of the top edge of the graticule containing the trace.
Applies to: Digital, Histogram, Persist, Waveform, XY
Dim YFrameStop As Double
YFrameStop = app.Acquisition.C1.Out.Result.VerticalFrameStop
VerticalMaxPossible
Returns the maximum voltage that can be returned.
Applies to: Waveform
Dim VerticalMaxPossible As Double
VerticalMaxPossible = app.Acquisition.C1.Out.Result.VerticalMaxPossible
VerticalMinPossible
Returns the minimum voltage that can be returned.
Applies to: Waveform
Dim VerticalMinPossible As Double
VerticalMinPossible = app.Acquisition.C1.Out.Result.VerticalMinPossible
VerticalOffset
Potential difference between ground and the center of the screen. With VerticalOffset = +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: Persist, Waveform
Dim VerticalOffset As Double
VerticalOffset = app.Acquisition.C1.Out.Result.VerticalOffset
4-27