Teledyne LeCroy WavePro Automation Command User Manual
Page 165

Automation Command and Query Reference Manual - Control Reference
' 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
AxisXRotation
Integer
From -90 to 90 step 1
Range
Sets/Queries the state of the X Axis rotation control, used only in 3-D persistence modes to control the
viewing position. See the general description above for a discussion of the locked and unlocked
persistence modes.
Description
AxisYRotation
Integer
From -90 to 90 step 1
Range
Sets/Queries the state of the Y Axis rotation control, used only in 3-D persistence modes to control the
viewing position. See the general description above for a discussion of the locked and unlocked
persistence modes.
Description
ClearSweeps
Action
Clears persistence X-Y plot.
Description
AxisXRotation
Integer
AxisYRotation
Integer
ClearSweeps
Action
InputX
Enum
InputY
Enum
Persist3DQuality
Enum
PersistDotJoined
Bool
Persisted
Bool
Persistence3d
Bool
PersistenceMonoChrome
Bool
PersistenceSaturation
Integer
PersistenceTime
Enum
ShowLastTrace
Bool
1-151
918501 RevA