diff --git a/jepl/Tables/CEC-Tables/CEC21-table16.csv b/jepl/Tables/CEC-Tables/CEC21-table16.csv new file mode 100644 index 0000000..02d8a86 --- /dev/null +++ b/jepl/Tables/CEC-Tables/CEC21-table16.csv @@ -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 diff --git a/jepl/jeplinit.py b/jepl/jeplinit.py index 9a564c5..5c33caf 100644 --- a/jepl/jeplinit.py +++ b/jepl/jeplinit.py @@ -52,8 +52,9 @@ def create_database(name,tables): CEC21_database = [ ['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','Table3',location+'Tables/CEC-Tables/CEC21-table2.csv'], - ['jepl-cec21.db','Table4',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-table4.csv'], + ['jepl-cec21.db','Table16',location+'Tables/CEC-Tables/CEC21-table16.csv'], ] create_database('jepl-cec21.db',CEC21_database)