Section 7: Command reference Model 2651A High Power System SourceMeter® Instrument Reference Manual
7-126 2651A-901-01 Rev. A / March 2011
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
Constant Yes
Usage
lan.trigger[N].EVENT_ID
N
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
trigger 14.
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
ipAddress
The LAN address for this attribute as a string in dotted decimal notation
N
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.