number_time_points
Total number of time steps when the reader is time-aware. Inherited from PyVista's pyvista.TimeReader.number_time_points.
Returns
int | None- Returns
Noneif the reader is not time-aware.
- Returns
Example
from pyemsi import Plotter
p = Plotter("path/to/output.pvd")
print(p.number_time_points)