Remote Commands
R&S
®
FSVA3000/ R&S
®
FSV3000
1039
User Manual 1178.8520.02 ─ 01
//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
//------- Performing the measurement -------------------------
INIT;*WAI
//Performs a measurement and waits for it to end
//---------------Retrieving Results-------------
//Results are only provided as audio output!
Example: Demodulating and Providing Audio Output Continuously
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 14.15.1, "Programming Example: Performing a
on page 1199 has been performed and thus does not begin
by presetting the instrument.
//------------- Configuring the marker demodulation -------------------
CALC:MARK1 ON
//Activates marker1
CALC:MARK1:FUNC:DEM:SEL FM
//Selects FM demodulation
DEM:SQU:LEV 10
//Sets a squelch level for noise
DEM:SQU ON
//Activates squelching
CALC:MARK1:FUNC:DEM:CONT ON
//Activates continuous demodulation
//------- Performing the measurement -------------------------
INIT:CONT ON
//Performs a measurement and provides continuous audio output
//---------------Retrieving Results-------------
//Results are only provided as audio output!
Example: Performing a Highly Accurate Frequency Measurement Using the Sig-
nal Count Marker
This example demonstrates how to determine highly accurate frequency values using
signal count markers in a basic spectrum measurement in a remote environment. It
assumes that the basic frequency sweep described in
Example: Performing a Basic Frequency Sweep"
on page 1199 has been performed
and thus does not begin by presetting the instrument.
Analyzing Measurements (Basics)