Section 7: Command reference Model 2651A High Power System SourceMeter® Instrument Reference Manual
7-76 2651A-901-01 Rev. A / March 2011
errorqueue.clear()
This function clears all entries out of the error queue.
Type TSP-Link accessible
Affected by Where saved Default value
Function Yes
Usage
errorqueue.clear()
Details
See the Reading error messages and Status model topics for additional information on the error queue.
Also see
errorqueue.count (on page 7-76)
errorqueue.next()
(on page 7-77)
Reading errors
(on page 8-2)
Status model
(on page E-1)
errorqueue.count
This attribute gets the number of entries in the error queue.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (R) Yes Power cycle
Clearing error queue
Reading error messages
Not applicable Not applicable
Usage
count = errorqueue.count
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
errorqueue.clear() (on page 7-76)
errorqueue.next()
(on page 7-77)