User manual
Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-178 3700S-901-01 Rev. C / July 2008
Field
#
Field Value
Field Description
1
“17:26:35.690 10 Oct 2007”
Formatted UTC time in 24-hour format including
fractional seconds.
2
“LAN0”
Event identifier.
NOTE This event identifier is zero-based (LAN0-
LAN7). When specifying the LAN trigger
using lan.trigger[N], the minimum
value for N is 1. Therefore LAN0 to LAN 7
corresponds to lan.trigger[1]
through lan.trigger[8], respectively.
3
“192.168.1.102”
IP address of the device that issued the LAN trigger.
4
"LXI"
LXI version identifier. Currently only LXI is defined.
5
“0”
LXI Domain number.
6
“1192037132”
Sequence number provided by the device that issued
the LAN trigger. This number is incremented after
generation of each LAN trigger.
7
"1192037155.733269000”
PTP time formatted as a floating point number.
8
“0”
The "overflow" from PTP seconds. Currently, this is “0”.
Also referred to as IEEE-1588 Epoch.
9
"0x0"
Hex value of the flag field, which is the logical OR of
several conditions (error=1, retransmission=2,
hardware=4, acknowledgement=8).
eventlog.all()
Function
Returns all messages and removes them from the event log.
Usage
eventlog.all()
Remarks
This function returns all of the messages (return order is from oldest to newest) from
the event log and removes them from the log. The response is a string that has the
messages delimited with a new line character.
Also see
LXI event log (on page 11-7)
eventlog.enable (on page 13-179)
eventlog.count (on page 13-179)
eventlog.clear() (on page 13-178)
eventlog.next() (on page 13-180)
eventlog.clear()
Function
Clears the event log.
Usage
eventlog.clear()
Remarks
This attribute erases any messages contained in the event log.