get_actor_info#
- TcpOslServer.get_actor_info(uid: str, include_log_messages: bool = True, include_integrations_registered_locations: bool = True) Dict#
Get info about actor defined by uid.
- Parameters:
- uid
str Actor uid.
- include_log_messages: bool, optional
Whether actor log messages are to be included.
- include_integrations_registered_locations: bool, optional
Whether registered integration locations are to be included.
- uid
- Returns:
DictInfo about 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.