RemotePopen#
- class wattson.cosimulation.simulators.network.components.remote.remote_popen.RemotePopen(remote_node: RemoteNetworkNode, pid: int)#
Bases:
WattsonRemoteObjectRepresents a process running on a remote node.
Methods
communicateerrorkillpollsend_signalSynchronize this object with its instance in the simulation
terminatewaitAttributes
pidreturn_codereturn_errorreturn_error_listreturn_outputreturn_output_listreturncodestatewattson_client- __init__(remote_node: RemoteNetworkNode, pid: int)#
- synchronize(force: bool = False, block: bool = True)#
Synchronize this object with its instance in the simulation
- Parameters:
force (bool, optional) – Whether to force an update (Default value = False)
block (bool, optional) – Whether to block during the update (Default value = True)