get_responses#
- abstractmethod ResponseManager.get_responses() Tuple[Response, ...]#
Get the responses of the system.
- Returns:
Tuple[Criterion, …]Tuple of the responses for the system.
- Raises:
OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.