remove_criterion#

abstract CriteriaManager.remove_criterion(criterion_name: str) None#

Remove criterion from the system.

Parameters:
criterion_namestr

Name of the criterion to be removed.

Raises:
NotImplementedError

Raised when unsupported optiSLang server is used.

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.