save_copy#

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

Save the current project as a copy to a location.

Parameters:
file_pathUnion[str, pathlib.Path]

Path where to save the project copy.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with server.

OslCommandError

Raised when the command or query fails.

TimeoutError

Raised when the timeout float value expires.