modify_parameter_property#
- abstractmethod ParameterManager.modify_parameter_property(parameter_name: str, property_name: str, property_value: Any) None#
 Modify property of parameter in the system.
- Parameters:
 - parameter_name: str
 Name of the parameter to be modified.
- property_name: str
 Name of the property to be modified.
- property_value: Any
 New value of the modified property.
- Raises:
 NameErrorRaised when the parameter with the given name doesn’t exists.
OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.