Teledyne LeCroy WavePro Automation Command User Manual
Page 219

Automation Command and Query Reference Manual - Control Reference
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Save C1 into M1
app.SaveRecall.Waveform.SaveTo = "Memory"
app.SaveRecall.Waveform.SaveSource = "C1"
app.SaveRecall.Waveform.SaveDestination = "M1"
app.SaveRecall.Waveform.DoSave
Example
Delimiter
Enum
Sets/Queries the delimiter to use when saving data in ASCII text mode.
Description
Values
Comma
Semicolon
Space
Tab
DoRecall
Action
Recall waveform data into a trace memory. Source may be either an internal memory (M1..M4), or a
file on a mass-storage device, depending on the state of the 'RecallFrom' control.
Description
DoSave
Action
Save waveform data into an internal memory, or file on a mass-storage device, using the pre-specified
source and destination.
Description
RecallDestination
Enum
Sets/Queries the destination for waveform recall. When the DoRecall action is executed the waveform
will be transferred into this destination trace.
Description
Values
M1
M2
M3
M4
SaveSource
Enum
SaveTo
Enum
TraceTitle
String
WaveFormat
Enum
WaveformDir
FileName
1-205
918501 RevA