pingspice.ngspice.manhole.Manhole(recvline.HistoricRecvLine)
class documentation
Part of pingspice.ngspice.manhole
(View In Hierarchy)
A manhole protocol that mediates between a fancy line source and an interactive Ngspice process.
This accepts lines from its transport and passes them on to an NgspiceInterpreter
.
Control commands (^C, ^D, ^\) are also handled with something approximating
their normal terminal-mode behavior.
Method | __init__ | Undocumented |
Method | connectionMade | Undocumented |
Method | connectionLost | Undocumented |
Method | handle_INT | Undocumented |
Method | handle_EOF | Undocumented |
Method | handle_FF | Handle a 'form feed' byte - generally used to request a screen refresh/redraw. |
Method | handle_QUIT | Undocumented |
Method | addOutput | Undocumented |
Method | lineReceived | Undocumented |
Method | line_out | Undocumented |
Method | line_err | Undocumented |
Method | _needsNewline | Undocumented |