Tektronix KEITHLEY SourceMeter 2606B Reference Manual page 465

Table of Contents

Advertisement

Section 15: TSP command reference
eventlog.next()
This function returns the oldest unread event message from the event log and removes it from the event log.
Type
TSP-Link accessible
Function
Yes
Usage
logString = eventlog.next()
logString
Details
Returns the next entry from the event log and removes it from the log.
If there are no entries in the event log, returns the value nil.
Example 1
print(eventlog.next())
Get the oldest message in the event log and remove that entry from the log.
Output:
17:28:22.085 10 Oct 2019, LAN2, 192.168.1.102, LXI, 0, 1570728502, <no time>, 0, 0x0
Example 2
print(eventlog.next())
If you send this command when there is nothing in the event log, you get the following output:
nil
Also see
eventlog.all()
(on page 15-89)
eventlog.clear()
eventlog.count
eventlog.enable
eventlog.overwritemethod
15-92
Affected by
The next log entry
(on page 15-90)
(on page 15-90)
(on page 15-91)
(on page 15-93)
Model 2606B System SourceMeter® Instrument Reference Manual
Where saved
2606B-901-01 Rev. C November 2021
Default value

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the KEITHLEY SourceMeter 2606B and is the answer not in the manual?

Table of Contents