User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
RECALL, REC
Description
The RECALL command recalls a waveform file from the current directory on mass storage into any of the
internal memories (M1 to Mn).
Only waveforms stored in binary format (.trc) can be recalled.
Command Syntax
<memory>:RECALL DISK,<device>,FILE,'<file name>'
<device>:= {HDD, USB, MICRO}
<memory>:= M1 to Mn
<file name>:= full path to .trc file
The file path must be enclosed in single quotes. Use the full path to the directory, including the drive letter.
Be sure there are no spaces before the directory string.
Note: The hard drive selection (HDD) always points to drive D, which is the data drive on MAUI
oscilloscopes. An external USB drive is usually named drive E; check your oscilloscope file system.
The device type MICRO applies only to instruments that utilize Micro-SD card data storage, such
as WaveSurfer 3000.
Example (GPIB)
The following instruction recalls the waveform file 'C2Trace00000.trc' into Memory 1:
CMD$="<M1:REC DISK,HDD,FILE,'D:\Waveforms\C2Trace00000.trc'": CALL IBWRT
(SCOPE%,CMD$)
Related Commands
STORE, INR?
6-148