modify_criterion#

abstract CriteriaManager.modify_criterion(criterion: Criterion) None#

Modify criterion in the system.

Parameters:
criterionCriterion

Criterion to be modified. Criterion name is used as idefentifier.

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.