save_copy#

Optislang.save_copy(file_path: str | Path) None#

Save a copy of the project to a specified location..

Parameters:
file_pathUnion[str, pathlib.Path]

Path for saving the copy of the project file to.

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.

Deprecated since version 0.6.0: This functionality was moved to Application.