get_actor_info#

TcpOslServer.get_actor_info(uid: str) Dict#

Get info about actor defined by uid.

Parameters:
uidstr

Actor uid.

Returns:
Dict

Info about actor defined by 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.