get_name#
- abstractmethod Project.get_name() str | None#
Get the name of the optiSLang project.
- Returns:
strName of the optiSLang project. If no project is loaded in the 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.