![Ronde & Schwarz R&S FPL1000 Скачать руководство пользователя страница 892](http://html1.mh-extra.com/html/ronde-and-schwarz/rands-fpl1000/rands-fpl1000_user-manual_1484989892.webp)
Remote Commands
R&S
®
FPL1000
892
User Manual 1178.3370.02 ─ 09
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 892 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?
Example: Obtaining a Marker Peak List
This example demonstrates how to obtain a marker peak list in a basic spectrum mea-
surement in a remote environment. It assumes that the basic frequency sweep descri-
bed in
"Basic Frequency Sweep Measurement for Marker Function Examples"
Setting Basic Spectrum RF Measurement Parameters