set_project_setting#
- abstractmethod Project.set_project_setting(name: str, value: Any) None#
Set the value of a project setting.
- Parameters:
- name
str Name of the project setting.
- value
Any New value for the project setting.
- name
- Raises:
OslCommunicationErrorRaised when an error occurs while communicating with server.
OslCommandErrorRaised when the command or query fails.
TimeoutErrorRaised when the timeout float value expires.