get_criterion#
- abstractmethod CriteriaManager.get_criterion(name: str) Criterion#
Get criterion of the system by name.
- Parameters:
- name
str Name of the criterion.
- name
- Returns:
CriterionCriterion of the given name.
- Raises:
ValueErrorRaised when no criterion of the given name exists.
OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.