trace recorder and time

I have a user that is trying to do the following, and the trace recirder is missing setting time. Any ideas what commands are missing in the trace?

Thanks!

Alan

I need to display results at a time value instead of at a time step value. I did this:

  • Started trace recorder
  • In the “Animation View” selected “Real Time”
  • Type a time value in the “Time:” box
  • Stopped trace recorder

I only see

animationSCene1.PlayMode = ‘Real Time’

in the Python trace

You can set the real time (not the time step number) with

animatinScene1.AnimationTime = ....

Thanks, will pass on to my user.