Remote Commands
R&S
®
FSVA3000/ R&S
®
FSV3000
1037User Manual 1178.8520.02 ─ 01
//-------- Querying the phase noise results ------------------------------
CALC:DELT1:FUNC:PNO:RES?
CALC:DELT2:FUNC:PNO:RES?
CALC:DELT3:FUNC:PNO:RES?
CALC:DELT4:FUNC:PNO:RES?
//Queries the difference in level between the peak and the noise power density
//measured at the deltamarkers, referred to the carrier power level (dBc)
Example: Measuring the Power in a Channel Using Band Power Markers
This example demonstrates how to measure the power in a specific channel or band
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 Examples" on page 1034 has been performed and thus does not
begin by presetting the instrument.
//------------- Configuring the band power marker -------------------
CALC:MARK1 ON
//Activates marker1 and sets it to the maximum power level
CALC:MARK1:FUNC:BPOW:STAT ON
//Activates the band power measurement for the band around marker 1
CALC:MARK1:FUNC:BPOW:SPAN 30MHz
//Sets the bandwidth to be measured to 30 MHz
CALC:MARK1:FUNC:BPOW:MODE DENS
//Sets the result to be a density (power per Hz bandwidth)
CALC:DELT2 ON
//Activates deltamarker2
CALC:DELT2:FUNC:BPOW:STAT ON
//Activates the band power measurement for the band around deltamarker 2
CALC:DELT2:FUNC:BPOW:SPAN 30MHz
//Sets the bandwidth to be measured to 30 MHz
CALC:DELT2:FUNC:BPOW:MODE DENS
//Sets the result to be a density (power per Hz bandwidth)
CALC:DELT3 ON
//Activates deltamarker3
CALC:DELT3:FUNC:BPOW:STAT ON
//Activates the band power measurement for the band around deltamarker 3
CALC:DELT3:FUNC:BPOW:SPAN 30MHz
//Sets the bandwidth to be measured to 30 MHz
CALC:DELT3:FUNC:BPOW:MODE DENS
//Sets the result to be a density (power per Hz bandwidth)
//---------------Retrieving Results-------------
CALC:MARK1:FUNC:BPOW:RES?
//Returns the power sum for the specified bandwidth around marker 1.
CALC:DELT2:FUNC:BPOW:RES?
//Returns the power sum for the specified bandwidth around deltamarker 2.
Analyzing Measurements (Basics)