User`s guide

Examples
The following program segment configures the instrument for 2-wire
resistance 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:RES
READ?
Typical Response: +1.32130000E+04
The following program segment configures the instrument for 2-wire
resistance 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 kΩ range is selected with
0.1 Ω resolution.
CONF:RES 1000,0.1
INIT
FETC?
Typical Response: +4.27150000E+02