Bases: object
object
A device model
name (str) – The name of the model
type_name (str) – The type name of the model (used for later instantiation)
comments (List[str], optional) – Comments to add to the model, by default []
**kwargs (Dict[str, str]) – The parameters of the model
Methods
__init__(model_name[, comments])
__init__
get_ngspice()
get_ngspice
get_spectre()
get_spectre
get_verilog_ams()
get_verilog_ams
Attributes
ng_spice_model_name
model_name
parameters
comments
verilog_ams