![Ronde & Schwarz 1304.0004.03 User Manual Download Page 895](http://html1.mh-extra.com/html/ronde-and-schwarz/1304-0004-03/1304-0004-03_user-manual_1484985895.webp)
Remote Commands
R&S
®
FPL1000
895
User Manual 1178.3370.02 ─ 09
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.
CALC:DELT3:FUNC:BPOW:RES?
//Returns the power sum for the specified bandwidth around deltamarker 3.
Example: Measuring Characteristic Bandwidths (Using the n dB Down Marker)
This example demonstrates how to measure a characteristic bandwidth using markers
in a basic spectrum measurement in a remote environment. It assumes that the basic
frequency sweep described in
Chapter 11.6.17, "Programming Example: Performing a
on page 747 has been performed and thus does not begin
by presetting the instrument.
//------------- Configuring the n dB down marker -------------------
CALC:MARK1 ON
//Activates marker1 and sets it to the maximum power level
CALC:MARK1:FUNC:NDBD 3DB
//Sets the level offset to 3 dB
CALC:MARK1:FUNC:NDBD:STAT ON
//Activates the n dB down measurement
//---------------Retrieving Results-------------
CALC:MARK:FUNC:NDBD:RES?
Setting Basic Spectrum RF Measurement Parameters