beautypg.com

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

Page 133

background image

Chapter Three

Control Reference

This set of variables controls the display of data in X vs. Y mode. Only Valid when the instrument is in XY, XYSingle, or
XYDual display modes.

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

' Switch to XY+Dual Grid Mode
app.Display.GridMode = "XYDual"

' Configure XY to show C1 vs. C2 in 3D Persistence mode
app.Math.XY.InputX = "C1"
app.Math.XY.InputY = "C2"
app.Math

Example

Clears persistence X-Y plot.

ClearSweeps

Action

Description

Sets/Queries the persisted state of the X-Y plot. If the Display.LockPersistence control is set to
'AllLocked' then the persisted state of all displayed waveforms will be the same. If the
Display.LockPersistence control is set to 'PerTrace' then the persisted state of each waveform may be
independently controlled.

Persisted

Bool

Description

Sets/Queries the saturation threshold for persisted X-Y plot. All information at this level or above will
be recorded with the same color or intensity. See the general description above for a discussion of
the locked and unlocked persistence modes.

PersistenceSaturation

From 0 to 100 step 1

Integer

Range

Description

ClearSweeps

Action

InputX

Enum

InputY

Enum

Persisted

Bool

PersistenceSaturation

Integer

PersistenceTime

Enum

PersistenceViewOn

Bool

ShowLastTrace

Bool

3-66

916435 RevA