pingspice.examples.current-limit.Runner(object)
class documentation
Part of pingspice.examples.current-limit
(View In Hierarchy)
Class Variable | details | Set True to see what happens on STDIO between Python and
Ngspice. |
Method | __init__ | Undocumented |
Method | run | Runs ... in a non-blocking asynchronous manner and using several separate Ngspice processes running in parallel. |
Method | _run | Undocumented |
Runs ... in a non-blocking asynchronous manner and using several separate Ngspice processes running in parallel.
Does a subplot of each result and exits when the plot is closed.
This is all accomplished by calling my _run
method, with an error callback added to the resulting Deferred
object. This is good Twisted programming practice to deal with the
inevitable errors that occurr during program development.