remove_node#
- TcpOslServer.remove_node(actor_uid: str) None #
Remove node specified by uid.
- Parameters:
- actor_uid
str
Actor uid.
- 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.