reader
PyVista reader created by set_file() or the filepath constructor argument.
Returns
pyvista.BaseReader|NoneNoneuntil you load a file.- For
*.pvd, the reader is aPVDReader, which is time-aware.
Example
from pyemsi import Plotter
p = Plotter("path/to/output.pvd")
print(type(p.reader).__name__)