save_designs_as_csv#
- RootSystem.save_designs_as_csv(hid: str, file_path: Path | str) File #
Save designs for a given state to CSV file.
- Parameters:
- Returns:
File
Object representing saved file.
- Raises:
OslCommunicationError
Raised when an error occurs while communicating with the server.
OslCommandError
Raised when a command or query fails.
TimeoutError
Raised when the timeout float value expires.
TypeError
Raised when the hid is None -or- file_path is None or unsupported type.
ValueError
Raised when
hid
does not exist.