get_description#
- abstractmethod Project.get_description() str | None#
 Get the description of the optiSLang project.
- Returns:
 Optional[str]Description of the optiSLang project. If no project is loaded in optiSLang,
Noneis returned.
- Raises:
 OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.