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:
 OslCommunicationErrorRaised when an error occurs while communicating with server.
OslCommandErrorRaised when the command or query fails.
TimeoutErrorRaised when the timeout float value expires.