![Rohde & Schwarz FSW13 User Manual Download Page 969](http://html.mh-extra.com/html/rohde-and-schwarz/fsw13/fsw13_user-manual_1477847969.webp)
Remote Commands
R&S
®
FSW
969
User Manual 1173.9411.02 ─ 19
//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
Basic Frequency Sweep Measurement for Marker Function Examples
Since markers can only be placed on an existing trace, the following example provides
a simple frequency sweep measurement to be used as a basis for the subsequent
marker function scripts.
//-------------- Configuring the basic frequency sweep -------------
*RST
//Resets the instrument
INIT:CONT OFF
//Selects single sweep mode.
FREQ:CENT 100MHz
//Defines the center frequency
FREQ:SPAN 200MHz
//Sets the span to 100 MHz on either side of the center frequency.
DISP:TRAC1:Y:RLEV 0dBm
//Sets the reference level to 0 dBm.
//------- Performing the measurement -------------------------
Analyzing Measurements (Basics)