2.7.1. h5pywrappers.scalar.load
- load(scalar_id)[source]
Load an HDF5 “scalar” from an HDF5 file.
By “scalar”, we mean the single data element from a zero-dimensional HDF5 dataset.
- Parameters:
- scalar_id
h5pywrappers.obj.ID The parameter set specifying the HDF5 scalar of interest.
- scalar_id
- Returns:
- scalarfloat | complex
The HDF5 scalar of interest.