More Complex Programming Examples; Using Marker And Delta Marker - Rohde & Schwarz R&S FSP Series Operating Manual

Spectrum analyzer
Table of Contents

Advertisement

R&S FSP

7.3 More Complex Programming Examples

In this section, the more advanced programming examples are included:
For basic programming examples, refer to section
VISA Interface" on page 7.2
7.3.1

Using Marker and Delta Marker

7.3.1.1
Measuring Spurious Emissions
In transmission measurements, it is often necessary to search a large frequency
range for unwanted spurious emissions.
This can be done by means of the R&S FSP's LIST PEAKS function, which finds up
to 50 peaks in a preselected frequency range and outputs them as a list. The search
range can be defined both in terms of frequency and level, and the number of peaks
to be found is selectable as well.
In the following example, the 10 highest peaks are to be found in a preselected fre-
quency range. Only signals >-60 dBm in a range ± 400 kHz about the center fre-
quency are of interest, so the search range is limited accordingly. The signals found
are output in the order of ascending frequency.
REM ************************************************************************
Public Sub SpuriousSearch()
powerlist$ = Space$(1000)
freqlist$ = Space$(1000)
countstr$ = Space$(30)
'--------- R&S FSP default setting --------------------------
CALL SetupInstrument
'Default setting
status = viWrite(analyzer, "INIT:CONT OFF", 13, retCnt)
'Single sweep
'--------- Definition of search range -----------------------
status = viWrite(analyzer, "CALC:MARK:X:SLIM:STAT ON", 24, retCnt)
Operating Manual 1164.4556.12 - 06
"Using Marker and Delta Marker" on page 7.7
"Limit Lines and Limit Test" on page 7.12
"Measuring the Channel and Adjacent Channel Power" on page 7.14
"Occupied Bandwidth Measurement" on page 7.16
"Time Domain Power Measurement" on page 7.17
"Fast Power Measurement on Power Ramps" on page 7.18
"Fast Level Measurement Using Frequency Lists" on page 7.22
"Level Correction of Transducers (Definition of Transducer Factors)" on page 7.24
"Measuring the Magnitude and Phase of a Signal (I/Q Data Acquisition)" on
page 7.25
"---'''''''' ''Averaging I/Q Data" on page 7.27
"'Reading and Writing Files" on page 7.28
Remote Control – Programming Examples
More Complex Programming Examples
"Basic Programming Steps for the
and the Quick Start Guide, chapter 6.
7.7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents