System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. B / May 2013 7-103
Example
smua.source.highc = smua.ENABLE
smua.source.levelv = 5
smua.source.output = smua.OUTPUT_ON
delay(1)
pass = i_leakage_threshold(smua, 0, 1,
300e-3, 10e-6, 100e-3, 1e-6, 1)
Enable high-capacitance mode.
Charge the capacitor.
The parameters passed on to the
i_threshold_measure() function in this
example are:
smu = smua
levelv = 0 V
limiti = 1 A
sourcedelay = 300 ms
measurei = 10 µA range
measuredelay = 100 ms
threshold = 1 µA
timeout = 1 s
The levels and delays will depend on the
value and type of capacitor used.
Sets pass = true if the current is
measured below 1 µA in less than 1 second.
Also see
High-capacitance mode (on page 3-65)
i_leakage_measure() (on page 7-101)
High-capacitance mode (on page 3-65)
KIHighC factory script (on page 5-22)
InitiatePulseTest()
This KIPulse factory script function initiates the pulse configuration assigned to tag.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
f, msg = InitiatePulseTest(tag)
A Boolean flag; this flag is true when the pulse was successfully configured,
false
when errors are encountered
A string message; if the f flag is false, msg contains an error message; if it is
true, msg contains a string that indicates successful configuration
Numeric identifier of the pulse configuration to be initiated