8: TSP command reference Model 2450 Interactive SourceMeter® Instrument
8-226 2450-901-01 Rev. B/September 2013
trigger.tsplinkin[N].overrun
This attribute indicates if the event detector ignored an event while in the detected state.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (R) Yes
Instrument reset
Recall setup
TSP-Link line N clear
Not applicable Not applicable
Usage
overrun = trigger.tsplinkin[N].overrun
The trigger line (1 to 3)
Details
Indicates that an event was ignored because the event detector had already detected an event when another
event was detected.
Indicates the overrun state of the event detector built into the line.
It does not indicate whether an overrun occurred in any other part of the trigger model or in any other detector
that is monitoring the event.
It does not indicate output trigger overrun.
Example
print(trigger.tsplinkin[1].overrun)
If an event on line 1 was ignored,
displays true; if no additional event
occurred, displays false.
Also see
None
trigger.tsplinkin[N].wait()
This function waits for a trigger.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
triggered = trigger.tsplinkin[N].wait(timeout)
Trigger detection indication; set to one of the following values:
true: A trigger is detected during the timeout period
false: A trigger is not detected during the timeout period
The trigger line (1 to 3)
The timeout value in seconds