Remote Commands
R&S
®
FSMR3000
503
User Manual 1179.0116.02 ─ 02
Example:
MMEM:STOR:IQ:COMM 'A sensible comment'
MMEM:STOR:IQ:STAT 1,'C:\IQData\Amplfier.iq.tar'
Saves the I/Q data to the specified file and adds a sensible com-
ment.
Usage:
Setting only
12.6.2.7
Programming Example: Configuring a Spectrogram
This example demonstrates how to configure a spectrogram for a basic frequency
sweep in a remote environment. The spectrogram is displayed in addition to the spec-
trum display, in a new window. In addition, the usage of special spectrogram markers is
demonstrated.
//-----------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.
Analyzing Measurements (Basics)