save_designs_as_csv#
- abstractmethod DesignManager.save_designs_as_csv(file_path: Path | str, hid: str = '0') File#
Save designs for a given state to CSV file.
- Parameters:
- Returns:
FileObject representing saved file.
- 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.
TypeErrorRaised when the hid is None -or- file_path is None or unsupported type.
ValueErrorRaised when
hiddoes not exist.