I build the netlist for your circuit.

There are three constructor arguments, which are all temperatures in degrees C:

  1. ambient
  2. MOSFET case, initial
  3. Diode case, initial
ParametersverboseSet True to have detailed info about node connections logged.
Method __init__ Undocumented
Method build Call this with the name of your circuit and any keywords you want to supply to the constructor of Circuit.
def __init__(self, ambient, tc0_mosfet, tc0_diode, verbose=False):
Undocumented
def build(self, name, **kw):

Call this with the name of your circuit and any keywords you want to supply to the constructor of Circuit.

Returns a 2-tuple with (1) the initial-charging time interval ti for getting the case temperatures where you want them to start, and (2) a string containing the full netlist.

API Documentation for pingspice, generated by pydoctor at 2021-09-18 08:41:11.