5 Triggering and Gating
188 Keysight 53220A/53230A User’s Guide
Carrier frequency configuration example
The following example shows a typical configuration for a burst carrier frequency
measurement. In the example, the gate delay and gate time are set manually. If
the characteristics of the pulse are unknown, the “on time” can be measured
separately to insure that the delay and time are set within the threshold detector’s
sensitivity range (see Chapter 3 for more pulse measurement examples).
// measure the on time of the burst to determine
// appropriate delay and gate times
CONF:PWID:BURS (@3)
INP3:BURS:LEV -6
READ?
.
.
// measure the burst carrier frequency
CONF:FREQ:BURS (@3)
INP3:BURS:LEV -6 // set detector threshold level
SENS:FREQ:BURS:GATE:NARR OFF // turn narrow mode off
SENS:FREQ:BURS:GATE:AUTO OFF // manually set delay/time
SENS:FREQ:BURS:GATE:DEL 5E-6 // set gate delay
SENS:FREQ:BURS:GATE:TIME 10E-6 // set gate time
READ?