get_criteria#

abstract CriteriaManager.get_criteria() Tuple[Criterion, ...]#

Get the criteria of the system.

Returns:
Tuple[Criterion, …]

Tuple of the criterion 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.