set_project_setting#

abstractmethod Project.set_project_setting(name: str, value: Any) None#

Set the value of a project setting.

Parameters:
namestr

Name of the project setting.

valueAny

New value for the project setting.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with server.

OslCommandError

Raised when the command or query fails.

TimeoutError

Raised when the timeout float value expires.