beautypg.com

Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 102

background image

Chapter Three

Control Reference

LCD Display Brightness, only used on older WaveRunner 6000 DSOs.

Brightness

From 30 to 100 step 1

Integer

Range

Description

Sets/Queries whether the grid lines lie over the traces or vice versa.

GridOnTop

Bool

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Set the grid lines to be over the trace lines.
app.Display.GridOnTop = True

Example

Description

Sets/Queries the visibility of the labels that show the horizontal and vertical limits of each grid.

AxisLabels

Bool

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Show the axis labels.
app.Display.AxisLabels = True

Example

Description

Sets/Queries the display mode as either "Scope", showing the normal instrument screen, or
"WebEdit", showing the web processor editing panel. Note that WebEdit mode is available only with
certain software options, including XMATH and XMAP.

DisplayMode

Enum

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Switch to WebEdit mode
app.Display.DisplayMode = "WebEdit"

Example

Description

Values

Scope

916435 RevA

3-35