EasyManuals Logo

Tektronix Keithley SourceMeter 2470 Reference Manual

Tektronix Keithley SourceMeter 2470
995 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
Page #832 background imageLoading...
Page #832 background image
Section
14: TSP command reference 2470 High Voltage SourceMeter Instrument
Reference Manual
14-192 2470-901-01 Rev. A / May 2019
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 14-192)
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 14-192)

Table of Contents

Other manuals for Tektronix Keithley SourceMeter 2470

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Tektronix Keithley SourceMeter 2470 and is the answer not in the manual?

Tektronix Keithley SourceMeter 2470 Specifications

General IconGeneral
BrandTektronix
ModelKeithley SourceMeter 2470
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals