12-6 Common Commands Model 2701 User’s Manual
E *SAV <NRf> — save Save present setup in memory
*RCL <NRf> — recall Return to setup stored in memory
Parameters 0 = Memory location 0
1 = Memory location 1
2 = Memory location 2
3 = Memory location 3
4 = Memory location 4
Use the *SAV command to save the present instrument setup configuration in memory for
later recall. Any control affected by *RST can be saved by the *SAV command. The *RCL
command is used to restore the instrument to the saved setup configuration. Five setup
configurations can be saved and recalled. A saved setup is approximately 4k bytes in size.
Model 2701 ships from the factory with SYSTem:PRESet defaults loaded into the
available setup memory. If a recall error occurs, the setup memory defaults to the
SYSTem:PRESet values.
NOTE *OPC or *OPC? should be used with *SAV and *RCL, which are slow
responding commands. Details on *OPC and *OPC? are provided in this
section.
Programming example:
*SAV 2 ' Save present setup in memory location 2.
*RST ' Return 2701 to RST defaults.
*RCL 2 ' Return (recall) 2701 to setup stored in memo location 2.
F *RST — reset Return Model 2701 to RST defaults
When the *RST command is sent, Model 2701 performs the following operations:
1. Returns Model 2701 to the RST default conditions (see “Default” column of SCPI
tables).
2. Cancels all pending commands.
3. Cancels response to any previously received *OPC and *OPC? commands.
NOTE *OPC or *OPC? should be used with *RST, which is a slow responding
command. Details on *OPC and *OPC? are provided in this section.