Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-174 2600BS-901-01 Rev. F/August 2021
PulseIMeasureV(smua, 0.001, 1.0,
20e-3, 40e-3, 10)
SMU A outputs 1 mA and dwells for 40 ms, outputs
1 A and dwells for 20 ms. The voltage measurements
occur during each 20 ms dwell period. After the
measurement, the output returns to 1 mA and dwells
for 40 ms. This pulse-measure process repeats nine
more times.
Also see
KIPulse factory script (on page 7-22)
PulseVMeasureI()
This KIPulse factory script function performs a specified number of pulse V, measure I cycles.
Usage
PulseVMeasureI(smu, bias, level, ton, toff, points)
Instrument channel (for example, smua refers to SMU channel A)
Pulse off time in seconds
Number of pulse-measure cycles
Details
If any parameters are omitted or nil, the operator is prompted to enter them using the front panel.
Data for pulsed current measurements, voltage levels, and timestamps are stored in
smuX.nvbuffer1.
To perform the specified number of pulse V, measure I cycles, this function:
1. Sets the smu to output bias volts and dwell for toff seconds
2. Sets the smu to output level volts and dwell for ton seconds
3. Performs voltage measurement with source at level volts
4. Sets the smu to output bias volts for toff seconds
5. Repeats steps 2 through 4 for the remaining points pulse-measure cycles
Figure 124: PulseVMeasureI()