modify_parameter_property#

abstract 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:
NameError

Raised when the parameter with the given name doesn’t exists.

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.