![Ronde & Schwarz 1304.0004K03 Скачать руководство пользователя страница 885](http://html1.mh-extra.com/html/ronde-and-schwarz/1304-0004k03/1304-0004k03_user-manual_1484987885.webp)
Remote Commands
R&S
®
FPL1000
885
User Manual 1178.3370.02 ─ 11
//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 -------------------------
INIT;*WAI
//Performs a measurement and waits for it to end
Example: Using a Fixed Reference Marker
This example demonstrates how to configure and use reference markers in a basic
spectrum measurement in a remote environment. It assumes that the basic frequency
sweep described in
"Basic Frequency Sweep Measurement for Marker Function Exam-
on page 885 has been performed and thus does not begin by presetting the
instrument.
//-----------Configuring the reference marker ------------
//Activate a fixed reference marker. It is set to the current maximum of trace 1.
CALC:DELT:FUNC:FIX ON
//Set the reference frequency to 128 MHz.
CALC:DELT:FUNC:FIX:RPO:X 128 MHZ
//Set the reference level to +30 dBm.
CALC:DELT:FUNC:FIX:RPO:Y 30 DBM
//Use the fixed reference marker as a reference for deltamarker 2
CALC:DELT2:MREF FIX
//Reset the reference marker to the current maximum of trace 1
CALC:DELT:FUNC:FIX:RPO:MAX
//Query the new position of the reference marker
CALC:DELT:FUNC:FIX:RPO:X?
CALC:DELT:FUNC:FIX:RPO:Y?
Setting Basic Spectrum RF Measurement Parameters