![Keithley 2651A Reference Manual Download Page 343](http://html1.mh-extra.com/html/keithley/2651a/2651a_reference-manual_661729343.webp)
Model 2651A High Power System SourceMeter® Instrument Reference Manual
Section 7: Command reference
2651A-901-01 Rev. A / March 2011
7-35
The magnitude of the first pulse will be
start
volts; the magnitude of the last pulse will be
stop
volts. The
magnitude of each pulse in between will be
step
volts larger than the previous pulse, where:
step = (stop - start) / (points - 1)
This function does not cause the specified
smu
to output a pulse train. It simply checks to see if all of the pulse
dimensions are achievable, and if they are, assigns the indicated
tag
or index to the pulse train. The
InitiatePulseTest(
tag
)
function is used to initiate a pulse train assigned to a valid
tag
.
Figure 102: ConfigPulseVMeasureISweepLin()
Pulse initiated here
Measurement (1/NPLC seconds)
bias
level
step
step
step = (stop - start)/(points -1)
Last source value before pulse train was initiated
ton
toff
start
stop
Example
ConfigPulseVMeasureISweepLin(smua, 0, 1,
10, 1, 10e-3, 20e-3, 16,
smua.nvbuffer1, 4)
Set up a pulsed sweep that will use System
SourceMeter instrument channel A. The pulsed
sweep will start at 1 V, end at 10 V, and return to a
0 V bias level between pulses. Each pulsed step will
be on for 10 ms, and then at the bias level for 20 ms.
The current limit will be 1 A during the entire pulsed
sweep. The pulse train will be comprised of 16 pulsed
steps, and the pulse train will be assigned a
tag
index of 4.
Also see