User`s guide

53220A/53230A User’s Guide 117
53220A/53230A Measurements 3
Positive and Negative Widths
The commands used to measure the positive (on) width and negative (off)
width of a burst pulse (Figure 3-13) are:
MEASure:PWIDth:BURSt? [<channel>]
CONFigure:PWIDth:BURSt [<channel>]
MEASure:NWIDth:BURSt? [<channel>]
CONFigure:NWIDth:BURSt [<channel>]
- channel is counter channel 3 specified as (@3).
Positive Width and Negative Width Examples
// measure the positive (on) width of the burst signal
*RST // reset to start from known state
MEAS:PWID:BURS? (@3)
// measure the positive (on) width using CONFigure, set
// a -12 dB detector threshold
*RST // reset to start from known state
CONF:PWID:BURS (@3)
INP3:BURS:LEV -12 // set a detector threshold of -12 dB
READ?
--------------------------------------------------------