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:
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.