Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lichenggang
/
bom_identify
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
80b2746f
authored
Jan 25, 2021
by
陈森彬
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
增加电阻标准单位R/r的情况
parent
13cfef5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
config.py
config.py
View file @
80b2746f
...
@@ -21,6 +21,8 @@ unit_map = {
...
@@ -21,6 +21,8 @@ unit_map = {
'uΩ'
:
0.000001
,
'uΩ'
:
0.000001
,
'mΩ'
:
0.001
,
'mΩ'
:
0.001
,
'Ω'
:
1
,
'Ω'
:
1
,
'R'
:
1
,
'r'
:
1
,
'kΩ'
:
1000
,
'kΩ'
:
1000
,
'KΩ'
:
1000
,
'KΩ'
:
1000
,
'MΩ'
:
1000000
,
'MΩ'
:
1000000
,
...
@@ -119,7 +121,7 @@ encap_list = ["0030", "008004", "01005", "015008", "0201", "02016", "0202", "020
...
@@ -119,7 +121,7 @@ encap_list = ["0030", "008004", "01005", "015008", "0201", "02016", "0202", "020
temp_map
=
[
"C0G"
,
"NP0"
,
"COG"
,
"NPO"
,
"X7R"
,
"X5R"
,
"Y5V"
,
"X6S"
,
"X7S"
,
"X7T"
,
"SL"
,
"U2J"
,
"UJ"
,
"X7U"
,
"X8R"
,
temp_map
=
[
"C0G"
,
"NP0"
,
"COG"
,
"NPO"
,
"X7R"
,
"X5R"
,
"Y5V"
,
"X6S"
,
"X7S"
,
"X7T"
,
"SL"
,
"U2J"
,
"UJ"
,
"X7U"
,
"X8R"
,
"Z5U"
,
"C0H"
,
"COH"
,
"U2K"
,
"X6T"
,
"X8G"
,
"X8L"
,
"Y5R"
,
"Y5U"
,
"ZLM"
]
"Z5U"
,
"C0H"
,
"COH"
,
"U2K"
,
"X6T"
,
"X8G"
,
"X8L"
,
"Y5R"
,
"Y5U"
,
"ZLM"
]
unit_regex
=
"μΩ|uΩ|mΩ|Ω|kΩ|KΩ|MΩ|GΩ|TΩ|pF|PF|Pf|pf|nF|NF|Nf|nf|µF|μF|uF|UF|Uf|uf|mF|MF|Mf|mf|F|pH|Ph|PH|ph|nH|µH|UH|μh|uh|Uh|uH|mH|Mh|MH|mh|H|mA|A|a|V|v|kV|Kv|kv|KV|W|w|kW|kw|KW|Kw|
%
|毫欧|欧姆|欧|千欧|兆欧|伏特|伏|千伏|瓦特|瓦"
unit_regex
=
"μΩ|uΩ|mΩ|Ω|
R|r|
kΩ|KΩ|MΩ|GΩ|TΩ|pF|PF|Pf|pf|nF|NF|Nf|nf|µF|μF|uF|UF|Uf|uf|mF|MF|Mf|mf|F|pH|Ph|PH|ph|nH|µH|UH|μh|uh|Uh|uH|mH|Mh|MH|mh|H|mA|A|a|V|v|kV|Kv|kv|KV|W|w|kW|kw|KW|Kw|
%
|毫欧|欧姆|欧|千欧|兆欧|伏特|伏|千伏|瓦特|瓦"
encap_regex
=
"0030|008004|01005|015008|0201|02016|0202|0204|03015|03019|0302|0303|0306|0402|0404|0405|0406|0502|0503|0504|0505|0508|0602|0603|0604|0605|0606|0612|0704|0707|0709|0803|0804|0805|0806|0815|0830|0905|0909|1003|1005|1006|1007|1008|1010|1012|1020|1106|1111|1113|1204|1205|1206|1207|1208|1209|1210|1211|1212|1213|1218|1225|1230|1246|1305|1410|1411|1412|1414|1505|1507|1510|1512|1515|1530|1606|1608|1611|1612|1616|1625|1708|1715|1805|1806|1807|1808|1810|1812|1816|1825|1835|1913|1916|1919|2005|2008|2010|2015|2016|2018|2020|2023|2043|2211|2214|2215|2218|2220|2225|2304|2312|2323|2325|2410|2414|2416|2420|2423|2424|2512|2520|2525|2615|2616|2706|2709|2711|2721|2727|2728|2812|2820|2824|2825|2828|2830|2910|2913|2915|2917|2920|2924|3010|3015|3017|3022|3024|3025|3040|3131|3225|3226|3312|3318|3333|3640|3838|3920|3925|3931|4030|4032|4122|4520|4823|4850|5040|5329|5829|5929|6028|6030|6031|6039|6054|6560"
encap_regex
=
"0030|008004|01005|015008|0201|02016|0202|0204|03015|03019|0302|0303|0306|0402|0404|0405|0406|0502|0503|0504|0505|0508|0602|0603|0604|0605|0606|0612|0704|0707|0709|0803|0804|0805|0806|0815|0830|0905|0909|1003|1005|1006|1007|1008|1010|1012|1020|1106|1111|1113|1204|1205|1206|1207|1208|1209|1210|1211|1212|1213|1218|1225|1230|1246|1305|1410|1411|1412|1414|1505|1507|1510|1512|1515|1530|1606|1608|1611|1612|1616|1625|1708|1715|1805|1806|1807|1808|1810|1812|1816|1825|1835|1913|1916|1919|2005|2008|2010|2015|2016|2018|2020|2023|2043|2211|2214|2215|2218|2220|2225|2304|2312|2323|2325|2410|2414|2416|2420|2423|2424|2512|2520|2525|2615|2616|2706|2709|2711|2721|2727|2728|2812|2820|2824|2825|2828|2830|2910|2913|2915|2917|2920|2924|3010|3015|3017|3022|3024|3025|3040|3131|3225|3226|3312|3318|3333|3640|3838|3920|3925|3931|4030|4032|4122|4520|4823|4850|5040|5329|5829|5929|6028|6030|6031|6039|6054|6560"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment