Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-238 2601B-PULSE-901-01A April 2020
Example
smua.trigger.arm.count = 5
Sets the SMU to iterate through the arm layer of the trigger model five times and then return to the idle state.
Also see
smua.trigger.count (on page 11-241)
smua.trigger.arm.set()
This function sets the arm event detector to the detected state.
Usage
smua.trigger.arm.set()
Details
The SMU automatically clears all the event detectors when the smua.trigger.initiate()
function is executed. This function should be called after the sweep is initiated.
A common example of when this function can be used is when you want the SMU to immediately
perform an action the first time through the trigger model even if a programmed trigger event does not
occur.
This function can also be used to start actions on the SMU in case of a missed trigger event.
Example
Sets the arm event detector to the detected state.
Also see
smua.trigger.initiate() (on page 11-247)
smua.trigger.measure.set() (on page 11-249)
smua.trigger.source.set() (on page 11-258)