get_reference_files_dir#
- abstractmethod Project.get_reference_files_dir() Path | None#
Get the path to the optiSLang project’s reference files directory.
- Returns:
Optional[pathlib.Path]Path to the optiSLang project’s reference files directory. 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.