User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
STORE_PANEL, STPN
Description
The STORE_PANEL command stores the complete panel setup of the oscilloscope in a file 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.
Note: The communication parameters (modified by commands CFMT, CHDR, CHLP, CORD and
WFSU) and the enable registers associated with the status reporting system (SRE, PRE, ESE, INE)
are not saved by this command.
If no file name (or an empty string) is supplied, the oscilloscope generates a file name according to its
internal rules. Autogenerated file names are numbered sequentially.
This command is the complement of RECALL_PANEL.
Command Syntax
STORE_PANEL DISK,<device>,FILE,'<filename>'
<device>:= {HDD, USB, MICRO}
<filename>:= full path to file
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. The file extension
.LSS will be appended automatically.
Note: The hard drive selection (HDD) always points to drive D, which is the data drive on most
Teledyne LeCroy 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 saves the current oscilloscope setup to USB drive in a file called DIODE.LSS:
CMD$="STPN DISK,USB,FILE,'DIODE.LSS'": CALL IBWRT(SCOPE%,CMD$)
Related Commands
PNSU, *SAV, RECALL_PANEL, *RCL
6-124