System Commands 5
SAVE~RECALL SETUP
DESCRIPTION
COMMAND SYNTAX
QUERY SYNTAX
Response syntax
EXAMPLE (GPIB)
RELATED COMMANDS
PANEL_SETUP, PNSU
Command/Query
The PANEL SETUP command complements the *SAV/*RST
commands. T-he PANEL_SETUP command allows panel setups to
be archived in encoded form on external storage media.
Only setup data read by the PNSU? query may be recalled into the
oscilloscope. A panel setup error (see Table 6, page 84) will
generated if the setup data block contains invalid data.
Note: The communication parameters (those modified by com-
mands 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.
PaNel_SetUp <setup>
<setup> := A setup block previously read by PNSU?
PaNel_SetUp?
PaNel_SetUp <setup>
1. The following instruction saves the instrument’s current panel
setup in the file PANEL.SET.
FILES = "PANEL.SET": CMD$ = "PNSU?"
CALL IBWRT(SCOPE%,CMD$)
CALL IBRDF (SCOPE%,FILE$)
2. The following command recalls the front-panel setup stored
previously in the file PANEL.SET into the oscilloscope.
CALL IBWRTF(SCOPE%,FILE$)
*RCL,*SAV
113