User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
RECALL_PANEL, RCPN
Description
The RECALL_PANEL command recalls panel setups from a file saved (using PNSU? or
STORE_PANEL) on the instrument data drive (D:) or a connected mass storage device. The device and the
file name are given as two-value parameter pairs.
Command Syntax
RECALL_PANEL DISK,<device>,FILE,'<file name>'
<device>:= {HDD, USB, MICRO}
<file name>:= full path to file with the extension .LSS
The file name string may be up to eight characters. Use the full path to the directory, including the drive
letter, enclosed in single quotes. 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 panel setup from file CHIRP_MEAS.LSS on the instrument D: drive:
CMD$="RCPN DISK,HDD,FILE,'D:\Applications\USB2\Setups\CHIRP_MEAS.LSS'": CALL IBWRT
(SCOPE%,CMD$)
The following instruction recalls the panel setup from file CHIRP_MEAS.LSS on a USB drive connected to
the instrument, where the file is stored in the \USB2\Setups subfolders:
CMD$="RCPN DISK,USB,FILE,'E:\USB2\Setups\CHIRP_MEAS.LSS'": CALL IBWRT(SCOPE%,CMD$)
The following instruction recalls the panel setup from file P012.LSS on a USB drive:
CMD$="RCPN DISK,USB,FILE,'P012.LSS'": CALL IBWRT(SCOPE%,CMD$)
Related Commands
PANEL_SETUP, *SAV, STORE_PANEL, *RCL
6-121