save_designs_as#
- abstractmethod RootSystem.save_designs_as(hid: str, file_name: str, format: FileOutputFormat = FileOutputFormat.JSON, dir: Path | str | None = None) File#
 Save designs for a given state.
- 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 incorrect type of
diris passed.ValueErrorRaised when unsupported value of
formator non-existinghidis passed.
Deprecated since version 0.9.0: Use
ParametricSystem.save_designs_as_json()orParametricSystem.save_designs_as_csv()instead.