User manual

Automation Command and Query Reference Manual - Control Reference
' Save C1 into M1
app.SaveRecall.Waveform.SaveTo = "Memory"
app.SaveRecall.Waveform.SaveSource = "C1"
app.SaveRecall.Waveform.SaveDestination = "M1"
app.SaveRecall.Waveform.DoSave
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
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)
1-145
918499 RevA