Remote Control
R&S
®
FSPN
322
User Manual 1179.4363.02 ─ 01
//Create second IQ channel
INSTrument:CREate:NEW IQ,'IQ 2'
//Set sweep count
SENS:SWEEP:COUNT 2
//Change trace modes
DISP:TRAC1:MODE MAXH
DISP:TRAC2:MODE MINH
//Create new analyzer channel
INSTrument:CREate:NEW SANalyzer,'Spectrum 2'
//Activate ACLR measurement in channel 'Spectrum 2'
CALCulate:MARKer:FUNCtion:POWer:SELect ACPower
//Load W-CDMA Standard
CALCulate:MARKer:FUNCtion:POWer:PRESet FW3Gppcdma
//Change trace modes
DISP:TRAC2:MODE MAXH
DISP:TRAC1:MODE MINH
//--------Performing a sweep and retrieving results----------------
//Change sweep count
SENS:SWEep:COUNt 7
//Single Sweep mode
INIT:CONT OFF
//Switch back to first IQ channel
INST:SEL 'IQ 1';*WAI
//Perform a measurement
INIT:IMM;*OPC?
//Retrieve results
CALC:MARK:Y?
//Activate Multiview
DISPlay:ATAB ON
//---------Performing a sequence of measurements with the Sequencer------------
//Activate Sequencer
SYSTem:SEQuencer ON
//Start sweep in Sequencer
INITiate:SEQuencer:IMMediate;*OPC?
//Switch into first IQ channel to get results
INST:SEL 'IQ 1';*WAI
CALCulate:MARKer:MAXimum
CALC:MARK:Y?
//Change sweep time in IQ
SENS:SWE:TIME 300us
//Switch to single Sequencer mode
INITiate:SEQuencer:MODE SINGle
//Sweep all channels once, taking the sweep count in each channel into account
INITiate:SEQuencer:IMMediate;*OPC?
//Set marker to maximum in IQ1 and query result
CALCulate:MARKer:MAXimum
CALC:MARK:Y?
Selecting the Operating Mode and Application