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
(on page 7-77)
(on page 8-2)
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.00
Also see
(on page 7-77)