After sourcing the netlist with Sourcer
, NgspiceRunner
runs all Ngspice commands through Commander
.
Class | Result | I hold the result of running an Ngspice command. |
Class | ErrorHandler | I handle lines of STDERR produced by Ngspice. |
Class | Commander | I handle sending each of NgspiceRunner 's
orders to Ngspice and returning it the Result . |