Skip to content

Commit

Permalink
language: Add "A" (ampere) as well-known unit for arguments
Browse files Browse the repository at this point in the history
Signed-off-by: David Nadlinger <code@klickverbot.at>
dnadlinger authored and sbourdeauducq committed Oct 13, 2016
1 parent 290498a commit e037d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/language/units.py
Original file line number Diff line number Diff line change
@@ -18,3 +18,4 @@ def _register_unit(unit, prefixes):
_register_unit("Hz", "_kMG")
_register_unit("dB", "_")
_register_unit("V", "um_k")
_register_unit("A", "um_")

0 comments on commit e037d16

Please sign in to comment.