get_name#

abstract Project.get_name() str#

Get the name of the optiSLang project.

Returns:
str

Name of the optiSLang project. If no project is loaded in the 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.