set_designs#

TcpOslServer.set_designs(actor_uid: str, designs: Iterable[dict]) None#

Set an actor property.

Parameters:
actor_uidstr

Actor uid.

designsIterable[dict]

Iterable of calculated designs.

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.