Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-235
errorqueue.clear()
This function clears all entries out of the error queue.
Usage
errorqueue.clear()
Details
See the Error Available Bit (error or event queue) (on page C-8) topic for additional information about
the error queue.
Also see
errorqueue.count (on page 11-235)
errorqueue.next() (on page 11-236)
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
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 Available Bit (Error or Event Queue) (on page C-8)
errorqueue.clear() (on page 11-235)
errorqueue.next() (on page 11-236)