Command Summary 5
Keysight 3458A Calibration Manual 113
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