@tscircuit/schematic-trace-solver 0.0.191 → 0.0.193

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 (49) hide show
  1. package/dist/index.js +21 -10
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +12 -6
  3. package/lib/solvers/UnroutedTraceRecoverySolver/UnroutedTraceRecoverySolver.ts +10 -2
  4. package/package.json +1 -1
  5. package/site/SchematicTracePipelineSolver/repro173-boost-drv8711-ground-label-overlap.page.tsx +7 -0
  6. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
  7. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  8. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  9. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  11. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  13. package/tests/bug-reports/bug-report-20260907T083336Z/__snapshots__/bug-report-20260907T083336Z.snap.svg +2 -2
  14. package/tests/examples/__snapshots__/example08.snap.svg +29 -29
  15. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  16. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  17. package/tests/examples/__snapshots__/example32.snap.svg +2 -2
  18. package/tests/examples/__snapshots__/example46.snap.svg +12 -21
  19. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  20. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  21. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  22. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  23. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  24. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +2 -2
  25. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  26. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  27. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +17 -17
  28. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  29. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +2 -2
  30. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  31. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +89 -98
  32. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  33. package/tests/repros/__snapshots__/repro-repeated-power-rail-junctions.snap.svg +2 -2
  34. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  35. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  36. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  37. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  38. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  39. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  40. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  41. package/tests/repros/__snapshots__/repro173-boost-drv8711-ground-label-overlap.snap.svg +307 -0
  42. package/tests/repros/__snapshots__/rtc-imu-microsd-section.snap.svg +286 -0
  43. package/tests/repros/assets/repro173-boost-drv8711-ground-label-overlap.input.json +865 -0
  44. package/tests/repros/assets/rtc-imu-microsd-section.input.json +894 -0
  45. package/tests/repros/repro-pmp11282-isolated-dcdc.test.ts +10 -3
  46. package/tests/repros/repro173-boost-drv8711-ground-label-overlap.test.ts +41 -0
  47. package/tests/repros/rtc-imu-microsd-section.test.ts +28 -0
  48. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +45 -0
  49. package/tests/solvers/UnroutedTraceRecoverySolver/local-elbow-obstacles.test.ts +1 -1
@@ -0,0 +1,865 @@
1
+ {
2
+ "chips": [
3
+ {
4
+ "chipId": "schematic_component_1",
5
+ "center": {
6
+ "x": -8.1,
7
+ "y": 3
8
+ },
9
+ "width": 2.6000000000000014,
10
+ "height": 1.7999999999999998,
11
+ "pins": [
12
+ {
13
+ "pinId": "schematic_port_39",
14
+ "displayName": "S1",
15
+ "x": -9.4,
16
+ "y": 3.3
17
+ },
18
+ {
19
+ "pinId": "schematic_port_40",
20
+ "displayName": "G1",
21
+ "x": -9.4,
22
+ "y": 3.1
23
+ },
24
+ {
25
+ "pinId": "schematic_port_41",
26
+ "displayName": "S2",
27
+ "x": -9.4,
28
+ "y": 2.9
29
+ },
30
+ {
31
+ "pinId": "schematic_port_42",
32
+ "displayName": "G2",
33
+ "x": -9.4,
34
+ "y": 2.7
35
+ },
36
+ {
37
+ "pinId": "schematic_port_43",
38
+ "displayName": "D21",
39
+ "x": -6.799999999999999,
40
+ "y": 2.7
41
+ },
42
+ {
43
+ "pinId": "schematic_port_44",
44
+ "displayName": "D22",
45
+ "x": -6.799999999999999,
46
+ "y": 2.9
47
+ },
48
+ {
49
+ "pinId": "schematic_port_45",
50
+ "displayName": "D11",
51
+ "x": -6.799999999999999,
52
+ "y": 3.1
53
+ },
54
+ {
55
+ "pinId": "schematic_port_46",
56
+ "displayName": "D12",
57
+ "x": -6.799999999999999,
58
+ "y": 3.3
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "chipId": "schematic_component_2",
64
+ "center": {
65
+ "x": -2.7,
66
+ "y": 3
67
+ },
68
+ "width": 2.6,
69
+ "height": 1.7999999999999998,
70
+ "pins": [
71
+ {
72
+ "pinId": "schematic_port_47",
73
+ "displayName": "S1",
74
+ "x": -4,
75
+ "y": 3.3
76
+ },
77
+ {
78
+ "pinId": "schematic_port_48",
79
+ "displayName": "G1",
80
+ "x": -4,
81
+ "y": 3.1
82
+ },
83
+ {
84
+ "pinId": "schematic_port_49",
85
+ "displayName": "S2",
86
+ "x": -4,
87
+ "y": 2.9
88
+ },
89
+ {
90
+ "pinId": "schematic_port_50",
91
+ "displayName": "G2",
92
+ "x": -4,
93
+ "y": 2.7
94
+ },
95
+ {
96
+ "pinId": "schematic_port_51",
97
+ "displayName": "D21",
98
+ "x": -1.4000000000000001,
99
+ "y": 2.7
100
+ },
101
+ {
102
+ "pinId": "schematic_port_52",
103
+ "displayName": "D22",
104
+ "x": -1.4000000000000001,
105
+ "y": 2.9
106
+ },
107
+ {
108
+ "pinId": "schematic_port_53",
109
+ "displayName": "D11",
110
+ "x": -1.4000000000000001,
111
+ "y": 3.1
112
+ },
113
+ {
114
+ "pinId": "schematic_port_54",
115
+ "displayName": "D12",
116
+ "x": -1.4000000000000001,
117
+ "y": 3.3
118
+ }
119
+ ]
120
+ },
121
+ {
122
+ "chipId": "schematic_component_3",
123
+ "center": {
124
+ "x": 2.7,
125
+ "y": 3
126
+ },
127
+ "width": 2.6,
128
+ "height": 1.7999999999999998,
129
+ "pins": [
130
+ {
131
+ "pinId": "schematic_port_55",
132
+ "displayName": "S1",
133
+ "x": 1.4000000000000001,
134
+ "y": 3.3
135
+ },
136
+ {
137
+ "pinId": "schematic_port_56",
138
+ "displayName": "G1",
139
+ "x": 1.4000000000000001,
140
+ "y": 3.1
141
+ },
142
+ {
143
+ "pinId": "schematic_port_57",
144
+ "displayName": "S2",
145
+ "x": 1.4000000000000001,
146
+ "y": 2.9
147
+ },
148
+ {
149
+ "pinId": "schematic_port_58",
150
+ "displayName": "G2",
151
+ "x": 1.4000000000000001,
152
+ "y": 2.7
153
+ },
154
+ {
155
+ "pinId": "schematic_port_59",
156
+ "displayName": "D21",
157
+ "x": 4,
158
+ "y": 2.7
159
+ },
160
+ {
161
+ "pinId": "schematic_port_60",
162
+ "displayName": "D22",
163
+ "x": 4,
164
+ "y": 2.9
165
+ },
166
+ {
167
+ "pinId": "schematic_port_61",
168
+ "displayName": "D11",
169
+ "x": 4,
170
+ "y": 3.1
171
+ },
172
+ {
173
+ "pinId": "schematic_port_62",
174
+ "displayName": "D12",
175
+ "x": 4,
176
+ "y": 3.3
177
+ }
178
+ ]
179
+ },
180
+ {
181
+ "chipId": "schematic_component_4",
182
+ "center": {
183
+ "x": 8.1,
184
+ "y": 3
185
+ },
186
+ "width": 2.6000000000000014,
187
+ "height": 1.7999999999999998,
188
+ "pins": [
189
+ {
190
+ "pinId": "schematic_port_63",
191
+ "displayName": "S1",
192
+ "x": 6.799999999999999,
193
+ "y": 3.3
194
+ },
195
+ {
196
+ "pinId": "schematic_port_64",
197
+ "displayName": "G1",
198
+ "x": 6.799999999999999,
199
+ "y": 3.1
200
+ },
201
+ {
202
+ "pinId": "schematic_port_65",
203
+ "displayName": "S2",
204
+ "x": 6.799999999999999,
205
+ "y": 2.9
206
+ },
207
+ {
208
+ "pinId": "schematic_port_66",
209
+ "displayName": "G2",
210
+ "x": 6.799999999999999,
211
+ "y": 2.7
212
+ },
213
+ {
214
+ "pinId": "schematic_port_67",
215
+ "displayName": "D21",
216
+ "x": 9.4,
217
+ "y": 2.7
218
+ },
219
+ {
220
+ "pinId": "schematic_port_68",
221
+ "displayName": "D22",
222
+ "x": 9.4,
223
+ "y": 2.9
224
+ },
225
+ {
226
+ "pinId": "schematic_port_69",
227
+ "displayName": "D11",
228
+ "x": 9.4,
229
+ "y": 3.1
230
+ },
231
+ {
232
+ "pinId": "schematic_port_70",
233
+ "displayName": "D12",
234
+ "x": 9.4,
235
+ "y": 3.3
236
+ }
237
+ ]
238
+ },
239
+ {
240
+ "chipId": "schematic_component_5",
241
+ "center": {
242
+ "x": -7,
243
+ "y": -3
244
+ },
245
+ "width": 2.1999999999999993,
246
+ "height": 0.40000000000000036,
247
+ "pins": [
248
+ {
249
+ "pinId": "schematic_port_71",
250
+ "displayName": "GND",
251
+ "x": -8.1,
252
+ "y": -3
253
+ },
254
+ {
255
+ "pinId": "schematic_port_72",
256
+ "displayName": "VM",
257
+ "x": -5.9,
258
+ "y": -3
259
+ }
260
+ ]
261
+ },
262
+ {
263
+ "chipId": "schematic_component_6",
264
+ "center": {
265
+ "x": 0,
266
+ "y": 5.5
267
+ },
268
+ "width": 3.8,
269
+ "height": 0.5999999999999996,
270
+ "pins": [
271
+ {
272
+ "pinId": "schematic_port_73",
273
+ "displayName": "BOUT2",
274
+ "x": -1.9,
275
+ "y": 5.6
276
+ },
277
+ {
278
+ "pinId": "schematic_port_74",
279
+ "displayName": "BOUT1",
280
+ "x": -1.9,
281
+ "y": 5.4
282
+ },
283
+ {
284
+ "pinId": "schematic_port_75",
285
+ "displayName": "AOUT2",
286
+ "x": 1.9,
287
+ "y": 5.6
288
+ },
289
+ {
290
+ "pinId": "schematic_port_76",
291
+ "displayName": "AOUT1",
292
+ "x": 1.9,
293
+ "y": 5.4
294
+ }
295
+ ]
296
+ },
297
+ {
298
+ "chipId": "schematic_component_7",
299
+ "center": {
300
+ "x": -4.5,
301
+ "y": -3
302
+ },
303
+ "width": 0.5999999999999996,
304
+ "height": 0.8400000000000007,
305
+ "pins": [
306
+ {
307
+ "pinId": "schematic_port_77",
308
+ "displayName": "pos",
309
+ "x": -4.8,
310
+ "y": -3,
311
+ "_facingDirection": "x-"
312
+ },
313
+ {
314
+ "pinId": "schematic_port_78",
315
+ "displayName": "neg",
316
+ "x": -4.2,
317
+ "y": -3,
318
+ "_facingDirection": "x+"
319
+ }
320
+ ],
321
+ "symbolName": "capacitor_right"
322
+ },
323
+ {
324
+ "chipId": "schematic_component_8",
325
+ "center": {
326
+ "x": -1.4275,
327
+ "y": -3
328
+ },
329
+ "width": 1.045,
330
+ "height": 0.7600000000000007,
331
+ "pins": [
332
+ {
333
+ "pinId": "schematic_port_79",
334
+ "displayName": "1",
335
+ "x": -1.5,
336
+ "y": -2.6199999999999997,
337
+ "_facingDirection": "y+"
338
+ },
339
+ {
340
+ "pinId": "schematic_port_80",
341
+ "displayName": "2",
342
+ "x": -1.5,
343
+ "y": -3.3800000000000003,
344
+ "_facingDirection": "y-"
345
+ }
346
+ ],
347
+ "symbolName": "capacitor_down"
348
+ },
349
+ {
350
+ "chipId": "schematic_component_9",
351
+ "center": {
352
+ "x": 1.5125000000000002,
353
+ "y": -3
354
+ },
355
+ "width": 0.925,
356
+ "height": 0.7600000000000007,
357
+ "pins": [
358
+ {
359
+ "pinId": "schematic_port_81",
360
+ "displayName": "1",
361
+ "x": 1.5,
362
+ "y": -2.6199999999999997,
363
+ "_facingDirection": "y+"
364
+ },
365
+ {
366
+ "pinId": "schematic_port_82",
367
+ "displayName": "2",
368
+ "x": 1.5,
369
+ "y": -3.3800000000000003,
370
+ "_facingDirection": "y-"
371
+ }
372
+ ],
373
+ "symbolName": "capacitor_down"
374
+ },
375
+ {
376
+ "chipId": "schematic_component_10",
377
+ "center": {
378
+ "x": -2.4050000000000002,
379
+ "y": 0
380
+ },
381
+ "width": 1.0900000000000003,
382
+ "height": 0.6,
383
+ "pins": [
384
+ {
385
+ "pinId": "schematic_port_83",
386
+ "displayName": "anode",
387
+ "x": -2.5,
388
+ "y": -0.3,
389
+ "_facingDirection": "y-"
390
+ },
391
+ {
392
+ "pinId": "schematic_port_84",
393
+ "displayName": "cathode",
394
+ "x": -2.5,
395
+ "y": 0.3,
396
+ "_facingDirection": "y+"
397
+ }
398
+ ],
399
+ "symbolName": "boxresistor_up"
400
+ },
401
+ {
402
+ "chipId": "schematic_component_11",
403
+ "center": {
404
+ "x": 2.5949999999999998,
405
+ "y": 0
406
+ },
407
+ "width": 1.0900000000000003,
408
+ "height": 0.6,
409
+ "pins": [
410
+ {
411
+ "pinId": "schematic_port_85",
412
+ "displayName": "anode",
413
+ "x": 2.5,
414
+ "y": -0.3,
415
+ "_facingDirection": "y-"
416
+ },
417
+ {
418
+ "pinId": "schematic_port_86",
419
+ "displayName": "cathode",
420
+ "x": 2.5,
421
+ "y": 0.3,
422
+ "_facingDirection": "y+"
423
+ }
424
+ ],
425
+ "symbolName": "boxresistor_up"
426
+ },
427
+ {
428
+ "chipId": "schematic_component_12",
429
+ "center": {
430
+ "x": -5,
431
+ "y": 0
432
+ },
433
+ "width": 0.40000000000000036,
434
+ "height": 0.4,
435
+ "pins": []
436
+ },
437
+ {
438
+ "chipId": "schematic_component_13",
439
+ "center": {
440
+ "x": 5,
441
+ "y": 0
442
+ },
443
+ "width": 0.40000000000000036,
444
+ "height": 0.4,
445
+ "pins": []
446
+ },
447
+ {
448
+ "chipId": "schematic_component_14",
449
+ "center": {
450
+ "x": -7.5,
451
+ "y": 0
452
+ },
453
+ "width": 0.40000000000000036,
454
+ "height": 0.4,
455
+ "pins": []
456
+ },
457
+ {
458
+ "chipId": "schematic_component_15",
459
+ "center": {
460
+ "x": 7.5,
461
+ "y": 0
462
+ },
463
+ "width": 0.40000000000000036,
464
+ "height": 0.4,
465
+ "pins": []
466
+ }
467
+ ],
468
+ "directConnections": [],
469
+ "netConnections": [
470
+ {
471
+ "netId": "source_connectivity_source_port_35",
472
+ "netLabelText": "U1_A1HS",
473
+ "netLabelWidth": 0.96,
474
+ "pinIds": [
475
+ "schematic_port_40"
476
+ ]
477
+ },
478
+ {
479
+ "netId": "source_connectivity_source_port_34",
480
+ "netLabelText": "U1_A1LS",
481
+ "netLabelWidth": 0.96,
482
+ "pinIds": [
483
+ "schematic_port_42"
484
+ ]
485
+ },
486
+ {
487
+ "netId": "source_connectivity_source_port_31",
488
+ "netLabelText": "U1_A2LS",
489
+ "netLabelWidth": 0.96,
490
+ "pinIds": [
491
+ "schematic_port_48"
492
+ ]
493
+ },
494
+ {
495
+ "netId": "source_connectivity_source_port_30",
496
+ "netLabelText": "U1_A2HS",
497
+ "netLabelWidth": 0.96,
498
+ "pinIds": [
499
+ "schematic_port_50"
500
+ ]
501
+ },
502
+ {
503
+ "netId": "source_connectivity_source_port_26",
504
+ "netLabelText": "U1_B1HS",
505
+ "netLabelWidth": 0.96,
506
+ "pinIds": [
507
+ "schematic_port_56"
508
+ ]
509
+ },
510
+ {
511
+ "netId": "source_connectivity_source_port_25",
512
+ "netLabelText": "U1_B1LS",
513
+ "netLabelWidth": 0.96,
514
+ "pinIds": [
515
+ "schematic_port_58"
516
+ ]
517
+ },
518
+ {
519
+ "netId": "source_connectivity_source_port_22",
520
+ "netLabelText": "U1_B2LS",
521
+ "netLabelWidth": 0.96,
522
+ "pinIds": [
523
+ "schematic_port_64"
524
+ ]
525
+ },
526
+ {
527
+ "netId": "source_connectivity_source_port_21",
528
+ "netLabelText": "U1_B2HS",
529
+ "netLabelWidth": 0.96,
530
+ "pinIds": [
531
+ "schematic_port_66"
532
+ ]
533
+ },
534
+ {
535
+ "netId": "AOUT1",
536
+ "isGround": false,
537
+ "netLabelWidth": 0.72,
538
+ "anchoredNetLabelWidth": 0.72,
539
+ "allowInlineNetLabel": true,
540
+ "inlineNetLabelHeight": 0.12,
541
+ "inlineNetLabelWidth": 0.48,
542
+ "pinIds": [
543
+ "schematic_port_39",
544
+ "schematic_port_43",
545
+ "schematic_port_44",
546
+ "schematic_port_76"
547
+ ],
548
+ "netLabelText": "AOUT1"
549
+ },
550
+ {
551
+ "netId": "GND_A",
552
+ "isGround": true,
553
+ "netLabelWidth": 0.42,
554
+ "netLabelHeight": 0.72,
555
+ "pinIds": [
556
+ "schematic_port_41",
557
+ "schematic_port_47",
558
+ "schematic_port_84"
559
+ ],
560
+ "netLabelText": "GND_A"
561
+ },
562
+ {
563
+ "netId": "VM",
564
+ "isGround": false,
565
+ "netLabelWidth": 0.42,
566
+ "netLabelHeight": 0.36,
567
+ "pinIds": [
568
+ "schematic_port_45",
569
+ "schematic_port_46",
570
+ "schematic_port_51",
571
+ "schematic_port_52",
572
+ "schematic_port_61",
573
+ "schematic_port_62",
574
+ "schematic_port_67",
575
+ "schematic_port_68",
576
+ "schematic_port_72",
577
+ "schematic_port_77",
578
+ "schematic_port_79",
579
+ "schematic_port_81"
580
+ ],
581
+ "netLabelText": "VM"
582
+ },
583
+ {
584
+ "netId": "AOUT2",
585
+ "isGround": false,
586
+ "netLabelWidth": 0.72,
587
+ "anchoredNetLabelWidth": 0.72,
588
+ "allowInlineNetLabel": true,
589
+ "inlineNetLabelHeight": 0.12,
590
+ "inlineNetLabelWidth": 0.48,
591
+ "pinIds": [
592
+ "schematic_port_49",
593
+ "schematic_port_53",
594
+ "schematic_port_54",
595
+ "schematic_port_75"
596
+ ],
597
+ "netLabelText": "AOUT2"
598
+ },
599
+ {
600
+ "netId": "BOUT1",
601
+ "isGround": false,
602
+ "netLabelWidth": 0.72,
603
+ "anchoredNetLabelWidth": 0.72,
604
+ "allowInlineNetLabel": true,
605
+ "inlineNetLabelHeight": 0.12,
606
+ "inlineNetLabelWidth": 0.48,
607
+ "pinIds": [
608
+ "schematic_port_55",
609
+ "schematic_port_59",
610
+ "schematic_port_60",
611
+ "schematic_port_74"
612
+ ],
613
+ "netLabelText": "BOUT1"
614
+ },
615
+ {
616
+ "netId": "GND_B",
617
+ "isGround": true,
618
+ "netLabelWidth": 0.42,
619
+ "netLabelHeight": 0.72,
620
+ "pinIds": [
621
+ "schematic_port_57",
622
+ "schematic_port_63",
623
+ "schematic_port_86"
624
+ ],
625
+ "netLabelText": "GND_B"
626
+ },
627
+ {
628
+ "netId": "BOUT2",
629
+ "isGround": false,
630
+ "netLabelWidth": 0.72,
631
+ "anchoredNetLabelWidth": 0.72,
632
+ "allowInlineNetLabel": true,
633
+ "inlineNetLabelHeight": 0.12,
634
+ "inlineNetLabelWidth": 0.48,
635
+ "pinIds": [
636
+ "schematic_port_65",
637
+ "schematic_port_69",
638
+ "schematic_port_70",
639
+ "schematic_port_73"
640
+ ],
641
+ "netLabelText": "BOUT2"
642
+ },
643
+ {
644
+ "netId": "GND",
645
+ "isGround": true,
646
+ "netLabelWidth": 0.42,
647
+ "netLabelHeight": 0.48,
648
+ "pinIds": [
649
+ "schematic_port_71",
650
+ "schematic_port_78",
651
+ "schematic_port_80",
652
+ "schematic_port_82",
653
+ "schematic_port_83",
654
+ "schematic_port_85"
655
+ ],
656
+ "netLabelText": "GND"
657
+ }
658
+ ],
659
+ "textBoxes": [
660
+ {
661
+ "chipId": "schematic_component_1",
662
+ "center": {
663
+ "x": -8.4,
664
+ "y": 1.9700000000000002
665
+ },
666
+ "width": 1.2000000000000002,
667
+ "height": 0.17999999999999994,
668
+ "text": "CSD88537ND"
669
+ },
670
+ {
671
+ "chipId": "schematic_component_1",
672
+ "center": {
673
+ "x": -8.879999999999999,
674
+ "y": 4.015
675
+ },
676
+ "width": 0.3600000000000012,
677
+ "height": 0.24999999999999956,
678
+ "text": "Q1"
679
+ },
680
+ {
681
+ "chipId": "schematic_component_2",
682
+ "center": {
683
+ "x": -3,
684
+ "y": 1.9700000000000002
685
+ },
686
+ "width": 1.1999999999999997,
687
+ "height": 0.17999999999999994,
688
+ "text": "CSD88537ND"
689
+ },
690
+ {
691
+ "chipId": "schematic_component_2",
692
+ "center": {
693
+ "x": -3.4800000000000004,
694
+ "y": 4.015
695
+ },
696
+ "width": 0.3599999999999999,
697
+ "height": 0.24999999999999956,
698
+ "text": "Q2"
699
+ },
700
+ {
701
+ "chipId": "schematic_component_3",
702
+ "center": {
703
+ "x": 2.4000000000000004,
704
+ "y": 1.9700000000000002
705
+ },
706
+ "width": 1.1999999999999997,
707
+ "height": 0.17999999999999994,
708
+ "text": "CSD88537ND"
709
+ },
710
+ {
711
+ "chipId": "schematic_component_3",
712
+ "center": {
713
+ "x": 1.9200000000000002,
714
+ "y": 4.015
715
+ },
716
+ "width": 0.3599999999999999,
717
+ "height": 0.24999999999999956,
718
+ "text": "Q3"
719
+ },
720
+ {
721
+ "chipId": "schematic_component_4",
722
+ "center": {
723
+ "x": 7.799999999999999,
724
+ "y": 1.9700000000000002
725
+ },
726
+ "width": 1.1999999999999993,
727
+ "height": 0.17999999999999994,
728
+ "text": "CSD88537ND"
729
+ },
730
+ {
731
+ "chipId": "schematic_component_4",
732
+ "center": {
733
+ "x": 7.319999999999999,
734
+ "y": 4.015
735
+ },
736
+ "width": 0.35999999999999943,
737
+ "height": 0.24999999999999956,
738
+ "text": "Q4"
739
+ },
740
+ {
741
+ "chipId": "schematic_component_5",
742
+ "center": {
743
+ "x": -7.58,
744
+ "y": -2.6849999999999996
745
+ },
746
+ "width": 0.35999999999999943,
747
+ "height": 0.24999999999999956,
748
+ "text": "J5"
749
+ },
750
+ {
751
+ "chipId": "schematic_component_6",
752
+ "center": {
753
+ "x": -1.38,
754
+ "y": 5.914999999999999
755
+ },
756
+ "width": 0.3600000000000001,
757
+ "height": 0.2499999999999991,
758
+ "text": "J6"
759
+ },
760
+ {
761
+ "chipId": "schematic_component_12",
762
+ "center": {
763
+ "x": -5.02,
764
+ "y": 0.315
765
+ },
766
+ "width": 0.47999999999999954,
767
+ "height": 0.25,
768
+ "text": "NT1"
769
+ },
770
+ {
771
+ "chipId": "schematic_component_13",
772
+ "center": {
773
+ "x": 4.98,
774
+ "y": 0.315
775
+ },
776
+ "width": 0.47999999999999954,
777
+ "height": 0.25,
778
+ "text": "NT2"
779
+ },
780
+ {
781
+ "chipId": "schematic_component_14",
782
+ "center": {
783
+ "x": -7.52,
784
+ "y": 0.315
785
+ },
786
+ "width": 0.47999999999999954,
787
+ "height": 0.25,
788
+ "text": "NT3"
789
+ },
790
+ {
791
+ "chipId": "schematic_component_15",
792
+ "center": {
793
+ "x": 7.48,
794
+ "y": 0.315
795
+ },
796
+ "width": 0.47999999999999954,
797
+ "height": 0.25,
798
+ "text": "NT4"
799
+ }
800
+ ],
801
+ "availableNetLabelOrientations": {
802
+ "VM": [
803
+ "y+"
804
+ ],
805
+ "GND": [
806
+ "y-"
807
+ ],
808
+ "AOUT1": [
809
+ "x-",
810
+ "x+"
811
+ ],
812
+ "AOUT2": [
813
+ "x-",
814
+ "x+"
815
+ ],
816
+ "BOUT1": [
817
+ "x-",
818
+ "x+"
819
+ ],
820
+ "BOUT2": [
821
+ "x-",
822
+ "x+"
823
+ ],
824
+ "GND_A": [
825
+ "y-"
826
+ ],
827
+ "GND_B": [
828
+ "y-"
829
+ ],
830
+ "source_connectivity_source_port_35": [
831
+ "x-",
832
+ "x+"
833
+ ],
834
+ "source_connectivity_source_port_34": [
835
+ "x-",
836
+ "x+"
837
+ ],
838
+ "source_connectivity_source_port_31": [
839
+ "x-",
840
+ "x+"
841
+ ],
842
+ "source_connectivity_source_port_30": [
843
+ "x-",
844
+ "x+"
845
+ ],
846
+ "source_connectivity_source_port_26": [
847
+ "x-",
848
+ "x+"
849
+ ],
850
+ "source_connectivity_source_port_25": [
851
+ "x-",
852
+ "x+"
853
+ ],
854
+ "source_connectivity_source_port_22": [
855
+ "x-",
856
+ "x+"
857
+ ],
858
+ "source_connectivity_source_port_21": [
859
+ "x-",
860
+ "x+"
861
+ ]
862
+ },
863
+ "maxMspPairDistance": 2.4,
864
+ "_hideRatsNet": false
865
+ }