Keithley Series 2600 Application Manual page 11

System sourcemeter instruments semiconductor device test
Table of Contents

Advertisement

SeCTIon 2
Two-terminal Device Tests
ings, R
and R
, are then obtained, and the voltage coefficient in
1
2
%/V can then be calculated as follows:
Voltage Coefficient (%/V) =
where: R
= resistance calculated with first applied voltage (V
1
R
= resistance calculated with second applied voltage
2
(V
) .
2
For example, assume that the following values are obtained:
W
R
= 1 . 0 1 × 10
10
1
W
R
= 1 × 10
10
2
(V
– V
) = 10V
2
1
The voltage coefficient is:
Voltage Coefficient (%/V) =
2.3.3 Measurement Considerations
A couple of points should be noted when using this procedure to
determine the voltage coefficient of high megohm resistors . Keep
in mind that any leakage resistance in the test system will degrade
the accuracy of your measurements . To avoid such problems, use
only high quality test fixtures that have insulation resistances
greater than the resistances being measured . Using isolation resis-
tances 10× greater than the measured resistance is a good rule of
thumb . Also, make certain that the test fixture sockets are kept
clean and free of contamination as oils and dirt can lower the
resistance of the fixture and cause error in the measurement .
There is an upper limit on the resistance value that can be
measured using this test configuration . For one thing, even a
well- designed test fixture has a finite (although very high) path
isolation value . Secondly, the maximum resistance is determined
by the test voltage and current-measurement resolution of the test
instrument . Finally, the instrument has a typical output impe-
W . To maximize measurement accuracy with a given
dance of 10
15
resistor, use the highest test voltages possible .
2.3.4 example Program 1: Voltage
Coefficient Test
Program 1 demonstrates programming techniques for voltage
coefficient tests . Follow the steps that follow to use the test pro-
gram . To reiterate, this test requires a single Source-Measure
channel . For this example, we will refer to the single-channel
Model 2601 System SourceMeter instrument . The test program
2-2
100 (R
– R
)
__________
2
1
R
(V
– V
)
1
2
1
100 (1×10
)
3
__________
= 0 . 1 %/V
1×10
(10)
10
can be used with the multi-channel members of the Series 2600
family with no modification .
1 .
With the power off, connect the Model 2601 System Source-
Meter instrument to the computer's IEEE-488 interface .
) .
2 .
Connect the test fixture to the instrument using appropriate
1
cables (see Figure 2-1) .
3 .
Turn on the instrument, and allow the unit to warm up for
two hours for rated accuracy .
4 .
Turn on the computer and start Test Script Builder (TSB) . Once
the program has started, open a session by connecting to the
instrument . For details on how to use TSB, see the Series 2600
Reference Manual .
5 .
You can simply copy and paste the code from Appendix A
in this guide into the TSB script editing window
1: Voltage
Coefficient), manually enter the code from the
appendix, or import the TSP file 'Volt_Co.tsp' after down-
loading it to your PC .
If your computer is currently connected to the Internet, you
can click on this link to begin downloading:
keithley.com/data?asset=50914.
6 .
Install the resistor being tested in the test fixture . The first
step in the operation requires us first to send the code to the
instrument . The simplest method is to right-click in the open
script window of TSB, and select 'Run as TSP file' . This will
compile the code and place it in the volatile run-time memory
of the instrument . To store the program in non-volatile
memory, see the "TSP Programming Fundamentals" section of
the Series 2600 Reference Manual .
7 .
Once the code has been placed in the instrument run-time
memory, we can run it simply by calling the function 'Volt _
Co()' . This can be done by typing the text 'Volt _ Co()' after
the active prompt in the Instrument Console line of TSB .
8 .
In the program
Co(v1src, v2src) is created . The variables v1src and
v2src represent the two test voltage values applied to the
device-under-test (DUT) . If they are left blank, the function
will use the default values given to these variables, but you can
specify what voltages are applied by simply sending voltages
that are in-range in the function call . As an example, if you
wanted to source 2V followed by 10V, simply send Volt _
Co(2, 10) to the instrument .
9 .
The instrument will then source the programmed voltages
and measure the respective currents through the resistor . The
calculated voltage coefficient and two resistance values will
then be displayed in the Instrument Console window of TSB .
'Volt_Co.tsp', the function Volt _
(Program
http://www.

Advertisement

Table of Contents
loading

Table of Contents