I model a few aspects of an N-channel MOSFET.

Method __init__ Undocumented
Method __repr__ Undocumented
Method Cdox Oxide capacitance per unit area (F/cm^2).
Method PF Substrate (bulk) Fermi potential PF (phi_F) at nominal temperature.
Method Vfb Flatband voltage.
Method gamma Body effect coefficient.
Method VT Threshold voltage.
Method n Given Vgs, returns n, the inverse of the first derivative of the surface potential deep in depletion vs Vgs.
def __init__(self, tox, NA, ND=1e+19):
Undocumented
def __repr__(self):
Undocumented
@property
def Cdox(self):

Oxide capacitance per unit area (F/cm^2).

@property
def PF(self):

Substrate (bulk) Fermi potential PF (phi_F) at nominal temperature.

@property
def Vfb(self):

Flatband voltage.

@property
def gamma(self):

Body effect coefficient.

@property
def VT(self):

Threshold voltage.

def n(self, Vgs):

Given Vgs, returns n, the inverse of the first derivative of the surface potential deep in depletion vs Vgs.

API Documentation for yampex, generated by pydoctor at 2022-11-21 15:03:54.