remove_parameter#

abstract ParameterManager.remove_parameter(parameter_name: str) None#

Remove parameter from the system.

Parameters:
parameter_namestr

Name of the parameter to be removed.

Raises:
NotImplementedError

Raised when unsupported optiSLang server is used.

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.