_get_symbol_and_exponent
- PlasmaCalcs.units.units_manager._get_symbol_and_exponent(unit_string)
Extract the unit symbol and the exponent from the unit string :param unit_string: string of units (e.g. “m-1”) :return: unit symbol, exponent (e.g. “m”, -1)