46
Programming Reference
SCPI Instrument Command List
Command :MMEM:LOAD:STAT
Long :MMEMory:LOAD:STATe
Form Event
Parameter <n>,"filename"[,"A:"]
*RST Not applicable
Specified Limits <n> = 0 to 9 (integer)
Description Use this command to load a complete instrument setting from file
filename in the current directory into memory <n> in the instrument.
Memories 1 to 9 are the internal customer memories. Memory 0 holds the
default setting.
Examples See next command.
Command :MMEM:STOR:STAT
Long :MMEMory:STORe:STATe
Form Event
Parameter <n>,"filename"[,"A:"]
*RST Not applicable
Specified Limits <n> = 0 to 9 (integer)
Description Use this command to store a complete instrument setting from memory
<n> to file filename in the current directory on the memory card.
Memories 1 to 9 are the internal memories. Use memory 0 to store the
current instrument setting to a file.
Examples To load/save instrument settings from/to the memory card:
:MMEM:LOAD:STAT 1,"FREQPERF"
:MMEM:LOAD:STAT 0,"AMPTEST"
:*SAV 2
:*RCL 3"
Load FREQPERF into memory 1
Load AMPTEST as current setting
Save current setting in memory 2
Recall memory 3 as current setting