get_responses#

abstract ResponseManager.get_responses() Tuple[Response, ...]#

Get the responses of the system.

Returns:
Tuple[Criterion, …]

Tuple of the responses for the system.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with the server.

OslCommandError

Raised when a command or query fails.

TimeoutError

Raised when the timeout float value expires.