7: TSP command reference Series 2600B System SourceMeter® Instrument
7-132 2600BS-901-01 Rev. B / May 2013
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
LAN trigger N reset
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.
Example
lan.trigger[3].protocol = lan.TCP
lan.trigger[3].ipaddress = "192.168.1.100"
lan.trigger[3].connect()
Set the protocol for LAN trigger 3 to be
lan.TCP when sending LAN triggers.
Use IP address "192.168.1.100" to
Also see
lan.trigger[N].connect() (on page 7-130)