System Commands 5
SAVE~RECALL SETUP
*SAV
Command
DESCRIPTION
COMMAND SYNTAX
EXAMPLE (GPIB)
RELATED COMMANDS
The * SAV command stores the current state of the instrument in
non-volatile internal memory. The *SAV command stores the
complete front-panel setup of the instrument at the time the com-
mand is issued.
Note: The communication parameters (those modified by com-
mands COMM_FORMAT, COMM_HEADER, COMM HELP,
COMM_ORDER and WA VEFORM_SETUP) and the enable reg-
isters associated with the status reporting system (*SRE, *PRE,
¯ ESE, INE) are not saved by this command.
*SAV <panel_setup>
<panel_setup> := 1 to 7
The following code saves the current instrument setup in panel
setup 5.
CMD$="*SAV 5": CALL IBWRT(SCOPE%,CMD$)
PANEL_SETUP, *RCL
131