HyperView batch ploting
Altair Forum User
Altair Employee
Sirs, i have question about data ploting in batch mode.
I wrote some simple script to read model and results, prepare some dirived cases and then plot curve and export it.
It works perfectly if it runs in gui mode.
But there is issue with batch mode.
Page1 GetAnimatorHandle Animator1 puts [Animator1 GetMode] #first try Animator1 SetInterpolationMode 'transient' #second try Page1 SetAnimationMode 'transient' puts [Animator1 GetMode] ###Output: # static # static
Above part of script always set animator mode to static... the expected result is transient mode of animator to plot whole curve not just one point.
Has anybody similar issue?
Thanks in advance for help
Regards
Maciej
0
Answers
-
Hi, what is batch mode in hyperview
if you don't want to see GUI, add below commands
wm withdraw . #your script here ..... ..... wm deiconify .
0