Model 2651A High Power System SourceMeter® Instrument Reference Manual
Section 7: Command reference
2651A-901-01 Rev. A / March 2011
7-123
Example
lan.trigger[5].assert()
Creates a trigger with LAN packet 5.
Also see
(on page 7-123)
(on page 7-127)
(on page 7-130)
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 LAN event number 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.
Also see
(on page 7-130)