set_actor_property#

TcpOslServer.set_actor_property(actor_uid: str, name: str, value: Any) None#

Set an actor property.

Parameters:
actor_uidstr

Actor uid.

namestr

Property name.

valueAny

Property value.

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.