EasyManua.ls Logo

Tektronix Keithley SourceMeter 2470 - Page 659

Tektronix Keithley SourceMeter 2470
995 pages
Print Icon
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...
2470
High Voltage SourceMeter Instrument Reference Manual Section 14:
TSP command reference
2470-901-01 Rev. A / May 2019 14-19
Example
reset()
testData = buffer.make(50)
trigger.model.load("SimpleLoop", 3, 0, testData)
trigger.model.initiate()
waitcomplete()
printbuffer(1, testData.n, testData)
testData.clear()
print("Readings in buffer after clear ="
.. testData.n)
trigger.model.initiate()
waitcomplete()
printbuffer(1, testData.n, testData)
Create a reading buffer named
testData
, make three readings and store them in
testData
, and then view
the readings.
Print number of readings in testData.
Output:
-4.5010112303956e-10, -3.9923108222095e-12, -4.5013931471161e-10
Clear the readings in testData.
Verify that there are no readings in testData.
Output:
Readings in buffer after clear = 0
Store three new readings in testData and view those when complete.
Output:
4.923509754e-07, 3.332266330e-07, 3.974883867e-07
Also see
buffer.delete() (on page 14-9)
buffer.make() (on page 14-12)
bufferVar.clear() (on page 14-18)
print() (on page 14-99)
printbuffer() (on page 14-100)
Reading buffers (on page 6-1)
Remote buffer operation (on page 6-25)

Table of Contents

Other manuals for Tektronix Keithley SourceMeter 2470

Related product manuals