Manual

P
ART
T
WO
:
COMMANDS
228
ISSUED: February 2005
WM-RCM-E Rev D
SAVE/RECALL
SETUP
STORE_PANEL, STPN
Command
DESCRIPTION
The STORE_PANEL command stores the complete front panel
setup of your oscilloscope, at the time the command is issued, in a
file in the current directory in mass storage.
N
N
O
O
T
T
E
E
:
: The communication conditions (those modified by commands
COMM_FORMAT
,
COMM_HEADER
,
COMM_HELP
,
COMM_ORDER
and
WAVEFORM_SETUP
) and the enable registers
associated with the status reporting system (commands
*SRE
,
*PRE
,
*ESE
,
INE
) are not saved by
this command.
If no filename (or an empty string) is supplied, the oscilloscope generates a filename according to its
internal rules.
COMMAND SYNTAX
STore_PaNel DISK, <device>, FILE,‘<filename>
<device> : = {FLPY, HDD}
<filename> : = A string of up to eight characters with the extension
.LSS.
EXAMPLE (GPIB) The following instruction saves the current oscilloscope setup to
floppy disk in a file called “DIODE.LSS”:
CMD$=“STPN DISK, FLPY, FILE,‘DIODE.LSS’”:
CALL IBWRT(SCOPE%,CMD$)
RELATED COMMANDS
PNSU, *SAV, RECALL_PANEL, *RCL