forked from M-Labs/artiq
doc: units
This commit is contained in:
parent
9f0ada49e5
commit
c3f3763af1
|
@ -18,5 +18,5 @@ The most commonly used features from those modules can be imported with ``from a
|
|||
:mod:`artiq.language.units` module
|
||||
----------------------------------
|
||||
|
||||
.. automodule:: artiq.language.units
|
||||
:members:
|
||||
This module contains floating point constants that correspond to common physical units (ns, MHz, ...).
|
||||
They are provided for convenience (e.g write ``MHz`` instead of ``1000000.0``) and code clarity purposes.
|
||||
|
|
Loading…
Reference in New Issue