set_placeholder_value#

abstractmethod Project.set_placeholder_value(placeholder_id: str, value: Any) None#

Set the value of a placeholder.

Parameters:
placeholder_idstr

ID of the placeholder.

valueAny

New value for the placeholder.

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.