@tscircuit/rectdiff 0.0.20 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/.github/workflows/bun-test.yml +1 -1
  2. package/package.json +1 -1
  3. package/tests/solver/both-points-equivalent/__snapshots__/both-points-equivalent.snap.svg +44 -0
  4. package/tests/solver/both-points-equivalent/both-points-equivalent.srj.json +64 -0
  5. package/tests/solver/both-points-equivalent/both-points-equivalent.test.ts +92 -0
  6. package/tests/solver/bugreport01-be84eb/__snapshots__/bugreport01-be84eb.snap.svg +44 -0
  7. package/tests/solver/bugreport01-be84eb/bugreport01-be84eb.json +929 -0
  8. package/tests/solver/bugreport01-be84eb/bugreport01-be84eb.test.ts +93 -0
  9. package/tests/solver/bugreport02-bc4361/__snapshots__/bugreport02-bc4361.snap.svg +44 -0
  10. package/tests/solver/bugreport02-bc4361/bugreport02-bc4361.json +1276 -0
  11. package/tests/solver/bugreport02-bc4361/bugreport02-bc4361.test.ts +93 -0
  12. package/tests/solver/bugreport03-fe4a17/__snapshots__/bugreport03-fe4a17.snap.svg +44 -0
  13. package/tests/solver/bugreport03-fe4a17/bugreport03-fe4a17.json +986 -0
  14. package/tests/solver/bugreport03-fe4a17/bugreport03-fe4a17.test.ts +93 -0
  15. package/tests/solver/bugreport07-d3f3be/__snapshots__/bugreport07-d3f3be.snap.svg +44 -0
  16. package/tests/solver/bugreport07-d3f3be/bugreport07-d3f3be.json +1211 -0
  17. package/tests/solver/bugreport07-d3f3be/bugreport07-d3f3be.test.ts +93 -0
  18. package/tests/solver/bugreport08-e3ec95/__snapshots__/bugreport08-e3ec95.snap.svg +44 -0
  19. package/tests/solver/bugreport08-e3ec95/bugreport08-e3ec95.json +1511 -0
  20. package/tests/solver/bugreport08-e3ec95/bugreport08-e3ec95.test.ts +93 -0
  21. package/tests/solver/bugreport09-618e09/__snapshots__/bugreport09-618e09.snap.svg +44 -0
  22. package/tests/solver/bugreport09-618e09/bugreport09-618e09.json +2827 -0
  23. package/tests/solver/bugreport09-618e09/bugreport09-618e09.test.ts +93 -0
  24. package/tests/solver/bugreport10-71239a/__snapshots__/bugreport10-71239a.snap.svg +44 -0
  25. package/tests/solver/bugreport10-71239a/bugreport10-71239a.json +890 -0
  26. package/tests/solver/bugreport10-71239a/bugreport10-71239a.test.ts +93 -0
  27. package/tests/solver/bugreport11-b2de3c/__snapshots__/bugreport11-b2de3c.snap.svg +44 -0
  28. package/tests/solver/bugreport11-b2de3c/bugreport11-b2de3c.json +4315 -0
  29. package/tests/solver/bugreport11-b2de3c/bugreport11-b2de3c.test.ts +93 -0
  30. package/tests/solver/bugreport12-35ce1c/__snapshots__/bugreport12-35ce1c.snap.svg +44 -0
  31. package/tests/solver/bugreport12-35ce1c/bugreport12-35ce1c.json +475 -0
  32. package/tests/solver/bugreport12-35ce1c/bugreport12-35ce1c.test.ts +93 -0
  33. package/tests/solver/bugreport13-b9a758/__snapshots__/bugreport13-b9a758.snap.svg +44 -0
  34. package/tests/solver/bugreport13-b9a758/bugreport13-b9a758.json +15815 -0
  35. package/tests/solver/bugreport13-b9a758/bugreport13-b9a758.test.ts +93 -0
  36. package/tests/solver/bugreport16-d95f38/__snapshots__/bugreport16-d95f38.snap.svg +44 -0
  37. package/tests/solver/bugreport16-d95f38/bugreport16-d95f38.json +623 -0
  38. package/tests/solver/bugreport16-d95f38/bugreport16-d95f38.test.ts +93 -0
  39. package/tests/solver/bugreport18-1b2d06/__snapshots__/bugreport18-1b2d06.snap.svg +44 -0
  40. package/tests/solver/bugreport18-1b2d06/bugreport18-1b2d06.json +543 -0
  41. package/tests/solver/bugreport18-1b2d06/bugreport18-1b2d06.test.ts +93 -0
  42. package/tests/solver/bugreport19/__snapshots__/bugreport19.snap.svg +44 -0
  43. package/tests/solver/bugreport19/bugreport19.json +678 -0
  44. package/tests/solver/bugreport19/bugreport19.test.ts +93 -0
  45. package/tests/solver/bugreport20-obstacle-clipping/__snapshots__/bugreport20-obstacle-clipping.snap.svg +44 -0
  46. package/tests/solver/bugreport20-obstacle-clipping/bugreport20-obstacle-clipping.json +109 -0
  47. package/tests/solver/bugreport20-obstacle-clipping/bugreport20-obstacle-clipping.test.ts +93 -0
  48. package/tests/solver/bugreport21-board-outline/__snapshots__/bugreport21-board-outline.snap.svg +44 -0
  49. package/tests/solver/bugreport21-board-outline/bugreport21-board-outline.json +148 -0
  50. package/tests/solver/bugreport21-board-outline/bugreport21-board-outline.test.ts +93 -0
  51. package/tests/solver/bugreport22-2a75ce/__snapshots__/bugreport22-2a75ce.snap.svg +44 -0
  52. package/tests/solver/bugreport22-2a75ce/bugreport22-2a75ce.json +1550 -0
  53. package/tests/solver/bugreport22-2a75ce/bugreport22-2a75ce.test.ts +93 -0
  54. package/tests/solver/bugreport23-LGA15x4/__snapshots__/bugreport23-LGA15x4.snap.svg +44 -0
  55. package/tests/solver/bugreport23-LGA15x4/bugreport23-LGA15x4.srj.json +2401 -0
  56. package/tests/solver/bugreport23-LGA15x4/bugreport23-LGA15x4.test.ts +92 -0
  57. package/tests/solver/bugreport24-05597c/__snapshots__/bugreport24-05597c.snap.svg +44 -0
  58. package/tests/solver/bugreport24-05597c/bugreport24-05597c.json +8427 -0
  59. package/tests/solver/bugreport24-05597c/bugreport24-05597c.test.ts +93 -0
  60. package/tests/solver/bugreport25-4b1d55/__snapshots__/bugreport25-4b1d55.snap.svg +44 -0
  61. package/tests/solver/bugreport25-4b1d55/bugreport25-4b1d55.json +119 -0
  62. package/tests/solver/bugreport25-4b1d55/bugreport25-4b1d55.test.ts +93 -0
  63. package/tests/solver/bugreport26-66b0b2/__snapshots__/bugreport26-66b0b2.snap.svg +44 -0
  64. package/tests/solver/bugreport26-66b0b2/bugreport26-66b0b2.json +1651 -0
  65. package/tests/solver/bugreport26-66b0b2/bugreport26-66b0b2.test.ts +93 -0
  66. package/tests/solver/bugreport27-dd3734/__snapshots__/bugreport27-dd3734.snap.svg +44 -0
  67. package/tests/solver/bugreport27-dd3734/bugreport27-dd3734.json +4116 -0
  68. package/tests/solver/bugreport27-dd3734/bugreport27-dd3734.test.ts +93 -0
  69. package/tests/solver/bugreport28-18a9ef/__snapshots__/bugreport28-18a9ef.snap.svg +44 -0
  70. package/tests/solver/bugreport28-18a9ef/bugreport28-18a9ef.json +4116 -0
  71. package/tests/solver/bugreport28-18a9ef/bugreport28-18a9ef.test.ts +93 -0
  72. package/tests/solver/bugreport29-7deae8/__snapshots__/bugreport29-7deae8.snap.svg +44 -0
  73. package/tests/solver/bugreport29-7deae8/bugreport29-7deae8.json +4118 -0
  74. package/tests/solver/bugreport29-7deae8/bugreport29-7deae8.test.ts +93 -0
  75. package/tests/solver/bugreport30-2174c8/__snapshots__/bugreport30-2174c8.snap.svg +44 -0
  76. package/tests/solver/bugreport30-2174c8/bugreport30-2174c8.json +4007 -0
  77. package/tests/solver/bugreport30-2174c8/bugreport30-2174c8.test.ts +93 -0
  78. package/tests/solver/bugreport33-213d45/__snapshots__/bugreport33-213d45.snap.svg +44 -0
  79. package/tests/solver/bugreport33-213d45/bugreport33-213d45.json +5089 -0
  80. package/tests/solver/bugreport33-213d45/bugreport33-213d45.test.ts +93 -0
  81. package/tests/solver/bugreport34-e9dea2/__snapshots__/bugreport34-e9dea2.snap.svg +44 -0
  82. package/tests/solver/bugreport34-e9dea2/bugreport34-e9dea2.json +3924 -0
  83. package/tests/solver/bugreport34-e9dea2/bugreport34-e9dea2.test.ts +93 -0
  84. package/tests/solver/bugreport35-191db9/__snapshots__/bugreport35-191db9.snap.svg +44 -0
  85. package/tests/solver/bugreport35-191db9/bugreport35-191db9.json +4237 -0
  86. package/tests/solver/bugreport35-191db9/bugreport35-191db9.test.ts +93 -0
  87. package/tests/solver/bugreport36-bf8303/__snapshots__/bugreport36-bf8303.snap.svg +44 -0
  88. package/tests/solver/bugreport36-bf8303/bugreport36-bf8303.json +29660 -0
  89. package/tests/solver/bugreport36-bf8303/bugreport36-bf8303.test.ts +93 -0
  90. package/tests/solver/interaction/__snapshots__/interaction.snap.svg +44 -0
  91. package/tests/solver/interaction/interaction.srj.json +58 -0
  92. package/tests/solver/interaction/interaction.test.ts +92 -0
  93. package/tests/solver/multi-point/__snapshots__/multi-point.snap.svg +44 -0
  94. package/tests/solver/multi-point/multi-point.srj.json +57 -0
  95. package/tests/solver/multi-point/multi-point.test.ts +92 -0
  96. package/tests/solver/no-better-path/__snapshots__/no-better-path.snap.svg +44 -0
  97. package/tests/solver/no-better-path/no-better-path.srj.json +48 -0
  98. package/tests/solver/no-better-path/no-better-path.test.ts +92 -0
  99. package/tests/solver/offboardconnects01/__snapshots__/offboardconnects01.snap.svg +44 -0
  100. package/tests/solver/offboardconnects01/offboardconnects01.srj.json +53 -0
  101. package/tests/solver/offboardconnects01/offboardconnects01.test.ts +92 -0
  102. package/tests/solver/pcb_trace_id-should-return-root-connection-name/__snapshots__/pcb_trace_id-should-return-root-connection-name.snap.svg +44 -0
  103. package/tests/solver/pcb_trace_id-should-return-root-connection-name/pcb_trace_id-should-return-root-connection-name.srj.json +129 -0
  104. package/tests/solver/pcb_trace_id-should-return-root-connection-name/pcb_trace_id-should-return-root-connection-name.test.ts +92 -0
  105. package/tests/solver/transitivity/__snapshots__/transitivity.snap.svg +44 -0
  106. package/tests/solver/transitivity/transitivity.srj.json +64 -0
  107. package/tests/solver/transitivity/transitivity.test.ts +92 -0
@@ -0,0 +1,2827 @@
1
+ {
2
+ "autorouting_bug_report_id": "618e097b-b296-48e1-99d9-5b0123349ac7",
3
+ "reporter_account_id": "b9c6f4dd-b57f-4325-b85e-0876e18f9b8e",
4
+ "package_id": null,
5
+ "title": "<group#179 />",
6
+ "simple_route_json": {
7
+ "bounds": {
8
+ "maxX": 12,
9
+ "maxY": 14.81,
10
+ "minX": -12,
11
+ "minY": -12
12
+ },
13
+ "outline": [
14
+ {
15
+ "x": -9,
16
+ "y": 11
17
+ },
18
+ {
19
+ "x": 10,
20
+ "y": 11
21
+ },
22
+ {
23
+ "x": 10.195090322016128,
24
+ "y": 10.98078528040323
25
+ },
26
+ {
27
+ "x": 10.38268343236509,
28
+ "y": 10.923879532511286
29
+ },
30
+ {
31
+ "x": 10.555570233019603,
32
+ "y": 10.831469612302545
33
+ },
34
+ {
35
+ "x": 10.707106781186548,
36
+ "y": 10.707106781186548
37
+ },
38
+ {
39
+ "x": 10.831469612302545,
40
+ "y": 10.555570233019601
41
+ },
42
+ {
43
+ "x": 10.923879532511286,
44
+ "y": 10.38268343236509
45
+ },
46
+ {
47
+ "x": 10.98078528040323,
48
+ "y": 10.195090322016128
49
+ },
50
+ {
51
+ "x": 11,
52
+ "y": 10
53
+ },
54
+ {
55
+ "x": 11,
56
+ "y": -6.5
57
+ },
58
+ {
59
+ "x": 10.990392640201616,
60
+ "y": -6.597545161008064
61
+ },
62
+ {
63
+ "x": 10.961939766255643,
64
+ "y": -6.691341716182545
65
+ },
66
+ {
67
+ "x": 10.915734806151272,
68
+ "y": -6.777785116509801
69
+ },
70
+ {
71
+ "x": 10.853553390593273,
72
+ "y": -6.853553390593274
73
+ },
74
+ {
75
+ "x": 10.7777851165098,
76
+ "y": -6.9157348061512725
77
+ },
78
+ {
79
+ "x": 10.691341716182546,
80
+ "y": -6.961939766255643
81
+ },
82
+ {
83
+ "x": 10.597545161008064,
84
+ "y": -6.990392640201615
85
+ },
86
+ {
87
+ "x": 10.5,
88
+ "y": -7
89
+ },
90
+ {
91
+ "x": 10.402454838991936,
92
+ "y": -7.009607359798385
93
+ },
94
+ {
95
+ "x": 10.308658283817454,
96
+ "y": -7.038060233744357
97
+ },
98
+ {
99
+ "x": 10.2222148834902,
100
+ "y": -7.0842651938487275
101
+ },
102
+ {
103
+ "x": 10.146446609406727,
104
+ "y": -7.146446609406726
105
+ },
106
+ {
107
+ "x": 10.084265193848728,
108
+ "y": -7.222214883490199
109
+ },
110
+ {
111
+ "x": 10.038060233744357,
112
+ "y": -7.308658283817455
113
+ },
114
+ {
115
+ "x": 10.009607359798384,
116
+ "y": -7.402454838991936
117
+ },
118
+ {
119
+ "x": 10,
120
+ "y": -7.5
121
+ },
122
+ {
123
+ "x": 10,
124
+ "y": -11
125
+ },
126
+ {
127
+ "x": 3.28,
128
+ "y": -11
129
+ },
130
+ {
131
+ "x": 3.28,
132
+ "y": -8
133
+ },
134
+ {
135
+ "x": 3.2684711660390393,
136
+ "y": -7.882945808620388
137
+ },
138
+ {
139
+ "x": 3.2343277158029364,
140
+ "y": -7.770389944543881
141
+ },
142
+ {
143
+ "x": 3.1788817629005806,
144
+ "y": -7.666657866386814
145
+ },
146
+ {
147
+ "x": 3.104264064149398,
148
+ "y": -7.575735939630326
149
+ },
150
+ {
151
+ "x": 3.013342135788035,
152
+ "y": -7.50111824283469
153
+ },
154
+ {
155
+ "x": 2.909610056438437,
156
+ "y": -7.445672292163401
157
+ },
158
+ {
159
+ "x": 2.7970541916275735,
160
+ "y": -7.411528844348147
161
+ },
162
+ {
163
+ "x": 2.6799999999999997,
164
+ "y": -7.400000012904785
165
+ },
166
+ {
167
+ "x": 2.5629458083724255,
168
+ "y": -7.411528844348147
169
+ },
170
+ {
171
+ "x": 2.450389943561562,
172
+ "y": -7.445672292163401
173
+ },
174
+ {
175
+ "x": 2.3466578642119647,
176
+ "y": -7.50111824283469
177
+ },
178
+ {
179
+ "x": 2.255735935850602,
180
+ "y": -7.575735939630325
181
+ },
182
+ {
183
+ "x": 2.1811182370994193,
184
+ "y": -7.666657866386813
185
+ },
186
+ {
187
+ "x": 2.125672284197063,
188
+ "y": -7.770389944543881
189
+ },
190
+ {
191
+ "x": 2.09152883396096,
192
+ "y": -7.882945808620388
193
+ },
194
+ {
195
+ "x": 2.08,
196
+ "y": -8
197
+ },
198
+ {
199
+ "x": 2.08,
200
+ "y": -11
201
+ },
202
+ {
203
+ "x": -10,
204
+ "y": -11
205
+ },
206
+ {
207
+ "x": -10,
208
+ "y": -7.5
209
+ },
210
+ {
211
+ "x": -10.009607359798384,
212
+ "y": -7.402454838991936
213
+ },
214
+ {
215
+ "x": -10.038060233744357,
216
+ "y": -7.308658283817455
217
+ },
218
+ {
219
+ "x": -10.084265193848728,
220
+ "y": -7.222214883490199
221
+ },
222
+ {
223
+ "x": -10.146446609406727,
224
+ "y": -7.146446609406726
225
+ },
226
+ {
227
+ "x": -10.2222148834902,
228
+ "y": -7.0842651938487275
229
+ },
230
+ {
231
+ "x": -10.308658283817454,
232
+ "y": -7.038060233744357
233
+ },
234
+ {
235
+ "x": -10.402454838991936,
236
+ "y": -7.009607359798385
237
+ },
238
+ {
239
+ "x": -10.5,
240
+ "y": -7
241
+ },
242
+ {
243
+ "x": -10.597545161008064,
244
+ "y": -6.990392640201615
245
+ },
246
+ {
247
+ "x": -10.691341716182546,
248
+ "y": -6.961939766255643
249
+ },
250
+ {
251
+ "x": -10.7777851165098,
252
+ "y": -6.9157348061512725
253
+ },
254
+ {
255
+ "x": -10.853553390593273,
256
+ "y": -6.853553390593274
257
+ },
258
+ {
259
+ "x": -10.915734806151272,
260
+ "y": -6.777785116509801
261
+ },
262
+ {
263
+ "x": -10.961939766255643,
264
+ "y": -6.691341716182545
265
+ },
266
+ {
267
+ "x": -10.990392640201616,
268
+ "y": -6.597545161008064
269
+ },
270
+ {
271
+ "x": -11,
272
+ "y": -6.5
273
+ },
274
+ {
275
+ "x": -11,
276
+ "y": 10
277
+ },
278
+ {
279
+ "x": -10.98078528040323,
280
+ "y": 10.195090322016128
281
+ },
282
+ {
283
+ "x": -10.923879532511286,
284
+ "y": 10.38268343236509
285
+ },
286
+ {
287
+ "x": -10.831469612302545,
288
+ "y": 10.555570233019601
289
+ },
290
+ {
291
+ "x": -10.707106781186548,
292
+ "y": 10.707106781186548
293
+ },
294
+ {
295
+ "x": -10.555570233019601,
296
+ "y": 10.831469612302545
297
+ },
298
+ {
299
+ "x": -10.38268343236509,
300
+ "y": 10.923879532511286
301
+ },
302
+ {
303
+ "x": -10.195090322016128,
304
+ "y": 10.98078528040323
305
+ },
306
+ {
307
+ "x": -10,
308
+ "y": 11
309
+ }
310
+ ],
311
+ "obstacles": [
312
+ {
313
+ "type": "rect",
314
+ "width": 0.35,
315
+ "center": {
316
+ "x": 9.25,
317
+ "y": -9.725
318
+ },
319
+ "height": 1.45,
320
+ "layers": ["top"],
321
+ "connectedTo": [
322
+ "pcb_smtpad_0",
323
+ "connectivity_net305",
324
+ "source_port_26",
325
+ "pcb_smtpad_0",
326
+ "pcb_port_26"
327
+ ]
328
+ },
329
+ {
330
+ "type": "rect",
331
+ "width": 0.35,
332
+ "center": {
333
+ "x": 8.75,
334
+ "y": -9.725
335
+ },
336
+ "height": 1.45,
337
+ "layers": ["top"],
338
+ "connectedTo": [
339
+ "pcb_smtpad_1",
340
+ "connectivity_net290",
341
+ "source_port_8",
342
+ "pcb_smtpad_1",
343
+ "pcb_port_8"
344
+ ]
345
+ },
346
+ {
347
+ "type": "rect",
348
+ "width": 0.35,
349
+ "center": {
350
+ "x": 8.25,
351
+ "y": -9.725
352
+ },
353
+ "height": 1.45,
354
+ "layers": ["top"],
355
+ "connectedTo": [
356
+ "pcb_smtpad_2",
357
+ "connectivity_net289",
358
+ "source_port_7",
359
+ "pcb_smtpad_2",
360
+ "pcb_port_7"
361
+ ]
362
+ },
363
+ {
364
+ "type": "rect",
365
+ "width": 0.35,
366
+ "center": {
367
+ "x": 7.75,
368
+ "y": -9.725
369
+ },
370
+ "height": 1.45,
371
+ "layers": ["top"],
372
+ "connectedTo": [
373
+ "pcb_smtpad_3",
374
+ "connectivity_net76",
375
+ "source_trace_30",
376
+ "source_port_100",
377
+ "source_trace_26",
378
+ "source_port_96",
379
+ "source_trace_18",
380
+ "source_port_88",
381
+ "source_trace_3",
382
+ "source_port_74",
383
+ "source_trace_1",
384
+ "source_port_27",
385
+ "source_net_1",
386
+ "pcb_smtpad_3",
387
+ "pcb_port_27",
388
+ "pcb_smtpad_73",
389
+ "pcb_port_74",
390
+ "pcb_plated_hole_1",
391
+ "pcb_port_88",
392
+ "pcb_smtpad_90",
393
+ "pcb_port_96",
394
+ "pcb_smtpad_94",
395
+ "pcb_port_100"
396
+ ]
397
+ },
398
+ {
399
+ "type": "rect",
400
+ "width": 0.35,
401
+ "center": {
402
+ "x": 7.25,
403
+ "y": -9.725
404
+ },
405
+ "height": 1.45,
406
+ "layers": ["top"],
407
+ "connectedTo": [
408
+ "pcb_smtpad_4",
409
+ "connectivity_net288",
410
+ "source_port_6",
411
+ "pcb_smtpad_4",
412
+ "pcb_port_6"
413
+ ]
414
+ },
415
+ {
416
+ "type": "rect",
417
+ "width": 0.35,
418
+ "center": {
419
+ "x": 6.75,
420
+ "y": -9.725
421
+ },
422
+ "height": 1.45,
423
+ "layers": ["top"],
424
+ "connectedTo": [
425
+ "pcb_smtpad_5",
426
+ "connectivity_net285",
427
+ "source_port_3",
428
+ "pcb_smtpad_5",
429
+ "pcb_port_3"
430
+ ]
431
+ },
432
+ {
433
+ "type": "rect",
434
+ "width": 0.35,
435
+ "center": {
436
+ "x": 6.25,
437
+ "y": -9.725
438
+ },
439
+ "height": 1.45,
440
+ "layers": ["top"],
441
+ "connectedTo": [
442
+ "pcb_smtpad_6",
443
+ "connectivity_net324",
444
+ "source_port_51",
445
+ "pcb_smtpad_6",
446
+ "pcb_port_51"
447
+ ]
448
+ },
449
+ {
450
+ "type": "rect",
451
+ "width": 0.35,
452
+ "center": {
453
+ "x": 5.75,
454
+ "y": -9.725
455
+ },
456
+ "height": 1.45,
457
+ "layers": ["top"],
458
+ "connectedTo": [
459
+ "pcb_smtpad_7",
460
+ "connectivity_net325",
461
+ "source_port_52",
462
+ "pcb_smtpad_7",
463
+ "pcb_port_52"
464
+ ]
465
+ },
466
+ {
467
+ "type": "rect",
468
+ "width": 0.35,
469
+ "center": {
470
+ "x": 5.25,
471
+ "y": -9.725
472
+ },
473
+ "height": 1.45,
474
+ "layers": ["top"],
475
+ "connectedTo": [
476
+ "pcb_smtpad_8",
477
+ "connectivity_net322",
478
+ "source_port_49",
479
+ "pcb_smtpad_8",
480
+ "pcb_port_49"
481
+ ]
482
+ },
483
+ {
484
+ "type": "rect",
485
+ "width": 0.35,
486
+ "center": {
487
+ "x": 4.75,
488
+ "y": -9.725
489
+ },
490
+ "height": 1.45,
491
+ "layers": ["top"],
492
+ "connectedTo": [
493
+ "pcb_smtpad_9",
494
+ "connectivity_net323",
495
+ "source_port_50",
496
+ "pcb_smtpad_9",
497
+ "pcb_port_50"
498
+ ]
499
+ },
500
+ {
501
+ "type": "rect",
502
+ "width": 0.35,
503
+ "center": {
504
+ "x": 4.25,
505
+ "y": -9.725
506
+ },
507
+ "height": 1.45,
508
+ "layers": ["top"],
509
+ "connectedTo": [
510
+ "pcb_smtpad_10",
511
+ "connectivity_net295",
512
+ "source_port_14",
513
+ "pcb_smtpad_10",
514
+ "pcb_port_14"
515
+ ]
516
+ },
517
+ {
518
+ "type": "rect",
519
+ "width": 0.35,
520
+ "center": {
521
+ "x": 3.75,
522
+ "y": -9.725
523
+ },
524
+ "height": 1.45,
525
+ "layers": ["top"],
526
+ "connectedTo": [
527
+ "pcb_smtpad_11",
528
+ "connectivity_net78",
529
+ "source_trace_31",
530
+ "source_port_13",
531
+ "source_trace_20",
532
+ "source_port_90",
533
+ "source_trace_7",
534
+ "source_port_85",
535
+ "source_net_5",
536
+ "pcb_smtpad_11",
537
+ "pcb_port_13",
538
+ "pcb_smtpad_79",
539
+ "pcb_port_85",
540
+ "pcb_plated_hole_3",
541
+ "pcb_port_90"
542
+ ]
543
+ },
544
+ {
545
+ "type": "rect",
546
+ "width": 0.35,
547
+ "center": {
548
+ "x": 1.25,
549
+ "y": -9.725
550
+ },
551
+ "height": 1.45,
552
+ "layers": ["top"],
553
+ "connectedTo": [
554
+ "pcb_smtpad_12",
555
+ "connectivity_net306",
556
+ "source_port_28",
557
+ "pcb_smtpad_12",
558
+ "pcb_port_28"
559
+ ]
560
+ },
561
+ {
562
+ "type": "rect",
563
+ "width": 0.35,
564
+ "center": {
565
+ "x": 0.75,
566
+ "y": -9.725
567
+ },
568
+ "height": 1.45,
569
+ "layers": ["top"],
570
+ "connectedTo": [
571
+ "pcb_smtpad_13",
572
+ "connectivity_net292",
573
+ "source_port_10",
574
+ "pcb_smtpad_13",
575
+ "pcb_port_10"
576
+ ]
577
+ },
578
+ {
579
+ "type": "rect",
580
+ "width": 0.35,
581
+ "center": {
582
+ "x": 0.25,
583
+ "y": -9.725
584
+ },
585
+ "height": 1.45,
586
+ "layers": ["top"],
587
+ "connectedTo": [
588
+ "pcb_smtpad_14",
589
+ "connectivity_net291",
590
+ "source_port_9",
591
+ "pcb_smtpad_14",
592
+ "pcb_port_9"
593
+ ]
594
+ },
595
+ {
596
+ "type": "rect",
597
+ "width": 0.35,
598
+ "center": {
599
+ "x": -0.25,
600
+ "y": -9.725
601
+ },
602
+ "height": 1.45,
603
+ "layers": ["top"],
604
+ "connectedTo": [
605
+ "pcb_smtpad_15",
606
+ "connectivity_net308",
607
+ "source_port_30",
608
+ "pcb_smtpad_15",
609
+ "pcb_port_30"
610
+ ]
611
+ },
612
+ {
613
+ "type": "rect",
614
+ "width": 0.35,
615
+ "center": {
616
+ "x": -0.75,
617
+ "y": -9.725
618
+ },
619
+ "height": 1.45,
620
+ "layers": ["top"],
621
+ "connectedTo": [
622
+ "pcb_smtpad_16",
623
+ "connectivity_net294",
624
+ "source_port_12",
625
+ "pcb_smtpad_16",
626
+ "pcb_port_12"
627
+ ]
628
+ },
629
+ {
630
+ "type": "rect",
631
+ "width": 0.35,
632
+ "center": {
633
+ "x": -1.25,
634
+ "y": -9.725
635
+ },
636
+ "height": 1.45,
637
+ "layers": ["top"],
638
+ "connectedTo": [
639
+ "pcb_smtpad_17",
640
+ "connectivity_net293",
641
+ "source_port_11",
642
+ "pcb_smtpad_17",
643
+ "pcb_port_11"
644
+ ]
645
+ },
646
+ {
647
+ "type": "rect",
648
+ "width": 0.35,
649
+ "center": {
650
+ "x": -1.75,
651
+ "y": -9.725
652
+ },
653
+ "height": 1.45,
654
+ "layers": ["top"],
655
+ "connectedTo": [
656
+ "pcb_smtpad_18",
657
+ "connectivity_net309",
658
+ "source_port_31",
659
+ "pcb_smtpad_18",
660
+ "pcb_port_31"
661
+ ]
662
+ },
663
+ {
664
+ "type": "rect",
665
+ "width": 0.35,
666
+ "center": {
667
+ "x": -2.25,
668
+ "y": -9.725
669
+ },
670
+ "height": 1.45,
671
+ "layers": ["top"],
672
+ "connectedTo": [
673
+ "pcb_smtpad_19",
674
+ "connectivity_net319",
675
+ "source_port_46",
676
+ "pcb_smtpad_19",
677
+ "pcb_port_46"
678
+ ]
679
+ },
680
+ {
681
+ "type": "rect",
682
+ "width": 0.35,
683
+ "center": {
684
+ "x": -2.75,
685
+ "y": -9.725
686
+ },
687
+ "height": 1.45,
688
+ "layers": ["top"],
689
+ "connectedTo": [
690
+ "pcb_smtpad_20",
691
+ "connectivity_net304",
692
+ "source_port_25",
693
+ "pcb_smtpad_20",
694
+ "pcb_port_25"
695
+ ]
696
+ },
697
+ {
698
+ "type": "rect",
699
+ "width": 0.35,
700
+ "center": {
701
+ "x": -3.25,
702
+ "y": -9.725
703
+ },
704
+ "height": 1.45,
705
+ "layers": ["top"],
706
+ "connectedTo": [
707
+ "pcb_smtpad_21",
708
+ "connectivity_net28",
709
+ "source_trace_10",
710
+ "source_port_78",
711
+ "source_port_24",
712
+ "pcb_smtpad_21",
713
+ "pcb_port_24",
714
+ "pcb_smtpad_86",
715
+ "pcb_port_78"
716
+ ]
717
+ },
718
+ {
719
+ "type": "rect",
720
+ "width": 0.35,
721
+ "center": {
722
+ "x": -3.75,
723
+ "y": -9.725
724
+ },
725
+ "height": 1.45,
726
+ "layers": ["top"],
727
+ "connectedTo": [
728
+ "pcb_smtpad_22",
729
+ "connectivity_net31",
730
+ "source_trace_11",
731
+ "source_port_79",
732
+ "source_port_23",
733
+ "pcb_smtpad_22",
734
+ "pcb_port_23",
735
+ "pcb_smtpad_85",
736
+ "pcb_port_79"
737
+ ]
738
+ },
739
+ {
740
+ "type": "rect",
741
+ "width": 0.35,
742
+ "center": {
743
+ "x": -4.25,
744
+ "y": -9.725
745
+ },
746
+ "height": 1.45,
747
+ "layers": ["top"],
748
+ "connectedTo": [
749
+ "pcb_smtpad_23",
750
+ "connectivity_net25",
751
+ "source_trace_9",
752
+ "source_port_77",
753
+ "source_port_42",
754
+ "pcb_smtpad_23",
755
+ "pcb_port_42",
756
+ "pcb_smtpad_76",
757
+ "pcb_port_77"
758
+ ]
759
+ },
760
+ {
761
+ "type": "rect",
762
+ "width": 0.35,
763
+ "center": {
764
+ "x": -4.75,
765
+ "y": -9.725
766
+ },
767
+ "height": 1.45,
768
+ "layers": ["top"],
769
+ "connectedTo": [
770
+ "pcb_smtpad_24",
771
+ "connectivity_net40",
772
+ "source_trace_14",
773
+ "source_port_82",
774
+ "source_port_39",
775
+ "pcb_smtpad_24",
776
+ "pcb_port_39",
777
+ "pcb_smtpad_82",
778
+ "pcb_port_82"
779
+ ]
780
+ },
781
+ {
782
+ "type": "rect",
783
+ "width": 0.35,
784
+ "center": {
785
+ "x": -5.25,
786
+ "y": -9.725
787
+ },
788
+ "height": 1.45,
789
+ "layers": ["top"],
790
+ "connectedTo": [
791
+ "pcb_smtpad_25",
792
+ "connectivity_net315",
793
+ "source_port_40",
794
+ "pcb_smtpad_25",
795
+ "pcb_port_40"
796
+ ]
797
+ },
798
+ {
799
+ "type": "rect",
800
+ "width": 0.35,
801
+ "center": {
802
+ "x": -5.75,
803
+ "y": -9.725
804
+ },
805
+ "height": 1.45,
806
+ "layers": ["top"],
807
+ "connectedTo": [
808
+ "pcb_smtpad_26",
809
+ "connectivity_net316",
810
+ "source_port_41",
811
+ "pcb_smtpad_26",
812
+ "pcb_port_41"
813
+ ]
814
+ },
815
+ {
816
+ "type": "rect",
817
+ "width": 0.35,
818
+ "center": {
819
+ "x": -6.25,
820
+ "y": -9.725
821
+ },
822
+ "height": 1.45,
823
+ "layers": ["top"],
824
+ "connectedTo": [
825
+ "pcb_smtpad_27",
826
+ "connectivity_net335",
827
+ "source_port_65",
828
+ "pcb_smtpad_27",
829
+ "pcb_port_65"
830
+ ]
831
+ },
832
+ {
833
+ "type": "rect",
834
+ "width": 0.35,
835
+ "center": {
836
+ "x": -6.75,
837
+ "y": -9.725
838
+ },
839
+ "height": 1.45,
840
+ "layers": ["top"],
841
+ "connectedTo": [
842
+ "pcb_smtpad_28",
843
+ "connectivity_net334",
844
+ "source_port_64",
845
+ "pcb_smtpad_28",
846
+ "pcb_port_64"
847
+ ]
848
+ },
849
+ {
850
+ "type": "rect",
851
+ "width": 0.35,
852
+ "center": {
853
+ "x": -7.25,
854
+ "y": -9.725
855
+ },
856
+ "height": 1.45,
857
+ "layers": ["top"],
858
+ "connectedTo": [
859
+ "pcb_smtpad_29",
860
+ "connectivity_net333",
861
+ "source_port_63",
862
+ "pcb_smtpad_29",
863
+ "pcb_port_63"
864
+ ]
865
+ },
866
+ {
867
+ "type": "rect",
868
+ "width": 0.35,
869
+ "center": {
870
+ "x": -7.75,
871
+ "y": -9.725
872
+ },
873
+ "height": 1.45,
874
+ "layers": ["top"],
875
+ "connectedTo": [
876
+ "pcb_smtpad_30",
877
+ "connectivity_net49",
878
+ "source_trace_17",
879
+ "source_port_86",
880
+ "source_port_62",
881
+ "pcb_smtpad_30",
882
+ "pcb_port_62",
883
+ "pcb_smtpad_78",
884
+ "pcb_port_86"
885
+ ]
886
+ },
887
+ {
888
+ "type": "rect",
889
+ "width": 0.35,
890
+ "center": {
891
+ "x": -8.25,
892
+ "y": -9.725
893
+ },
894
+ "height": 1.45,
895
+ "layers": ["top"],
896
+ "connectedTo": [
897
+ "pcb_smtpad_31",
898
+ "connectivity_net332",
899
+ "source_port_61",
900
+ "pcb_smtpad_31",
901
+ "pcb_port_61"
902
+ ]
903
+ },
904
+ {
905
+ "type": "rect",
906
+ "width": 0.35,
907
+ "center": {
908
+ "x": -8.75,
909
+ "y": -9.725
910
+ },
911
+ "height": 1.45,
912
+ "layers": ["top"],
913
+ "connectedTo": [
914
+ "pcb_smtpad_32",
915
+ "connectivity_net331",
916
+ "source_port_60",
917
+ "pcb_smtpad_32",
918
+ "pcb_port_60"
919
+ ]
920
+ },
921
+ {
922
+ "type": "rect",
923
+ "width": 0.35,
924
+ "center": {
925
+ "x": -9.25,
926
+ "y": -9.725
927
+ },
928
+ "height": 1.45,
929
+ "layers": ["top"],
930
+ "connectedTo": [
931
+ "pcb_smtpad_33",
932
+ "connectivity_net310",
933
+ "source_port_32",
934
+ "pcb_smtpad_33",
935
+ "pcb_port_32"
936
+ ]
937
+ },
938
+ {
939
+ "type": "rect",
940
+ "width": 0.35,
941
+ "center": {
942
+ "x": 9,
943
+ "y": -9.475
944
+ },
945
+ "height": 1.95,
946
+ "layers": ["bottom"],
947
+ "connectedTo": [
948
+ "pcb_smtpad_34",
949
+ "connectivity_net284",
950
+ "source_port_0",
951
+ "pcb_smtpad_34",
952
+ "pcb_port_0"
953
+ ]
954
+ },
955
+ {
956
+ "type": "rect",
957
+ "width": 0.35,
958
+ "center": {
959
+ "x": 8.5,
960
+ "y": -9.475
961
+ },
962
+ "height": 1.95,
963
+ "layers": ["bottom"],
964
+ "connectedTo": [
965
+ "pcb_smtpad_35",
966
+ "connectivity_net286",
967
+ "source_port_4",
968
+ "pcb_smtpad_35",
969
+ "pcb_port_4"
970
+ ]
971
+ },
972
+ {
973
+ "type": "rect",
974
+ "width": 0.35,
975
+ "center": {
976
+ "x": 8,
977
+ "y": -9.475
978
+ },
979
+ "height": 1.95,
980
+ "layers": ["bottom"],
981
+ "connectedTo": [
982
+ "pcb_smtpad_36",
983
+ "connectivity_net80",
984
+ "source_trace_32",
985
+ "source_port_2",
986
+ "source_trace_19",
987
+ "source_port_89",
988
+ "source_trace_6",
989
+ "source_port_71",
990
+ "source_net_4",
991
+ "pcb_smtpad_36",
992
+ "pcb_port_2",
993
+ "pcb_smtpad_70",
994
+ "pcb_port_71",
995
+ "pcb_plated_hole_2",
996
+ "pcb_port_89"
997
+ ]
998
+ },
999
+ {
1000
+ "type": "rect",
1001
+ "width": 0.35,
1002
+ "center": {
1003
+ "x": 7.5,
1004
+ "y": -9.475
1005
+ },
1006
+ "height": 1.95,
1007
+ "layers": ["bottom"],
1008
+ "connectedTo": [
1009
+ "pcb_smtpad_37",
1010
+ "connectivity_net336",
1011
+ "source_port_66",
1012
+ "pcb_smtpad_37",
1013
+ "pcb_port_66"
1014
+ ]
1015
+ },
1016
+ {
1017
+ "type": "rect",
1018
+ "width": 0.35,
1019
+ "center": {
1020
+ "x": 7,
1021
+ "y": -9.475
1022
+ },
1023
+ "height": 1.95,
1024
+ "layers": ["bottom"],
1025
+ "connectedTo": [
1026
+ "pcb_smtpad_38",
1027
+ "connectivity_net320",
1028
+ "source_port_47",
1029
+ "pcb_smtpad_38",
1030
+ "pcb_port_47"
1031
+ ]
1032
+ },
1033
+ {
1034
+ "type": "rect",
1035
+ "width": 0.35,
1036
+ "center": {
1037
+ "x": 6.5,
1038
+ "y": -9.475
1039
+ },
1040
+ "height": 1.95,
1041
+ "layers": ["bottom"],
1042
+ "connectedTo": [
1043
+ "pcb_smtpad_39",
1044
+ "connectivity_net302",
1045
+ "source_port_21",
1046
+ "pcb_smtpad_39",
1047
+ "pcb_port_21"
1048
+ ]
1049
+ },
1050
+ {
1051
+ "type": "rect",
1052
+ "width": 0.35,
1053
+ "center": {
1054
+ "x": 6,
1055
+ "y": -9.475
1056
+ },
1057
+ "height": 1.95,
1058
+ "layers": ["bottom"],
1059
+ "connectedTo": [
1060
+ "pcb_smtpad_40",
1061
+ "connectivity_net301",
1062
+ "source_port_20",
1063
+ "pcb_smtpad_40",
1064
+ "pcb_port_20"
1065
+ ]
1066
+ },
1067
+ {
1068
+ "type": "rect",
1069
+ "width": 0.35,
1070
+ "center": {
1071
+ "x": 5.5,
1072
+ "y": -9.475
1073
+ },
1074
+ "height": 1.95,
1075
+ "layers": ["bottom"],
1076
+ "connectedTo": [
1077
+ "pcb_smtpad_41",
1078
+ "connectivity_net303",
1079
+ "source_port_22",
1080
+ "pcb_smtpad_41",
1081
+ "pcb_port_22"
1082
+ ]
1083
+ },
1084
+ {
1085
+ "type": "rect",
1086
+ "width": 0.35,
1087
+ "center": {
1088
+ "x": 5,
1089
+ "y": -9.475
1090
+ },
1091
+ "height": 1.95,
1092
+ "layers": ["bottom"],
1093
+ "connectedTo": [
1094
+ "pcb_smtpad_42",
1095
+ "connectivity_net321",
1096
+ "source_port_48",
1097
+ "pcb_smtpad_42",
1098
+ "pcb_port_48"
1099
+ ]
1100
+ },
1101
+ {
1102
+ "type": "rect",
1103
+ "width": 0.35,
1104
+ "center": {
1105
+ "x": 4.5,
1106
+ "y": -9.475
1107
+ },
1108
+ "height": 1.95,
1109
+ "layers": ["bottom"],
1110
+ "connectedTo": [
1111
+ "pcb_smtpad_43",
1112
+ "connectivity_net327",
1113
+ "source_port_54",
1114
+ "pcb_smtpad_43",
1115
+ "pcb_port_54"
1116
+ ]
1117
+ },
1118
+ {
1119
+ "type": "rect",
1120
+ "width": 0.35,
1121
+ "center": {
1122
+ "x": 4,
1123
+ "y": -9.475
1124
+ },
1125
+ "height": 1.95,
1126
+ "layers": ["bottom"],
1127
+ "connectedTo": [
1128
+ "pcb_smtpad_44",
1129
+ "connectivity_net326",
1130
+ "source_port_53",
1131
+ "pcb_smtpad_44",
1132
+ "pcb_port_53"
1133
+ ]
1134
+ },
1135
+ {
1136
+ "type": "rect",
1137
+ "width": 0.35,
1138
+ "center": {
1139
+ "x": 1.5,
1140
+ "y": -9.475
1141
+ },
1142
+ "height": 1.95,
1143
+ "layers": ["bottom"],
1144
+ "connectedTo": [
1145
+ "pcb_smtpad_45",
1146
+ "connectivity_net318",
1147
+ "source_port_45",
1148
+ "pcb_smtpad_45",
1149
+ "pcb_port_45"
1150
+ ]
1151
+ },
1152
+ {
1153
+ "type": "rect",
1154
+ "width": 0.35,
1155
+ "center": {
1156
+ "x": 1,
1157
+ "y": -9.475
1158
+ },
1159
+ "height": 1.95,
1160
+ "layers": ["bottom"],
1161
+ "connectedTo": [
1162
+ "pcb_smtpad_46",
1163
+ "connectivity_net22",
1164
+ "source_trace_8",
1165
+ "source_port_68",
1166
+ "source_port_43",
1167
+ "pcb_smtpad_46",
1168
+ "pcb_port_43",
1169
+ "pcb_smtpad_67",
1170
+ "pcb_port_68"
1171
+ ]
1172
+ },
1173
+ {
1174
+ "type": "rect",
1175
+ "width": 0.35,
1176
+ "center": {
1177
+ "x": 0.5,
1178
+ "y": -9.475
1179
+ },
1180
+ "height": 1.95,
1181
+ "layers": ["bottom"],
1182
+ "connectedTo": [
1183
+ "pcb_smtpad_47",
1184
+ "connectivity_net307",
1185
+ "source_port_29",
1186
+ "pcb_smtpad_47",
1187
+ "pcb_port_29"
1188
+ ]
1189
+ },
1190
+ {
1191
+ "type": "rect",
1192
+ "width": 0.35,
1193
+ "center": {
1194
+ "x": 0,
1195
+ "y": -9.475
1196
+ },
1197
+ "height": 1.95,
1198
+ "layers": ["bottom"],
1199
+ "connectedTo": [
1200
+ "pcb_smtpad_48",
1201
+ "connectivity_net317",
1202
+ "source_port_44",
1203
+ "pcb_smtpad_48",
1204
+ "pcb_port_44"
1205
+ ]
1206
+ },
1207
+ {
1208
+ "type": "rect",
1209
+ "width": 0.35,
1210
+ "center": {
1211
+ "x": -0.5,
1212
+ "y": -9.475
1213
+ },
1214
+ "height": 1.95,
1215
+ "layers": ["bottom"],
1216
+ "connectedTo": [
1217
+ "pcb_smtpad_49",
1218
+ "connectivity_net328",
1219
+ "source_port_55",
1220
+ "pcb_smtpad_49",
1221
+ "pcb_port_55"
1222
+ ]
1223
+ },
1224
+ {
1225
+ "type": "rect",
1226
+ "width": 0.35,
1227
+ "center": {
1228
+ "x": -1,
1229
+ "y": -9.475
1230
+ },
1231
+ "height": 1.95,
1232
+ "layers": ["bottom"],
1233
+ "connectedTo": [
1234
+ "pcb_smtpad_50",
1235
+ "connectivity_net329",
1236
+ "source_port_56",
1237
+ "pcb_smtpad_50",
1238
+ "pcb_port_56"
1239
+ ]
1240
+ },
1241
+ {
1242
+ "type": "rect",
1243
+ "width": 0.35,
1244
+ "center": {
1245
+ "x": -1.5,
1246
+ "y": -9.475
1247
+ },
1248
+ "height": 1.95,
1249
+ "layers": ["bottom"],
1250
+ "connectedTo": [
1251
+ "pcb_smtpad_51",
1252
+ "connectivity_net34",
1253
+ "source_trace_12",
1254
+ "source_port_80",
1255
+ "source_port_57",
1256
+ "pcb_smtpad_51",
1257
+ "pcb_port_57",
1258
+ "pcb_smtpad_84",
1259
+ "pcb_port_80"
1260
+ ]
1261
+ },
1262
+ {
1263
+ "type": "rect",
1264
+ "width": 0.35,
1265
+ "center": {
1266
+ "x": -2,
1267
+ "y": -9.475
1268
+ },
1269
+ "height": 1.95,
1270
+ "layers": ["bottom"],
1271
+ "connectedTo": [
1272
+ "pcb_smtpad_52",
1273
+ "connectivity_net37",
1274
+ "source_trace_13",
1275
+ "source_port_81",
1276
+ "source_port_58",
1277
+ "pcb_smtpad_52",
1278
+ "pcb_port_58",
1279
+ "pcb_smtpad_83",
1280
+ "pcb_port_81"
1281
+ ]
1282
+ },
1283
+ {
1284
+ "type": "rect",
1285
+ "width": 0.35,
1286
+ "center": {
1287
+ "x": -2.5,
1288
+ "y": -9.475
1289
+ },
1290
+ "height": 1.95,
1291
+ "layers": ["bottom"],
1292
+ "connectedTo": [
1293
+ "pcb_smtpad_53",
1294
+ "connectivity_net330",
1295
+ "source_port_59",
1296
+ "pcb_smtpad_53",
1297
+ "pcb_port_59"
1298
+ ]
1299
+ },
1300
+ {
1301
+ "type": "rect",
1302
+ "width": 0.35,
1303
+ "center": {
1304
+ "x": -3,
1305
+ "y": -9.475
1306
+ },
1307
+ "height": 1.95,
1308
+ "layers": ["bottom"],
1309
+ "connectedTo": [
1310
+ "pcb_smtpad_54",
1311
+ "connectivity_net300",
1312
+ "source_port_19",
1313
+ "pcb_smtpad_54",
1314
+ "pcb_port_19"
1315
+ ]
1316
+ },
1317
+ {
1318
+ "type": "rect",
1319
+ "width": 0.35,
1320
+ "center": {
1321
+ "x": -3.5,
1322
+ "y": -9.475
1323
+ },
1324
+ "height": 1.95,
1325
+ "layers": ["bottom"],
1326
+ "connectedTo": [
1327
+ "pcb_smtpad_55",
1328
+ "connectivity_net299",
1329
+ "source_port_18",
1330
+ "pcb_smtpad_55",
1331
+ "pcb_port_18"
1332
+ ]
1333
+ },
1334
+ {
1335
+ "type": "rect",
1336
+ "width": 0.35,
1337
+ "center": {
1338
+ "x": -4,
1339
+ "y": -9.475
1340
+ },
1341
+ "height": 1.95,
1342
+ "layers": ["bottom"],
1343
+ "connectedTo": [
1344
+ "pcb_smtpad_56",
1345
+ "connectivity_net298",
1346
+ "source_port_17",
1347
+ "pcb_smtpad_56",
1348
+ "pcb_port_17"
1349
+ ]
1350
+ },
1351
+ {
1352
+ "type": "rect",
1353
+ "width": 0.35,
1354
+ "center": {
1355
+ "x": -4.5,
1356
+ "y": -9.475
1357
+ },
1358
+ "height": 1.95,
1359
+ "layers": ["bottom"],
1360
+ "connectedTo": [
1361
+ "pcb_smtpad_57",
1362
+ "connectivity_net297",
1363
+ "source_port_16",
1364
+ "pcb_smtpad_57",
1365
+ "pcb_port_16"
1366
+ ]
1367
+ },
1368
+ {
1369
+ "type": "rect",
1370
+ "width": 0.35,
1371
+ "center": {
1372
+ "x": -5,
1373
+ "y": -9.475
1374
+ },
1375
+ "height": 1.95,
1376
+ "layers": ["bottom"],
1377
+ "connectedTo": [
1378
+ "pcb_smtpad_58",
1379
+ "connectivity_net296",
1380
+ "source_port_15",
1381
+ "pcb_smtpad_58",
1382
+ "pcb_port_15"
1383
+ ]
1384
+ },
1385
+ {
1386
+ "type": "rect",
1387
+ "width": 0.35,
1388
+ "center": {
1389
+ "x": -5.5,
1390
+ "y": -9.475
1391
+ },
1392
+ "height": 1.95,
1393
+ "layers": ["bottom"],
1394
+ "connectedTo": [
1395
+ "pcb_smtpad_59",
1396
+ "connectivity_net311",
1397
+ "source_port_33",
1398
+ "pcb_smtpad_59",
1399
+ "pcb_port_33"
1400
+ ]
1401
+ },
1402
+ {
1403
+ "type": "rect",
1404
+ "width": 0.35,
1405
+ "center": {
1406
+ "x": -6,
1407
+ "y": -9.475
1408
+ },
1409
+ "height": 1.95,
1410
+ "layers": ["bottom"],
1411
+ "connectedTo": [
1412
+ "pcb_smtpad_60",
1413
+ "connectivity_net43",
1414
+ "source_trace_15",
1415
+ "source_port_83",
1416
+ "source_port_34",
1417
+ "pcb_smtpad_60",
1418
+ "pcb_port_34",
1419
+ "pcb_smtpad_81",
1420
+ "pcb_port_83"
1421
+ ]
1422
+ },
1423
+ {
1424
+ "type": "rect",
1425
+ "width": 0.35,
1426
+ "center": {
1427
+ "x": -6.5,
1428
+ "y": -9.475
1429
+ },
1430
+ "height": 1.95,
1431
+ "layers": ["bottom"],
1432
+ "connectedTo": [
1433
+ "pcb_smtpad_61",
1434
+ "connectivity_net46",
1435
+ "source_trace_16",
1436
+ "source_port_84",
1437
+ "source_port_35",
1438
+ "pcb_smtpad_61",
1439
+ "pcb_port_35",
1440
+ "pcb_smtpad_80",
1441
+ "pcb_port_84"
1442
+ ]
1443
+ },
1444
+ {
1445
+ "type": "rect",
1446
+ "width": 0.35,
1447
+ "center": {
1448
+ "x": -7,
1449
+ "y": -9.475
1450
+ },
1451
+ "height": 1.95,
1452
+ "layers": ["bottom"],
1453
+ "connectedTo": [
1454
+ "pcb_smtpad_62",
1455
+ "connectivity_net312",
1456
+ "source_port_36",
1457
+ "pcb_smtpad_62",
1458
+ "pcb_port_36"
1459
+ ]
1460
+ },
1461
+ {
1462
+ "type": "rect",
1463
+ "width": 0.35,
1464
+ "center": {
1465
+ "x": -7.5,
1466
+ "y": -9.475
1467
+ },
1468
+ "height": 1.95,
1469
+ "layers": ["bottom"],
1470
+ "connectedTo": [
1471
+ "pcb_smtpad_63",
1472
+ "connectivity_net313",
1473
+ "source_port_37",
1474
+ "pcb_smtpad_63",
1475
+ "pcb_port_37"
1476
+ ]
1477
+ },
1478
+ {
1479
+ "type": "rect",
1480
+ "width": 0.35,
1481
+ "center": {
1482
+ "x": -8,
1483
+ "y": -9.475
1484
+ },
1485
+ "height": 1.95,
1486
+ "layers": ["bottom"],
1487
+ "connectedTo": [
1488
+ "pcb_smtpad_64",
1489
+ "connectivity_net314",
1490
+ "source_port_38",
1491
+ "pcb_smtpad_64",
1492
+ "pcb_port_38"
1493
+ ]
1494
+ },
1495
+ {
1496
+ "type": "rect",
1497
+ "width": 0.35,
1498
+ "center": {
1499
+ "x": -8.5,
1500
+ "y": -9.475
1501
+ },
1502
+ "height": 1.95,
1503
+ "layers": ["bottom"],
1504
+ "connectedTo": [
1505
+ "pcb_smtpad_65",
1506
+ "connectivity_net287",
1507
+ "source_port_5",
1508
+ "pcb_smtpad_65",
1509
+ "pcb_port_5"
1510
+ ]
1511
+ },
1512
+ {
1513
+ "type": "rect",
1514
+ "width": 0.35,
1515
+ "center": {
1516
+ "x": -9,
1517
+ "y": -9.475
1518
+ },
1519
+ "height": 1.95,
1520
+ "layers": ["bottom"],
1521
+ "connectedTo": [
1522
+ "pcb_smtpad_66",
1523
+ "connectivity_net70",
1524
+ "source_trace_27",
1525
+ "source_port_97",
1526
+ "source_trace_25",
1527
+ "source_port_95",
1528
+ "source_trace_23",
1529
+ "source_port_93",
1530
+ "source_trace_2",
1531
+ "source_port_76",
1532
+ "source_trace_0",
1533
+ "source_port_1",
1534
+ "source_net_0",
1535
+ "pcb_smtpad_66",
1536
+ "pcb_port_1",
1537
+ "pcb_smtpad_75",
1538
+ "pcb_port_76",
1539
+ "pcb_smtpad_87",
1540
+ "pcb_port_93",
1541
+ "pcb_smtpad_89",
1542
+ "pcb_port_95",
1543
+ "pcb_smtpad_91",
1544
+ "pcb_port_97"
1545
+ ]
1546
+ },
1547
+ {
1548
+ "type": "rect",
1549
+ "width": 1.7420082,
1550
+ "center": {
1551
+ "x": 2.870961999999963,
1552
+ "y": -3.925064000000134
1553
+ },
1554
+ "height": 0.3640074,
1555
+ "layers": ["top"],
1556
+ "connectedTo": [
1557
+ "pcb_smtpad_67",
1558
+ "connectivity_net22",
1559
+ "source_trace_8",
1560
+ "source_port_68",
1561
+ "source_port_43",
1562
+ "pcb_smtpad_46",
1563
+ "pcb_port_43",
1564
+ "pcb_smtpad_67",
1565
+ "pcb_port_68"
1566
+ ]
1567
+ },
1568
+ {
1569
+ "type": "rect",
1570
+ "width": 1.7420082,
1571
+ "center": {
1572
+ "x": 2.870961999999963,
1573
+ "y": -3.2750780000000077
1574
+ },
1575
+ "height": 0.3640074,
1576
+ "layers": ["top"],
1577
+ "connectedTo": [
1578
+ "pcb_smtpad_68",
1579
+ "connectivity_net58",
1580
+ "source_trace_21",
1581
+ "source_port_91",
1582
+ "source_trace_4",
1583
+ "source_port_69",
1584
+ "source_net_2",
1585
+ "pcb_smtpad_68",
1586
+ "pcb_port_69",
1587
+ "pcb_plated_hole_4",
1588
+ "pcb_port_91"
1589
+ ]
1590
+ },
1591
+ {
1592
+ "type": "rect",
1593
+ "width": 1.7420082,
1594
+ "center": {
1595
+ "x": 2.870961999999963,
1596
+ "y": -2.625092000000109
1597
+ },
1598
+ "height": 0.3640074,
1599
+ "layers": ["top"],
1600
+ "connectedTo": [
1601
+ "pcb_smtpad_69",
1602
+ "connectivity_net64",
1603
+ "source_trace_24",
1604
+ "source_port_94",
1605
+ "source_trace_22",
1606
+ "source_port_92",
1607
+ "source_trace_5",
1608
+ "source_port_70",
1609
+ "source_net_3",
1610
+ "pcb_smtpad_69",
1611
+ "pcb_port_70",
1612
+ "pcb_plated_hole_5",
1613
+ "pcb_port_92",
1614
+ "pcb_smtpad_88",
1615
+ "pcb_port_94"
1616
+ ]
1617
+ },
1618
+ {
1619
+ "type": "rect",
1620
+ "width": 1.7420082,
1621
+ "center": {
1622
+ "x": 2.870961999999963,
1623
+ "y": -1.9751059999999827
1624
+ },
1625
+ "height": 0.3640074,
1626
+ "layers": ["top"],
1627
+ "connectedTo": [
1628
+ "pcb_smtpad_70",
1629
+ "connectivity_net80",
1630
+ "source_trace_32",
1631
+ "source_port_2",
1632
+ "source_trace_19",
1633
+ "source_port_89",
1634
+ "source_trace_6",
1635
+ "source_port_71",
1636
+ "source_net_4",
1637
+ "pcb_smtpad_36",
1638
+ "pcb_port_2",
1639
+ "pcb_smtpad_70",
1640
+ "pcb_port_71",
1641
+ "pcb_plated_hole_2",
1642
+ "pcb_port_89"
1643
+ ]
1644
+ },
1645
+ {
1646
+ "type": "rect",
1647
+ "width": 1.7420082,
1648
+ "center": {
1649
+ "x": 2.870961999999963,
1650
+ "y": -1.324866000000043
1651
+ },
1652
+ "height": 0.3640074,
1653
+ "layers": ["top"],
1654
+ "connectedTo": [
1655
+ "pcb_smtpad_71",
1656
+ "connectivity_net338",
1657
+ "source_port_72",
1658
+ "pcb_smtpad_71",
1659
+ "pcb_port_72"
1660
+ ]
1661
+ },
1662
+ {
1663
+ "type": "rect",
1664
+ "width": 1.7420082,
1665
+ "center": {
1666
+ "x": 2.870961999999963,
1667
+ "y": -0.6748799999999167
1668
+ },
1669
+ "height": 0.3640074,
1670
+ "layers": ["top"],
1671
+ "connectedTo": [
1672
+ "pcb_smtpad_72",
1673
+ "connectivity_net339",
1674
+ "source_port_73",
1675
+ "pcb_smtpad_72",
1676
+ "pcb_port_73"
1677
+ ]
1678
+ },
1679
+ {
1680
+ "type": "rect",
1681
+ "width": 1.7420082,
1682
+ "center": {
1683
+ "x": 2.870961999999963,
1684
+ "y": -0.024894000000017735
1685
+ },
1686
+ "height": 0.3640074,
1687
+ "layers": ["top"],
1688
+ "connectedTo": [
1689
+ "pcb_smtpad_73",
1690
+ "connectivity_net76",
1691
+ "source_trace_30",
1692
+ "source_port_100",
1693
+ "source_trace_26",
1694
+ "source_port_96",
1695
+ "source_trace_18",
1696
+ "source_port_88",
1697
+ "source_trace_3",
1698
+ "source_port_74",
1699
+ "source_trace_1",
1700
+ "source_port_27",
1701
+ "source_net_1",
1702
+ "pcb_smtpad_3",
1703
+ "pcb_port_27",
1704
+ "pcb_smtpad_73",
1705
+ "pcb_port_74",
1706
+ "pcb_plated_hole_1",
1707
+ "pcb_port_88",
1708
+ "pcb_smtpad_90",
1709
+ "pcb_port_96",
1710
+ "pcb_smtpad_94",
1711
+ "pcb_port_100"
1712
+ ]
1713
+ },
1714
+ {
1715
+ "type": "rect",
1716
+ "width": 1.7420082,
1717
+ "center": {
1718
+ "x": 2.870961999999963,
1719
+ "y": 0.6250919999999949
1720
+ },
1721
+ "height": 0.3640074,
1722
+ "layers": ["top"],
1723
+ "connectedTo": [
1724
+ "pcb_smtpad_74",
1725
+ "connectivity_net340",
1726
+ "source_port_75",
1727
+ "pcb_smtpad_74",
1728
+ "pcb_port_75"
1729
+ ]
1730
+ },
1731
+ {
1732
+ "type": "rect",
1733
+ "width": 1.7420082,
1734
+ "center": {
1735
+ "x": 2.870961999999963,
1736
+ "y": 1.2750780000000077
1737
+ },
1738
+ "height": 0.3640074,
1739
+ "layers": ["top"],
1740
+ "connectedTo": [
1741
+ "pcb_smtpad_75",
1742
+ "connectivity_net70",
1743
+ "source_trace_27",
1744
+ "source_port_97",
1745
+ "source_trace_25",
1746
+ "source_port_95",
1747
+ "source_trace_23",
1748
+ "source_port_93",
1749
+ "source_trace_2",
1750
+ "source_port_76",
1751
+ "source_trace_0",
1752
+ "source_port_1",
1753
+ "source_net_0",
1754
+ "pcb_smtpad_66",
1755
+ "pcb_port_1",
1756
+ "pcb_smtpad_75",
1757
+ "pcb_port_76",
1758
+ "pcb_smtpad_87",
1759
+ "pcb_port_93",
1760
+ "pcb_smtpad_89",
1761
+ "pcb_port_95",
1762
+ "pcb_smtpad_91",
1763
+ "pcb_port_97"
1764
+ ]
1765
+ },
1766
+ {
1767
+ "type": "rect",
1768
+ "width": 1.7420082,
1769
+ "center": {
1770
+ "x": 2.870961999999963,
1771
+ "y": 1.9250640000000203
1772
+ },
1773
+ "height": 0.3640074,
1774
+ "layers": ["top"],
1775
+ "connectedTo": [
1776
+ "pcb_smtpad_76",
1777
+ "connectivity_net25",
1778
+ "source_trace_9",
1779
+ "source_port_77",
1780
+ "source_port_42",
1781
+ "pcb_smtpad_23",
1782
+ "pcb_port_42",
1783
+ "pcb_smtpad_76",
1784
+ "pcb_port_77"
1785
+ ]
1786
+ },
1787
+ {
1788
+ "type": "rect",
1789
+ "width": 1.7420082,
1790
+ "center": {
1791
+ "x": -2.870961999999963,
1792
+ "y": -3.925064000000134
1793
+ },
1794
+ "height": 0.3640074,
1795
+ "layers": ["top"],
1796
+ "connectedTo": [
1797
+ "pcb_smtpad_77",
1798
+ "connectivity_net341",
1799
+ "source_port_87",
1800
+ "pcb_smtpad_77",
1801
+ "pcb_port_87"
1802
+ ]
1803
+ },
1804
+ {
1805
+ "type": "rect",
1806
+ "width": 1.7420082,
1807
+ "center": {
1808
+ "x": -2.870961999999963,
1809
+ "y": -3.2750780000000077
1810
+ },
1811
+ "height": 0.3640074,
1812
+ "layers": ["top"],
1813
+ "connectedTo": [
1814
+ "pcb_smtpad_78",
1815
+ "connectivity_net49",
1816
+ "source_trace_17",
1817
+ "source_port_86",
1818
+ "source_port_62",
1819
+ "pcb_smtpad_30",
1820
+ "pcb_port_62",
1821
+ "pcb_smtpad_78",
1822
+ "pcb_port_86"
1823
+ ]
1824
+ },
1825
+ {
1826
+ "type": "rect",
1827
+ "width": 1.7420082,
1828
+ "center": {
1829
+ "x": -2.870961999999963,
1830
+ "y": -2.625092000000109
1831
+ },
1832
+ "height": 0.3640074,
1833
+ "layers": ["top"],
1834
+ "connectedTo": [
1835
+ "pcb_smtpad_79",
1836
+ "connectivity_net78",
1837
+ "source_trace_31",
1838
+ "source_port_13",
1839
+ "source_trace_20",
1840
+ "source_port_90",
1841
+ "source_trace_7",
1842
+ "source_port_85",
1843
+ "source_net_5",
1844
+ "pcb_smtpad_11",
1845
+ "pcb_port_13",
1846
+ "pcb_smtpad_79",
1847
+ "pcb_port_85",
1848
+ "pcb_plated_hole_3",
1849
+ "pcb_port_90"
1850
+ ]
1851
+ },
1852
+ {
1853
+ "type": "rect",
1854
+ "width": 1.7420082,
1855
+ "center": {
1856
+ "x": -2.870961999999963,
1857
+ "y": -1.9751059999999823
1858
+ },
1859
+ "height": 0.3640074,
1860
+ "layers": ["top"],
1861
+ "connectedTo": [
1862
+ "pcb_smtpad_80",
1863
+ "connectivity_net46",
1864
+ "source_trace_16",
1865
+ "source_port_84",
1866
+ "source_port_35",
1867
+ "pcb_smtpad_61",
1868
+ "pcb_port_35",
1869
+ "pcb_smtpad_80",
1870
+ "pcb_port_84"
1871
+ ]
1872
+ },
1873
+ {
1874
+ "type": "rect",
1875
+ "width": 1.7420082,
1876
+ "center": {
1877
+ "x": -2.870961999999963,
1878
+ "y": -1.3248660000000425
1879
+ },
1880
+ "height": 0.3640074,
1881
+ "layers": ["top"],
1882
+ "connectedTo": [
1883
+ "pcb_smtpad_81",
1884
+ "connectivity_net43",
1885
+ "source_trace_15",
1886
+ "source_port_83",
1887
+ "source_port_34",
1888
+ "pcb_smtpad_60",
1889
+ "pcb_port_34",
1890
+ "pcb_smtpad_81",
1891
+ "pcb_port_83"
1892
+ ]
1893
+ },
1894
+ {
1895
+ "type": "rect",
1896
+ "width": 1.7420082,
1897
+ "center": {
1898
+ "x": -2.870961999999963,
1899
+ "y": -0.6748799999999162
1900
+ },
1901
+ "height": 0.3640074,
1902
+ "layers": ["top"],
1903
+ "connectedTo": [
1904
+ "pcb_smtpad_82",
1905
+ "connectivity_net40",
1906
+ "source_trace_14",
1907
+ "source_port_82",
1908
+ "source_port_39",
1909
+ "pcb_smtpad_24",
1910
+ "pcb_port_39",
1911
+ "pcb_smtpad_82",
1912
+ "pcb_port_82"
1913
+ ]
1914
+ },
1915
+ {
1916
+ "type": "rect",
1917
+ "width": 1.7420082,
1918
+ "center": {
1919
+ "x": -2.870961999999963,
1920
+ "y": -0.02489400000001729
1921
+ },
1922
+ "height": 0.3640074,
1923
+ "layers": ["top"],
1924
+ "connectedTo": [
1925
+ "pcb_smtpad_83",
1926
+ "connectivity_net37",
1927
+ "source_trace_13",
1928
+ "source_port_81",
1929
+ "source_port_58",
1930
+ "pcb_smtpad_52",
1931
+ "pcb_port_58",
1932
+ "pcb_smtpad_83",
1933
+ "pcb_port_81"
1934
+ ]
1935
+ },
1936
+ {
1937
+ "type": "rect",
1938
+ "width": 1.7420082,
1939
+ "center": {
1940
+ "x": -2.870961999999963,
1941
+ "y": 0.6250919999999953
1942
+ },
1943
+ "height": 0.3640074,
1944
+ "layers": ["top"],
1945
+ "connectedTo": [
1946
+ "pcb_smtpad_84",
1947
+ "connectivity_net34",
1948
+ "source_trace_12",
1949
+ "source_port_80",
1950
+ "source_port_57",
1951
+ "pcb_smtpad_51",
1952
+ "pcb_port_57",
1953
+ "pcb_smtpad_84",
1954
+ "pcb_port_80"
1955
+ ]
1956
+ },
1957
+ {
1958
+ "type": "rect",
1959
+ "width": 1.7420082,
1960
+ "center": {
1961
+ "x": -2.870961999999963,
1962
+ "y": 1.2750780000000077
1963
+ },
1964
+ "height": 0.3640074,
1965
+ "layers": ["top"],
1966
+ "connectedTo": [
1967
+ "pcb_smtpad_85",
1968
+ "connectivity_net31",
1969
+ "source_trace_11",
1970
+ "source_port_79",
1971
+ "source_port_23",
1972
+ "pcb_smtpad_22",
1973
+ "pcb_port_23",
1974
+ "pcb_smtpad_85",
1975
+ "pcb_port_79"
1976
+ ]
1977
+ },
1978
+ {
1979
+ "type": "rect",
1980
+ "width": 1.7420082,
1981
+ "center": {
1982
+ "x": -2.870961999999963,
1983
+ "y": 1.9250640000000203
1984
+ },
1985
+ "height": 0.3640074,
1986
+ "layers": ["top"],
1987
+ "connectedTo": [
1988
+ "pcb_smtpad_86",
1989
+ "connectivity_net28",
1990
+ "source_trace_10",
1991
+ "source_port_78",
1992
+ "source_port_24",
1993
+ "pcb_smtpad_21",
1994
+ "pcb_port_24",
1995
+ "pcb_smtpad_86",
1996
+ "pcb_port_78"
1997
+ ]
1998
+ },
1999
+ {
2000
+ "type": "rect",
2001
+ "width": 0.95,
2002
+ "center": {
2003
+ "x": 10,
2004
+ "y": 1.825
2005
+ },
2006
+ "height": 0.8,
2007
+ "layers": ["top"],
2008
+ "connectedTo": [
2009
+ "pcb_smtpad_87",
2010
+ "connectivity_net70",
2011
+ "source_trace_27",
2012
+ "source_port_97",
2013
+ "source_trace_25",
2014
+ "source_port_95",
2015
+ "source_trace_23",
2016
+ "source_port_93",
2017
+ "source_trace_2",
2018
+ "source_port_76",
2019
+ "source_trace_0",
2020
+ "source_port_1",
2021
+ "source_net_0",
2022
+ "pcb_smtpad_66",
2023
+ "pcb_port_1",
2024
+ "pcb_smtpad_75",
2025
+ "pcb_port_76",
2026
+ "pcb_smtpad_87",
2027
+ "pcb_port_93",
2028
+ "pcb_smtpad_89",
2029
+ "pcb_port_95",
2030
+ "pcb_smtpad_91",
2031
+ "pcb_port_97"
2032
+ ]
2033
+ },
2034
+ {
2035
+ "type": "rect",
2036
+ "width": 0.95,
2037
+ "center": {
2038
+ "x": 10,
2039
+ "y": 0.17500000000000004
2040
+ },
2041
+ "height": 0.8,
2042
+ "layers": ["top"],
2043
+ "connectedTo": [
2044
+ "pcb_smtpad_88",
2045
+ "connectivity_net64",
2046
+ "source_trace_24",
2047
+ "source_port_94",
2048
+ "source_trace_22",
2049
+ "source_port_92",
2050
+ "source_trace_5",
2051
+ "source_port_70",
2052
+ "source_net_3",
2053
+ "pcb_smtpad_69",
2054
+ "pcb_port_70",
2055
+ "pcb_plated_hole_5",
2056
+ "pcb_port_92",
2057
+ "pcb_smtpad_88",
2058
+ "pcb_port_94"
2059
+ ]
2060
+ },
2061
+ {
2062
+ "type": "rect",
2063
+ "width": 0.95,
2064
+ "center": {
2065
+ "x": 7,
2066
+ "y": 1.825
2067
+ },
2068
+ "height": 0.8,
2069
+ "layers": ["top"],
2070
+ "connectedTo": [
2071
+ "pcb_smtpad_89",
2072
+ "connectivity_net70",
2073
+ "source_trace_27",
2074
+ "source_port_97",
2075
+ "source_trace_25",
2076
+ "source_port_95",
2077
+ "source_trace_23",
2078
+ "source_port_93",
2079
+ "source_trace_2",
2080
+ "source_port_76",
2081
+ "source_trace_0",
2082
+ "source_port_1",
2083
+ "source_net_0",
2084
+ "pcb_smtpad_66",
2085
+ "pcb_port_1",
2086
+ "pcb_smtpad_75",
2087
+ "pcb_port_76",
2088
+ "pcb_smtpad_87",
2089
+ "pcb_port_93",
2090
+ "pcb_smtpad_89",
2091
+ "pcb_port_95",
2092
+ "pcb_smtpad_91",
2093
+ "pcb_port_97"
2094
+ ]
2095
+ },
2096
+ {
2097
+ "type": "rect",
2098
+ "width": 0.95,
2099
+ "center": {
2100
+ "x": 7,
2101
+ "y": 0.17500000000000004
2102
+ },
2103
+ "height": 0.8,
2104
+ "layers": ["top"],
2105
+ "connectedTo": [
2106
+ "pcb_smtpad_90",
2107
+ "connectivity_net76",
2108
+ "source_trace_30",
2109
+ "source_port_100",
2110
+ "source_trace_26",
2111
+ "source_port_96",
2112
+ "source_trace_18",
2113
+ "source_port_88",
2114
+ "source_trace_3",
2115
+ "source_port_74",
2116
+ "source_trace_1",
2117
+ "source_port_27",
2118
+ "source_net_1",
2119
+ "pcb_smtpad_3",
2120
+ "pcb_port_27",
2121
+ "pcb_smtpad_73",
2122
+ "pcb_port_74",
2123
+ "pcb_plated_hole_1",
2124
+ "pcb_port_88",
2125
+ "pcb_smtpad_90",
2126
+ "pcb_port_96",
2127
+ "pcb_smtpad_94",
2128
+ "pcb_port_100"
2129
+ ]
2130
+ },
2131
+ {
2132
+ "type": "rect",
2133
+ "width": 0.8,
2134
+ "center": {
2135
+ "x": 8.175,
2136
+ "y": -4
2137
+ },
2138
+ "height": 0.95,
2139
+ "layers": ["top"],
2140
+ "connectedTo": [
2141
+ "pcb_smtpad_91",
2142
+ "connectivity_net70",
2143
+ "source_trace_27",
2144
+ "source_port_97",
2145
+ "source_trace_25",
2146
+ "source_port_95",
2147
+ "source_trace_23",
2148
+ "source_port_93",
2149
+ "source_trace_2",
2150
+ "source_port_76",
2151
+ "source_trace_0",
2152
+ "source_port_1",
2153
+ "source_net_0",
2154
+ "pcb_smtpad_66",
2155
+ "pcb_port_1",
2156
+ "pcb_smtpad_75",
2157
+ "pcb_port_76",
2158
+ "pcb_smtpad_87",
2159
+ "pcb_port_93",
2160
+ "pcb_smtpad_89",
2161
+ "pcb_port_95",
2162
+ "pcb_smtpad_91",
2163
+ "pcb_port_97"
2164
+ ]
2165
+ },
2166
+ {
2167
+ "type": "rect",
2168
+ "width": 0.8,
2169
+ "center": {
2170
+ "x": 9.825,
2171
+ "y": -4
2172
+ },
2173
+ "height": 0.95,
2174
+ "layers": ["top"],
2175
+ "connectedTo": [
2176
+ "pcb_smtpad_92",
2177
+ "connectivity_net75",
2178
+ "source_trace_29",
2179
+ "source_trace_28",
2180
+ "source_port_98",
2181
+ "source_port_99",
2182
+ "pcb_smtpad_92",
2183
+ "pcb_port_98",
2184
+ "pcb_smtpad_93",
2185
+ "pcb_port_99"
2186
+ ]
2187
+ },
2188
+ {
2189
+ "type": "rect",
2190
+ "width": 0.8,
2191
+ "center": {
2192
+ "x": 8.825,
2193
+ "y": -7
2194
+ },
2195
+ "height": 0.95,
2196
+ "layers": ["top"],
2197
+ "connectedTo": [
2198
+ "pcb_smtpad_93",
2199
+ "connectivity_net75",
2200
+ "source_trace_29",
2201
+ "source_trace_28",
2202
+ "source_port_98",
2203
+ "source_port_99",
2204
+ "pcb_smtpad_92",
2205
+ "pcb_port_98",
2206
+ "pcb_smtpad_93",
2207
+ "pcb_port_99"
2208
+ ]
2209
+ },
2210
+ {
2211
+ "type": "rect",
2212
+ "width": 0.8,
2213
+ "center": {
2214
+ "x": 7.175,
2215
+ "y": -7
2216
+ },
2217
+ "height": 0.95,
2218
+ "layers": ["top"],
2219
+ "connectedTo": [
2220
+ "pcb_smtpad_94",
2221
+ "connectivity_net76",
2222
+ "source_trace_30",
2223
+ "source_port_100",
2224
+ "source_trace_26",
2225
+ "source_port_96",
2226
+ "source_trace_18",
2227
+ "source_port_88",
2228
+ "source_trace_3",
2229
+ "source_port_74",
2230
+ "source_trace_1",
2231
+ "source_port_27",
2232
+ "source_net_1",
2233
+ "pcb_smtpad_3",
2234
+ "pcb_port_27",
2235
+ "pcb_smtpad_73",
2236
+ "pcb_port_74",
2237
+ "pcb_plated_hole_1",
2238
+ "pcb_port_88",
2239
+ "pcb_smtpad_90",
2240
+ "pcb_port_96",
2241
+ "pcb_smtpad_94",
2242
+ "pcb_port_100"
2243
+ ]
2244
+ },
2245
+ {
2246
+ "type": "oval",
2247
+ "width": 5.62,
2248
+ "center": {
2249
+ "x": 4.2,
2250
+ "y": 11
2251
+ },
2252
+ "height": 5.62,
2253
+ "layers": ["top", "inner1", "inner2", "bottom"],
2254
+ "connectedTo": [
2255
+ "pcb_plated_hole_0",
2256
+ "connectivity_net337",
2257
+ "source_port_67",
2258
+ "pcb_plated_hole_0",
2259
+ "pcb_port_67"
2260
+ ]
2261
+ },
2262
+ {
2263
+ "type": "rect",
2264
+ "width": 1.5,
2265
+ "center": {
2266
+ "x": -2.08,
2267
+ "y": 5
2268
+ },
2269
+ "height": 1.5,
2270
+ "layers": ["top", "inner1", "inner2", "bottom"],
2271
+ "connectedTo": [
2272
+ "pcb_plated_hole_1",
2273
+ "connectivity_net76",
2274
+ "source_trace_30",
2275
+ "source_port_100",
2276
+ "source_trace_26",
2277
+ "source_port_96",
2278
+ "source_trace_18",
2279
+ "source_port_88",
2280
+ "source_trace_3",
2281
+ "source_port_74",
2282
+ "source_trace_1",
2283
+ "source_port_27",
2284
+ "source_net_1",
2285
+ "pcb_smtpad_3",
2286
+ "pcb_port_27",
2287
+ "pcb_smtpad_73",
2288
+ "pcb_port_74",
2289
+ "pcb_plated_hole_1",
2290
+ "pcb_port_88",
2291
+ "pcb_smtpad_90",
2292
+ "pcb_port_96",
2293
+ "pcb_smtpad_94",
2294
+ "pcb_port_100"
2295
+ ]
2296
+ },
2297
+ {
2298
+ "type": "oval",
2299
+ "width": 1.5,
2300
+ "center": {
2301
+ "x": 0.45999999999999996,
2302
+ "y": 5
2303
+ },
2304
+ "height": 1.5,
2305
+ "layers": ["top", "inner1", "inner2", "bottom"],
2306
+ "connectedTo": [
2307
+ "pcb_plated_hole_2",
2308
+ "connectivity_net80",
2309
+ "source_trace_32",
2310
+ "source_port_2",
2311
+ "source_trace_19",
2312
+ "source_port_89",
2313
+ "source_trace_6",
2314
+ "source_port_71",
2315
+ "source_net_4",
2316
+ "pcb_smtpad_36",
2317
+ "pcb_port_2",
2318
+ "pcb_smtpad_70",
2319
+ "pcb_port_71",
2320
+ "pcb_plated_hole_2",
2321
+ "pcb_port_89"
2322
+ ]
2323
+ },
2324
+ {
2325
+ "type": "oval",
2326
+ "width": 1.5,
2327
+ "center": {
2328
+ "x": 3,
2329
+ "y": 5
2330
+ },
2331
+ "height": 1.5,
2332
+ "layers": ["top", "inner1", "inner2", "bottom"],
2333
+ "connectedTo": [
2334
+ "pcb_plated_hole_3",
2335
+ "connectivity_net78",
2336
+ "source_trace_31",
2337
+ "source_port_13",
2338
+ "source_trace_20",
2339
+ "source_port_90",
2340
+ "source_trace_7",
2341
+ "source_port_85",
2342
+ "source_net_5",
2343
+ "pcb_smtpad_11",
2344
+ "pcb_port_13",
2345
+ "pcb_smtpad_79",
2346
+ "pcb_port_85",
2347
+ "pcb_plated_hole_3",
2348
+ "pcb_port_90"
2349
+ ]
2350
+ },
2351
+ {
2352
+ "type": "oval",
2353
+ "width": 1.5,
2354
+ "center": {
2355
+ "x": 5.54,
2356
+ "y": 5
2357
+ },
2358
+ "height": 1.5,
2359
+ "layers": ["top", "inner1", "inner2", "bottom"],
2360
+ "connectedTo": [
2361
+ "pcb_plated_hole_4",
2362
+ "connectivity_net58",
2363
+ "source_trace_21",
2364
+ "source_port_91",
2365
+ "source_trace_4",
2366
+ "source_port_69",
2367
+ "source_net_2",
2368
+ "pcb_smtpad_68",
2369
+ "pcb_port_69",
2370
+ "pcb_plated_hole_4",
2371
+ "pcb_port_91"
2372
+ ]
2373
+ },
2374
+ {
2375
+ "type": "oval",
2376
+ "width": 1.5,
2377
+ "center": {
2378
+ "x": 8.08,
2379
+ "y": 5
2380
+ },
2381
+ "height": 1.5,
2382
+ "layers": ["top", "inner1", "inner2", "bottom"],
2383
+ "connectedTo": [
2384
+ "pcb_plated_hole_5",
2385
+ "connectivity_net64",
2386
+ "source_trace_24",
2387
+ "source_port_94",
2388
+ "source_trace_22",
2389
+ "source_port_92",
2390
+ "source_trace_5",
2391
+ "source_port_70",
2392
+ "source_net_3",
2393
+ "pcb_smtpad_69",
2394
+ "pcb_port_70",
2395
+ "pcb_plated_hole_5",
2396
+ "pcb_port_92",
2397
+ "pcb_smtpad_88",
2398
+ "pcb_port_94"
2399
+ ]
2400
+ }
2401
+ ],
2402
+ "layerCount": 2,
2403
+ "connections": [
2404
+ {
2405
+ "name": "source_trace_8",
2406
+ "pointsToConnect": [
2407
+ {
2408
+ "x": 2.870961999999963,
2409
+ "y": -3.925064000000134,
2410
+ "layer": "top",
2411
+ "pointId": "pcb_port_68",
2412
+ "pcb_port_id": "pcb_port_68"
2413
+ },
2414
+ {
2415
+ "x": 1,
2416
+ "y": -9.475,
2417
+ "layer": "bottom",
2418
+ "pointId": "pcb_port_43",
2419
+ "pcb_port_id": "pcb_port_43"
2420
+ }
2421
+ ],
2422
+ "source_trace_id": "source_trace_8"
2423
+ },
2424
+ {
2425
+ "name": "source_trace_9",
2426
+ "pointsToConnect": [
2427
+ {
2428
+ "x": 2.870961999999963,
2429
+ "y": 1.9250640000000203,
2430
+ "layer": "top",
2431
+ "pointId": "pcb_port_77",
2432
+ "pcb_port_id": "pcb_port_77"
2433
+ },
2434
+ {
2435
+ "x": -4.25,
2436
+ "y": -9.725,
2437
+ "layer": "top",
2438
+ "pointId": "pcb_port_42",
2439
+ "pcb_port_id": "pcb_port_42"
2440
+ }
2441
+ ],
2442
+ "source_trace_id": "source_trace_9"
2443
+ },
2444
+ {
2445
+ "name": "source_trace_10",
2446
+ "pointsToConnect": [
2447
+ {
2448
+ "x": -2.870961999999963,
2449
+ "y": 1.9250640000000203,
2450
+ "layer": "top",
2451
+ "pointId": "pcb_port_78",
2452
+ "pcb_port_id": "pcb_port_78"
2453
+ },
2454
+ {
2455
+ "x": -3.25,
2456
+ "y": -9.725,
2457
+ "layer": "top",
2458
+ "pointId": "pcb_port_24",
2459
+ "pcb_port_id": "pcb_port_24"
2460
+ }
2461
+ ],
2462
+ "source_trace_id": "source_trace_10"
2463
+ },
2464
+ {
2465
+ "name": "source_trace_11",
2466
+ "pointsToConnect": [
2467
+ {
2468
+ "x": -2.870961999999963,
2469
+ "y": 1.2750780000000077,
2470
+ "layer": "top",
2471
+ "pointId": "pcb_port_79",
2472
+ "pcb_port_id": "pcb_port_79"
2473
+ },
2474
+ {
2475
+ "x": -3.75,
2476
+ "y": -9.725,
2477
+ "layer": "top",
2478
+ "pointId": "pcb_port_23",
2479
+ "pcb_port_id": "pcb_port_23"
2480
+ }
2481
+ ],
2482
+ "source_trace_id": "source_trace_11"
2483
+ },
2484
+ {
2485
+ "name": "source_trace_12",
2486
+ "pointsToConnect": [
2487
+ {
2488
+ "x": -2.870961999999963,
2489
+ "y": 0.6250919999999953,
2490
+ "layer": "top",
2491
+ "pointId": "pcb_port_80",
2492
+ "pcb_port_id": "pcb_port_80"
2493
+ },
2494
+ {
2495
+ "x": -1.5,
2496
+ "y": -9.475,
2497
+ "layer": "bottom",
2498
+ "pointId": "pcb_port_57",
2499
+ "pcb_port_id": "pcb_port_57"
2500
+ }
2501
+ ],
2502
+ "source_trace_id": "source_trace_12"
2503
+ },
2504
+ {
2505
+ "name": "source_trace_13",
2506
+ "pointsToConnect": [
2507
+ {
2508
+ "x": -2.870961999999963,
2509
+ "y": -0.02489400000001729,
2510
+ "layer": "top",
2511
+ "pointId": "pcb_port_81",
2512
+ "pcb_port_id": "pcb_port_81"
2513
+ },
2514
+ {
2515
+ "x": -2,
2516
+ "y": -9.475,
2517
+ "layer": "bottom",
2518
+ "pointId": "pcb_port_58",
2519
+ "pcb_port_id": "pcb_port_58"
2520
+ }
2521
+ ],
2522
+ "source_trace_id": "source_trace_13"
2523
+ },
2524
+ {
2525
+ "name": "source_trace_14",
2526
+ "pointsToConnect": [
2527
+ {
2528
+ "x": -2.870961999999963,
2529
+ "y": -0.6748799999999162,
2530
+ "layer": "top",
2531
+ "pointId": "pcb_port_82",
2532
+ "pcb_port_id": "pcb_port_82"
2533
+ },
2534
+ {
2535
+ "x": -4.75,
2536
+ "y": -9.725,
2537
+ "layer": "top",
2538
+ "pointId": "pcb_port_39",
2539
+ "pcb_port_id": "pcb_port_39"
2540
+ }
2541
+ ],
2542
+ "source_trace_id": "source_trace_14"
2543
+ },
2544
+ {
2545
+ "name": "source_trace_15",
2546
+ "pointsToConnect": [
2547
+ {
2548
+ "x": -2.870961999999963,
2549
+ "y": -1.3248660000000425,
2550
+ "layer": "top",
2551
+ "pointId": "pcb_port_83",
2552
+ "pcb_port_id": "pcb_port_83"
2553
+ },
2554
+ {
2555
+ "x": -6,
2556
+ "y": -9.475,
2557
+ "layer": "bottom",
2558
+ "pointId": "pcb_port_34",
2559
+ "pcb_port_id": "pcb_port_34"
2560
+ }
2561
+ ],
2562
+ "source_trace_id": "source_trace_15"
2563
+ },
2564
+ {
2565
+ "name": "source_trace_16",
2566
+ "pointsToConnect": [
2567
+ {
2568
+ "x": -2.870961999999963,
2569
+ "y": -1.9751059999999823,
2570
+ "layer": "top",
2571
+ "pointId": "pcb_port_84",
2572
+ "pcb_port_id": "pcb_port_84"
2573
+ },
2574
+ {
2575
+ "x": -6.5,
2576
+ "y": -9.475,
2577
+ "layer": "bottom",
2578
+ "pointId": "pcb_port_35",
2579
+ "pcb_port_id": "pcb_port_35"
2580
+ }
2581
+ ],
2582
+ "source_trace_id": "source_trace_16"
2583
+ },
2584
+ {
2585
+ "name": "source_trace_17",
2586
+ "pointsToConnect": [
2587
+ {
2588
+ "x": -2.870961999999963,
2589
+ "y": -3.2750780000000077,
2590
+ "layer": "top",
2591
+ "pointId": "pcb_port_86",
2592
+ "pcb_port_id": "pcb_port_86"
2593
+ },
2594
+ {
2595
+ "x": -7.75,
2596
+ "y": -9.725,
2597
+ "layer": "top",
2598
+ "pointId": "pcb_port_62",
2599
+ "pcb_port_id": "pcb_port_62"
2600
+ }
2601
+ ],
2602
+ "source_trace_id": "source_trace_17"
2603
+ },
2604
+ {
2605
+ "name": "source_trace_28",
2606
+ "pointsToConnect": [
2607
+ {
2608
+ "x": 9.825,
2609
+ "y": -4,
2610
+ "layer": "top",
2611
+ "pointId": "pcb_port_98",
2612
+ "pcb_port_id": "pcb_port_98"
2613
+ },
2614
+ {
2615
+ "x": 8.825,
2616
+ "y": -7,
2617
+ "layer": "top",
2618
+ "pointId": "pcb_port_99",
2619
+ "pcb_port_id": "pcb_port_99"
2620
+ }
2621
+ ],
2622
+ "source_trace_id": "source_trace_28"
2623
+ },
2624
+ {
2625
+ "name": "source_trace_29",
2626
+ "pointsToConnect": [
2627
+ {
2628
+ "x": 8.825,
2629
+ "y": -7,
2630
+ "layer": "top",
2631
+ "pointId": "pcb_port_99",
2632
+ "pcb_port_id": "pcb_port_99"
2633
+ },
2634
+ {
2635
+ "x": 9.825,
2636
+ "y": -4,
2637
+ "layer": "top",
2638
+ "pointId": "pcb_port_98",
2639
+ "pcb_port_id": "pcb_port_98"
2640
+ }
2641
+ ],
2642
+ "source_trace_id": "source_trace_29"
2643
+ },
2644
+ {
2645
+ "name": "source_net_0",
2646
+ "pointsToConnect": [
2647
+ {
2648
+ "x": -9,
2649
+ "y": -9.475,
2650
+ "layer": "bottom",
2651
+ "pointId": "pcb_port_1",
2652
+ "pcb_port_id": "pcb_port_1"
2653
+ },
2654
+ {
2655
+ "x": 2.870961999999963,
2656
+ "y": 1.2750780000000077,
2657
+ "layer": "top",
2658
+ "pointId": "pcb_port_76",
2659
+ "pcb_port_id": "pcb_port_76"
2660
+ },
2661
+ {
2662
+ "x": 10,
2663
+ "y": 1.825,
2664
+ "layer": "top",
2665
+ "pointId": "pcb_port_93",
2666
+ "pcb_port_id": "pcb_port_93"
2667
+ },
2668
+ {
2669
+ "x": 7,
2670
+ "y": 1.825,
2671
+ "layer": "top",
2672
+ "pointId": "pcb_port_95",
2673
+ "pcb_port_id": "pcb_port_95"
2674
+ },
2675
+ {
2676
+ "x": 8.175,
2677
+ "y": -4,
2678
+ "layer": "top",
2679
+ "pointId": "pcb_port_97",
2680
+ "pcb_port_id": "pcb_port_97"
2681
+ }
2682
+ ]
2683
+ },
2684
+ {
2685
+ "name": "source_net_1",
2686
+ "pointsToConnect": [
2687
+ {
2688
+ "x": 7.75,
2689
+ "y": -9.725,
2690
+ "layer": "top",
2691
+ "pointId": "pcb_port_27",
2692
+ "pcb_port_id": "pcb_port_27"
2693
+ },
2694
+ {
2695
+ "x": 2.870961999999963,
2696
+ "y": -0.024894000000017735,
2697
+ "layer": "top",
2698
+ "pointId": "pcb_port_74",
2699
+ "pcb_port_id": "pcb_port_74"
2700
+ },
2701
+ {
2702
+ "x": -2.08,
2703
+ "y": 5,
2704
+ "layer": "top",
2705
+ "pointId": "pcb_port_88",
2706
+ "pcb_port_id": "pcb_port_88"
2707
+ },
2708
+ {
2709
+ "x": 7,
2710
+ "y": 0.17500000000000004,
2711
+ "layer": "top",
2712
+ "pointId": "pcb_port_96",
2713
+ "pcb_port_id": "pcb_port_96"
2714
+ },
2715
+ {
2716
+ "x": 7.175,
2717
+ "y": -7,
2718
+ "layer": "top",
2719
+ "pointId": "pcb_port_100",
2720
+ "pcb_port_id": "pcb_port_100"
2721
+ }
2722
+ ]
2723
+ },
2724
+ {
2725
+ "name": "source_net_2",
2726
+ "pointsToConnect": [
2727
+ {
2728
+ "x": 2.870961999999963,
2729
+ "y": -3.2750780000000077,
2730
+ "layer": "top",
2731
+ "pointId": "pcb_port_69",
2732
+ "pcb_port_id": "pcb_port_69"
2733
+ },
2734
+ {
2735
+ "x": 5.54,
2736
+ "y": 5,
2737
+ "layer": "top",
2738
+ "pointId": "pcb_port_91",
2739
+ "pcb_port_id": "pcb_port_91"
2740
+ }
2741
+ ]
2742
+ },
2743
+ {
2744
+ "name": "source_net_3",
2745
+ "pointsToConnect": [
2746
+ {
2747
+ "x": 2.870961999999963,
2748
+ "y": -2.625092000000109,
2749
+ "layer": "top",
2750
+ "pointId": "pcb_port_70",
2751
+ "pcb_port_id": "pcb_port_70"
2752
+ },
2753
+ {
2754
+ "x": 8.08,
2755
+ "y": 5,
2756
+ "layer": "top",
2757
+ "pointId": "pcb_port_92",
2758
+ "pcb_port_id": "pcb_port_92"
2759
+ },
2760
+ {
2761
+ "x": 10,
2762
+ "y": 0.17500000000000004,
2763
+ "layer": "top",
2764
+ "pointId": "pcb_port_94",
2765
+ "pcb_port_id": "pcb_port_94"
2766
+ }
2767
+ ]
2768
+ },
2769
+ {
2770
+ "name": "source_net_4",
2771
+ "pointsToConnect": [
2772
+ {
2773
+ "x": 2.870961999999963,
2774
+ "y": -1.9751059999999827,
2775
+ "layer": "top",
2776
+ "pointId": "pcb_port_71",
2777
+ "pcb_port_id": "pcb_port_71"
2778
+ },
2779
+ {
2780
+ "x": 0.45999999999999996,
2781
+ "y": 5,
2782
+ "layer": "top",
2783
+ "pointId": "pcb_port_89",
2784
+ "pcb_port_id": "pcb_port_89"
2785
+ },
2786
+ {
2787
+ "x": 8,
2788
+ "y": -9.475,
2789
+ "layer": "bottom",
2790
+ "pointId": "pcb_port_2",
2791
+ "pcb_port_id": "pcb_port_2"
2792
+ }
2793
+ ]
2794
+ },
2795
+ {
2796
+ "name": "source_net_5",
2797
+ "pointsToConnect": [
2798
+ {
2799
+ "x": -2.870961999999963,
2800
+ "y": -2.625092000000109,
2801
+ "layer": "top",
2802
+ "pointId": "pcb_port_85",
2803
+ "pcb_port_id": "pcb_port_85"
2804
+ },
2805
+ {
2806
+ "x": 3,
2807
+ "y": 5,
2808
+ "layer": "top",
2809
+ "pointId": "pcb_port_90",
2810
+ "pcb_port_id": "pcb_port_90"
2811
+ },
2812
+ {
2813
+ "x": 3.75,
2814
+ "y": -9.725,
2815
+ "layer": "top",
2816
+ "pointId": "pcb_port_13",
2817
+ "pcb_port_id": "pcb_port_13"
2818
+ }
2819
+ ]
2820
+ }
2821
+ ],
2822
+ "minTraceWidth": 0.15
2823
+ },
2824
+ "circuit_json": null,
2825
+ "subcircuit_id": null,
2826
+ "created_at": "2025-10-07T21:14:03.112Z"
2827
+ }