User`s guide

Examples
The following program segment configures the instrument for 5 kΩ, 2-wire
thermistor 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. This 2-wire measurement is made
with 0.1 °C resolution (assumes default temperature units).
CONF:TEMP THER,5000,1,0.1
INIT
FETC?
Typical Response: +2.47150000E+01
The following program segment configures the meter for a 2-wire RTD
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 resolution is used for the
measurement (assumes default temperature units).
CONF:TEMP RTD,85
READ?
Typical Response: +2.12320000E+01