@tscircuit/schematic-trace-solver 0.0.179 → 0.0.181

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 (142) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +88 -11
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +63 -4
  4. package/lib/solvers/AvailableNetOrientationSolver/traces.ts +36 -0
  5. package/lib/solvers/AvailableNetOrientationSolver/types.ts +1 -0
  6. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +29 -11
  7. package/package.json +1 -1
  8. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -114
  9. package/tests/bug-reports/bug-report-20260706T213649Z/bug-report-20260706T213649Z.json +1 -0
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +3 -94
  11. package/tests/bug-reports/bug-report-20260706T220324Z/bug-report-20260706T220324Z.json +1 -0
  12. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +533 -578
  13. package/tests/bug-reports/bug-report-20260707T092615Z/bug-report-20260707T092615Z.json +1 -0
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -37
  15. package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.json +1 -0
  16. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +4 -25
  17. package/tests/bug-reports/bug-report-20260707T134722Z/bug-report-20260707T134722Z.json +1 -0
  18. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +1 -50
  19. package/tests/bug-reports/bug-report-20260707T140410Z/bug-report-20260707T140410Z.json +1 -0
  20. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +1 -15
  21. package/tests/bug-reports/bug-report-20260707T141025Z/bug-report-20260707T141025Z.json +1 -0
  22. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +5 -33
  23. package/tests/bug-reports/bug-report-20260707T141421Z/bug-report-20260707T141421Z.json +1 -0
  24. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +1 -15
  25. package/tests/bug-reports/bug-report-20260707T230831Z/bug-report-20260707T230831Z.json +1 -0
  26. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +65 -79
  27. package/tests/bug-reports/bug-report-20260708T055430Z/bug-report-20260708T055430Z.json +1 -0
  28. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +1 -15
  29. package/tests/bug-reports/bug-report-20260708T095725Z/bug-report-20260708T095725Z.json +1 -0
  30. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +1 -43
  31. package/tests/bug-reports/bug-report-20260716T144856Z/bug-report-20260716T144856Z.json +1 -0
  32. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -30
  33. package/tests/bug-reports/bug-report-20260717T022934Z/bug-report-20260717T022934Z.json +1 -0
  34. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +1 -8
  35. package/tests/bug-reports/bug-report-20260717T031704Z/bug-report-20260717T031704Z.json +1 -0
  36. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +1 -92
  37. package/tests/bug-reports/bug-report-20260721T221026Z/bug-report-20260721T221026Z.json +1 -0
  38. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -29
  39. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.json +1 -0
  40. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +1 -22
  41. package/tests/bug-reports/bug-report-20260728T225606Z/bug-report-20260728T225606Z.json +1 -0
  42. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +1 -8
  43. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.json +1 -0
  44. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +1 -36
  45. package/tests/bug-reports/bug-report-20260804T095800Z/bug-report-20260804T095800Z.json +1 -0
  46. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -121
  47. package/tests/bug-reports/bug-report-20260804T171919Z/bug-report-20260804T171919Z.json +1 -0
  48. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +1 -8
  49. package/tests/bug-reports/bug-report-20260804T225912Z/bug-report-20260804T225912Z.json +1 -0
  50. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +1 -15
  51. package/tests/bug-reports/bug-report-20260805T061316Z/bug-report-20260805T061316Z.json +1 -0
  52. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +1 -15
  53. package/tests/bug-reports/bug-report-20260806T061548Z/bug-report-20260806T061548Z.json +1 -0
  54. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +1 -22
  55. package/tests/bug-reports/bug-report-20260806T093501Z/bug-report-20260806T093501Z.json +1 -0
  56. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -8
  57. package/tests/bug-reports/bug-report-20260811T075142Z/bug-report-20260811T075142Z.json +1 -0
  58. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +1 -22
  59. package/tests/bug-reports/bug-report-20260815T073240Z/bug-report-20260815T073240Z.json +1 -0
  60. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -15
  61. package/tests/bug-reports/bug-report-20260819T091818Z/bug-report-20260819T091818Z.json +1 -0
  62. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +1 -29
  63. package/tests/bug-reports/bug-report-20260825T103621Z/bug-report-20260825T103621Z.json +1 -0
  64. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +31 -95
  65. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.json +1 -0
  66. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +1 -113
  67. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +1 -29
  68. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +64 -56
  69. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +1 -15
  70. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +1 -22
  71. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +185 -186
  72. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +1 -15
  73. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +1 -15
  74. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +126 -0
  75. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +1 -29
  76. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +1 -8
  77. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +1 -15
  78. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +1 -8
  79. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +545 -0
  80. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +1 -22
  81. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  82. package/tests/repros/__snapshots__/repro-mcp73831-charger-traces.snap.svg +131 -0
  83. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +1 -15
  84. package/tests/repros/__snapshots__/repro-mouse-switch-ground-unnecessary-jog.snap.svg +83 -0
  85. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +1 -29
  86. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +1 -8
  87. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +1 -29
  88. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +1 -29
  90. package/tests/repros/__snapshots__/repro-rf1-unnecessary-dogleg.snap.svg +72 -0
  91. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +1 -8
  92. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +1 -8
  93. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +4 -4
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +1 -8
  95. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +991 -1091
  96. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +1 -15
  98. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +1 -22
  99. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +1 -15
  100. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +65 -79
  101. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +1 -8
  102. package/tests/repros/assets/board-1273-trace-overlap-cycle.input.json +1 -0
  103. package/tests/repros/assets/board-15984-schematic-trace-input.json +1 -0
  104. package/tests/repros/assets/bugreport-001-gnd-overlap.input.json +1 -0
  105. package/tests/repros/assets/repro-atmega328p-fault-pullup.input.json +1 -0
  106. package/tests/repros/assets/repro-atmega328p-missing-gnd-netlabel.input.json +1 -0
  107. package/tests/repros/assets/repro-board-589-regulator-section.input.json +1 -0
  108. package/tests/repros/assets/repro-board-648-esp12f-section.input.json +1 -0
  109. package/tests/repros/assets/repro-board-8090-power-section.input.json +322 -0
  110. package/tests/repros/assets/repro-bq24074-battery-charger.input.json +1 -0
  111. package/tests/repros/assets/repro-bq25895-cross-net-trace-overlap.input.json +1 -0
  112. package/tests/repros/assets/repro-cc2340r5.input.json +1 -0
  113. package/tests/repros/assets/repro-example35-minimize-trace-crossing.input.json +1 -0
  114. package/tests/repros/assets/repro-hub-usb-sheet.input.json +3967 -0
  115. package/tests/repros/assets/repro-ina237-current-monitor.input.json +1 -0
  116. package/tests/repros/assets/repro-mcp73831-charger-traces.input.json +256 -0
  117. package/tests/repros/assets/repro-missing-trace-netlabel.input.json +1 -0
  118. package/tests/repros/assets/repro-mouse-switch-ground-unnecessary-jog.input.json +158 -0
  119. package/tests/repros/assets/repro-mspm0l1306-capacitor-symmetry.input.json +1 -0
  120. package/tests/repros/assets/repro-netlabel-connector-through-label.input.json +1 -0
  121. package/tests/repros/assets/repro-netlabel-overlap-trace.input.json +1 -0
  122. package/tests/repros/assets/repro-nrf52810-clock-routing.input.json +1 -0
  123. package/tests/repros/assets/repro-powerbank-3v-system-power.input.json +1 -0
  124. package/tests/repros/assets/repro-rf1-unnecessary-dogleg.input.json +90 -0
  125. package/tests/repros/assets/repro-rp2040-gamepad-trace-alignment.input.json +1 -0
  126. package/tests/repros/assets/repro-rp2040-usb-cc2-ground-overlap.input.json +1 -0
  127. package/tests/repros/assets/repro-tps61222-trace-intersection.input.json +1 -0
  128. package/tests/repros/assets/repro-usb-power-vbus-label-detour.input.json +1 -0
  129. package/tests/repros/assets/repro126-trace-overlap-box-resistor.input.json +1 -0
  130. package/tests/repros/assets/repro161-power-section-autolayout.input.json +1 -0
  131. package/tests/repros/assets/repro48-555-timer-vcc-rail-label.input.json +1 -0
  132. package/tests/repros/assets/repro51-overlap-junction-crossing.input.json +1 -0
  133. package/tests/repros/assets/small-variant-resistor-facing-direction.input.json +1 -0
  134. package/tests/repros/board1096-usb-label-overlap-iteration.json +1 -0
  135. package/tests/repros/board1096-usb-label-overlap-iteration.test.ts +1 -1
  136. package/tests/repros/repro-battery-management-bq24073.test.ts +17 -0
  137. package/tests/repros/repro-board-8090-power-section.test.ts +18 -0
  138. package/tests/repros/repro-hub-usb-sheet.test.ts +56 -0
  139. package/tests/repros/repro-mcp73831-charger-traces.test.ts +16 -0
  140. package/tests/repros/repro-mouse-switch-ground-unnecessary-jog.test.ts +15 -0
  141. package/tests/repros/repro-rf1-unnecessary-dogleg.test.ts +15 -0
  142. package/tests/repros/repro-smartwatch-power-sheet.test.ts +31 -5
@@ -508,133 +508,14 @@ orientation: y-" data-x="11.141249999999998" data-y="-4.920259749999999" cx="463
508
508
  L 921.3055677424537,643.453923549874
509
509
  L 931.2252021198648,643.453923549874
510
510
  Z
511
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="930.1838719169484" y="646.346507446864" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
512
- M 286.83705592765995,126.31721039214199
513
- L 289.72963982464995,127.87920569651659
514
- L 289.72963982464995,137.79884007392764
515
- L 283.94447203066994,137.79884007392764
516
- L 283.94447203066994,127.87920569651659
517
- Z
518
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="286.83705592765995" y="128.920535899433" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 286.83705592765995 128.920535899433)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
519
- M 356.25906945542,59.498522371673
520
- L 359.15165335241,61.060517676047596
521
- L 359.15165335241,70.98015205345864
522
- L 353.36648555843,70.98015205345864
523
- L 353.36648555843,61.060517676047596
524
- Z
525
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="356.25906945542" y="62.101847878963994" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 356.25906945542 62.101847878963994)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
526
- M 356.25906945542,193.135898412611
527
- L 359.15165335241,194.6978937169856
528
- L 359.15165335241,204.61752809439665
529
- L 353.36648555843,204.61752809439665
530
- L 353.36648555843,194.6978937169856
531
- Z
532
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="356.25906945542" y="195.739223919902" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 356.25906945542 195.739223919902)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
533
- M 1046.140328887535,326.48401606385
534
- L 1049.0329127845248,328.0460113682246
535
- L 1049.0329127845248,337.96564574563564
536
- L 1043.247744990545,337.96564574563564
537
- L 1043.247744990545,328.0460113682246
538
- Z
539
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="1046.140328887535" y="329.087341571141" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1046.140328887535 329.087341571141)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
540
- M 1039.198127534759,85.821035834282
541
- L 1042.0907114317488,87.3830311386566
542
- L 1042.0907114317488,97.30266551606763
543
- L 1036.305543637769,97.30266551606763
544
- L 1036.305543637769,87.3830311386566
545
- Z
546
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="1039.198127534759" y="88.424361341573" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1039.198127534759 88.424361341573)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
547
- M 117.28282938022215,395.4871689804063
548
- L 120.17541327721216,397.0491642847809
549
- L 120.17541327721216,406.96879866219194
550
- L 114.39024548323215,406.96879866219194
551
- L 114.39024548323215,397.0491642847809
552
- Z
553
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="117.28282938022215" y="398.0904944876973" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 117.28282938022215 398.0904944876973)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
554
- M 845.6842648261279,342.68248588699396
555
- L 848.5768487231179,344.24448119136855
556
- L 848.5768487231179,354.1641155687796
557
- L 842.7916809291379,354.1641155687796
558
- L 842.7916809291379,344.24448119136855
559
- Z
560
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="845.6842648261279" y="345.28581139428496" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 845.6842648261279 345.28581139428496)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
561
- M 1034.5989191385447,274.73569014669886
562
- L 1037.4915030355346,276.29768545107345
563
- L 1037.4915030355346,286.2173198284845
564
- L 1031.7063352415548,286.2173198284845
565
- L 1031.7063352415548,276.29768545107345
566
- Z
567
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="1034.5989191385447" y="277.33901565398986" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1034.5989191385447 277.33901565398986)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
568
- M 483.53276092297995,265.161237447662
569
- L 486.42534481996995,266.7232327520366
570
- L 486.42534481996995,276.64286712944767
571
- L 480.64017702598994,276.64286712944767
572
- L 480.64017702598994,266.7232327520366
573
- Z
574
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="483.53276092297995" y="267.764562954953" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 483.53276092297995 267.764562954953)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
575
- M 641.7860259273028,61.84151532823488
576
- L 644.6786098242928,63.403510632609475
577
- L 644.6786098242928,73.32314501002051
578
- L 638.8934420303128,73.32314501002051
579
- L 638.8934420303128,63.403510632609475
580
- Z
581
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="641.7860259273028" y="64.44484083552588" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 641.7860259273028 64.44484083552588)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
582
- M 1152.037825356339,222.6691800008789
583
- L 1154.930409253329,224.2311753052535
584
- L 1154.930409253329,234.15080968266454
585
- L 1149.145241459349,234.15080968266454
586
- L 1149.145241459349,224.2311753052535
587
- Z
588
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="1152.037825356339" y="225.2725055081699" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1152.037825356339 225.2725055081699)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
511
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="930.1838719169484" y="646.346507446864" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="283.36595525127194" y="126.31721039214199" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="M 283.36595525127194 131.523861406724 L 290.30815660404795 131.523861406724" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="M 286.83705592765995 131.523861406724 L 286.83705592765995 126.31721039214199" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="286.83705592765995" y="132.970153355219" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="352.787968779032" y="59.498522371673" width="6.94220135277601" height="5.206651014582" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="M 352.787968779032 64.705173386255 L 359.730170131808 64.705173386255" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="M 356.25906945542 64.705173386255 L 356.25906945542 59.498522371673" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="356.25906945542" y="66.15146533475" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="352.787968779032" y="193.13589841261097" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="M 352.787968779032 198.34254942719298 L 359.730170131808 198.34254942719298" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="M 356.25906945542 198.34254942719298 L 356.25906945542 193.13589841261097" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="356.25906945542" y="199.78884137568798" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="1042.669228211147" y="326.48401606385" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="M 1042.669228211147 331.690667078432 L 1049.611429563923 331.690667078432" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="M 1046.140328887535 331.690667078432 L 1046.140328887535 326.48401606385" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="1046.140328887535" y="333.136959026927" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="1035.727026858371" y="85.821035834282" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="M 1035.727026858371 91.02768684886401 L 1042.669228211147 91.02768684886401" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="M 1039.198127534759 91.02768684886401 L 1039.198127534759 85.821035834282" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="1039.198127534759" y="92.47397879735901" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="113.81172870383415" y="395.4871689804063" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="M 113.81172870383415 400.6938199949883 L 120.75393005661016 400.6938199949883" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="M 117.28282938022215 400.6938199949883 L 117.28282938022215 395.4871689804063" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="117.28282938022215" y="402.1401119434833" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="842.2131641497399" y="342.68248588699396" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="M 842.2131641497399 347.88913690157597 L 849.1553655025159 347.88913690157597" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="M 845.6842648261279 347.88913690157597 L 845.6842648261279 342.68248588699396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="845.6842648261279" y="349.33542885007097" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="1031.1278184621567" y="274.73569014669886" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="M 1031.1278184621567 279.94234116128086 L 1038.0700198149327 279.94234116128086" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="M 1034.5989191385447 279.94234116128086 L 1034.5989191385447 274.73569014669886" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="1034.5989191385447" y="281.38863310977587" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="480.06166024659194" y="265.161237447662" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="M 480.06166024659194 270.367888462244 L 487.00386159936795 270.367888462244" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="M 483.53276092297995 270.367888462244 L 483.53276092297995 265.161237447662" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="483.53276092297995" y="271.814180410739" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="638.3149252509148" y="61.84151532823487" width="6.94220135277601" height="5.206651014582" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="M 638.3149252509148 67.04816634281687 L 645.2571266036908 67.04816634281687" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="M 641.7860259273028 67.04816634281687 L 641.7860259273028 61.84151532823487" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="641.7860259273028" y="68.49445829131187" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="1148.566724679951" y="222.6691800008789" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="M 1148.566724679951 227.8758310154609 L 1155.508926032727 227.8758310154609" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="M 1152.037825356339 227.8758310154609 L 1152.037825356339 222.6691800008789" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="1152.037825356339" y="229.3221229639559" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
589
512
  M 96.2519344147313,225.53283805889902
590
513
  L 94.68993911035669,228.42542195588902
591
514
  L 84.77030473294566,228.42542195588902
592
515
  L 84.77030473294566,222.640254161909
593
516
  L 94.68993911035669,222.640254161909
594
517
  Z
595
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="93.64860890744029" y="225.53283805889902" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
596
- M 527.897766443064,650.39612490265
597
- L 530.790350340054,651.9581202070245
598
- L 530.790350340054,661.8777545844356
599
- L 525.005182546074,661.8777545844356
600
- L 525.005182546074,651.9581202070245
601
- Z
602
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="527.897766443064" y="652.9994504099409" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 527.897766443064 652.9994504099409)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
603
- M 615.6153731192859,687.421198784122
604
- L 618.5079570162759,688.9831940884966
605
- L 618.5079570162759,698.9028284659076
606
- L 612.7227892222959,698.9028284659076
607
- L 612.7227892222959,688.9831940884966
608
- Z
609
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="615.6153731192859" y="690.024524291413" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 615.6153731192859 690.024524291413)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
610
- M 821.8855308136426,252.83188061367207
611
- L 824.7781147106326,254.39387591804666
612
- L 824.7781147106326,264.3135102954577
613
- L 818.9929469166526,264.3135102954577
614
- L 818.9929469166526,254.39387591804666
615
- Z
616
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="821.8855308136426" y="255.43520612096307" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 821.8855308136426 255.43520612096307)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="
617
- M 821.8855308136426,316.4687263474521
618
- L 824.7781147106326,318.0307216518267
619
- L 824.7781147106326,327.95035602923775
620
- L 818.9929469166526,327.95035602923775
621
- L 818.9929469166526,318.0307216518267
622
- Z
623
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="821.8855308136426" y="319.0720518547431" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 821.8855308136426 319.0720518547431)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="
624
- M 1012.007838903053,240.86353271294598
625
- L 1014.900422800043,242.42552801732057
626
- L 1014.900422800043,252.34516239473163
627
- L 1009.115255006063,252.34516239473163
628
- L 1009.115255006063,242.42552801732057
629
- Z
630
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="1012.007838903053" y="243.466858220237" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1012.007838903053 243.466858220237)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
631
- M 1030.520375843789,155.243049362042
632
- L 1033.412959740779,156.8050446664166
633
- L 1033.412959740779,166.72467904382765
634
- L 1027.627791946799,166.72467904382765
635
- L 1027.627791946799,156.8050446664166
636
- Z
637
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="1030.520375843789" y="157.846374869333" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1030.520375843789 157.846374869333)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" d="
518
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="93.64860890744029" y="225.53283805889902" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="524.426665766676" y="650.3961249026501" width="6.94220135277601" height="5.206651014581894" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="M 524.426665766676 655.602775917232 L 531.368867119452 655.602775917232" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="M 527.897766443064 655.602775917232 L 527.897766443064 650.3961249026501" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="527.897766443064" y="657.049067865727" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="612.1442724428979" y="687.4211987841221" width="6.94220135277601" height="5.206651014581894" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="M 612.1442724428979 692.627849798704 L 619.0864737956739 692.627849798704" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="M 615.6153731192859 692.627849798704 L 615.6153731192859 687.4211987841221" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="615.6153731192859" y="694.0741417471991" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="818.4144301372546" y="252.831880613672" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="M 818.4144301372546 258.038531628254 L 825.3566314900306 258.038531628254" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="M 821.8855308136426 258.038531628254 L 821.8855308136426 252.831880613672" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="821.8855308136426" y="259.484823576749" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="818.4144301372546" y="316.46872634745205" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="M 818.4144301372546 321.67537736203406 L 825.3566314900306 321.67537736203406" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="M 821.8855308136426 321.67537736203406 L 821.8855308136426 316.46872634745205" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="821.8855308136426" y="323.12166931052906" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="1008.536738226665" y="240.86353271294598" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="M 1008.536738226665 246.070183727528 L 1015.478939579441 246.070183727528" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="M 1012.007838903053 246.070183727528 L 1012.007838903053 240.86353271294598" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="1012.007838903053" y="247.516475676023" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="1027.049275167401" y="155.243049362042" width="6.94220135277601" height="5.2066510145820075" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="M 1027.049275167401 160.449700376624 L 1033.991476520177 160.449700376624" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="M 1030.520375843789 160.449700376624 L 1030.520375843789 155.243049362042" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="1030.520375843789" y="161.895992325119" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.2066510145819995px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" d="
638
519
  M 932.7871974242394,646.346507446864
639
520
  L 931.2252021198648,649.239091343854
640
521
  L 921.3055677424537,649.239091343854
@@ -1548,6 +1548,7 @@
1548
1548
  },
1549
1549
  {
1550
1550
  "netId": "GND",
1551
+ "isGround": true,
1551
1552
  "netLabelWidth": 0.42,
1552
1553
  "netLabelHeight": 0.48,
1553
1554
  "pinIds": [
@@ -73,14 +73,7 @@ orientation: y+" data-x="-1.3062500000000001" data-y="0.3" cx="346.6606498194945
73
73
  .port-label { fill: rgb(0, 100, 100); }
74
74
  .component-name { fill: rgb(0, 100, 100); }
75
75
 
76
- </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 473.49397590351396 347.57831325300594 L 473.49397590351396 311.43373493974593 L 189.75903614442302 311.43373493974593 L 189.75903614442302 345.771084337343" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 473.49397590351396 347.57831325300594 L 473.49397590351396 311.43373493974593 L 189.75903614442302 311.43373493974593 L 189.75903614442302 345.771084337343" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 657.8313253011399 362.03614457831 L 619.4277108433013 362.03614457831 L 619.4277108433013 311.43373493974593 L 473.49397590351396 311.43373493974593 L 473.49397590351396 347.57831325300594" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 657.8313253011399 362.03614457831 L 619.4277108433013 362.03614457831 L 619.4277108433013 311.43373493974593 L 473.49397590351396 311.43373493974593 L 473.49397590351396 347.57831325300594" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 189.75903614442302 486.73493975905694 L 189.75903614442302 522.8795180723171 L 473.49397590351396 522.8795180723171 L 473.49397590351396 484.92771084339404" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 189.75903614442302 486.73493975905694 L 189.75903614442302 522.8795180723171 L 473.49397590351396 522.8795180723171 L 473.49397590351396 484.92771084339404" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="473.49397590351396" cy="347.57831325300594" r="5.421686746989" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="473.49397590351396" cy="311.43373493974593" r="5.421686746989" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="90.36144578295796" y="407.21686746988496" width="240.36144578317908" height="18.072289156630006" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="90.36144578295796" y="407.21686746988496" width="240.36144578317908" height="18.072289156630006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="189.75903614442302" y1="425.28915662651497" x2="189.75903614442302" y2="486.73493975905694" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="186.144578313097" y="483.12048192773096" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="186.14457831309699" y="456.012048192786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 186.14457831309699 456.012048192786)"></text><line class="component-pin sch-component-pin sch-port-line" x1="189.75903614442302" y1="407.21686746988496" x2="189.75903614442302" y2="345.771084337343" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="186.144578313097" y="342.156626506017" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="186.14457831309699" y="376.493975903614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 186.14457831309699 376.493975903614)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="414.7590361444665" y="407.21686746988496" width="166.2650602409961" height="18.072289156630006" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="414.7590361444665" y="407.21686746988496" width="166.2650602409961" height="18.072289156630006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="473.49397590351396" y1="407.21686746988496" x2="473.49397590351396" y2="347.57831325300594" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="469.879518072188" y="343.96385542167997" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.879518072188" y="377.3975903614455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 469.879518072188 377.3975903614455)"></text><line class="component-pin sch-component-pin sch-port-line" x1="473.49397590351396" y1="425.28915662651497" x2="473.49397590351396" y2="484.927710843394" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="469.879518072188" y="481.313253012068" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.879518072188" y="455.1084337349545" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 469.879518072188 455.1084337349545)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="730.12048192766" y="325.89156626504996" width="289.1566265060801" height="180.72289156630006" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="730.12048192766" y="325.89156626504996" width="289.1566265060801" height="180.72289156630006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="362.03614457831" x2="657.8313253011399" y2="362.03614457831" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="654.2168674698139" y="358.421686746984" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="358.421686746984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="398.18072289157" x2="661.445783132466" y2="398.18072289157" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="657.8313253011399" cy="398.18072289157" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="654.2168674698139" y="394.566265060244" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="394.566265060244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="434.32530120483" x2="661.445783132466" y2="434.32530120483" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="657.8313253011399" cy="434.32530120483" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="654.2168674698139" y="430.710843373504" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="430.71084337350396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="470.46987951809" x2="661.445783132466" y2="470.46987951809" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="657.8313253011399" cy="470.46987951809" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="654.2168674698139" y="466.85542168676403" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="466.855421686764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="470.46987951809" x2="1087.951807228934" y2="470.46987951809" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="470.46987951809" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="466.85542168676403" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="466.855421686764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="434.32530120483" x2="1087.951807228934" y2="434.32530120483" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="434.32530120483" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="430.710843373504" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="430.710843373504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="398.18072289157" x2="1087.951807228934" y2="398.18072289157" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="398.18072289157" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="394.566265060244" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="394.566265060244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="362.03614457831" x2="1087.951807228934" y2="362.03614457831" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="362.03614457831" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="358.421686746984" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="358.421686746984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="189.75903614442302" cy="486.73493975905694" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="189.75903614442302" cy="345.771084337343" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="473.49397590351396" cy="347.57831325300594" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="473.49397590351396" cy="484.927710843394" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="657.8313253011399" cy="362.03614457831" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="657.8313253011399" cy="398.18072289157" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="657.8313253011399" cy="434.32530120483" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="657.8313253011399" cy="470.46987951809" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="1091.56626506026" cy="470.46987951809" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="1091.56626506026" cy="434.32530120483" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="1091.56626506026" cy="398.18072289157" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="1091.56626506026" cy="362.03614457831" r="7.228915662652001" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
77
- M 189.75903614442302,522.8795180723171
78
- L 207.83132530105303,532.6385542168973
79
- L 207.83132530105303,594.6144578313671
80
- L 171.68674698779301,594.6144578313671
81
- L 171.68674698779301,532.6385542168973
82
- Z
83
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.6144578313260003px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="189.75903614442302" y="539.1445783132841" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.530120481934px" transform="rotate(90 189.75903614442302 539.1445783132841)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
76
+ </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 473.49397590351396 347.57831325300594 L 473.49397590351396 311.43373493974593 L 189.75903614442302 311.43373493974593 L 189.75903614442302 345.771084337343" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 473.49397590351396 347.57831325300594 L 473.49397590351396 311.43373493974593 L 189.75903614442302 311.43373493974593 L 189.75903614442302 345.771084337343" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 657.8313253011399 362.03614457831 L 619.4277108433013 362.03614457831 L 619.4277108433013 311.43373493974593 L 473.49397590351396 311.43373493974593 L 473.49397590351396 347.57831325300594" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 657.8313253011399 362.03614457831 L 619.4277108433013 362.03614457831 L 619.4277108433013 311.43373493974593 L 473.49397590351396 311.43373493974593 L 473.49397590351396 347.57831325300594" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 189.75903614442302 486.73493975905694 L 189.75903614442302 522.8795180723171 L 473.49397590351396 522.8795180723171 L 473.49397590351396 484.92771084339404" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 189.75903614442302 486.73493975905694 L 189.75903614442302 522.8795180723171 L 473.49397590351396 522.8795180723171 L 473.49397590351396 484.92771084339404" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="473.49397590351396" cy="347.57831325300594" r="5.421686746989" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="473.49397590351396" cy="311.43373493974593" r="5.421686746989" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="90.36144578295796" y="407.21686746988496" width="240.36144578317908" height="18.072289156630006" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="90.36144578295796" y="407.21686746988496" width="240.36144578317908" height="18.072289156630006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="189.75903614442302" y1="425.28915662651497" x2="189.75903614442302" y2="486.73493975905694" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="186.144578313097" y="483.12048192773096" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="186.14457831309699" y="456.012048192786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 186.14457831309699 456.012048192786)"></text><line class="component-pin sch-component-pin sch-port-line" x1="189.75903614442302" y1="407.21686746988496" x2="189.75903614442302" y2="345.771084337343" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="186.144578313097" y="342.156626506017" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="186.14457831309699" y="376.493975903614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 186.14457831309699 376.493975903614)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="414.7590361444665" y="407.21686746988496" width="166.2650602409961" height="18.072289156630006" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="414.7590361444665" y="407.21686746988496" width="166.2650602409961" height="18.072289156630006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="473.49397590351396" y1="407.21686746988496" x2="473.49397590351396" y2="347.57831325300594" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="469.879518072188" y="343.96385542167997" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.879518072188" y="377.3975903614455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 469.879518072188 377.3975903614455)"></text><line class="component-pin sch-component-pin sch-port-line" x1="473.49397590351396" y1="425.28915662651497" x2="473.49397590351396" y2="484.927710843394" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="469.879518072188" y="481.313253012068" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.879518072188" y="455.1084337349545" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 469.879518072188 455.1084337349545)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="730.12048192766" y="325.89156626504996" width="289.1566265060801" height="180.72289156630006" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="730.12048192766" y="325.89156626504996" width="289.1566265060801" height="180.72289156630006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="362.03614457831" x2="657.8313253011399" y2="362.03614457831" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="654.2168674698139" y="358.421686746984" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="358.421686746984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="398.18072289157" x2="661.445783132466" y2="398.18072289157" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="657.8313253011399" cy="398.18072289157" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="654.2168674698139" y="394.566265060244" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="394.566265060244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="434.32530120483" x2="661.445783132466" y2="434.32530120483" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="657.8313253011399" cy="434.32530120483" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="654.2168674698139" y="430.710843373504" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="430.71084337350396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="470.46987951809" x2="661.445783132466" y2="470.46987951809" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="657.8313253011399" cy="470.46987951809" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="654.2168674698139" y="466.85542168676403" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="466.855421686764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="470.46987951809" x2="1087.951807228934" y2="470.46987951809" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="470.46987951809" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="466.85542168676403" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="466.855421686764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="434.32530120483" x2="1087.951807228934" y2="434.32530120483" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="434.32530120483" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="430.710843373504" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="430.710843373504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="398.18072289157" x2="1087.951807228934" y2="398.18072289157" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="398.18072289157" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="394.566265060244" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="394.566265060244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="362.03614457831" x2="1087.951807228934" y2="362.03614457831" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="362.03614457831" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="358.421686746984" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="358.421686746984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="189.75903614442302" cy="486.73493975905694" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="189.75903614442302" cy="345.771084337343" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="473.49397590351396" cy="347.57831325300594" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="473.49397590351396" cy="484.927710843394" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="657.8313253011399" cy="362.03614457831" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="657.8313253011399" cy="398.18072289157" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="657.8313253011399" cy="434.32530120483" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="657.8313253011399" cy="470.46987951809" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="1091.56626506026" cy="470.46987951809" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="1091.56626506026" cy="434.32530120483" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="1091.56626506026" cy="398.18072289157" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="1091.56626506026" cy="362.03614457831" r="7.228915662652001" fill="red" opacity="0"/></g><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="168.07228915646704" y="522.879518072317" width="43.37349397591197" height="32.53012048193409" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 168.07228915646704 555.409638554251 L 211.445783132379 555.409638554251" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.6144578313260003px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 189.75903614442302 555.409638554251 L 189.75903614442302 522.879518072317" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.6144578313260003px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="189.75903614442302" y="564.445783132566" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="32.530120481934px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
84
77
  M 638.6295180722207,362.03614457831
85
78
  L 620.5572289155907,352.2771084337298
86
79
  L 620.5572289155907,205.38554216864117
@@ -118,6 +118,7 @@
118
118
  "netConnections": [
119
119
  {
120
120
  "netId": "GND",
121
+ "isGround": true,
121
122
  "netLabelWidth": 0.42,
122
123
  "netLabelHeight": 0.48,
123
124
  "pinIds": [
@@ -246,21 +246,7 @@ orientation: x+" data-x="8.6" data-y="-14" cx="366.8836632567203" cy="470.285638
246
246
  L 191.60369315090213,174.8489728696092
247
247
  L 191.6036931509021,189.8431066770805
248
248
  Z
249
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="187.23137574981212" y="188.2690724126881" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 187.23137574981212 188.2690724126881)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
250
- M 138.305144031615,239.46890917945203
251
- L 142.67746143270497,241.82996057604063
252
- L 142.677461432705,256.8240943835119
253
- L 133.932826630525,256.8240943835119
254
- L 133.932826630525,241.82996057604063
255
- Z
256
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="138.305144031615" y="243.40399484043303" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(90 138.305144031615 243.40399484043303)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
257
- M 420.8005713160399,45.81897148517585
258
- L 425.1728887171299,48.18002288176445
259
- L 425.1728887171299,63.17415668923576
260
- L 416.4282539149499,63.17415668923576
261
- L 416.4282539149499,48.18002288176445
262
- Z
263
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="420.8005713160399" y="49.75405714615685" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(90 420.8005713160399 49.75405714615685)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
249
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="187.23137574981212" y="188.2690724126881" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 187.23137574981212 188.2690724126881)">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="133.05836315030697" y="239.468909179452" width="10.493561762616025" height="7.870171321962005" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 133.05836315030697 247.339080501414 L 143.551924912923 247.339080501414" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 138.305144031615 247.339080501414 L 138.305144031615 239.468909179452" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="138.305144031615" y="249.525239201959" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.870171321962px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="415.5537904347319" y="45.81897148517585" width="10.493561762615968" height="7.870171321962005" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 415.5537904347319 53.689142807137856 L 426.0473521973479 53.689142807137856" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 420.8005713160399 53.689142807137856 L 420.8005713160399 45.81897148517585" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="420.8005713160399" y="55.875301507682856" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.870171321962px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
264
250
  M 326.752024018594,599.3106312891591
265
251
  L 324.3909726220054,603.6829486902491
266
252
  L 309.3968388145341,603.6829486902491
@@ -800,6 +800,7 @@
800
800
  },
801
801
  {
802
802
  "netId": "GND",
803
+ "isGround": true,
803
804
  "netLabelWidth": 0.42,
804
805
  "netLabelHeight": 0.48,
805
806
  "pinIds": [
@@ -246,21 +246,7 @@ orientation: x+" data-x="8.6" data-y="-14" cx="366.8836632567203" cy="470.285638
246
246
  L 191.60369315090213,174.8489728696092
247
247
  L 191.6036931509021,189.8431066770805
248
248
  Z
249
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="187.23137574981212" y="188.2690724126881" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 187.23137574981212 188.2690724126881)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
250
- M 138.305144031615,239.46890917945203
251
- L 142.67746143270497,241.82996057604063
252
- L 142.677461432705,256.8240943835119
253
- L 133.932826630525,256.8240943835119
254
- L 133.932826630525,241.82996057604063
255
- Z
256
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="138.305144031615" y="243.40399484043303" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(90 138.305144031615 243.40399484043303)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
257
- M 431.7313648187649,45.81897148517585
258
- L 436.10368221985493,48.18002288176445
259
- L 436.10368221985493,63.17415668923576
260
- L 427.3590474176749,63.17415668923576
261
- L 427.3590474176749,48.18002288176445
262
- Z
263
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="431.7313648187649" y="49.75405714615685" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(90 431.7313648187649 49.75405714615685)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
249
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.874463480218px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="187.23137574981212" y="188.2690724126881" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.870171321962px" transform="rotate(-90 187.23137574981212 188.2690724126881)">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="133.05836315030697" y="239.468909179452" width="10.493561762616025" height="7.870171321962005" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 133.05836315030697 247.339080501414 L 143.551924912923 247.339080501414" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 138.305144031615 247.339080501414 L 138.305144031615 239.468909179452" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="138.305144031615" y="249.525239201959" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.870171321962px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="426.48458393745693" y="45.81897148517585" width="10.493561762615968" height="7.870171321962005" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 426.48458393745693 53.689142807137856 L 436.9781457000729 53.689142807137856" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 431.7313648187649 53.689142807137856 L 431.7313648187649 45.81897148517585" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.874463480218px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="431.7313648187649" y="55.875301507682856" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.870171321962px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
264
250
  M 326.752024018594,599.3106312891591
265
251
  L 324.3909726220054,603.6829486902491
266
252
  L 304.26082330738706,603.6829486902491
@@ -872,6 +872,7 @@
872
872
  },
873
873
  {
874
874
  "netId": "GND",
875
+ "isGround": true,
875
876
  "netLabelWidth": 0.42,
876
877
  "netLabelHeight": 0.48,
877
878
  "pinIds": [
@@ -204,28 +204,7 @@ orientation: y+" data-x="-7.9" data-y="3.3" cx="287.43288683093544" cy="207.3424
204
204
  L 518.0931698924999,222.09110301917997
205
205
  L 518.0931698924999,236.45866428344902
206
206
  Z
207
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="513.9035622143499" y="234.95040551931504" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 513.9035622143499 234.95040551931504)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
208
- M 384.02572419169996,188.026799524035
209
- L 388.21533186985,190.289187670236
210
- L 388.21533186985,204.65674893450506
211
- L 379.83611651354994,204.65674893450506
212
- L 379.83611651354994,190.289187670236
213
- Z
214
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="384.02572419169996" y="191.79744643437" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 384.02572419169996 191.79744643437)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
215
- M 467.81787775469996,762.4220121984001
216
- L 472.00748543285,764.6844003446012
217
- L 472.00748543285,779.0519616088702
218
- L 463.62827007654994,779.0519616088702
219
- L 463.62827007654994,764.6844003446012
220
- Z
221
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="467.81787775469996" y="766.1926591087351" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 467.81787775469996 766.1926591087351)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
222
- M 677.2982616621999,762.4220121984
223
- L 681.4878693403499,764.684400344601
224
- L 681.4878693403499,779.0519616088701
225
- L 673.10865398405,779.0519616088701
226
- L 673.10865398405,764.684400344601
227
- Z
228
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="677.2982616621999" y="766.192659108735" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 677.2982616621999 766.192659108735)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
207
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="513.9035622143499" y="234.95040551931504" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 513.9035622143499 234.95040551931504)">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="378.99819497792" y="188.026799524035" width="10.05505842755997" height="7.541293820669978" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="M 378.99819497792 195.56809334470498 L 389.05325340547995 195.56809334470498" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.83792153563px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="M 384.02572419169996 195.56809334470498 L 384.02572419169996 188.026799524035" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.83792153563px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="384.02572419169996" y="197.66289718378" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.54129382067px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="462.79034854092" y="762.4220121984" width="10.05505842755997" height="7.541293820670035" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="M 462.79034854092 769.96330601907 L 472.84540696847995 769.96330601907" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.83792153563px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="M 467.81787775469996 769.96330601907 L 467.81787775469996 762.4220121984" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.83792153563px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="467.81787775469996" y="772.058109858145" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.54129382067px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="672.27073244842" y="762.4220121983999" width="10.05505842755997" height="7.541293820670035" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="M 672.27073244842 769.9633060190699 L 682.3257908759799 769.9633060190699" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.83792153563px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="M 677.2982616621999 769.9633060190699 L 677.2982616621999 762.4220121983999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.83792153563px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="677.2982616621999" y="772.0581098581449" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.54129382067px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
229
208
  M 580.93728506475,247.10026778595
230
209
  L 576.7476773866,244.837879639749
231
210
  L 576.7476773866,176.33500103021106
@@ -458,6 +458,7 @@
458
458
  },
459
459
  {
460
460
  "netId": "GND",
461
+ "isGround": true,
461
462
  "netLabelWidth": 0.42,
462
463
  "netLabelHeight": 0.48,
463
464
  "pinIds": [
@@ -150,13 +150,6 @@ orientation: y-" data-x="17.44" data-y="3.981" cx="504.0161317425643" cy="221.14
150
150
  L 775.3027933791793,147.01925479044684
151
151
  L 775.3027933791793,204.13408958416608
152
152
  Z
153
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="758.6480009626594" y="198.13836431421888" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="rotate(-90 758.6480009626594 198.13836431421888)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
154
- M 906.8756534696881,256.43013777203885
155
- L 923.5304458862081,265.42372567695963
156
- L 923.5304458862081,322.5385604706789
157
- L 890.2208610531682,322.5385604706789
158
- L 890.2208610531682,265.42372567695963
159
- Z
160
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="906.8756534696881" y="271.41945094690686" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="rotate(90 906.8756534696881 271.41945094690686)">XX</text><text class="sch-text" x="966.8329061691607" y="567.2085642643021" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="29.978626349735997px" transform="rotate(0, 966.8329061691607, 567.2085642643021)">Conn_North</text><rect class="schematic-box sch-box" x="856.9112762201289" y="546.3900737436521" width="219.84325989806348" height="41.63698104129992" stroke-width="3.330958483304px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="26.647667866432 13.323833933216"/>
153
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="758.6480009626594" y="198.13836431421888" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="rotate(-90 758.6480009626594 198.13836431421888)">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="886.8899025698641" y="256.43013777203885" width="39.97150179964797" height="29.978626349736032" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="M 886.8899025698641 286.4087641217749 L 926.8614043695121 286.4087641217749" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.330958483304px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="M 906.8756534696881 286.4087641217749 L 906.8756534696881 256.43013777203885" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.330958483304px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="906.8756534696881" y="294.73616033003486" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="29.978626349735997px">XX</text><text class="sch-text" x="966.8329061691607" y="567.2085642643021" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="29.978626349735997px" transform="rotate(0, 966.8329061691607, 567.2085642643021)">Conn_North</text><rect class="schematic-box sch-box" x="856.9112762201289" y="546.3900737436521" width="219.84325989806348" height="41.63698104129992" stroke-width="3.330958483304px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="26.647667866432 13.323833933216"/>
161
154
  </g>
162
155
  </svg>
@@ -132,6 +132,7 @@
132
132
  },
133
133
  {
134
134
  "netId": "GND",
135
+ "isGround": true,
135
136
  "netLabelWidth": 0.42,
136
137
  "netLabelHeight": 0.48,
137
138
  "pinIds": [
@@ -113,28 +113,7 @@ orientation: x-" data-x="6.245" data-y="-1.5050000000000003" cx="562.98285478206
113
113
  L 193.53951680062238,227.4230631154216
114
114
  L 235.73965581786013,227.4230631154216
115
115
  Z
116
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="232.43990559062172" y="236.5890359688616" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
117
- M 66.85660599322813,410.69669031995437
118
- L 76.02257884666813,415.646315660812
119
- L 76.02257884666813,447.0794918995422
120
- L 57.69063313978813,447.0794918995422
121
- L 57.69063313978813,415.646315660812
122
- Z
123
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="66.85660599322813" y="418.9460658880504" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="rotate(90 66.85660599322813 418.9460658880504)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
124
- M 874.3788143812919,495.848578128412
125
- L 883.544787234732,500.7982034692696
126
- L 883.544787234732,532.2313797079998
127
- L 865.2128415278519,532.2313797079998
128
- L 865.2128415278519,500.7982034692696
129
- Z
130
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="874.3788143812919" y="504.097953696508" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="rotate(90 874.3788143812919 504.097953696508)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
131
- M 1080.842352905028,626.4636912899321
132
- L 1090.0083257584681,631.4133166307896
133
- L 1090.0083257584681,662.8464928695199
134
- L 1071.676380051588,662.8464928695199
135
- L 1071.676380051588,631.4133166307896
136
- Z
137
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="1080.842352905028" y="634.713066858028" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="rotate(90 1080.842352905028 634.713066858028)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
116
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8331945706880002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="232.43990559062172" y="236.5890359688616" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.498751136192px" transform="">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="55.857438569100125" y="410.69669031995437" width="21.998334848256007" height="16.498751136192027" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 55.857438569100125 427.1954414561464 L 77.85577341735613 427.1954414561464" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8331945706880002px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 66.85660599322813 427.1954414561464 L 66.85660599322813 410.69669031995437" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8331945706880002px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="66.85660599322813" y="431.77842788286637" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.498751136192px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="863.3796469571639" y="495.848578128412" width="21.998334848256036" height="16.498751136192027" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 863.3796469571639 512.347329264604 L 885.37798180542 512.347329264604" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8331945706880002px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 874.3788143812919 512.347329264604 L 874.3788143812919 495.848578128412" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8331945706880002px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="874.3788143812919" y="516.930315691324" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.498751136192px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="1069.8431854809" y="626.4636912899321" width="21.998334848256036" height="16.498751136191913" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 1069.8431854809 642.962442426124 L 1091.841520329156 642.962442426124" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8331945706880002px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 1080.842352905028 642.962442426124 L 1080.842352905028 626.4636912899321" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8331945706880002px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="1080.842352905028" y="647.545428852844" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.498751136192px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
138
117
  M 874.3788143812919,396.85607131126
139
118
  L 865.2128415278519,391.9064459704024
140
119
  L 865.2128415278519,360.4732697316722