Teledyne LeCroy WaveSurfer Automation Command User Manual
Page 115

Automation Command and Query Reference Manual - Control Reference
ClearSweeps
Action
Clears accumulated data for a single function trace.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Reset accumulation for trace F1
app.Math.F1.ClearSweeps
Example
DoResetZoom
Action
Resets the zoom state of math trace Fx.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Reset zoom of math function F3.
app.Math.F3.DoResetZoom
Example
DoStoreToMemoryTrace
Action
Store data from math function Fx to a memory trace.
Destination for F1 will be M1, F2 will be M2, etc.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Store math function F2 to a memory trace.
app.Math.F2.DoStoreToMemoryTrace
Example
LabelsPosition
String
LabelsText
String
MathMode
Enum
Operator1
Enum
Persisted
Bool
PersistenceSaturation
Integer
PersistenceTime
Enum
ShowLastTrace
Bool
Source1
Enum
UseGrid
String
View
Bool
ViewLabels
Bool
1-108
918499 RevA