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...
Section
8: TSP command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
Reference Manual
8-24 DMM7510-901-01 Rev. B / May 2015
bufferVar.clear()
This function clears all readings and statistics from the specified buffer.
Type TSP-Link accessible
Affected by Where saved Default value
Function
Yes
Usage
bufferVar.clear()
bufferVar
The name of the reading buffer, which may be a default buffer (defbuffer1 or
defbuffer2) or a user-defined buffer
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 8-16)
buffer.make() (on page 8-18)
bufferVar.clear() (on page 8-24)
print() (on page 8-231)
printbuffer() (on page 8-232)
Reading buffers (on page 3-13)
Remote buffer operation (on page 3-30)

Table of Contents

Other manuals for Keithley DMM7510

Related product manuals