Section 8: TSP command reference Model 2461 Interactive SourceMeter® Instrument Reference Manual8-250 2461-901-01 A/November 2015DetailsThis command indicates whether an event has been ignored because the event detector was alreadyin the detected state when the event occurred.This is an indication of the state of the event detector built into the synchronization line itself. It doesnot indicate if an overrun occurred in any other part of the trigger model, or in any other construct thatis monitoring the event.It also is not an indication of an output trigger overrun.Exampleoverrun = trigger.lanin[5].overrunprint(overrun)Checks the overrun status of a trigger on LAN5 andoutputs the value, such as:falseAlso seetrigger.lanin[N].clear() (on page 8-248)trigger.lanin[N].wait() (on page 8-250)trigger.lanout[N].assert() (on page 8-251)trigger.lanout[N].stimulus (on page 8-256)trigger.lanin[N].wait()This function waits for an input trigger.Type TSP-Link accessible Affected by Where saved Default valueFunction YesUsagetriggered = trigger.lanin[N].wait(timeout)triggered Trigger detection indication (true or false)N The trigger packet over LAN to wait for (1 to 8)timeout Maximum amount of time in seconds to wait for the trigger eventDetailsIf one or more trigger events have been detected since the last time trigger.lanin[N].wait()or trigger.lanin[N].clear() was called, this function returns immediately.After waiting for a LAN trigger event with this function, the event detector is automatically reset andrearmed regardless of the number of events detected.Exampletriggered = trigger.lanin[5].wait(3) Wait for a trigger event with LAN trigger 5 with atimeout of 3 s.Also seetrigger.lanin[N].clear() (on page 8-248)trigger.lanin[N].overrun (on page 8-249)trigger.lanout[N].assert() (on page 8-251)trigger.lanout[N].stimulus (on page 8-256)