Remote Commands
R&S
®
FSVA3000/ R&S
®
FSV3000
1036
User Manual 1178.8520.02 ─ 01
Example: Measuring Noise Density
This example demonstrates how to measure noise density using noise markers in a
basic spectrum measurement in a remote environment. It assumes that the basic fre-
quency sweep described in
"Basic Frequency Sweep Measurement for Marker Func-
on page 1034 has been performed and thus does not begin by preset-
ting the instrument.
CALC:MARK1:FUNC:NOIS ON
//Switches on noise measurement at marker 1.
INIT;*WAI
//Performs a measurement and waits for it to end
CALC:MARK1:FUNC:NOIS:RES?
//Queries the measured noise level (per Hz bandwidth)
Example: Measuring Phase Noise
This example demonstrates how to measure phase noise using markers in a basic
spectrum measurement in a remote environment. It assumes that the basic frequency
sweep described in
"Basic Frequency Sweep Measurement for Marker Function Exam-
on page 1034 has been performed and thus does not begin by presetting the
instrument.
//------------- Configuring the phase noise marker -------------------
DET SAMP
//Switches to Sample detector
CALC:MARK1 ON
//Activates marker1 and sets it to the maximum power level
CALC:DELT:FUNC:PNO ON
//Activates phase noise marker function
CALC:DELT1 ON
CALC:DELT1:X 100kHz
CALC:DELT2 ON
CALC:DELT2:X 500kHz
CALC:DELT3 ON
CALC:DELT3:X 1MHz
CALC:DELT4 ON
CALC:DELT4:X 1.5MHz
//Activates the phase noise measurement function for offsets 100kHz/500kHz/1MHz/1.5MHz.
BAND:VID?
//Queries the used VBW (= 0.1*RBW)
Analyzing Measurements (Basics)