save#
- message_window.save(p0: str) int #
Saves the contents of the EnSight Message Window dialog to a file.
- Args:
- p0:
‘filename’ filename into which the contents of the message window is to be saved.
- Examples:
ensight.message_window.save("/home/users/me/myfile.txt")
- Returns:
zero on success, non-zero on error