:SYSTem:ERRor:COUNt
Description
This command gets the the number of errors in the error queue. If the queue is empty zero will be retruned. Use :SYSTem:ERRor[:NEXT]? to read an error.
Syntax
:SYSTem:ERRor:COUNt?
| Command | Query | Query Response |
|---|---|---|
| No | Yes | The actual number of errors in the error queue. |
Sample usage
response = visaSession.query(':SYST:ERR:COUN?\n')
print(response)
Output
0
Related commands
:SYSTem:ERRor:ALL?
:SYSTem:ERRor[:NEXT]?
:SYSTem:ERRor:COUNt?