User`s guide
Examples
The following program segment configures the meter for a 4-wire resistance
measurement. The READ? command places the meter in the "wait-for-
trigger" state, initiates a trigger, and then sends the reading to memory and
the instrument output buffer. The default range (autorange) and resolution
are used for the measurement.
CONF:FRES
READ?
Typical Response: +2.93830000E+03
The following program segment configures the instrument for 4-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:FRES 1000,0.1
INIT
FETC?
Typical Response: +4.27150000E+02