remove_node#

TcpOslServer.remove_node(actor_uid: str) None#

Remove node specified by uid.

Parameters:
actor_uidstr

Actor uid.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with server.

OslCommandError

Raised when the command or query fails.

TimeoutError

Raised when the timeout float value expires.