Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 103

Chapter Three
Control Reference
Sets/Queries the type of persistence trace displayed.
PersistenceStyle
Enum
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the persistence style to color graded.
app.Display.PersistenceStyle = "ColorGraded"
Example
Description
Values
Analog
ColorGraded
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.
Persisted
Bool
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Read the state of persistence mode.
Persist = app.Display.Persisted
Example
Description
Sets/Queries whether the persistence 3-D mode is activated.
Persistence3d
Bool
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the 3-D display to off.
app.Display.Persistence3d = False
Example
Description
3-36
916435 RevA