pisces.extensions.simulation.gadget.particles.GadgetParticleDataset.path#

property GadgetParticleDataset.path: str | Path#

The path to the HDF5 file containing the particle dataset.

This property returns the path as a string or a Path object, depending on how it was initialized.

Returns:

The path to the HDF5 file.

Return type:

Union[str, Path]