User`s guide

Examples
The following program segment configures the instrument for ac voltage
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 range (autorange)
and resolution (fixed at 6½ digits) are used for the measurement.
CONF:VOLT:AC
READ?
Typical Response: +1.86850000E+023
The following program segment configures the instrument for ac voltage
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 output buffer. The 1 V range is selected.
CONF:VOLT:AC 1
INIT
FETC?
Typical Response: +4.27150000E-01