set_placeholder_value#

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

Set value for a placeholder.

Parameters:
placeholder_idstr

ID of the placeholder to set value for.

valueAny

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