save_copy#
- TcpOslServer.save_copy(file_path: str | Path) None#
Save the current project as a copy to a location.
- Parameters:
- file_path
Union[str,pathlib.Path] Path where to save the project copy.
- file_path
- Raises:
OslCommunicationErrorRaised when an error occurs while communicating with server.
OslCommandErrorRaised when the command or query fails.
TimeoutErrorRaised when the timeout float value expires.