@@ -33,7 +33,7 @@ def helper_test_add_potting_region(layer):
3333 "cca_name" : "Main Board" ,
3434 "potting_id" : "Test Region" ,
3535 "side" : "TOP" ,
36- "material" : "epoxyencapsulant " ,
36+ "material" : "COPPER " ,
3737 "potting_units" : "in" ,
3838 "thickness" : 0.1 ,
3939 "standoff" : 0.2 ,
@@ -74,7 +74,7 @@ def helper_test_add_potting_region(layer):
7474 {
7575 "potting_id" : "Test Region" ,
7676 "side" : "TOP" ,
77- "material" : "epoxyencapsulant " ,
77+ "material" : "COPPER " ,
7878 "potting_units" : "in" ,
7979 "thickness" : 0.1 ,
8080 "standoff" : 0.2 ,
@@ -95,7 +95,7 @@ def helper_test_add_potting_region(layer):
9595 "cca_name" : "" ,
9696 "potting_id" : "Test Region" ,
9797 "side" : "TOP" ,
98- "material" : "epoxyencapsulant " ,
98+ "material" : "COPPER " ,
9999 "potting_units" : "in" ,
100100 "thickness" : 0.1 ,
101101 "standoff" : 0.2 ,
@@ -115,7 +115,7 @@ def helper_test_add_potting_region(layer):
115115 "cca_name" : "Test Card" ,
116116 "potting_id" : "Test Region" ,
117117 "side" : "TOP" ,
118- "material" : "epoxyencapsulant " ,
118+ "material" : "COPPER " ,
119119 "potting_units" : "in" ,
120120 "thickness" : 0.1 ,
121121 "standoff" : 0.2 ,
@@ -134,7 +134,7 @@ def helper_test_add_potting_region(layer):
134134 "cca_name" : "Test Card" ,
135135 "potting_id" : "Test Region" ,
136136 "side" : "TOP" ,
137- "material" : "epoxyencapsulant " ,
137+ "material" : "COPPER " ,
138138 "potting_units" : "in" ,
139139 "thickness" : 0.1 ,
140140 "standoff" : 0.2 ,
@@ -155,7 +155,7 @@ def helper_test_add_potting_region(layer):
155155 "cca_name" : "Test Card" ,
156156 "potting_id" : "Test Region" ,
157157 "side" : "TOP" ,
158- "material" : "epoxyencapsulant " ,
158+ "material" : "COPPER " ,
159159 "potting_units" : "in" ,
160160 "thickness" : 0.1 ,
161161 "standoff" : 0.2 ,
@@ -177,7 +177,7 @@ def helper_test_add_potting_region(layer):
177177 "cca_name" : "Test Card" ,
178178 "potting_id" : "Test Region" ,
179179 "side" : "TOP" ,
180- "material" : "epoxyencapsulant " ,
180+ "material" : "COPPER " ,
181181 "potting_units" : "in" ,
182182 "thickness" : 0.1 ,
183183 "standoff" : 0.2 ,
@@ -199,7 +199,7 @@ def helper_test_add_potting_region(layer):
199199 "cca_name" : "Test Card" ,
200200 "potting_id" : "Test Region" ,
201201 "side" : "TOP" ,
202- "material" : "epoxyencapsulant " ,
202+ "material" : "COPPER " ,
203203 "potting_units" : "in" ,
204204 "thickness" : 0.1 ,
205205 "standoff" : 0.2 ,
@@ -224,7 +224,7 @@ def helper_test_add_potting_region(layer):
224224 "cca_name" : "Main Board" ,
225225 "potting_id" : potting_id ,
226226 "side" : "INVALID" ,
227- "material" : "epoxyencapsulant " ,
227+ "material" : "COPPER " ,
228228 "potting_units" : "in" ,
229229 "thickness" : 0.1 ,
230230 "standoff" : 0.2 ,
@@ -246,7 +246,7 @@ def helper_test_add_potting_region(layer):
246246 "cca_name" : "Main Board" ,
247247 "potting_id" : potting_id ,
248248 "side" : "TOP" ,
249- "material" : "epoxyencapsulant " ,
249+ "material" : "COPPER " ,
250250 "potting_units" : "in" ,
251251 "thickness" : 0.1 ,
252252 "standoff" : 0.2 ,
0 commit comments