Teledyne LeCroy WavePro Automation Command User Manual
Page 115
![background image](/manuals/353449/115/background.png)
Automation Command and Query Reference Manual - Control Reference
PreviewPrintColors
Action
Show the instrument display in the current color scheme selected for printing.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Show the current color scheme selected for printing.
app.Display.PreviewPrintColors
Example
ResetAll
Action
Turns off persistence on any traces where it has been set on.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Reset all persistence traces to non-persisted mode.
app.Display.ResetAll
Example
SegmentMode
Enum
Sets/Queries the display mode for segmented input channels. All visible channels are set to the same
display mode by a single command.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the display mode for segments in C2 to perspective.
app.Acquisition.C2.SegmentMode = "Perspective"
Example
Values
Adjacent
All segments displayed end-to-end, left to right
Mosaic
Segments displayed in a mosaic, top-left to bottom right
Overlay
Segments are overlaid, similar to persistence
Perspective
Segments are displayed in a perspecfive view
Waterfall
Successive segments are displayed with increasing vertical offset
TraceIntensity
Double
From 1 to 100 step 1
Range
Control the intensity of traces.
Description
1-101
918501 RevA