Sets the time for a series.
SETTIME(series, "time")
series |
- |
Optional. A series, defaults to the current Window. |
"time" |
- |
A string. The new series time in the form |
settime(W3, "14:00")
sets the time of the series in W3. To verify the change, press [F2] to display the information box.
W1: gnorm(1000, 1);settime("14:00:30");sethunits("time")
Creates a series in W1 and displays the X axis in clock time starting at 14:00:30.
W1: gnorm(1000, 1);settime("14:00:30.05");sethunits("real time")
Creates a series in W1 and displays the X axis in clock time starting at 14:00:30.05.
To save the change, save the series with the updated time.
See SETHUNITS to set the series units to "time" or "real time" to display clock time on the X axis. The "real time" unit displays fractional seconds.