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:
uidstr

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.

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.