Teledyne LeCroy WaveSurfer Automation Command User Manual
Page 81

Automation Command and Query Reference Manual - Control Reference
M3PrintColor
Color
From 0 to 16777215
Range
Please see C1Printcolor.
Description
M4Color
Color
From 0 to 16777215
Range
Please see C1Color.
Description
M4PrintColor
Color
From 0 to 16777215
Range
Please see C1Printcolor.
Description
Persisted
Bool
Sets/Queries whether persistence mode is in use. If the previously set persistence mode is per trace,
the persisted cvar will be set as true by this command, even if none of the traces has been set to
persistence mode.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Read the state of persistence mode.
Persist = app.Display.Persisted
Example
PersistenceLastTrace
Bool
Sets/Queries whether the last created trace is shown over the persistence trace.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the persistence display to show the last trace
' on top of the persistence trace.
app.Display.PersistenceLastTrace = True
Example
1-74
918499 RevA