[Paraview] Setting a specific time in pvpython

ROJAS-CARRILLO Juan-javier jrojasca at ens-paris-saclay.fr
Thu Jun 21 03:18:32 EDT 2018


Hi all,

 From a simulation in Paraview Python (V.4.3.1), I need to extract the  
displacement from a specific time. What I have tried (without success)  
to set the time I want is to use the following commands in my pvython  
script:

animationScene1.AnimationTime = 200.0

Also tried,

animationScene1.PlayMode = 'Sequence'

# Properties modified on animationScene1
animationScene1.LockStartTime = 0

animationScene1.Play()

animationScene1.LockEndTime = 200
animationScene1.UpdateAnimationUsingDataTimeSteps()

Is there another way in which I can set a specific time here?

Thanks a lot!

Juan



More information about the ParaView mailing list