Tektronix Keithley 2651A Reference Manual page 747

High power system sourcemeter instrument
Table of Contents

Advertisement

Section 7: TSP command reference
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
Example 1
timer.reset()
-- (intervening code)
time = timer.measure.t()
print(time)
This example resets the timer and measures the time since the reset.
Output:
1.469077e+01
The output varies. The above output indicates that timer.measure.t() was executed 14.69077 seconds
after timer.reset().
Example 2
beeper.enable = beeper.ON
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)
Enable the beeper.
Emit a beep and set the beeper.
Reset the timer.
Set a delay.
Verify the duration of the delay before emitting another beep.
Output:
reset timer
timer after delay: 5.00e-01
Also see
timer.reset()
(on page 7-403)
7-402
Model 2651A High Power System SourceMeter® Instrument Reference Manual
Affected by
Where saved
The elapsed time in seconds (1 µs resolution)
Default value
2651A-901-01 Rev. C October 2021

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Keithley 2651A and is the answer not in the manual?

Table of Contents