Object-oriented netlist generation.
| Class | NodeStuff | I provide node-related convenience methods for subclasses. The following
instance variables are for the Elements
object, not me: |
| Class | Include | I am Python-analogous to the Ngspice .INCLUDE statement. |
| Class | RawInclude | I read raw netlist text and let you include that in your circuit. |
| Class | Subcircuit | Base class for all subcircuits. You'll use me or my many subclasses a lot. |
| Class | Netlist | I construct an Ngspice netlist with a circuit name. |