get_criterion#

abstractmethod CriteriaManager.get_criterion(name: str) Criterion#

Get criterion of the system by name.

Parameters:
namestr

Name of the criterion.

Returns:
Criterion

Criterion of the given name.

Raises:
ValueError

Raised when no criterion of the given name exists.

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.