11.1.12.3. DeviceModel

class PySpice.Spice.DeviceModel.DeviceModel(name, modele_type, **parameters)[source]

Bases: object

This class implements a device model.

Ngspice model types:

Code

Model Type

R

Semiconductor resistor model

C

Semiconductor capacitor model

L

Inductor model

SW

Voltage controlled switch

CSW

Current controlled switch

URC

Uniform distributed RC model

LTRA

Lossy transmission line model

D

Diode model

NPN

NPN BJT model

PNP

PNP BJT model

NJF

N-channel JFET model

PJF

P-channel JFET model

NMOS

N-channel MOSFET model

PMOS

P-channel MOSFET model

NMF

N-channel MESFET model

PMF

P-channel MESFET model

clone()[source]
property model_type
property name
property parameters