modify_parameter#
- abstract ParameterManager.modify_parameter(parameter: Parameter)#
Modify parameter in the system.
- Parameters:
- parameter: Parameter
Parameter to be modified. Parameter name is used as identifier.
- Raises:
NameError
Raised when the parameter with the given name doesn’t exist.
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.