set_project_setting#

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

Set value of a project setting.

Parameters:
namestr

Name of the project setting.

valueAny

Value to set 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.