Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2025 Patrick Müller. All rights reserved.

qspec.get_val_with_unc  (  val_string  )[source]

Parameters:
val_stringstr

The str representation of a number with uncertainty of the format '1.234(56)'. Decimal separators can be used or spared arbitrarily.

Returns:
out(float, float)

The value and its uncertainty.

API navigation