Added the bonding table
This commit is contained in:
parent
32f1212b8d
commit
cd4d3f477d
2 changed files with 23 additions and 2 deletions
20
jepl/Tables/CEC-Tables/CEC21-table16.csv
Normal file
20
jepl/Tables/CEC-Tables/CEC21-table16.csv
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
current,copper wire,copper bus,aluminum wire,aluminum bus
|
||||||
|
20,14,2,12,3.5
|
||||||
|
30,12,3.5,10,5.5
|
||||||
|
60,10,5.5,8,8.5
|
||||||
|
100,8,8.5,6,10.5
|
||||||
|
200,6,10.5,4,21
|
||||||
|
300,4,21,2,26.5
|
||||||
|
400,3,26.5,1,33.5
|
||||||
|
500,2,33.5,1/0,42.5
|
||||||
|
600,1,42.5,2/0,53.5
|
||||||
|
800,1/0,53.5,3/0,67.5
|
||||||
|
1000,2/0,67.5,4/0,84
|
||||||
|
1200,3/0,84,250,127
|
||||||
|
1600,4/0,107,350,177.5
|
||||||
|
2000,250,127.5,400,203
|
||||||
|
2500,350,177.5,500,253.5
|
||||||
|
3000,400,203,600,355
|
||||||
|
4000,500,253.5,800,405.5
|
||||||
|
5000,700,355,1000,507
|
||||||
|
6000,800,405.5,1250,633.5
|
||||||
|
|
|
@ -52,8 +52,9 @@ def create_database(name,tables):
|
||||||
CEC21_database = [
|
CEC21_database = [
|
||||||
['jepl-cec21.db','Table1',location+'Tables/CEC-Tables/CEC21-table1.csv'],
|
['jepl-cec21.db','Table1',location+'Tables/CEC-Tables/CEC21-table1.csv'],
|
||||||
['jepl-cec21.db','Table2',location+'Tables/CEC-Tables/CEC21-table2.csv'],
|
['jepl-cec21.db','Table2',location+'Tables/CEC-Tables/CEC21-table2.csv'],
|
||||||
['jepl-cec21.db','Table3',location+'Tables/CEC-Tables/CEC21-table2.csv'],
|
['jepl-cec21.db','Table3',location+'Tables/CEC-Tables/CEC21-table3.csv'],
|
||||||
['jepl-cec21.db','Table4',location+'Tables/CEC-Tables/CEC21-table2.csv'],
|
['jepl-cec21.db','Table4',location+'Tables/CEC-Tables/CEC21-table4.csv'],
|
||||||
|
['jepl-cec21.db','Table16',location+'Tables/CEC-Tables/CEC21-table16.csv'],
|
||||||
]
|
]
|
||||||
create_database('jepl-cec21.db',CEC21_database)
|
create_database('jepl-cec21.db',CEC21_database)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue