get_status#

abstract Project.get_status() str#

Get the status of the optiSLang project.

Returns:
str

Status of the optiSLang project. If no project is loaded in optiSLang, None is returned.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with the server.

OslCommandError

Raised when a command or query fails.

TimeoutError

Raised when the timeout float value expires.