Remote Commands
R&S
®
FSVA3000/ R&S
®
FSV3000
789
User Manual 1178.8520.02 ─ 01
●
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.
14.5.5
Measuring the Occupied Bandwidth
All remote control commands specific to occupied bandwidth measurements are
described here.
...............................................................................789
Programming Example: OBW Measurement
........................................................790
14.5.5.1
Configuring the Measurement
The following commands configure measurements of the occupied bandwidth.
Configuring and Performing Measurements