7: TSP command reference Series 2600B System SourceMeter® Instrument
7-86 2600BS-901-01 Rev. C / August 2016
Example
display.smua.measure.func = display.MEASURE_DCAMPS
Selects the current measure function
Also see
display.smuX.limit.func (on page 7-84)
display.trigger.clear()
This function clears the front-panel trigger event detector.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
display.trigger.clear()
Details
The trigger event detector remembers if an event has been detected since the last
display.trigger.wait() call. This function clears the trigger event detector and discards the
previous history of TRIG key presses.
This attribute also clears the display.trigger.overrun attribute.
Also see
display.trigger.overrun (on page 7-87)
display.trigger.wait() (on page 7-87)
display.trigger.EVENT_ID
This constant is the event ID of the event generated when the front-panel TRIG key is pressed.
Type TSP-Link accessible
Affected by Where saved Default value
Constant Yes
Usage
eventID = display.trigger.EVENT_ID
Details
Set the stimulus of any trigger event detector to the value of this constant to have it respond to front-
panel trigger key events.
Also see
None