Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-84 2600BS-901-01 Rev. F/August 2021
display.smua.measure.func = display.MEASURE_DCAMPS
Selects the current measure function
for SMU A.
Also see
display.smuX.limit.func (on page 9-82)
display.trigger.clear()
This function clears the front-panel trigger event detector.
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 9-85)
display.trigger.wait() (on page 9-85)
display.trigger.EVENT_ID
This constant is the event ID of the event generated when the front-panel TRIG key is pressed.
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