remove_criterion#
- abstractmethod CriteriaManager.remove_criterion(criterion_name: str) None#
Remove criterion from the system.
- Parameters:
- criterion_name
str Name of the criterion to be removed.
- criterion_name
- Raises:
NotImplementedErrorRaised when unsupported optiSLang server is used.
OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.