Keithley 2450 Reference Manual page 558

Interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2450 Interactive SourceMeter® Instrument Reference Manual
Details
This attribute contains the nonfractional seconds portion of the timestamp when the reading was stored, in
Coordinated Universal Time (UTC) format.
Example 1
reset()
testData = buffer.make(50)
trigger.model.load("SimpleLoop", 6, 0,
testData)
trigger.model.initiate()
waitcomplete()
print(testData.seconds[1])
Example 2
printbuffer(1, 6, testData.seconds)
For the buffer created in Example 1, print the seconds portion for readings 1 to 6 in testData.
Example output:
1362261492, 1362261492, 1362261493, 1362261493, 1362261493, 1362261494
Also see
buffer.delete()
buffer.make()
bufferVar.clear()
print()
(on page 8-77)
printbuffer()
Reading buffers
Remote buffer operation
2450-901-01 Rev. B/September 2013
(on page 8-9)
(on page 8-11)
(on page 8-17)
(on page 8-78)
(on page 3-10)
(on page 3-27)
Section 8: TSP command reference
Create a reading buffer named testData,
configure the instrument to make six
measurements, and store the readings in
the buffer.
Print the seconds portion of the first reading
in testData.
Example output:
1362261492
8-27

Advertisement

Table of Contents
loading

Table of Contents