Remote Commands
R&S
®
FSW
831User Manual 1173.9411.02 ─ 43
SYSTem:SEQuencer <State>
This command turns the Sequencer on and off. The Sequencer must be active before
any other Sequencer commands (INIT:SEQ...) are executed, otherwise an error will
occur.
A detailed programming example is provided in Chapter 14.4.3, "Programming Exam-
ple: Performing a Sequence of Measurements", on page 831.
Parameters:
<State> ON | OFF | 0 | 1
ON | 1
The Sequencer is activated and a sequential measurement is
started immediately.
OFF | 0
The Sequencer is deactivated. Any running sequential measure-
ments are stopped. Further Sequencer commands
(INIT:SEQ...) are not available.
*RST: 0
Example:
SYST:SEQ ON
Activates the Sequencer.
INIT:SEQ:MODE SING
Sets single Sequencer mode so each active measurement will
be performed once.
INIT:SEQ:IMM
Starts the sequential measurements.
SYST:SEQ OFF
Manual operation: See "Sequencer State" on page 129
14.4.3 Programming Example: Performing a Sequence of Measurements
This example demonstrates how to perform several measurements in a sequence in a
remote environment.
//2xSpectrumanalyzer + 2xIQ, start Sequencer at the end, test OPC?
// ------------------------------------------------------------------------
//------Preparing the instrument and first channel -----------
*RST
//Activate new IQ channel
INSTrument:CREate:NEW IQ,'IQ 1'
//Set sweep count for new IQ channel
SENS:SWEEP:COUNT 6
//Change trace modes for IQ channel
DISP:TRAC1:MODE BLANK
DISP:TRAC2:MODE MAXH
DISP:TRAC3:MODE MINH
Selecting the Operating Mode and Application