pisces.particles.base.ParticleDataset.handle#

property ParticleDataset.handle: File#

The HDF5 file handle for the particle dataset.

This property provides direct access to the underlying HDF5 file handle, allowing for low-level operations if needed. It is recommended to use higher-level methods and properties for most use cases.

Returns:

The HDF5 file handle.

Return type:

h5py.File