
Automation Command and Query Reference Manual - Control Reference
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.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the persistence saturation level to 60%.
app.Display.PersistenceSaturation = 60
Sets/Queries the type of persistence trace displayed.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the persistence style to color graded.
app.Display.PersistenceStyle = "ColorGraded"
Sets/Queries decay time for trace persistence, expressed as a number of seconds, or as "infinity".
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the persistence time to 10 seconds.
app.Display.PersistenceTime = "10s"
Comentarios a estos manuales