Programming instructions

Chapter 5 Command Summary 79
TEMP?
Description Temperature Query. Returns the multimeter's internal temperature in
degrees Centigrade.
Syntax TEMP?
Remarks Monitoring the multimeter's temperature is helpful to determine when to
perform autocalibration.
Related Commands: ACAL, CAL, CALSTR
Example 10 OUTPUT 722; "TEMP?" !READ TEMPERATURE
20 ENTER 722; A !ENTER RESULT
30 PRINT A !PRINT RESULT
40 END