
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
Sets/Queries the delimiter to use when saving data in ASCII text mode.
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.
Save waveform data into an internal memory, or file on a mass-storage device, using the pre-specified
source and destination.
Sets/Queries the destination for waveform recall. When the DoRecall action is executed the waveform
will be transferred into this destination trace.
Sets/Queries the type of source for waveform recall.
Recall from file on a mass-storage device
Recall from one of the internal memories (M1..M4)
Kommentare zu diesen Handbüchern