User`s guide

Examples
The following program segment configures the instrument for frequency
measurements. The READ? command places the instrument in the "wait-for-
trigger" state, triggers a measurement, and then sends the reading to
memory and the instrument output buffer. The default aperture (100 ms) is
used for the measurement.
CONF:FREQ
READ?
Typical Response: +1.32130000E+03
The following program segment configures the instrument for frequency
measurements. The INITiate command places the instrument in the "wait-
for-trigger" state, triggers a measurement, and stores the reading in
memory. The FETCh? command transfers the reading from reading memory
to the instrument's output buffer. The default aperture (100 ms) is used for
the measurement.
CONF:FREQ 100
INIT
FETC?
Typical Response: +1.01230000E+02