get_full_subtree_status_info#
- TcpOslServer.get_full_subtree_status_info(uid: str, include_designs: bool = True, include_design_values: bool = True, include_non_scalar_design_values: bool = False, include_algorithm_info: bool = False, include_log_messages: bool = True, include_integrations_registered_locations: bool = True) Dict #
Get full status info for a sub tree.
- Parameters:
- uid
str
Actor uid.
- include_designs: bool
Include (result) designs in status info response.
- include_design_values: bool
Include values in (result) designs.
- include_non_scalar_design_values: bool
Include non scalar values in (result) designs.
- include_algorithm_info: bool
Include algorithm result info in status info response.
- 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:
Dict
Status info for the specified sub tree.
- 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.