qudi.util.units.get_si_norm
- qudi.util.units.get_si_norm(entry)[source]
A rather different way to display the value in SI notation.
- Parameters:
- entryfloat
the float number from which normalization factor should be obtained.
- Returns:
- tuple
A tuple containing:
- norm_valfloat
The value in a normalized representation.
- normalizationfloat
The factor by which to divide the number.