get_actor_properties#

TcpOslServer.get_actor_properties(uid: str) Dict#

Get properties of actor defined by uid.

Parameters:
uidstr

Actor uid.

Returns:
Dict

Properties of 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.