![Keithley SourceMeter 2600B Series Скачать руководство пользователя страница 172](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220172.webp)
Section 3: Functions and features
Series 2600B System SourceMeter® Instrument Reference Manual
3-38
2600BS-901-01 Rev. C / August 2016
The source-measure unit (SMU) can be configured to perform any or all available measurements
during a sweep using the
smu
X
.trigger.measure.
Y
()
function. To enable the measure action for
a simple synchronous sweep, set the
smu
X
.trigger.measure.action
attribute to
smu
X
.ENABLE
. To enable the measure action for an asynchronous sweep, set the
smu
X
.trigger.measure.action
attribute to
smu
X
.ASYNC
.
In asynchronous mode, trigger your measurements before the source completes the sweep (before
the end sweep action occurs).
Configured source and measure delays are imposed when the SMU executes the source and
measure action blocks. Additionally, if the measure count setting is greater than one, then the
measure count is satisfied each time the measure action is performed. Refer to
page 3-20) for information about configuring source and measure sweeps.
The arm and trigger counts must be set to control how many times the SMU executes the source and
measure actions. The arm count indicates the number of times to execute the complete sweep. The
trigger count sets the number of loops in the trigger layer. Typically, you set the trigger count to be
equal to the number of points in the configured sweep. If the trigger count is not equal to the number
of points configured in the sweep, then one of the following occurs:
•
If the trigger count is greater than the number of points in a sweep as configured by
smu
X
.trigger.source.linear
Y
()
,
smu
X
.trigger.source.log
Y
()
, or
smu
X
.trigger.source.list
Y
()
, then the SMU will satisfy the trigger count by restarting the
sweep values from the beginning.
•
If the trigger count is less than the number of source values configured, then the SMU will satisfy
the trigger count and ignore the remaining source values.
For example, configure a three-point linear voltage sweep from 1 to 3 V, with the trigger count set to
2. The SMU will output 1 V, 2 V. If the trigger count is set to 6, then the SMU will output the values
1 V, 2 V, 3 V, 1 V, 2 V, 3 V, repeating the source values twice in a single sweep.
Enabling pulse mode sweeps using the end pulse action
Enable pulse mode sweeps using the end pulse action. The example command below illustrates how
to configure pulse mode sweeps by setting the end pulse action:
smua.trigger.endpulse.action = smua.SOURCE_IDLE
Timers can be used to configure the pulse width and period (see
(on page 3-43) for more
information). To disable pulse mode sweeps, set the
smu
X
.trigger.endpulse.action
attribute
to
smu
X
.SOURCE_HOLD
.