A power MOSFET model with evolved parameters.
Includes constraints to avoid torturing Ngspice with bogus parameter
combinations, Constraints.vto and
Constraints.rs.
| See Also | pingspice.lib.mosfets
and pingspice.analysis.diode. | |
| Class | Constraints | I provide two constraint checkers in addition to the
diode.Constraints.fwd and diode.Constraints.ts_fwd checkers
of my base class: rds,
and vt. |
| Class | MOSFET_Helper | Helper for MOSFET_Finder. |
| Class | MOSFET_Setups | Setups for MOSFET_Finder. |
| Class | MOSFET_Finder | I am a parameter finder for all MOSFETs, hopefully flexible enough that
the only subclassing you need to do is to change my Setups attribute
to your own subclass of MOSFET_Setups. |
| Class | MOSFET | A MOSFET semiconductor die (including the leads but not the package
thermal behavior), using the setup defined in and params discovered by MOSFET_Finder. |