pingspice.ngspice.cmd.ErrorHandler(object) class documentation
Part of pingspice.ngspice.cmd
(View In Hierarchy)
I handle lines of STDERR produced by Ngspice.
Construct an instance of me with a list of lines (presumably the
lines attribute of a Result) and an
errback to be called (just once, with any further constructor args)
if any STDERR line indicates an error condition. Supply my instance as an
error callable for NgspiceProtocol.registerWatcher.
| Parameters | verbose | Set True if I should include warning lines from Ngspice. |
| chatty | Set True if I should include lines of low-info chatter from
Ngspice. |
| Method | __init__ | Undocumented |
| Method | __call__ | This should get called with every line of STDERR produced from the command I am handling. |