🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

HyperView batch ploting

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "tinh"
    Altair Community Member
    Updated by tinh

    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 .