Hi,
I’m using Paraview 5.10.1 and would like to know if there is a way to extract data from a point over time.
What I do right now is to
- Select point
- Use
PlotSlectionOverTime
- Open another View and select
SpreadSheet View
- Export it to CSV file.
However, PlotSlectionOverTime
takes quite a lot of time because I have many time steps. (say 5000 time steps). Thus, I would like to know if there is a way to skip the plotting part, as I’m not interested in plotting with Paraview GUI. I guess I could use python interface, but I’m not familiar with it.
Best,