time_values
Available time values when the reader is time-aware.
Returns
Sequence[float] | None- Returns
Noneif the reader is not time-aware.
- Returns
Example
from pyemsi import Plotter
p = Plotter("path/to/output.pvd")
print(p.time_values)
Available time values when the reader is time-aware.
Sequence[float] | None
None if the reader is not time-aware.from pyemsi import Plotter
p = Plotter("path/to/output.pvd")
print(p.time_values)