Quick Start
R&S
®
ESR
129
User Manual 1175.7068.02 ─ 12
'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
3.6.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.
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 instru-
ment's default setting can be used for measurements (SetupInstrument).
REM ************************************************************************
Public Sub MarkerSearch()
Dim retCount as Long
result$ = Space$(100)
CALL SetupInstrument 'Default Setting
'--------- Peak search without search range limits--------------------------
CALL InstrWrite(analyzer,"INIT:CONT OFF")
'Switch to single sweep
CALL InstrWrite(analyzer,"CALC:MARK:PEXC 6DB")
'Define peak excursion
CALL InstrWrite(analyzer,"CALC:MARK:STAT ON")
'Enable marker 1
CALL InstrWrite(analyzer,"CALC:MARK:TRAC 1")
Brief Introduction to Remote Control