Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-76 2601B-PULSE-901-01A April 2020
errorqueue.clear()
This function clears all entries out of the error queue.
Usage
errorqueue.clear()
Details
See the Error queue (on page 15-3) topic for additional information about the error queue.
Also see
errorqueue.count (on page 11-76)
errorqueue.next() (on page 11-77)
errorqueue.count
This attribute gets the number of entries in the error queue.
Power cycle
Clearing error queue
Reading error messages
Usage
count = errorqueue.count
The number of entries in the error queue
Example
count = errorqueue.count
print(count)
Returns the number of entries in the error queue.
The output below indicates that there are four entries in the
error queue:
4.00000e+00
Also see
Error queue (on page 15-3)
errorqueue.clear() (on page 11-76)
errorqueue.next() (on page 11-77)