2635A
Users Manual
4-54
Table 4-5. Command and Query Reference (cont)
TEMP_CONFIG? Temperature Configuration Query
Returns the status of the temperature configuration, as selected with the
TEMP_CONFIG command. Returns an integer 0, 1, 2, or 3, which corresponds to
the temperature configuration, as shown in the table below.
Value Meaning
0 OTC Disable and °C
1 OTC Disable and °F
2OTC Enable and °C
3 OTC Enable and °F
Example: TEMP_CONFIG? returns 2 [“otc” detection is enabled and the temperature
scale is °C.]
TIME Set the instrument time.
TIME <hours>,<minutes>
<hours> = (0 .. 23) (24-hour scale, 18:00 = 6:00 pm).
<minutes> = (0 .. 59)
[seconds] = (0, ... 59)
Invalid values generate an Execution Error. The [seconds] field can be left blank,
automatically entering 00.
Example: TIME 16,30,15 [Set the clock for 1600 hours (4 pm), 30 minutes, and 15
seconds.]
TIME_DATE? Retrieve Time and Date
Returns comma-separated integer values for time, date, and year using the following
format:
hours 0-23
minutes 0-59
seconds 0-59
month 1-12
day 1-31
year 00-99
The TIME command is used to set hours, minutes, and seconds.
Example: TIME_DATE? returns 2, 43, 12, 7, 21, 94 [The time is 0200 hours, 43
minutes, 12 seconds, on July 21, 1994
TOTAL Set Totalizer Count
Give the Totalizer count a new initial value.
TOTAL <t_value>
<t_value> = (0 .. 65535)
If the value is not in the range 0 through 65,535, an Execution Error is generated.
Setting the totalizer count also clears the Totalize Overflow bit in the Instrument
Event Register (see Figure 4-3). Clear the Totalizer count by setting the Totalizer to
zero (0).
Example: TOTAL 12000 [Set the totalizer count to 12000 Clear the Totalizer count
by setting the Totalizer to zero (0).