SET
7aaaa45eb2
Commented dead code.
...
Now that we guess the units from the prefix there is no need to match
missing units against known units.
2020-08-13 23:06:19 -03:00
SET
e35ef8ec3c
Added options to normalize R, L and C values.
2020-08-13 22:45:25 -03:00
SET
ed538d9679
Reduced the calls to the complex value parsing in units.py
...
Now we call it just once for each component and store the result.
Then we use the stored value instead of computing it over and over.
In this way we save time and warnings about malformed values are
reported once. It reduced the number of warnings in the test case
from 39 to 3.
2020-08-13 21:43:28 -03:00
SET
02978aceb8
Removed extra spaces (flake8 details)
2020-08-13 20:18:22 -03:00
SET
b50aaf7806
Added support for locale's decimal point.
2020-08-13 13:11:27 -03:00
SET
bfc6e07481
Avoid to apply RLC sorting to "RL*" components.
...
Also apply it to "RV*" and "RT*"
2020-08-13 12:58:21 -03:00
SET
73d7af9e1d
Code clean-up and better error report in units.py
2020-08-13 12:41:26 -03:00
SET
40f1a9da34
Added some comments about unreachable code in units.py
...
Also removed some empty lines.
2020-08-13 11:28:15 -03:00
SET
50826a80c1
Fixed ohm symbol detection
...
We use lowercase matching so we have to match with lowercase omega.
2020-08-13 11:26:29 -03:00
SET
548981e27e
Added support for micro, not just mu.
...
Now both are supported:
GREEK SMALL LETTER MU U+03BC
MICRO SIGN U+00B5
2020-08-13 11:23:48 -03:00
Salvador E. Tropea
544f34c6fc
Added native BoM generator.
...
Based on KiBoM, but reading the data directly from the .sch
Information from the libs not supported yet.
2020-07-27 22:04:01 -03:00