Usage
SweepVLogMeasureI(smuX, startv, stopv, stime, points)
Details
Data for current measurements, voltage source values, and timestamps are stored
in smuX.nvbuffer1.
If all parameters are omitted when this function is called, this function is executed with the parameters
set to the default values.
Performs a logarithmic voltage sweep with current measured at every step (point):
1. Sets the SMU to output startv amperes, allows the source to settle for stime seconds, and
then makes a current measurement.
2. Sets the SMU to output the next volts step, allows the source to settle for stime seconds, and
then makes a current measurement.
3. Repeats the above sequence until the voltage is measured on the stopv volts step.
The source level at each step (SourceStepLevel) is automatically calculated as follows:
MeasurePoint = The step point number for a measurement
For example, for a five-point sweep (points = 5), a measurement is made at MeasurePoint 1, 2,
3, 4, and 5.
LogStepSize = (log10(stopi) – log10(starti)) / (points – 1)
LogStep = (MeasurePoint – 1) * (LogStepSize)
SourceStepLevel = antilog(LogStep) * startv