doc: units

This commit is contained in:
Sebastien Bourdeauducq 2015-08-18 23:31:06 +08:00
parent 9f0ada49e5
commit c3f3763af1
1 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ The most commonly used features from those modules can be imported with ``from a
:mod:`artiq.language.units` module :mod:`artiq.language.units` module
---------------------------------- ----------------------------------
.. automodule:: artiq.language.units This module contains floating point constants that correspond to common physical units (ns, MHz, ...).
:members: They are provided for convenience (e.g write ``MHz`` instead of ``1000000.0``) and code clarity purposes.