get_location#
- abstractmethod Project.get_location() Path | None#
 Get the path to the optiSLang project file.
- Returns:
 Optional[pathlib.Path]Path to the optiSLang project file. 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.