13-20 Factory Scripts Series 2600 System SourceMeters Reference Manual
2600S-901-01 Rev. A / May 2006 Return to Section 13 topics
Waveform:
Pulse initiated here
bias
level
toff
start
Measurement (1/NPLC seconds)
step
stop
ton
step = (stop - start)/(points -1)
Last source value before pulse train was initiated
step
Return
Values:
f: A Boolean flag. This flag will be true when the pulse was
successfully configured, false when errors were encountered.
msg: A string message. If the f flag is false, msg will contain an error
message. Otherwise, msg will contain a string indicating successful
configuration.
Output
Data:
Pulsed voltage measurements are stored in the reading buffer specified by
the buffer input argument.
Example:
ConfigPulseIMeasureVSweepLin(smua, 0, 0.01, 0.05, 1, 1e-3,
0.1, 20, smua.nvbuffer2, 3)
Setup a pulsed sweep that will use SourceMeter channel A. The pulsed
sweep will start at 10mA, end at 50mA, and return to a 0mA bias level
between pulses. Each pulsed-step will be on for 1msec and then at the bias
level for 100msec. The voltage limit will be 1V during the entire pulsed-
sweep. The pulse train will be comprised of 20 pulsed-steps and the pulse
train will be assigned a tag index of 4.
See Also: InitiatePulseTest, InitiatePulseTestDual