set_start_designs#

TcpOslServer.set_start_designs(actor_uid: str, start_designs: Iterable[dict]) None#

Set the start designs of the system and evaluates their criteria.

Parameters:
actor_uidstr

Actor uid.

start_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.