![Rohde & Schwarz R&S FSV Quick Start Manual Download Page 177](http://html.mh-extra.com/html/rohde-and-schwarz/rands-fsv/rands-fsv_quick-start-manual_1477866177.webp)
Brief Introduction to Remote Control
R&S
®
FSVA/FSV
154
Quick Start Guide 1321.3066.02 ─ 05
CALL InstrWrite(analyzer,"DET2:AUTO ON")
'Detector Trace2 (*)
CALL InstrWrite(analyzer,"DET3:AUTO ON")
'Detector Trace3 (*)
CALL InstrWrite(analyzer,"DET4:AUTO ON")
'Detector Trace4 (*)
CALL InstrWrite(analyzer,"DET5:AUTO ON")
'Detector Trace5 (*)
CALL InstrWrite(analyzer,"DET6:AUTO ON")
'Detector Trace6 (*)
'--------- Bandwidths and sweep time ---------------------------------------
CALL InstrWrite(analyzer,"BAND:RES 100KHz")
'Resolution bandwidth (*)
CALL InstrWrite(analyzer,"BAND:VID 1MHz")
'Video bandwidth (*)
CALL InstrWrite(analyzer,"SWE:TIME 100ms")
'Sweep time (*)
END SUB
7.2.2
Using Markers and Delta Markers
The markers are used for marking points on traces, reading out measurement
results and for selecting a display area quickly.
7.2.2.1
Marker Search Functions, Restricting the Search Range
The following example is based on an AM-modulated signal at 100 MHz that has
the following characteristics:
Carrier signal level
-30 dBm
AF frequency
100 kHz
Modulation depth
50 %
Marker 1 and then delta marker 2 are set to the largest maximum points on the
trace. The frequency and level are then read. In the following measurements, the
instrument's default setting can be used for measurements (SetupInstrument).
REM ************************************************************************
Public Sub MarkerSearch()
Dim retCount as Long
result$ = Space$(100)
CALL SetupInstrument 'Default Setting
Detailed Programming Examples
Summary of Contents for R&S FSV
Page 25: ......