Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-276 3700AS-901-01 Rev. D/June 2018
lan.trigger[N].disconnect()
This function disconnects the LAN trigger.
Usage
lan.trigger[N].disconnect()
The LAN event number (1 to 8)
Details
For TCP connections, this closes the TCP connection.
The LAN trigger automatically disconnects when either the lan.trigger[N].protocol or
lan.trigger[N].ipaddress attributes for this event are changed.
Also see
lan.trigger[N].ipaddress (on page 11-277)
lan.trigger[N].protocol (on page 11-279)
lan.trigger[N].EVENT_ID
This constant is the event identifier used to route the LAN trigger to other subsystems (using stimulus properties).
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
trigger 14.