pingspice.examples.boost.CircuitBuilder(object)
class documentation
Part of pingspice.examples.boost
(View In Hierarchy)
I build the netlist for your circuit.
There are three constructor arguments, which are all temperatures in degrees C:
- ambient
- MOSFET case, initial
- Diode case, initial
Parameters | verbose | Set 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 . |
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.