Model 2606B System SourceMeter® Instrument Reference Manual
Returned severity levels are described in the following table.
Number
Error level
0
NO_SEVERITY
10
INFORMATIONAL
20
RECOVERABLE
30
SERIOUS
40
FATAL
In an expanded system, each TSP-Link enabled instrument is assigned a node number. The variable
errorNode stores the node number where the error originated.
Example
errorcode, message = errorqueue.next()
print(errorcode, message)
Reads the oldest entry in the error queue. The output below indicates that the queue is empty.
Output:
0.00000e+00 Queue Is Empty
Also see
Error queue
(on page 10-3)
errorqueue.clear()
errorqueue.count
Error summary list
eventlog.all()
This function returns all entries from the event log as a single string and removes them from the event log.
Type
TSP-Link accessible
Function
Yes
Usage
logString = eventlog.all()
logString
Details
This function returns all events in the event log. Logged items are shown from oldest to newest. The
response is a string that has the messages delimited with a new line character.
This function also clears the event log.
If there are no entries in the event log, this function returns the value nil.
2606B-901-01 Rev. C November 2021
Description
The message is information only. This level is used when the error
queue is empty; the message does not represent an error.
The message is information only. This level is used to indicate status
changes; the message does not represent an error.
The error was caused by improper use of the instrument or by
conditions that can be corrected. This message indicates that an error
occurred. The instrument is still operating normally.
There is a condition that prevents the instrument from functioning
properly. The message indicates that the instrument is presently
operating in an error condition. If the condition is corrected, the
instrument returns to normal operation.
There is a condition that cannot be corrected that prevents the
instrument from functioning properly. Disconnect the DUT and turn the
power off and then on again. If the error is a hardware fault that
persists after cycling the power, the instrument must be repaired.
(on page 15-87)
(on page 15-88)
(on page 12-2)
Affected by
A listing of all event log entries
Section 15: TSP command reference
Where saved
Default value
15-89
Need help?
Do you have a question about the KEITHLEY SourceMeter 2606B and is the answer not in the manual?
Questions and answers