active_time_value
Active time value when the reader is time-aware. Inherited from PyVista's pyvista.TimeReader.active_time_value.
Returns
float | None: Active time value.- Returns
Noneif the reader is not time-aware. - Changes when you call
set_active_time_point(...)orset_active_time_value(...).
- Returns
Example
from pyemsi import Plotter
p = Plotter("path/to/output.pvd")
print(p.active_time_value)