evaluate_design#

TcpOslServer.evaluate_design(evaluate_dict: Dict[str, float]) List[dict]#

Evaluate requested design.

Parameters:
evaluate_dict: Dict[str, float]

{‘parName’: value, …}

Returns:
List[dict]

Output from optislang server.

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.