Teledyne LeCroy WaveSurfer Automation Command User Manual
Page 82
Automation Command and Query Reference Manual - Control Reference
PersistenceSaturation
Integer
From 0 to 100 step 1
Range
Sets/Queries the population level, relative to the maximum possible level, at which the persistence
traces reach maximum intensity, and above which there are no further changes in color or intensity.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the persistence saturation level to 60%.
app.Display.PersistenceSaturation = 60
Example
PersistenceStyle
Enum
Sets/Queries the type of persistence trace displayed.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the persistence style to color graded.
app.Display.PersistenceStyle = "ColorGraded"
Example
Values
Analog
ColorGraded
PersistenceTime
Enum
Sets/Queries decay time for trace persistence, expressed as a number of seconds, or as "infinity".
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the persistence time to 10 seconds.
app.Display.PersistenceTime = "10s"
Example
Values
0.5s
10s
1s
20s
2s
5s
Infinite
1-75
918499 RevA