replace#
- data.replace(p0: str) int #
Replaces the current case and reads the given filename via the extension-to-reader mapping file (ensight_reader_extension.map).
- Args:
- p0:
‘filename’ file name of the first file as mapped in the extension-to-reader mapping file.
- Examples:
ensight.data.replace("/home/users/joe/project2/frame.case")
- Returns:
zero on success, non-zero on error