save_scenario_file#

file.save_scenario_file(p0: str) int#

Save a scenario file using all parts.

A scenario can be restored in EnLiten.
A scenario file contains information to completely restore the current visuals in EnLiten.
A scenario project contains additional information.
Args:
p0:

‘filename’ name of the file to use for the scenario information

Examples:
ensight.file.save_scenario_file("/tmp/test_scenario_file")
Returns:

zero on success, non-zero on error