modify_criterion_property#
- abstractmethod 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:
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.