cbadc.circuit.components.cmos.PMOS
- class cbadc.circuit.components.cmos.PMOS(instance_name: str, model_name: str, W: float, L: float, VT0: float, KP: float, LAMBDA: float, RD: float, RS: float)[source]
Bases:
NMOSMethods
__init__(instance_name, model_name, W, L, ...)add_terminal(terminal[, index])Add a terminal to the component
add_terminals(terminals)Add multiple terminals to the component
get_ngspice(connections)Get the ngspice call for the component
get_spectre(connections)Get the spectre call for the component
Get the terminals of the component
Attributes