Interactive SourceMeter® Instrument Reference Manual Section 8:
2450-901-01 Rev. B/September 2013 8-27
Details
This attribute contains the nonfractional seconds portion of the timestamp when the reading was stored, in
Coordinated Universal Time (UTC) format.
Example 1
testData = buffer.make(50)
trigger.model.load("SimpleLoop", 6, 0,
testData)
trigger.model.initiate()
waitcomplete()
print(testData.seconds[1])
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:
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() (on page 8-9)
buffer.make() (on page 8-11)
bufferVar.clear() (on page 8-17)
print() (on page 8-77)
printbuffer() (on page 8-78)
Reading buffers (on page 3-10)
Remote buffer operation (on page 3-27)