pisces.particles.base.ParticleDataset.get_particle_field_handle#
- ParticleDataset.get_particle_field_handle(group_name: str, field_name: str)[source]#
Get the HDF5 dataset handle for a specific field in a particle group.
- Parameters:
- Returns:
The HDF5 dataset handle for the specified field.
- Return type:
- Raises:
KeyError – If the specified group or field does not exist in the dataset.