![Keithley SourceMeter 2600B Series Reference Manual Download Page 171](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220171.webp)
Series 2600B System SourceMeter® Instrument Reference Manual
Section 3: Functions and features
2600BS-901-01 Rev. C / August 2016
3-37
When the
smu
X
.trigger.measure.action
attribute is set to
smu
X
.DISABLE
or
smu
X
.
ENABLE
,
the trigger model will operate in synchronous measurement mode. When it is set to
smu
X
.ASYNC
, it
will operate in asynchronous mode.
Each section of the trigger model performs a function:
Idle state:
If a sweep is not in process, the SMU is in the idle state. Use the
smu
X
.trigger.initiate()
function to move the SMU from the idle
state to the arm layer.
Arm layer:
Begins a sweep. Each sweep starts and ends in the arm layer.
Trigger layer:
All source, measurement, and pulse actions occur in the trigger layer.
•
Source
: Outputs the programmed voltage or current source value.
•
Measurement
: Where the current, voltage, resistance, and power
measurements occur.
•
End pulse
: The end pulse action sources the idle (or bias) level if the pulse
mode is enabled.
The remote trigger model dictates the sequence of operation for the SMU when it is configured to
perform a sweep. When the SMU comes to an event detector, it suspends operation and waits for the
event you have assigned to the stimulus input. If no event is assigned, the SMU continues
uninterrupted past the event detector and through the trigger model. When the SMU comes to an
action block, it performs the appropriate action, if enabled. The SMU loops through the arm and
trigger layers until the programmed arm and trigger counts are satisfied.
Configuring source and measure actions
The source action can be configured using any of the following functions:
smu
X
.trigger.source.linear
Y
()
smu
X
.trigger.source.log
Y
()
smu
X
.trigger.source.list
Y
()
Where:
Y
= Source function
Source functions cannot be changed within a sweep. See
(on page 3-20) for more
details about the sweep functions.
To enable the source action, set the
smu
X
.trigger.source.action
attribute to
smu
X
.ENABLE
.