beautypg.com

Chapter three, Control reference – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 101

background image

Chapter Three

Control Reference

countermanded. "Auto" allows the instrument to set the grid mode most suitable for the current
number of visible traces.

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

' Enter Octal grid mode
app.Display.GridMode = "Octal"

Example

Values

Auto

Automatically choose grid mode, one trace per grid

Dual

Dual grid mode

Octal

Octal grid mode

Quad

Quad grid mode

Single

Single grid mode

XY

XY grid mode

XYDual

XY + Dual grid mode

XYSingle

XY + Single grid mode

Sets/Queries the style in which traces are drawn.

TraceStyle

Enum

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

' Read the state of the persistence mode.
TraceStyle = app.Display.TraceStyle

Example

Description

Values

Line

Connect adjacent samples with straight lines

Points

Show only the sample points

Sets/Queries the grid intensity as a percentage of the maximum value, with a resolution of 1%.

GridIntensity

From 0 to 100 step 1

Integer

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

' Set the grid intensity to 60% of the maximum.
app.Display.GridIntensity = 60

Range

Example

Description

3-34

916435 RevA