module documentation

A collection of unit manipulation functions that are used as converters for UnitManipulationAdapter instantiations. See unit_manipulation_adapter_factories.py for concrete examples of how they are used.

Function array_to_unit_array_converter Create a UnitArray with units='new_units' from the given 'array'.
Function unit_array_units_converter Convert a UnitArray from one set of units to another.
Function unit_array_units_overwriter Overwrite the units for a UnitArray with the new units.
def array_to_unit_array_converter(array, new_units): (source)

Create a UnitArray with units='new_units' from the given 'array'.

def unit_array_units_converter(unit_array, new_units): (source)

Convert a UnitArray from one set of units to another.

def unit_array_units_overwriter(unit_array, new_units): (source)

Overwrite the units for a UnitArray with the new units.