User`s guide
116 53220A/53230A User’s Guide
3 53220A/53230A Measurements
PRI and PRF Examples
// measure an expected 1 ms pulse repetition interval with
// 6-digit (µs) resolution
*RST // reset to start from known state
MEAS:FREQ:PRI? 1E-3, .001, (@3)
---------------------------------------------------------
// measure the pulse repetition interval using CONFigure,
// set the detector threshold to -6 dB
*RST // reset to start from known state
CONF:FREQ:PRI 1E-3, .001, (@3)
INP3:BURS:LEV -6 // set a detector threshold of -6 dB
READ?
// measure an expected 1 kHz pulse repetition frequency
// with 6-digit (mHz) resolution
*RST // reset to start from known state
MEAS:FREQ:PRF? 1E3, .001, (@3)
---------------------------------------------------------
// measure the pulse repetition frequency using CONFigure,
// set the detector threshold to -6 dB
*RST // reset to start from known state
CONF:FREQ:PRI 1E3, .001, (@3)
INP3:BURS:LEV -6 // set a detector threshold of -6 dB
READ?
Notes
1. See “Measurement Gate” in Chapter 5 for information on digits of resolution
based on expected value and resolution parameter settings.
2. See “Burst Measurement Detector Threshold” in Chapter 4 for information
on setting the threshold for pulse measurements.