User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
*SAV (Save Setup)
Description
The *SAV command stores the current state of your instrument one of the non-volatile setup panels
(Setup 0 to Setup x). The *SAV command stores the complete setup of the oscilloscope at the time the
command is issued.
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.
Command Syntax
*SAV <panel_setup>
<panel_setup>:= 1 to x
1 to x are the corresponding setup panels available on your oscilloscope. The maximum value of x will be
the highest number setup (e.g., 6 indicating Setup 6).
Example (GPIB)
The following instruction saves the current instrument setup in Setup 3:
CMD$="*SAV 3": CALL IBWRT(SCOPE%,CMD$)
Related Commands
PANEL_SETUP, *RCL
6-123