get_actor_properties#
- TcpOslServer.get_actor_properties(uid: str) Dict#
Get properties of actor defined by uid.
- Parameters:
- uid
str Actor uid.
- uid
- Returns:
DictProperties of actor defined by uid.
- Raises:
OslCommunicationErrorRaised when an error occurs while communicating with server.
OslCommandErrorRaised when the command or query fails.
TimeoutErrorRaised when the timeout float value expires.