pingspice.analysis.mosfet_analyzers.WeakToModerateInversionAnalyzer(object)
class documentation
Part of pingspice.analysis.mosfet_analyzers
(View In Hierarchy)
I evaluate the transition from weak inversion to moderate inversion, including switch-off to <= Ids_0 at Vgs_0 and smoothness, for setup 220.
Class Variable | us_smooth | The amount of lumpiness that adds 1 to the SSE. Squared, so 10x that lumpiness will add SSE +100. |
Class Variable | us_off | The amount of Ids in excess of the target Ids_0 at Vgs_0 that adds 1 to the SSE. Squared, so 10x that much excess current will add SSE +100. |
Method | __init__ | Undocumented |
Method | offness | Undocumented |
Method | smoothness | Undocumented |
Method | __call__ | Undocumented |
us_smooth =
The amount of lumpiness that adds 1 to the SSE. Squared, so 10x that
lumpiness will add SSE +100.