get_criteria#
- abstractmethod CriteriaManager.get_criteria() Tuple[Criterion, ...]#
 Get the criteria of the system.
- Returns:
 Tuple[Criterion, …]Tuple of the criterion 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.