Series 2600 System SourceMeters Reference Manual Factory Scripts 13-23
Return to Section 13 topics 2600S-901-01 Rev. A / May 2006
TSP Project Name: KIFactoryPulse
TSP Test Script Name: KIPulse
Firmware Version: 1.2.0 and later
Function:
ConfigPulseIMeasureVSweepLog
Usage:
f, msg = ConfigPulseIMeasureVSweepLog
(smu,bias,start,stop,limit,ton,toff,points,buffer,tag[,sync_in]
[,sync_out])
Description:
Configures a logarithmic pulsed current sweep with a voltage measurement
at each point. Measurement(s) will be made at the end of the ton time. The
magnitude of the first pulse will be start amps. The magnitude of the last
pulse will be stop amps. The magnitude of each pulse in between will be
LogStep
n
amps larger than the previous pulse where:
LogStepSize =(log10(stop) - log10(start)) / (points -1)
LogStep
n
= (n - 1) x (LogStepSize) where n = [1, points]
SourceStepLevel
n
= antilog(LogStep
n
) x start
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 so,
assigns the indicated tag or index to it. The InitPulseTest(tag) and
InitPulseTestDual(tag) functions are used to initiate a pulse train
assigned to a valid tag.