Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-78 2601B-PULSE-901-01A April 2020
Also see
Error queue (on page 15-3)
errorqueue.clear() (on page 11-76)
errorqueue.count (on page 11-76)
Error summary list (on page 12-2)
eventlog.all()
This function returns all entries from the event log as a single string and removes them from the event log.
Usage
logString = eventlog.all()
A listing of all event log entries
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.
Example
Get and print all entries from the event log and remove the entries from the log.
Output:
17:26:35.690 10 Oct 2019, LAN0, 192.168.1.102, LXI, 0, 1570728395,
1192037155.733269000, 0, 0x0
17:26:39.009 10 Oct 2019, LAN5, 192.168.1.102, LXI, 0, 1570728399,
1192037159.052777000, 0, 0x0
Also see
eventlog.clear() (on page 11-79)
eventlog.count (on page 11-79)
eventlog.enable (on page 11-80)
eventlog.next() (on page 11-81)
eventlog.overwritemethod (on page 11-82)