Skip to content

MOS Capacitor

  • Overview: Simple MOS C–V model with oxide capacitance and depletion behavior.

Usage

from semiconductor_sim import MOSCapacitor

mos = MOSCapacitor(doping_p=1e17, oxide_thickness=1e-6)

Plots

import numpy as np
v = np.linspace(-2, 2, 200)
mos.plot_capacitance_vs_voltage(v)

MOS: C–V

See also