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