User`s guide
Examples
The following program segment configures the instrument for dc 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 (1 PLC) are used for the measurement.
CONF:VOLT:DC
READ?
Typical Response: +1.86850000E-03
The following program segment configures the instrument for dc 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 with 0.1 mV
resolution.
CONF:VOLT:DC 1,0.0001
INIT
FETC?
Typical Response: +4.27150000E-01