![Ronde & Schwarz 1304.0004K03 Скачать руководство пользователя страница 645](http://html1.mh-extra.com/html/ronde-and-schwarz/1304-0004k03/1304-0004k03_user-manual_1484987645.webp)
Remote Commands
R&S
®
FPL1000
645
User Manual 1178.3370.02 ─ 11
●
CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>[:STATe]
●
CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:RESult?
●
[SENSe:]POWer:ACHannel:BANDwidth[:CHANnel<ch>]
●
Programming example: Measuring the carrier-to-noise ratio
This programming example demonstrates how to perform a Carrier-to-noise measure-
ment in a remote environment.
//----------Preparing the measurement------------
*RST
//Reset the instrument
FREQ:CENT 800MHz
//Sets the center frequency to the carrier frequency of 800 MHz.
CALC:MARK:FUNC:POW:SEL CN
//Activates carrier-to-noise ratio measurement.
POW:ACH:PRES CN
//Optimizes the instrument settings according to the channel bandwidth.
POW:ACH:PRES:RLEV
//Determines the ideal reference level for the measurement.
//--------------Performing the Measurement-----
INIT:CONT OFF
//Selects single sweep mode.
INIT;*WAI
//Initiates a new measurement and waits until the sweep has finished.
// Now turn off the carrier signal and repeat the measurement:
INIT;*WAI
//Initiates a new measurement and waits until the sweep has finished.
//---------------Retrieving Results-------------
CALC:MARK:FUNC:POW:RES? CN
//Returns the carrier-to-noise ratio.
10.6.6
Measuring the Occupied Bandwidth
All remote control commands specific to occupied bandwidth measurements are
described here.
...............................................................................645
Programming Example: OBW Measurement
........................................................646
10.6.6.1
Configuring the Measurement
The following commands configure measurements of the occupied bandwidth.
Configuring and Performing Measurements