cbadc.circuit.DeviceModel

class cbadc.circuit.DeviceModel(model_name: str, comments=[], **kwargs)[source]

Bases: object

A device model

Parameters
  • 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])

get_ngspice()

get_spectre()

get_verilog_ams()

Attributes

ng_spice_model_name

model_name

parameters

comments

verilog_ams