EasyManua.ls Logo

R&S FSW Series - Page 1202

R&S FSW Series
1450 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Remote Commands
R&S
®
FSW
1202User Manual 1173.9411.02 ─ 43
CALC:DELT5:X:REL?
CALC:DELT6:X:REL?
//Retrieves the frequency difference between the delta marker and marker 1.
//--------------Deactivating all markers ---------------------
//CALC:MARK:AOFF
//CALC:DELT:AOFF
Example: Marker Search in Spectrograms
This example demonstrates how to search for peak values in spectrograms in a remote
environment. It assumes a spectrogram is already available (see Chapter 14.8.2.7,
"Programming Example: Configuring a Spectrogram", on page 1148) and thus does not
begin by presetting the instrument.
//---------------- Analyzing the results using markers -------------------
//Set marker1 on the peak power in the most recent spectrum and query
//its position
CALC2:SPEC:FRAM:SEL 0
CALC2:MARK1 ON
CALC2:MARK1:X?
CALC2:MARK1:Y?
//Set marker2 on the peak power in frame at -324ms and query its position
CALC2:MARK2 ON
CALC2:MARK2:SGR:FRAM -324ms
CALC2:MARK2:X?
CALC2:MARK2:Y?
//Set marker3 on peak power level in the entire spectrogram in memory and
//query its position
CALC2:MARK3 ON
CALC2:MARK:SPEC:SAR MEM
CALC2:MARK3:SPEC:XY:MAX
CALC2:MARK3:X?
CALC2:MARK3:Y?
//Move marker 3 to the next lower peak level for the same frequency
CALC2:MARK3:SPEC:Y:MAX:NEXT
CALC2:MARK3:X?
CALC2:MARK3:Y?
//Set marker 4 to the highest level in the (visible) spectrogram.
CALC2:MARK:SPEC:SAR VIS
CALC2:MARK4:SPEC:XY:MAX
//Move marker 4 to the next higher level in the frames above its current position.
CALC2:MARK4:SPEC:Y:MAX:ABOV
Analyzing Measurements (Basics)

Table of Contents

Related product manuals