get_actor_properties#
- TcpOslServer.get_actor_properties(uid: str) Dict #
Get properties of actor defined by uid.
- Parameters:
- uid
str
Actor uid.
- 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.