Teledyne LeCroy WavePro Automation Command User Manual
Page 220

Automation Command and Query Reference Manual - Control Reference
RecallFrom
Enum
Sets/Queries the type of source for waveform recall.
Description
Values
File
Recall from file on a mass-storage device
Memory
Recall from one of the internal memories (M1..M4)
RecallSource
Enum
Sets/Queries the source for recalling waveform data. Used only when recalling from an internal
memory with RecallSource = "Memory".
Description
Values
M1
M2
M3
M4
SaveDestination
Enum
Sets/Queries the destination to which waveform data will be saved. Used only when the SaveTo =
"Memory".
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Setup to store trace C2 into M4 and perform the save operation
app.SaveRecall.Waveform.SaveTo = "Memory"
app.SaveRecall.Waveform.SaveSource = "C2"
app.SaveRecall.Waveform.SaveDestination = "M4"
app.SaveRecall.Waveform.DoSave
Example
Values
M1
M2
M3
M4
1-206
918501 RevA