![Rohde & Schwarz FSV3000 User Manual Download Page 1228](http://html.mh-extra.com/html/rohde-and-schwarz/fsv3000/fsv3000_user-manual_14778431228.webp)
Remote commands
R&S
®
FSVA3000/ R&S
®
FSV3000
1228
User Manual 1178.8520.02 ─ 08
frequency sweep described in
Chapter 12.15.1, "Programming example: performing a
on page 1415 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?
//Returns the bandwidth at the specified power offset.
CALC:MARK:FUNC:NDBD:FREQ?
//Returns the frequencies of the temporary markers at the power offsets
CALC:MARK:FUNC:NDBD:QFAC?
//Returns the quality factor of the resulting bandwidth
Examples: demodulating marker values and providing audio output
The following examples demonstrate how to demodulate markers and provide audio
output in a remote environment.
Example: providing audio output for individual marker values
............................1228
Example: demodulating and providing audio output continuously
Example: providing audio output for individual marker values
This example demonstrates how to demodulate markers and provide audio output in a
basic spectrum measurement in a remote environment. It assumes that the basic fre-
quency sweep described in
Chapter 12.15.1, "Programming example: performing a
on page 1415 has been performed and thus does not begin
by presetting the instrument.
Audio output is provided for 5s each time the signal reaches its initial maximum, how-
ever only if it is higher than -90 dBm (10% of the total y-axis range) in order to ignore
noise.
//------------- Configuring the marker demodulation -------------------
CALC:MARK1 ON
//Activates marker1 and sets it to the maximum power level
CALC:MARK1:FUNC:DEM:SEL FM
//Selects FM demodulation
CALC:MARK1:FUNC:DEM:HOLD 5s
//Defines an output duration of 5s
DEM:SQU:LEV 10
//Sets a squelch level for noise
DEM:SQU ON
//Activates squelching
CALC:MARK1:FUNC:DEM ON
//Activates demodulation
Analyzing measurements (basics)