Remote Control
R&S
®
FSPN
321
User Manual 1179.4363.02 ─ 01
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
11.4.3
Programming Example: Performing a Sequence of Measurements
This example demonstrates how to perform several measurements in a sequence in a
remote environment.
//2xSpectruman 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
//Switch to single sweep mode
INIT:CONT OFF
//switch back to first (default) analyzer channel
INST:SEL 'Spectrum';*WAI
//Switch into SEM
SENSe:SWEep:MODE ESPectrum
//Load Sem standard file for W-CDMA
SENSe:ESPectrum:PRESet:STANdard 'WCDMA\3GPP\DL\3GPP_DL.xml'
//Set sweep count in Spectrum channel
SENS:SWEEP:COUNT 5
//----------Creating a second measurement channel ----------------
Selecting the Operating Mode and Application