EasyManua.ls Logo

Keithley DMM7510

Keithley DMM7510
1036 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Model DMM7510
7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
TSP command reference
DMM7510-901-01 Rev. B / May 2015 8-253
timer.cleartime()
This function resets the timer to zero (0) seconds.
Type TSP-Link accessible
Affected by Where saved Default value
Function
No
Usage
timer.cleartime()
Example
dataqueue.clear()
dataqueue.add(35)
timer.cleartime()
delay(0.5)
dt = timer.gettime()
print("Delay time was " .. dt)
print(dataqueue.next())
Clear the data queue, add 35 to it, and then delay
0.5 seconds before reading it.
Output:
Delay time was 0.500099
35
Also see
timer.gettime() (on page 8-253)
timer.gettime()
This function measures the elapsed time since the timer was last cleared.
Type TSP-Link accessible
Affected by Where saved Default value
Function
No
Usage
time = timer.gettime()
time
The elapsed time in seconds (1 µs resolution)
Example
dataqueue.clear()
dataqueue.add(35)
timer.cleartime()
delay(0.5)
dt = timer.gettime()
print("Delay time was " .. dt)
print(dataqueue.next())
Clear the data queue, add 35 to it, and then delay
0.5 seconds before reading it.
Output:
Delay time was 0.500099
35
Also see
timer.cleartime() (on page 8-253)

Table of Contents

Other manuals for Keithley DMM7510

Related product manuals