finesse.utilities.units.get_SI_value

finesse.utilities.units.get_SI_value(name)[source]

Get an SI value by name.

Valid names correspond to the values() of the finesse.utilities.SI_LABEL dict.

Parameters

name : str

Label name of the SI value (e.g. “m” for milli, “G” for giga).

Returns

value : float

Value corresponding to the SI name.