Teledyne LeCroy WavePro Automation Command User Manual
Page 104

Automation Command and Query Reference Manual - Control Reference
AxisLabels
Bool
Sets/Queries the visibility of the labels that show the horizontal and vertical limits of each grid.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Show the axis labels.
app.Display.AxisLabels = True
Example
AxisXRotation
Integer
From -90 to 90 step 1
Range
Sets/Queries the rotation angle, about the X-axis, of the 3-D persistence display. The X-axis runs
horizontally in the plane of the screen. Positive or negative angles may be used. Positive or negative
angles may be used, in the range - 90 to + 90 degrees. Zero produces a direct plan, viewed
perpendicularly. Zero produces a direct plan view, if Y rotation is also zero.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the rotation about the X axis to 45 degrees.
app.Display.AxisXRotation = 45
Example
Persistence3d
Bool
PersistenceLastTrace
Bool
PersistenceMonoChrome
Bool
PersistenceSaturation
Integer
PersistenceStyle
Enum
PersistenceTime
Enum
PreviewPrintColors
Action
ResetAll
Action
SegmentMode
Enum
TraceIntensity
Double
TraceStyle
Enum
1-90
918501 RevA