modify_criterion_property#
- abstract CriteriaManager.modify_criterion_property(criterion_name: str, property_name: str, property_value: Any) None #
Modify property of criterion in the system.
- Parameters:
- criterion_name
str
Name of criterion to be modified.
- property_name: str
Name of property to be modified.
- property_value: Any
New value of the modified property.
- criterion_name
- 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.