Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-113
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 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 2-69)
i_leakage_measure() (on page 9-111)
High-capacitance mode (on page 2-69)
KIHighC factory script (on page 7-24)
InitiatePulseTest()
This KIPulse factory script function initiates the pulse configuration assigned to tag.
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
Details
This function only initiates configured pulse trains assigned to a valid tag. Configure the pulse before
initiating it using one of the ConfigurePulse* functions (refer to the Also see section).