Reference Guide

Full Command and Function Reference 3-253
TICKS
Type: Command
Description: Ticks Command: Returns the system time as a binary integer, in units of 1/8192 second.
Access: …Ó
TOOLS TICKS
( Ó is the right-shift of the 9 key).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
#ntime
Example: If the result from a previous invocation from TICKS is on level 1 of the stack, then the command
sequence
TICKS SWAP - B->R 8192 /
returns a real number whose value is the
elapsed time in seconds between the two invocations.
See also: TIME
TIME
Type: Command
Description: Time Command: Returns the system time in the form HH.MMSSs.
time has the form HH.MMSSs, where HH is hours, MM is minutes, SS is seconds, and s is zero or
more digits (as many as allowed by the current display mode) representing fractional seconds. time
is always returned in 24-hour format, regardless of the state of the Clock Format flag (–41).
Access: …Ó
TOOLS TIME
(Ó is the right-shift of the 9 key).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
time
See also: DATE, TICKS, TSTR
→TIME
Type: Command
Description: Set System Time Command: Sets the system time.
time must have the form HH.MMSSs, where HH is hours, MM is minutes, SS is seconds, and s is
zero or more digits (as many as allowed by the current display mode) representing fractional
seconds. time must use 24-hour format.
Access: …Ó
TOOLS
TIME
(Ó is the right-shift of the 9 key).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
time
See also: CLKADJ, →DATE
TINC
Type: Function
Description: Temperature Increment Command: Calculates a temperature increment.
TINC adds a temperature increment (not an actual temperature) to a point on a temperature scale.
Use a negative increment to subtract the increment from the temperature. x
initial
or x_unit1 is the
initial temperature, and y
delta
or y_unit2
delta
is the temperature increment. The returned temperature
is the resulting final temperature. If unit objects are given, the final temperature is returned as a
unit object with the same units as x_unit1. If real numbers are given, the final temperature is
returned as a real number.
Access: …µ
TINC
Flags: Numerical Results (–3)