remove_parameter#
- abstractmethod ParameterManager.remove_parameter(parameter_name: str) None#
Remove parameter from the system.
- Parameters:
- parameter_name
str Name of the parameter to be removed.
- parameter_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.