Models 707B and 708B Switching Matrix Reference Manual
Section 7: TSP command reference
707B-901-01 Rev. B / January 2015
7-111
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
Recall setup
Create configuration script
"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
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.