Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-115
Details
Generates and sends a LAN trigger packet for the LAN event number specified.
Sets the pseudostate to the appropriate state.
The following indexes provide the listed events:
•
1:LAN0
•
2:LAN1
•
3:LAN2
•
…
•
8:LAN7
Example
lan.trigger[5].assert()
Creates a trigger with LAN packet 5.
Also see
(on page 7-115)
(on page 7-119)
(on page 7-123)
lan.trigger[N].clear()
This function clears the event detector for a trigger.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
lan.trigger[N].clear()
N
The trigger packet over the LAN to clear (1 to 8)
Details
A trigger’s event detector remembers if an event has been detected since the last call. This function clears a
trigger’s event detector and discards the previous history of the trigger packet.
This function clears all overruns associated with this LAN trigger.
Example
lan.trigger[5].clear()
Clears the event detector with LAN packet 5.