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.

ParametersverboseSet True if I should include warning lines from Ngspice.
chattySet 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.
def __init__(self, lines, *args, **kw):
Undocumented
def __call__(self, line):

This should get called with every line of STDERR produced from the command I am handling.

API Documentation for pingspice, generated by pydoctor at 2021-09-18 08:41:11.