Keithley 708B Reference Manual page 453

Switching matrix
Hide thumbs Also See for 708B:
Table of Contents

Advertisement

Section 7: Command reference
Example 2
-- decimal 18 = binary 0000 0000 0001 0010
enableRegister
status.system5.enable = enableRegister
Also see
status.system4.*
System summary bit (System register)
timer.measure.t()
This function measures the elapsed time since the timer was last reset.
Type
TSP-Link accessible
Function
Yes
Usage
time = timer.measure.t()
time
Details
The returned resolution for time depends on how long it has been since the timer was reset. It starts with 1 μs
resolution and starts to lose resolution after about 2.8 minutes.
Example 1
timer.reset()
...
time = timer.measure.t()
print(time)
Example 2
beeper.beep(0.5, 2400)
print("reset timer")
timer.reset()
delay(0.5)
dt = timer.measure.t()
print("timer after delay:", dt)
beeper.beep(0.5, 2400)
Also see
timer.reset()
(on page 7-201)
7-200
= 18
(on page 7-196)
(on page C-5)
Affected by
Returns the elapsed time in seconds (1 μs resolution)
Models 707B and 708B Switching Matrix Reference Manual
Sets BIT1 and BIT5 of the status system
enable register set 5 register using a
decimal value.
Where saved
Default value
Resets the timer and measures the time since the
reset.
Output:
1.469077e+01
The output will vary. The above output indicates that
timer.measure.t() was executed 14.69077
seconds after timer.reset().
Sets the beeper, resets the timer, sets a delay, then
verifies the time of the delay before the next beeper.
Output:
reset timer
timer after delay: 5.00e-01
707B-901-01 Rev. A / August 2010

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

707b

Table of Contents