Section 2: Installation Model 2601B-PULSE System SourceMeter Instrument Reference Manual
2-28 2601B-PULSE-901-01A April 2020
Displays the LXI domain number; the default value
is 0 (zero)
Contain data about the LXI trigger packet;
values are:
â–ª 1 - Error
â–ª 2 - Retransmission
â–ª 4 - Hardware
â–ª 8 - Acknowledgments
â–ª 16 - Stateless bit
The values for this are always 0 (zero)
Accessing the event log from the command interface
You can access the event log from any remote command interface. The event log must be enabled
before LXI trigger events can be viewed. To enable the event log, send:
eventlog.enable = 1
To view the event log from a remote interface, send:
print(eventlog.all())
This command outputs one or more strings similar to the following:
14:14:02.000 17 Jun 2019, LAN0, 10.80.64.191, LXI, 0, 1560780842, not available, 0,
0x10,0x00
The string displays the same information as the web interface. Commas separate the fields. The
fields output in the following order:
• Received time (UTC time)
• Event ID
• From (Sender)
• HWDetect / version
• Domain
• Sequence number
• Timestamp (PTP time)
• Epoch (from 1588)
• Flags
• Data
See the table in Logging LAN trigger events in the event log (on page 2-27) for detailed descriptions.