.. $Id$  -*- rst -*-
.. pyformex reference manual --- units
.. CREATED WITH py2rst.py: DO NOT EDIT

.. include:: ../defines.inc
.. include:: ../links.inc

.. _sec:ref-units:

:mod:`units` --- A Python wrapper for unit conversion of physical quantities.
=============================================================================

.. automodule:: units
   :synopsis: A Python wrapper for unit conversion of physical quantities.



   .. autoclass:: UnitsSystem


      UnitsSystem objects have the following methods:

      .. automethod:: Add(un)
      .. automethod:: Predefined(system)
      .. automethod:: International()
      .. automethod:: Engineering()
      .. automethod:: Read(filename)
      .. automethod:: Get(ent)

**Functions defined in the module units**

   .. autofunction:: convertUnits(From,To)

   
.. moduleauthor:: pyFormex project (http://pyformex.org)

.. End

