Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual11-274 3700AS-901-01 Rev. D/June 2018DetailsThe trigger event detector enters the detected state when an event is detected. This function clears atrigger event detector and discards the previous history of the trigger packet.This function clears all overruns associated with this LAN trigger.Examplelan.trigger[5].clear() Clears the event detector with LAN packet 5.Also seelan.trigger[N].assert() (on page 11-273)lan.trigger[N].overrun (on page 11-278)lan.trigger[N].stimulus (on page 11-280)lan.trigger[N].wait() (on page 11-282)lan.trigger[N].connect()This function prepares the event generator for outgoing trigger events.Type TSP-Link accessible Affected by Where saved Default valueFunction YesUsagelan.trigger[N].connect()N The LAN event number (1 to 8)DetailsThis command prepares the event generator to send event messages. For TCP connections, thisopens the TCP connection.The event generator automatically disconnects when either the protocol or IP address for this event ischanged.Examplelan.trigger[1].protocol = lan.MULTICASTlan.trigger[1].connect()lan.trigger[1].assert()Set the protocol for LAN trigger 1 to bemulticast when sending LAN triggers.Then, after connecting the LAN trigger,send a message on LAN trigger 1 byasserting it.Also seelan.trigger[N].assert() (on page 11-273)lan.trigger[N].ipaddress (on page 11-277)lan.trigger[N].overrun (on page 11-278)lan.trigger[N].protocol (on page 11-279)lan.trigger[N].stimulus (on page 11-280)lan.trigger[N].wait() (on page 11-282)