Christopher, See the following wiki page http://www.paraview.org/Wiki/ParaView/Python/Dealing_with_time
On Mon, Aug 3, 2015 at 8:58 PM Neal,Christopher R <[email protected]> wrote: > Hi, > > > I have a Python script that opens an ENSIGHT data file that contains cell > data for several timesteps. I'd like to be able to perform an operation on > one timestep and then advance to the next timetstep. I have tried using > the GoToNext() method on the animation scene like it shows when I do a > Python trace of stepping through timesteps, but that isn't working. It > looks like it just never updates the cell data to match the data for the > timesteps that I'm iterating over. I only ever get data for the first > timestep. I've tried to use the UpdatePipeline() method as well, but it > didn't fix my issue. Does anyone have experience with iterating over > timesteps and updating the data set for each timestep? > > > Thank you, > > > Christopher R. Neal > Graduate Student > Center for Compressible Multiphase Turbulence > Mechanical and Aerospace Engineering Department > University of Florida > Cell: (863)-697-1958 > E-mail: [email protected] > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
