pingspice.ngspice.manhole.TerminalProcessProtocol(protocol.ProcessProtocol)
class documentation
Part of pingspice.ngspice.manhole
(View In Hierarchy)
No class docstring
Method | __init__ | Undocumented |
Method | connectionMade | Undocumented |
Method | write | Write to the terminal. |
Method | outReceived | Receive data from the terminal. |
Method | errReceived | Report an error. |
Method | childConnectionLost | Undocumented |
Method | processEnded | Undocumented |
def
outReceived(self, data):
Receive data from the terminal.
Parameters | data | Data received. (type: bytes ) |
def
errReceived(self, data):
Report an error.
Parameters | data | Data to include in the Failure object. (type: bytes ) |