set_placeholder_value#
- abstractmethod Project.set_placeholder_value(placeholder_id: str, value: Any) None #
Set the value of a placeholder.
- Parameters:
- placeholder_id
str
ID of the placeholder.
- value
Any
New value for the placeholder.
- placeholder_id
- 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.