System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. B / May 2013 7-135
Details
The LAN trigger listens for trigger messages on all supported protocols, but uses the designated protocol for
sending outgoing messages. After changing this setting, lan.trigger[N].connect() must be called before
outgoing event messages can be sent.
When the lan.MULTICAST protocol is selected, the lan.trigger[N].ipaddress attribute is ignored and
event messages are sent to the multicast address 224.0.23.159.
Example
print(lan.trigger[1].protocol)
Get LAN protocol to use for sending trigger
messages for LAN event 1.
Also see
lan.trigger[N].connect() (on page 7-130)
lan.trigger[N].ipaddress (on page 7-132)
lan.trigger[N].pseudostate
This attribute sets the simulated line state for the LAN trigger.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW) Yes
Instrument reset
LAN trigger N reset
Not saved 1
Usage
pseudostate = lan.trigger[N].pseudostate
lan.trigger[N].pseudostate = pseudostate
The simulated line state (0 or 1)
A number representing the LAN event number (1 to 8)
Details
This attribute can be set to initialize the pseudo line state to a known value.
Setting this attribute does not cause the LAN trigger to generate any events or output packets.
Example
print(lan.trigger[1].pseudostate)
Get the present simulated line state for the LAN
event 1.
Also see
None
lan.trigger[N].stimulus
This attribute specifies events that cause this trigger to assert.
Type TSP-Link accessible Affected by Where saved Default value
LAN trigger N reset