Remote Commands
R&S
®
FSVA3000/ R&S
®
FSV3000
980
User Manual 1178.8520.02 ─ 01
Basic trace settings are demonstrated in the
Chapter 14.15.1, "Programming Example:
Performing a Basic Frequency Sweep"
//-----------Preparing the Measurement ------------
*RST
//Resets the instrument
LAY:ADD? '1',BEL,SGR
//Displays a new window below window 1 and activates spectrogram display.
//The new window name is returned as a result: '2'.
//The spectrogram is updated with each new sweep.
INIT:CONT OFF
//Selects single sweep mode.
//--------------Configuring the Spectrogram--------------
CALC:SGR:CLE
//Clears the displayed spectrogram to start a new one.
CALC:SGR:CONT ON
//Configures a continuous spectrogram for a series of measurements.
//The display is not cleared when a new measurement is started.
CALC:SGR:FRAM:COUN 100
//Sets the number of frames to be recorded per sweep to 100.
CALC:SGR:HDEP 1000
//Sets the number of frames to be stored to 1000 (=10 sweeps)
CALC:SGR:TST ON
//Activates a time stamp for each frame.
//--------------Configuring the Color Map----------------
DISP:WIND:SGR:COL GRAY
//Defines a gray-scaled coloring: low values light gray, high values dark gray.
DISP:WIND:SGR:COL:LOW 30
DISP:WIND:SGR:COL:UPP 70
DISP:WIND:SGR:COL:SHAP 0.8
//Defines a color map for a range that comprises 40% of the measurement range,
//excluding 30% at each end. The colors are not scaled linearly; the light gray
//colors are stretched to distinguish low values better.
//--------------Performing the Measurement---------------
SWE:COUN 10
//Defines 10 sweeps to be performed per measurement.
INIT;*WAI
//Initiates a new measurement and waits until the sweeps have finished.
//The spectrogram is updated with each new sweep.
//--------------Positioning Markers----------------------
CALC:MARK:SGR:SAR MEM
//Includes all frames in the memory in the search area
CALC:MARK1:SGR:FRAM -1s
Analyzing Measurements (Basics)