Last Updated: August 29, 2007
These commands provide information about the test set's error/event queue.
For more information on the conventions used in the programming examples click here.
Queries the error/event queue for the next item and removes it from the queue. The response returns the error/event code number and the string. If the queue is empty, the response is 0,"No error".
Query Range: A comma separated error/event code number, string pair.
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Query the error/event queue for the next item and removes it from the queue.
TestSet.WriteString("SYSTem:ERRor?")