Appendix D: Using a Model 82 C-V System
Model 4200A-SCS Parameter Analyzer Reference Manual
D-22
4200A-901-01 Rev. C / February 2017
Formula name
Description and formula
STRETCHOUT
Stretch out factor due to interfacial states:
STRETCHOUT = MAVG((1-CQADJ/COX)/(1-CHADJ/COX),5)
NDOPING
Doping density:
NDOPING = ABS(-2*STRETCHOUT/(AREA^2*Q*ES)/(DELTA(INVCSQR)/DELTA(VGS)))
DEPTHM
Depletion depth (in meters):
DEPTHM = 1E-2*AREA*ES*(1/CHADJ-1/COX)
N90W
Doping density at 90% of maximum depletion depth:
N90W = AT(NDOPING,FINDLIN(DEPTHM,0.9*MAX(DEPTHM),2))
DEBYEM
Debye length (in meters):
DEBYEM = SQRT(ES*K*TEMP/(ABS(N90W)*Q^2))*1E-2
CFB
Flatband capacitance:
CFB = (COX*ES*AREA/(DEBYEM*1E2))/(COX+(ES*AREA/(DEBYEM*1E2)))
VFB
Flatband voltage:
VFB = AT(VGS,FINDLIN(CHADJ,CFB,2))
PHIB
Bulk potential:
PHIB = (-1)*K*TEMP/Q*LN(ABS(N90W)/NI)*DOPETYPE
VTH
Threshold voltage:
VTH = VFB+DOPETYPE*(AREA/COX*SQRT(4*ES*Q*ABS(N90W*PHIB))+ 2*ABS(PHIB))
WMS
Work function difference between metal and semiconductor:
WMS = WM-(WS+(EBG/2)-PHIB)
QEFF
Effective charge in oxide:
QEFF = COX*(WMS-VFB)/AREA
BEST_LO
Index from DEPTHM array that is three Debye lengths from the surface:
BEST_LO = FINDD(DEPTHM,3*DEBYEM,2)
BEST_HI
Index from DEPTHM array that is 95% of maximum depletion length, or twice the screening
length in the semiconductor, whichever is larger:
BEST_HI = FINDD(DEPTHM,COND(2*DEBYEM*SQRT(LN(ABS(N90W/NI))),
MAX(DEPTHM),2*DEBYEM*SQRT(LN(ABS(N90W/NI))),0.95*MAX(DEPTHM)), 2)
NAVG
Average doping calculated between index BEST_HI and BEST_LO:
NAVG = AVG(SUBARRAY(NDOPING,COND(BEST_HI, BEST_LO, BEST_HI,
BEST_LO),COND(BEST_HI, BEST_LO,BEST_LO,BEST_HI)))
DIT
Interfacial states density:
DIT = 1/(AREA*Q)*(1/(1/CQADJ-1/COX)-1/(1/CHADJ-1/COX))
PSISPSIO
PSIS - PSIO, which is surface potential:
PSISPSIO = SUMMV((1-CQADJ/COX)*DELTA(VGS))*DOPETYPE
PSIO
Offset in surface potential due to calculation method and flatband voltage:
PSIO = AT(PSISPSIO,FINDLIN(VGS,VFB,2))
PSIS
Silicon surface potential. More precisely, this value represents band bending and is related to
surface potential via the bulk potential:
PSIS = PSISPSIO-PSIO
EIT
Interface trap energy with respect to mid band gap:
EIT = PSIS+PHIB