scenario_transient_anim#
- file.scenario_transient_anim(p0: float, p1: float, p2: float, p3: float) int #
When a scenario csf file is saved, will determine if transient data (if available) will be included.
The default is ON.- Args:
- p0:
‘toggle’
1
0
- p1:
‘start’
starting step number
- p2:
‘end’
ending step number
- p3:
‘stride’
step stride
- Examples:
ensight.file.scenario_transient_anim(1,1,21,1) ensight.file.save_scenario_file("/tmp/test_scenario")
- Returns:
zero on success, non-zero on error