Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-102 2601B-PULSE-901-01A April 2020
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 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 4-80)
i_leakage_measure() (on page 11-100)
High-capacitance mode (on page 4-80)
KIHighC factory script (on page 9-21)
io.close()
This function closes a file.
Usage
io.close()
io.close(file)
The descriptor of the file to close
Details
If a file is not specified, the default output file closes.
Only io.close(), used without specifying a parameter, can be accessed from a remote node.