maximum_file_size#
- savegeom.maximum_file_size(p0: float) int #
Specify the maximum file size (in MBs) for exporting time step data into single file format.
This default value is the maximum file size limit of either 2 Giga-Bytes for 32-bit architecture, or 4 Tera-Bytes for 64-bit architecture machines.- Args:
- p0:
‘size’ file size limit in MB (Mega-Bytes)
- Examples:
ensight.part.select_all() ensight.savegeom.format("case") ensight.savegeom.binary("ON") ensight.savegeom.single_file("ON") ensight.savegeom.maximum_file_size(2147.479980) ensight.savegeom.select_all_steps() ensight.savegeom.save_geometric_entities("/tmp/file_prefix")
- Returns:
zero on success, non-zero on error