Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-85
display.trigger.overrun
This attribute contains the event detector overrun status.
Display trigger clear
Instrument reset
Recall setup
Usage
overrun = display.trigger.overrun
The trigger overrun state (true or false)
Details
Indicates if a trigger event was ignored because the event detector was already in the detected state
when the TRIG button was pressed.
Indicates the overrun state of the event detector built into the display.
This attribute 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.
Example
overrun = display.trigger.overrun
Sets the variable overrun equal to the
present state of the event detector built into
the display.
Also see
display.trigger.clear() (on page 9-84)
display.trigger.wait()
This function waits for the TRIG key on the front panel to be pressed.
Usage
triggered = display.trigger.wait(timeout)
true: Trigger was detected
false: The operation timed out
Details
If the trigger key was previously pressed and one or more trigger events were detected, this function
returns immediately.
After waiting for a trigger with this function, the event detector is automatically reset and rearmed.
This is true regardless of the number of events detected.
Use the display.trigger.clear() call to clear the trigger event detector.