User`s guide

Examples
The following program segment configures the instrument for period
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:PER
READ?
Typical Response: +1.32130000E-03
The following program segment configures the instrument for period
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 readings from reading memory
to the instrument's output buffer.
CONF:PER 0.001,0.0000001
INIT
FETC?
Typical Response: +4.27150000E-04