Skip to content

Commit 4e1afa1

Browse files
authored
Added femtofarad (fF) to the units. (python-quantities#210)
* Added femtofarad (fF) to the units. * Update electromagnetism.py
1 parent 2186a7e commit 4e1afa1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

quantities/units/electromagnetism.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@
137137
nF/1000,
138138
symbol='pF'
139139
)
140+
fF = UnitQuantity(
141+
'femtofarad',
142+
pF/1000,
143+
symbol='fF'
144+
)
140145
ohm = Ohm = UnitQuantity(
141146
'ohm',
142147
V/A,

0 commit comments

Comments
 (0)