7: TSP command reference Series 2600B System SourceMeter® Instrument Referenc
7-144 2600BS-901-01 Rev. C / August 2016
lan.trigger[N].EVENT_ID
This constant is the event identifier used to route the LAN trigger to other subsystems (using stimulus properties).
Type TSP-Link accessible
Affected by Where saved Default value
Usage
lan.trigger[N].EVENT_ID
The LAN event number (1 to 8)
Details
Set the stimulus of any trigger event detector to the value of this constant to have it respond to
incoming LAN trigger packets.
Example
digio.trigger[14].stimulus = lan.trigger[1].EVENT_ID
Route occurrences of triggers
on LAN trigger 1 to digital I/O
Also see
None
lan.trigger[N].ipaddress
This attribute specifies the address (in dotted-decimal format) of UDP or TCP listeners.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW) Yes Instrument reset
LAN trigger N reset
Not saved "0.0.0.0"
Usage
ipAddress = lan.trigger[N].ipaddress
lan.trigger[N].ipaddress = ipAddress
The LAN address for this attribute as a string in dotted decimal notation
A number specifying the LAN event number (1 to 8)
Details
Sets the IP address for outgoing trigger events.
Set to "0.0.0.0" for multicast.
After changing this setting, the lan.trigger[N].connect() command must be called before
outgoing messages can be sent.