Memory - erase
ERASE
:CFRQ
:FULL
:RAM
:ALL
[not used alone]
Erase all Carrier Freq Stores
Erase all Full Stores
Erase all RAM Stores
Erase all Stores
Data type : None
Allowed suffices : None
Default suffix : None
Examples: ERASE:FULL
ERASE:ALL
Memory - sequencing
These commands enable you to step through the memory stores in a sequence. For triggering, refer to
MSEQ
:MODE
Data type :
Allowed suffices :
Default suffix :
Examples:
:SEQ1...:SEQ9
:START
:STOP
Data type :
Allowed suffices :
Default suffix :
Example:
MSEQ?
Examples:
MSEQ:SEQ1?
.....
MSEQ:SEQ9?
Example:
[not used alone]
Select sequencing mode of operation. When a sequence is selected, the user can step through the sequence using the RCL:UP and RCL:DN commands. The sequence modes are SEQ1 to SEQ9, and the sequencing can be disabled with the OFF parameter.
Character Program Data
None
None
MSEQ:MODE OFF
MSEQ:MODE SEQ2
Set the memory store for the start of the sequencing loop
Set the memory store for the end of the sequencing loop
Decimal Numeric Program Data
None
None
MSEQ:SEQ2:START 50;STOP 70
Prepares message containing information on the current memory sequencing mode in the following format:
:MSEQ:MODE <mode>
where: <mode> is character program data indicating the sequence mode selection
:MSEQ:MODE SEQ4
:MSEQ:MODE OFF
Prepares message containing information on the start and stop settings of the given memory sequence in the following format:
:MSEQ:SEQn:START <nr1>;STOP <nr1>
where n is between 1 and 9 inclusive
:MSEQ:SEQ4:START 120;STOP 155