Tutorial, Part 3
Does AC and TRAN simulations on a single-stage passive RLC lowpass filter, in parallel using two separate Ngspice processes. Includes errbacks, following good asynchronous programming practice. Uses a nameList to get both 'src' and 'load' vectors from the analyses.
Class | RLC | I represent an RLC circuit, with a load resistance and a voltage source that also has transient behavior. |
Class | Runner | I run an Ngspice Analysis, constructing a netlist and NgspiceRunner. |