@tscircuit/schematic-trace-solver 0.0.183 → 0.0.184

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 (103) hide show
  1. package/dist/index.js +231 -20
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
  3. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
  4. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
  5. package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
  6. package/package.json +1 -1
  7. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  8. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  9. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  11. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  13. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  14. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  25. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  27. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  29. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  41. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  42. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  43. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  44. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  45. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  46. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  55. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  56. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  57. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  58. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  59. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  72. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  77. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  82. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  87. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  101. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  102. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  103. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
@@ -1,6 +1,6 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="1.9,-0.5 8,5.38" data-type="line" data-label="" points="222.1917808219178,424.5445205479452 514.6575342465753,142.6267123287671" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.3 7.25,-0.6200000000000001" data-type="line" data-label="" points="222.1917808219178,414.95547945205476 478.69863013698625,430.29794520547944" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999998 1.9,0.30000000000000004" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 222.1917808219178,386.18835616438355" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999998 1.9,0.5" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 222.1917808219178,376.5993150684931" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999998 7.25,-1.38" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 478.69863013698625,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999998 9,-1.38" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999998 8,4.62" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 1.9,0.5" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 222.1917808219178,376.5993150684931" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 7.25,-1.38" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 478.69863013698625,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 9,-1.38" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 8,4.62" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 7.25,-1.38" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 478.69863013698625,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 9,-1.38" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 8,4.62" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.25,-1.38 9,-1.38" data-type="line" data-label="" points="478.69863013698625,466.736301369863 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.25,-1.38 8,4.62" data-type="line" data-label="" points="478.69863013698625,466.736301369863 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9,-1.38 8,4.62" data-type="line" data-label="" points="562.6027397260274,466.736301369863 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.10000000000000009 9,-0.6200000000000001" data-type="line" data-label="" points="222.1917808219178,395.777397260274 562.6027397260274,430.29794520547944" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 2.421,0.5 2.421,0.30000000000000004 1.9,0.30000000000000004" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 247.17123287671234,376.5993150684931 247.17123287671234,386.18835616438355 222.1917808219178,386.18835616438355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.25,-1.38 7.25,-1.58 9,-1.58 9,-1.38" data-type="line" data-label="" points="478.69863013698625,466.736301369863 478.69863013698625,476.3253424657534 562.6027397260274,476.3253424657534 562.6027397260274,466.736301369863" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,0.30000000000000004 2.421,0.3000000000000001 2.421,-0.09999999999999992 1.9,-0.09999999999999998" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 247.17123287671234,386.18835616438355 247.17123287671234,405.36643835616434 222.1917808219178,405.36643835616434" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8,5.38 8,5.481 7.5489999999999995,5.481" data-type="line" data-label="" points="514.6575342465753,142.6267123287671 514.6575342465753,137.78424657534242 493.0342465753424,137.78424657534242" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,0.10000000000000009 3.2309999999999994,0.10000000000000009 3.2309999999999994,0.15100000000000008" data-type="line" data-label="" points="222.1917808219178,395.777397260274 286.0068493150685,395.777397260274 286.0068493150685,393.3321917808219" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="40" y="304.68150684931504" width="182.1917808219178" height="191.78082191780823" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="7.3825" data-y="-1" x="457.12328767123296" y="430.29794520547944" width="55.85616438356158" height="36.43835616438355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="9.1325" data-y="-1" x="541.027397260274" y="430.29794520547944" width="55.85616438356158" height="36.43835616438355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="8.1325" data-y="5" x="493.08219178082203" y="142.6267123287671" width="55.85616438356158" height="36.43835616438355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="T113-S3" data-x="-1.08" data-y="-2.13" x="59.17808219178082" y="498.3801369863014" width="40.27397260273972" height="8.630136986301352" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="U3" data-x="-1.38" data-y="2.1149999999999998" x="56.30136986301369" y="293.17465753424653" width="17.26027397260276" height="11.986301369863043" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: P1V8
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="1.9,-0.5 8,5.38" data-type="line" data-label="" points="222.1917808219178,424.5445205479452 514.6575342465753,142.6267123287671" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.3 7.25,-0.6200000000000001" data-type="line" data-label="" points="222.1917808219178,414.95547945205476 478.69863013698625,430.29794520547944" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999998 1.9,0.30000000000000004" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 222.1917808219178,386.18835616438355" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999998 1.9,0.5" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 222.1917808219178,376.5993150684931" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999998 7.25,-1.38" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 478.69863013698625,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999998 9,-1.38" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999998 8,4.62" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 1.9,0.5" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 222.1917808219178,376.5993150684931" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 7.25,-1.38" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 478.69863013698625,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 9,-1.38" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 8,4.62" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 7.25,-1.38" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 478.69863013698625,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 9,-1.38" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 8,4.62" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.25,-1.38 9,-1.38" data-type="line" data-label="" points="478.69863013698625,466.736301369863 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.25,-1.38 8,4.62" data-type="line" data-label="" points="478.69863013698625,466.736301369863 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9,-1.38 8,4.62" data-type="line" data-label="" points="562.6027397260274,466.736301369863 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.10000000000000009 9,-0.6200000000000001" data-type="line" data-label="" points="222.1917808219178,395.777397260274 562.6027397260274,430.29794520547944" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 2.421,0.5 2.421,0.30000000000000004 1.9,0.30000000000000004" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 247.17123287671234,376.5993150684931 247.17123287671234,386.18835616438355 222.1917808219178,386.18835616438355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.25,-1.38 7.25,-1.58 9,-1.58 9,-1.38" data-type="line" data-label="" points="478.69863013698625,466.736301369863 478.69863013698625,476.3253424657534 562.6027397260274,476.3253424657534 562.6027397260274,466.736301369863" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.421,0.30000000000000004 2.421,-0.09999999999999992 1.9,-0.09999999999999998" data-type="line" data-label="" points="247.17123287671234,386.18835616438355 247.17123287671234,405.36643835616434 222.1917808219178,405.36643835616434" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8,5.38 8,5.481 7.5489999999999995,5.481" data-type="line" data-label="" points="514.6575342465753,142.6267123287671 514.6575342465753,137.78424657534242 493.0342465753424,137.78424657534242" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,0.10000000000000009 3.2309999999999994,0.10000000000000009 3.2309999999999994,0.15100000000000008" data-type="line" data-label="" points="222.1917808219178,395.777397260274 286.0068493150685,395.777397260274 286.0068493150685,393.3321917808219" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="40" y="304.68150684931504" width="182.1917808219178" height="191.78082191780823" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="7.3825" data-y="-1" x="457.12328767123296" y="430.29794520547944" width="55.85616438356158" height="36.43835616438355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="9.1325" data-y="-1" x="541.027397260274" y="430.29794520547944" width="55.85616438356158" height="36.43835616438355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="8.1325" data-y="5" x="493.08219178082203" y="142.6267123287671" width="55.85616438356158" height="36.43835616438355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="T113-S3" data-x="-1.08" data-y="-2.13" x="59.17808219178082" y="498.3801369863014" width="40.27397260273972" height="8.630136986301352" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="U3" data-x="-1.38" data-y="2.1149999999999998" x="56.30136986301369" y="293.17465753424653" width="17.26027397260276" height="11.986301369863043" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: P1V8
4
4
  globalConnNetId: connectivity_net0" data-x="2.2009999999999996" data-y="-0.5" x="222.23972602739724" y="419.75" width="28.76712328767121" height="9.589041095890366" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: P1V8
5
5
  globalConnNetId: connectivity_net0" data-x="7.249" data-y="5.481" x="464.2671232876712" y="132.98972602739724" width="28.76712328767121" height="9.589041095890366" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: Net_U3F_VRA2
6
6
  globalConnNetId: connectivity_net1" data-x="2.1109999999999998" data-y="-0.3" x="222.23972602739727" y="410.1609589041095" width="20.13698630136986" height="9.589041095890423" fill="#ef444466" stroke="#ef4444" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: Net_U3F_VRA2
@@ -87,7 +87,7 @@ orientation: y+" data-x="9" data-y="-0.6200000000000001" cx="562.6027397260274"
87
87
  .port-label { fill: rgb(0, 100, 100); }
88
88
  .component-name { fill: rgb(0, 100, 100); }
89
89
 
90
- </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 408.88535393706 507.30598795590004 L 456.2436086808524 507.30598795590004 L 456.2436086808524 525.48574025678 L 408.88535393706 525.48574025678" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.88535393706 507.30598795590004 L 456.2436086808524 507.30598795590004 L 456.2436086808524 525.48574025678 L 408.88535393706 525.48574025678" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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 895.1937279855999 678.1956595841721 L 895.1937279855999 696.375411885052 L 1054.2665606183 696.375411885052 L 1054.2665606183 678.1956595841721" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 895.1937279855999 678.1956595841721 L 895.1937279855999 696.375411885052 L 1054.2665606183 696.375411885052 L 1054.2665606183 678.1956595841721" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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 408.88535393706 525.48574025678 L 456.2436086808524 525.48574025678 L 456.2436086808524 561.84524485854 L 408.88535393706 561.84524485854" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.88535393706 525.48574025678 L 456.2436086808524 525.48574025678 L 456.2436086808524 561.84524485854 L 408.88535393706 561.84524485854" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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_3__stack1"><path d="M 963.3677991139 63.72003181442807 L 963.3677991139 54.53925690248366 L 922.3724576754155 54.53925690248366" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 963.3677991139 63.72003181442807 L 963.3677991139 54.53925690248366 L 922.3724576754155 54.53925690248366" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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_4__stack1"><path d="M 408.88535393706 543.6654925576601 L 529.8716054994163 543.6654925576601 L 529.8716054994163 539.0296557209356" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.88535393706 543.6654925576601 L 529.8716054994163 543.6654925576601 L 529.8716054994163 539.0296557209356" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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="456.2436086808524" cy="525.48574025678" r="2.726962845132" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="408.88535393706" cy="525.48574025678" r="2.726962845132" 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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__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="99.8295648221" y="370.95784569930004" width="272.6962845132" height="363.5950460176" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="99.8295648221" y="370.95784569930004" width="272.6962845132" height="363.5950460176" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="598.2047494603" x2="407.067378706972" y2="598.2047494603" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="408.88535393706" cy="598.2047494603" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="407.067378706972" y="596.386774230212" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="596.386774230212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="598.2047494603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">AVCC</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="580.0249971594201" x2="407.067378706972" y2="580.0249971594201" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="408.88535393706" cy="580.0249971594201" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="407.067378706972" y="578.2070219293321" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="578.2070219293321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="580.0249971594201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">VRA2</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="561.84524485854" x2="408.88535393706" y2="561.84524485854" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="407.067378706972" y="560.027269628452" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="560.027269628452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="561.84524485854" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">AGND</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="543.6654925576601" x2="408.88535393706" y2="543.6654925576601" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="407.067378706972" y="541.8475173275721" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="541.8475173275721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="543.6654925576601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">VRA1</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="525.48574025678" x2="408.88535393706" y2="525.48574025678" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="407.067378706972" y="523.667765026692" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="523.667765026692" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="525.48574025678" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">FMINR</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="507.30598795590004" x2="408.88535393706" y2="507.30598795590004" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="407.067378706972" y="505.48801272581204" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="505.48801272581204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="507.30598795590004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">FMINL</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="854.28928530862" y="639.10919213728" width="105.89705715262596" height="9.089876150439977" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="854.28928530862" y="639.10919213728" width="105.89705715262596" height="9.089876150439977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="895.1937279855999" y1="639.10919213728" x2="895.1937279855999" y2="610.930576070916" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="895.1937279855999" cy="609.112600840828" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="893.3757527555119" y="607.29462561074" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="893.375752755512" y="624.1108964890541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 893.375752755512 624.1108964890541)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="895.1937279855999" y1="648.19906828772" x2="895.1937279855999" y2="678.1956595841721" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="893.3757527555119" y="676.3776843540841" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="893.375752755512" y="663.197363935946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 893.375752755512 663.197363935946)">2</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="1013.3621179413201" y="639.10919213728" width="105.89705715262585" height="9.089876150439977" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1013.3621179413201" y="639.10919213728" width="105.89705715262585" height="9.089876150439977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1054.2665606183" y1="639.10919213728" x2="1054.2665606183" y2="610.930576070916" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1054.2665606183" cy="609.112600840828" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="1052.448585388212" y="607.29462561074" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.448585388212" y="624.1108964890541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 1052.448585388212 624.1108964890541)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1054.2665606183" y1="648.19906828772" x2="1054.2665606183" y2="678.1956595841721" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="1052.448585388212" y="676.3776843540841" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.448585388212" y="663.197363935946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 1052.448585388212 663.197363935946)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="922.4633564369201" y="93.71662311088005" width="105.89705715262585" height="9.089876150439977" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="922.4633564369201" y="93.71662311088005" width="105.89705715262585" height="9.089876150439977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="963.3677991139" y1="93.71662311088005" x2="963.3677991139" y2="63.72003181442807" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="961.549823883812" y="61.902056584340066" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.549823883812" y="78.71832746265403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 961.549823883812 78.71832746265403)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="963.3677991139" y1="102.80649926132003" x2="963.3677991139" y2="130.98511532768407" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="963.3677991139" cy="132.803090557772" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="961.549823883812" y="130.985115327684" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.549823883812" y="117.80479490954605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 961.549823883812 117.80479490954605)">2</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="408.88535393706" cy="598.2047494603" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="408.88535393706" cy="580.0249971594201" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="408.88535393706" cy="561.84524485854" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="408.88535393706" cy="543.6654925576601" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="408.88535393706" cy="525.48574025678" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="408.88535393706" cy="507.30598795590004" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="895.1937279855999" cy="609.112600840828" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="895.1937279855999" cy="678.1956595841721" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1054.2665606183" cy="609.112600840828" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1054.2665606183" cy="678.1956595841721" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="963.3677991139" cy="63.72003181442807" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="963.3677991139" cy="132.803090557772" r="3.635950460176" 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="
90
+ </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 408.88535393706 507.30598795590004 L 456.2436086808524 507.30598795590004 L 456.2436086808524 525.48574025678 L 408.88535393706 525.48574025678" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.88535393706 507.30598795590004 L 456.2436086808524 507.30598795590004 L 456.2436086808524 525.48574025678 L 408.88535393706 525.48574025678" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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 895.1937279855999 678.1956595841721 L 895.1937279855999 696.375411885052 L 1054.2665606183 696.375411885052 L 1054.2665606183 678.1956595841721" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 895.1937279855999 678.1956595841721 L 895.1937279855999 696.375411885052 L 1054.2665606183 696.375411885052 L 1054.2665606183 678.1956595841721" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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 456.2436086808524 525.48574025678 L 456.2436086808524 561.84524485854 L 408.88535393706 561.84524485854" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.2436086808524 525.48574025678 L 456.2436086808524 561.84524485854 L 408.88535393706 561.84524485854" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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_3__stack1"><path d="M 963.3677991139 63.72003181442807 L 963.3677991139 54.53925690248366 L 922.3724576754155 54.53925690248366" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 963.3677991139 63.72003181442807 L 963.3677991139 54.53925690248366 L 922.3724576754155 54.53925690248366" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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_4__stack1"><path d="M 408.88535393706 543.6654925576601 L 529.8716054994163 543.6654925576601 L 529.8716054994163 539.0296557209356" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.88535393706 543.6654925576601 L 529.8716054994163 543.6654925576601 L 529.8716054994163 539.0296557209356" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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="456.2436086808524" cy="525.48574025678" r="2.726962845132" 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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__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="99.8295648221" y="370.95784569930004" width="272.6962845132" height="363.5950460176" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="99.8295648221" y="370.95784569930004" width="272.6962845132" height="363.5950460176" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="598.2047494603" x2="407.067378706972" y2="598.2047494603" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="408.88535393706" cy="598.2047494603" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="407.067378706972" y="596.386774230212" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="596.386774230212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="598.2047494603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">AVCC</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="580.0249971594201" x2="407.067378706972" y2="580.0249971594201" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="408.88535393706" cy="580.0249971594201" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="407.067378706972" y="578.2070219293321" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="578.2070219293321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="580.0249971594201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">VRA2</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="561.84524485854" x2="408.88535393706" y2="561.84524485854" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="407.067378706972" y="560.027269628452" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="560.027269628452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="561.84524485854" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">AGND</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="543.6654925576601" x2="408.88535393706" y2="543.6654925576601" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="407.067378706972" y="541.8475173275721" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="541.8475173275721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="543.6654925576601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">VRA1</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="525.48574025678" x2="408.88535393706" y2="525.48574025678" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="407.067378706972" y="523.667765026692" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="523.667765026692" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="525.48574025678" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">FMINR</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="507.30598795590004" x2="408.88535393706" y2="507.30598795590004" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="407.067378706972" y="505.48801272581204" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="505.48801272581204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="507.30598795590004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">FMINL</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="854.28928530862" y="639.10919213728" width="105.89705715262596" height="9.089876150439977" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="854.28928530862" y="639.10919213728" width="105.89705715262596" height="9.089876150439977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="895.1937279855999" y1="639.10919213728" x2="895.1937279855999" y2="610.930576070916" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="895.1937279855999" cy="609.112600840828" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="893.3757527555119" y="607.29462561074" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="893.375752755512" y="624.1108964890541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 893.375752755512 624.1108964890541)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="895.1937279855999" y1="648.19906828772" x2="895.1937279855999" y2="678.1956595841721" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="893.3757527555119" y="676.3776843540841" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="893.375752755512" y="663.197363935946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 893.375752755512 663.197363935946)">2</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="1013.3621179413201" y="639.10919213728" width="105.89705715262585" height="9.089876150439977" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1013.3621179413201" y="639.10919213728" width="105.89705715262585" height="9.089876150439977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1054.2665606183" y1="639.10919213728" x2="1054.2665606183" y2="610.930576070916" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1054.2665606183" cy="609.112600840828" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="1052.448585388212" y="607.29462561074" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.448585388212" y="624.1108964890541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 1052.448585388212 624.1108964890541)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1054.2665606183" y1="648.19906828772" x2="1054.2665606183" y2="678.1956595841721" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="1052.448585388212" y="676.3776843540841" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.448585388212" y="663.197363935946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 1052.448585388212 663.197363935946)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="922.4633564369201" y="93.71662311088005" width="105.89705715262585" height="9.089876150439977" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="922.4633564369201" y="93.71662311088005" width="105.89705715262585" height="9.089876150439977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="963.3677991139" y1="93.71662311088005" x2="963.3677991139" y2="63.72003181442807" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="961.549823883812" y="61.902056584340066" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.549823883812" y="78.71832746265403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 961.549823883812 78.71832746265403)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="963.3677991139" y1="102.80649926132003" x2="963.3677991139" y2="130.98511532768407" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="963.3677991139" cy="132.803090557772" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="961.549823883812" y="130.985115327684" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.549823883812" y="117.80479490954605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 961.549823883812 117.80479490954605)">2</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="408.88535393706" cy="598.2047494603" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="408.88535393706" cy="580.0249971594201" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="408.88535393706" cy="561.84524485854" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="408.88535393706" cy="543.6654925576601" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="408.88535393706" cy="525.48574025678" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="408.88535393706" cy="507.30598795590004" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="895.1937279855999" cy="609.112600840828" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="895.1937279855999" cy="678.1956595841721" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1054.2665606183" cy="609.112600840828" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1054.2665606183" cy="678.1956595841721" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="963.3677991139" cy="63.72003181442807" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="963.3677991139" cy="132.803090557772" r="3.635950460176" 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="
91
91
  M 408.88535393706,598.2047494603
92
92
  L 413.7938870582976,589.1148733098601
93
93
  L 466.32125137297356,589.1148733098601
@@ -1,6 +1,6 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.94,2.6200000000000006 -2.3400000000000003,2.9400000000000004" data-type="line" data-label="" points="110.35264483627208,135.91939546599494 152.67002518891687,113.35012594458436" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.3400000000000003,-1.5400000000000003" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 152.67002518891687,429.31989924433253" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,-1.5400000000000003 -2.94,-1.8599999999999999" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,2.74 2.94,2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,127.455919395466 525.0629722921915,135.91939546599494" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-1.7400000000000002 2.94,-1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,443.42569269521414 525.0629722921915,451.8891687657431" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,1.7400000000000002" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,197.98488664987406" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.3400000000000003,-1.5400000000000003" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 152.67002518891687,429.31989924433253" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.94,2.6200000000000006" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 110.35264483627208,135.91939546599494" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.94,-1.8599999999999999" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,-1.5400000000000003 -2.94,2.6200000000000006" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,135.91939546599494" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,-1.5400000000000003 -2.94,-1.8599999999999999" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,2.6200000000000006 -2.94,-1.8599999999999999" data-type="line" data-label="" points="110.35264483627208,135.91939546599494 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,1.7400000000000002" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,197.98488664987406" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,-2.54" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,499.84886649874056" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.0600000000000005,-2.54" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 462.9974811083124,499.84886649874056" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,1.8599999999999999 2.94,1.8599999999999999" data-type="line" data-label="" points="110.35264483627208,189.52141057934512 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,1.8599999999999999 -2.94,-2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,189.52141057934512 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,1.8599999999999999 2.94,-2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,189.52141057934512 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.94,1.8599999999999999 -2.94,-2.6200000000000006" data-type="line" data-label="" points="525.0629722921915,189.52141057934512 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.94,1.8599999999999999 2.94,-2.6200000000000006" data-type="line" data-label="" points="525.0629722921915,189.52141057934512 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,-2.6200000000000006 2.94,-2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,505.4911838790932 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,2.74 2.94,2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,127.455919395466 525.0629722921915,135.91939546599494" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-1.7400000000000002 2.94,-1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,443.42569269521414 525.0629722921915,451.8891687657431" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,2.6200000000000006 -2.94,2.9400000000000004 -2.3400000000000003,2.9400000000000004" data-type="line" data-label="" points="110.35264483627208,135.91939546599494 110.35264483627208,113.35012594458436 152.67002518891687,113.35012594458436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.94,-1.8599999999999999 -2.94,-1.54 -3.5900000000000007,-1.54 -3.5900000000000007,2.9400000000000004 -2.94,2.9400000000000004 -2.94,2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,451.8891687657431 110.35264483627208,429.31989924433253 64.50881612090677,429.31989924433253 64.50881612090677,113.35012594458436 110.35264483627208,113.35012594458436 110.35264483627208,135.91939546599494" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,-1.54 -2.94,-1.54 -2.94,-1.8599999999999999" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,429.31989924433253 110.35264483627208,451.8891687657431" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,2.74 2.94,2.74 2.94,2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,127.455919395466 525.0629722921915,127.455919395466 525.0629722921915,135.91939546599494" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-1.7400000000000002 2.94,-1.7400000000000002 2.94,-1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,443.42569269521414 525.0629722921915,443.42569269521414 525.0629722921915,451.8891687657431" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.2600000000000007,1.9400000000000002 2.2600000000000007,1.7400000000000002 2.94,1.7400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 477.103274559194,183.87909319899245 477.103274559194,197.98488664987406 525.0629722921915,197.98488664987406 525.0629722921915,189.52141057934512" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.2600000000000007,1.7400000000000002 2.2600000000000007,1.9400000000000002 2.0600000000000005,1.9400000000000002" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 477.103274559194,197.98488664987406 477.103274559194,183.87909319899245 462.9974811083124,183.87909319899245" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.2600000000000007,-2.54 2.2600000000000007,-2.74 2.94,-2.74 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 477.103274559194,499.84886649874056 477.103274559194,513.9546599496222 525.0629722921915,513.9546599496222 525.0629722921915,505.4911838790932" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.74 2.2600000000000007,-2.74 2.2600000000000007,-2.54 2.0600000000000005,-2.54" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 477.103274559194,513.9546599496222 477.103274559194,499.84886649874056 462.9974811083124,499.84886649874056" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-0.1399999999999999" data-y="2.24" x="152.67002518891687" y="56.92695214105794" width="310.3274559193955" height="211.5869017632242" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-0.1399999999999999" data-y="-2.24" x="152.67002518891687" y="372.8967254408061" width="310.3274559193955" height="211.58690176322415" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.8075" data-y="2.24" x="78.6146095717884" y="135.91939546599497" width="82.16624685138544" height="53.60201511335018" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="3.0725" data-y="2.24" x="493.32493702770773" y="135.91939546599497" width="82.1662468513855" height="53.60201511335018" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.8075" data-y="-2.24" x="78.6146095717884" y="451.8891687657431" width="82.16624685138544" height="53.60201511335015" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3.0725" data-y="-2.24" x="493.32493702770773" y="451.8891687657431" width="82.1662468513855" height="53.60201511335015" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="TPS7B6933QDBVRQ1" data-x="-0.98" data-y="0.6100000000000002" x="180.8816120906801" y="271.3350125944585" width="135.41561712846348" height="12.695214105793468" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="U4" data-x="-1.8199999999999998" data-y="3.8550000000000004" x="176.64987405541564" y="40" width="25.390428211586936" height="17.632241813602036" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="TPS7B6950QDBVRQ1" data-x="-0.98" data-y="-3.87" x="180.8816120906801" y="587.3047858942066" width="135.41561712846348" height="12.695214105793411" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="U5" data-x="-1.8199999999999998" data-y="-0.6250000000000002" x="176.64987405541564" y="355.9697732997481" width="25.390428211586936" height="17.632241813602036" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: PWR
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.94,2.6200000000000006 -2.3400000000000003,2.9400000000000004" data-type="line" data-label="" points="110.35264483627208,135.91939546599494 152.67002518891687,113.35012594458436" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.3400000000000003,-1.5400000000000003" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 152.67002518891687,429.31989924433253" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,-1.5400000000000003 -2.94,-1.8599999999999999" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,2.74 2.94,2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,127.455919395466 525.0629722921915,135.91939546599494" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-1.7400000000000002 2.94,-1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,443.42569269521414 525.0629722921915,451.8891687657431" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,1.7400000000000002" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,197.98488664987406" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.3400000000000003,-1.5400000000000003" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 152.67002518891687,429.31989924433253" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.94,2.6200000000000006" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 110.35264483627208,135.91939546599494" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.94,-1.8599999999999999" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,-1.5400000000000003 -2.94,2.6200000000000006" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,135.91939546599494" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,-1.5400000000000003 -2.94,-1.8599999999999999" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,2.6200000000000006 -2.94,-1.8599999999999999" data-type="line" data-label="" points="110.35264483627208,135.91939546599494 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,1.7400000000000002" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,197.98488664987406" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,-2.54" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,499.84886649874056" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.0600000000000005,-2.54" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 462.9974811083124,499.84886649874056" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,1.8599999999999999 2.94,1.8599999999999999" data-type="line" data-label="" points="110.35264483627208,189.52141057934512 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,1.8599999999999999 -2.94,-2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,189.52141057934512 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,1.8599999999999999 2.94,-2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,189.52141057934512 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.94,1.8599999999999999 -2.94,-2.6200000000000006" data-type="line" data-label="" points="525.0629722921915,189.52141057934512 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.94,1.8599999999999999 2.94,-2.6200000000000006" data-type="line" data-label="" points="525.0629722921915,189.52141057934512 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,-2.6200000000000006 2.94,-2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,505.4911838790932 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,2.74 2.94,2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,127.455919395466 525.0629722921915,135.91939546599494" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-1.7400000000000002 2.94,-1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,443.42569269521414 525.0629722921915,451.8891687657431" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,2.6200000000000006 -2.94,2.9400000000000004 -2.3400000000000003,2.9400000000000004" data-type="line" data-label="" points="110.35264483627208,135.91939546599494 110.35264483627208,113.35012594458436 152.67002518891687,113.35012594458436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.94,-1.8599999999999999 -2.94,-1.54 -3.5900000000000007,-1.54 -3.5900000000000007,2.9400000000000004 -2.94,2.9400000000000004 -2.94,2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,451.8891687657431 110.35264483627208,429.31989924433253 64.50881612090677,429.31989924433253 64.50881612090677,113.35012594458436 110.35264483627208,113.35012594458436 110.35264483627208,135.91939546599494" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,-1.54 -2.94,-1.54" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,429.31989924433253" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,2.74 2.94,2.74 2.94,2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,127.455919395466 525.0629722921915,127.455919395466 525.0629722921915,135.91939546599494" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-1.7400000000000002 2.94,-1.7400000000000002 2.94,-1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,443.42569269521414 525.0629722921915,443.42569269521414 525.0629722921915,451.8891687657431" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.2600000000000007,1.9400000000000002 2.2600000000000007,1.7400000000000002 2.94,1.7400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 477.103274559194,183.87909319899245 477.103274559194,197.98488664987406 525.0629722921915,197.98488664987406 525.0629722921915,189.52141057934512" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.2600000000000007,1.7400000000000002" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 477.103274559194,197.98488664987406" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.2600000000000007,-2.54 2.2600000000000007,-2.74 2.94,-2.74 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 477.103274559194,499.84886649874056 477.103274559194,513.9546599496222 525.0629722921915,513.9546599496222 525.0629722921915,505.4911838790932" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.74 2.2600000000000007,-2.74" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 477.103274559194,513.9546599496222" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-0.1399999999999999" data-y="2.24" x="152.67002518891687" y="56.92695214105794" width="310.3274559193955" height="211.5869017632242" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-0.1399999999999999" data-y="-2.24" x="152.67002518891687" y="372.8967254408061" width="310.3274559193955" height="211.58690176322415" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.8075" data-y="2.24" x="78.6146095717884" y="135.91939546599497" width="82.16624685138544" height="53.60201511335018" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="3.0725" data-y="2.24" x="493.32493702770773" y="135.91939546599497" width="82.1662468513855" height="53.60201511335018" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.8075" data-y="-2.24" x="78.6146095717884" y="451.8891687657431" width="82.16624685138544" height="53.60201511335015" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3.0725" data-y="-2.24" x="493.32493702770773" y="451.8891687657431" width="82.1662468513855" height="53.60201511335015" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="TPS7B6933QDBVRQ1" data-x="-0.98" data-y="0.6100000000000002" x="180.8816120906801" y="271.3350125944585" width="135.41561712846348" height="12.695214105793468" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="U4" data-x="-1.8199999999999998" data-y="3.8550000000000004" x="176.64987405541564" y="40" width="25.390428211586936" height="17.632241813602036" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="TPS7B6950QDBVRQ1" data-x="-0.98" data-y="-3.87" x="180.8816120906801" y="587.3047858942066" width="135.41561712846348" height="12.695214105793411" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="U5" data-x="-1.8199999999999998" data-y="-0.6250000000000002" x="176.64987405541564" y="355.9697732997481" width="25.390428211586936" height="17.632241813602036" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: PWR
4
4
  globalConnNetId: connectivity_net0" data-x="-2.94" data-y="3.1500000000000004" x="93.42569269521415" y="83.727959697733" width="33.85390428211585" height="29.62216624685138" fill="#ef444466" stroke="#ef4444" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: GND
5
5
  globalConnNetId: connectivity_net3" data-x="2.94" data-y="1.5300000000000002" x="508.13602015113355" y="197.98488664987406" width="33.85390428211588" height="29.62216624685138" fill="#00000066" stroke="#000000" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: GND
6
6
  globalConnNetId: connectivity_net3" data-x="2.94" data-y="-2.95" x="508.13602015113355" y="513.954659949622" width="33.85390428211588" height="29.622166246851407" fill="#00000066" stroke="#000000" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: GND
@@ -89,7 +89,7 @@ orientation: y+" data-x="2.94" data-y="-1.7400000000000002" cx="525.062972292191
89
89
  .port-label { fill: rgb(0, 100, 100); }
90
90
  .component-name { fill: rgb(0, 100, 100); }
91
91
 
92
- </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 336.24161073817993 166.44295302003994 L 336.24161073817993 137.80760626387996 L 389.9328859059799 137.80760626387996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 336.24161073817993 166.44295302003994 L 336.24161073817993 137.80760626387996 L 389.9328859059799 137.80760626387996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 336.24161073817993 567.33780760628 L 336.24161073817993 538.70246085012 L 278.07606263972986 538.70246085012 L 278.07606263972986 137.80760626387996 L 336.24161073817993 137.80760626387996 L 336.24161073817993 166.44295302003994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 336.24161073817993 567.33780760628 L 336.24161073817993 538.70246085012 L 278.07606263972986 538.70246085012 L 278.07606263972986 137.80760626387996 L 336.24161073817993 137.80760626387996 L 336.24161073817993 166.44295302003994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 389.9328859059799 538.70246085012 L 336.24161073817993 538.70246085012 L 336.24161073817993 567.33780760628" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 389.9328859059799 538.70246085012 L 336.24161073817993 538.70246085012 L 336.24161073817993 567.33780760628" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_3__stack1"><path d="M 783.66890380318 155.70469798647997 L 862.41610738262 155.70469798647997 L 862.41610738262 166.44295302003994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 155.70469798647997 L 862.41610738262 155.70469798647997 L 862.41610738262 166.44295302003994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_4__stack1"><path d="M 783.66890380318 556.5995525727201 L 862.41610738262 556.5995525727201 L 862.41610738262 567.33780760628" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 556.5995525727201 L 862.41610738262 556.5995525727201 L 862.41610738262 567.33780760628" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_5__stack1"><path d="M 783.66890380318 227.29306487687998 L 801.5659955257801 227.29306487687998 L 801.5659955257801 245.19015659947996 L 862.41610738262 245.19015659947996 L 862.41610738262 234.45190156592" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 227.29306487687998 L 801.5659955257801 227.29306487687998 L 801.5659955257801 245.19015659947996 L 862.41610738262 245.19015659947996 L 862.41610738262 234.45190156592" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_6__stack1"><path d="M 783.66890380318 245.19015659947996 L 801.5659955257801 245.19015659947996 L 801.5659955257801 227.29306487687998 L 783.66890380318 227.29306487687998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 245.19015659947996 L 801.5659955257801 245.19015659947996 L 801.5659955257801 227.29306487687998 L 783.66890380318 227.29306487687998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_7__stack1"><path d="M 783.66890380318 628.18791946312 L 801.5659955257801 628.18791946312 L 801.5659955257801 646.0850111857201 L 862.41610738262 646.0850111857201 L 862.41610738262 635.3467561521601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 628.18791946312 L 801.5659955257801 628.18791946312 L 801.5659955257801 646.0850111857201 L 862.41610738262 646.0850111857201 L 862.41610738262 635.3467561521601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_8__stack1"><path d="M 783.66890380318 646.0850111857201 L 801.5659955257801 646.0850111857201 L 801.5659955257801 628.18791946312 L 783.66890380318 628.18791946312" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 646.0850111857201 L 801.5659955257801 646.0850111857201 L 801.5659955257801 628.18791946312 L 783.66890380318 628.18791946312" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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="336.24161073817993" cy="166.44295302003994" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="336.24161073817993" cy="137.80760626387996" r="2.68456375839" 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"><circle cx="336.24161073817993" cy="567.33780760628" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="336.24161073817993" cy="538.70246085012" r="2.68456375839" 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_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="783.66890380318" cy="227.29306487687998" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="801.5659955257801" cy="227.29306487687998" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="801.5659955257801" cy="245.19015659947996" r="2.68456375839" 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_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="783.66890380318" cy="628.18791946312" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="801.5659955257801" cy="628.18791946312" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="801.5659955257801" cy="646.0850111857201" r="2.68456375839" 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_8__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="425.7270693511799" y="66.21923937347998" width="322.14765100680006" height="268.456375839" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="425.7270693511799" y="66.21923937347998" width="322.14765100680006" height="268.456375839" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="137.80760626387996" x2="389.9328859059799" y2="137.80760626387996" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="388.1431767337199" y="136.01789709161997" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="136.01789709161994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="137.80760626387996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="263.08724832208" x2="391.7225950782399" y2="263.08724832208" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="389.9328859059799" cy="263.08724832208" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="388.1431767337199" y="261.29753914981995" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="261.29753914981995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="263.08724832208" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">NC</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="227.29306487687998" x2="783.66890380318" y2="227.29306487687998" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="781.87919463092" y="225.50335570462" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="225.50335570461996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="227.29306487687998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_3</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="245.19015659947996" x2="783.66890380318" y2="245.19015659947996" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="781.87919463092" y="243.40044742721997" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="243.40044742721997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="245.19015659947996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_4</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="155.70469798647997" x2="783.66890380318" y2="155.70469798647997" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="781.87919463092" y="153.91498881421998" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="153.91498881421995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="155.70469798647997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">VOUT</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="425.7270693511799" y="467.11409395972004" width="322.14765100680006" height="268.45637583900003" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="425.7270693511799" y="467.11409395972004" width="322.14765100680006" height="268.45637583900003" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="538.70246085012" x2="389.9328859059799" y2="538.70246085012" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="388.1431767337199" y="536.91275167786" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="536.91275167786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="538.70246085012" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="663.98210290832" x2="391.7225950782399" y2="663.98210290832" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="389.9328859059799" cy="663.98210290832" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="388.1431767337199" y="662.19239373606" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="662.19239373606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="663.98210290832" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">NC</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="628.18791946312" x2="783.66890380318" y2="628.18791946312" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="781.87919463092" y="626.39821029086" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="626.39821029086" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="628.18791946312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_3</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="646.0850111857201" x2="783.66890380318" y2="646.0850111857201" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="781.87919463092" y="644.2953020134601" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="644.2953020134601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="646.0850111857201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_4</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="556.5995525727201" x2="783.66890380318" y2="556.5995525727201" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="781.87919463092" y="554.8098434004601" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="554.8098434004601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="556.5995525727201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">VOUT</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="295.97315436232986" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="295.97315436232986" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="195.97315436232998" x2="336.24161073817993" y2="166.44295302003994" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="334.4519015659199" y="164.65324384777995" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="181.20805369118494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 181.20805369118494)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="204.92170022362995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 204.92170022362995)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="204.92170022362995" x2="336.24161073817993" y2="232.66219239366" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="336.24161073817993" cy="234.45190156592" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="334.4519015659199" y="232.66219239366" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="219.686800894775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 219.686800894775)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="195.97315436232998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 195.97315436232998)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="822.1476510067699" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="822.1476510067699" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="195.97315436232998" x2="862.41610738262" y2="166.44295302003994" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="860.62639821036" y="164.65324384777995" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="181.20805369118494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 181.20805369118494)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="204.92170022362995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 204.92170022362995)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="204.92170022362995" x2="862.41610738262" y2="234.45190156592" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="860.62639821036" y="232.66219239366" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="219.686800894775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 219.686800894775)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="195.97315436232998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 195.97315436232998)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="295.97315436232986" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="295.97315436232986" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="596.86800894857" x2="336.24161073817993" y2="567.33780760628" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="334.4519015659199" y="565.54809843402" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="582.1029082774251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 582.1029082774251)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="605.81655480987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 605.81655480987)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="605.81655480987" x2="336.24161073817993" y2="633.5570469799001" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="336.24161073817993" cy="635.3467561521601" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="334.4519015659199" y="633.5570469799001" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="620.5816554810151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 620.5816554810151)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="596.86800894857" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 596.86800894857)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="822.1476510067699" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="822.1476510067699" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="596.86800894857" x2="862.41610738262" y2="567.33780760628" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="860.62639821036" y="565.54809843402" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="582.1029082774251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 582.1029082774251)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="605.81655480987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 605.81655480987)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="605.81655480987" x2="862.41610738262" y2="635.3467561521601" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="860.62639821036" y="633.5570469799001" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="620.5816554810151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 620.5816554810151)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="596.86800894857" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 596.86800894857)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="389.9328859059799" cy="137.80760626387996" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="389.9328859059799" cy="263.08724832208" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="783.66890380318" cy="227.29306487687998" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="783.66890380318" cy="245.19015659947996" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="783.66890380318" cy="155.70469798647997" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="389.9328859059799" cy="538.70246085012" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="389.9328859059799" cy="663.98210290832" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="783.66890380318" cy="628.18791946312" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="783.66890380318" cy="646.0850111857201" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="783.66890380318" cy="556.5995525727201" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="336.24161073817993" cy="166.44295302003994" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="336.24161073817993" cy="234.45190156592" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="862.41610738262" cy="166.44295302003994" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="862.41610738262" cy="234.45190156592" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="336.24161073817993" cy="567.33780760628" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="336.24161073817993" cy="635.3467561521601" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="862.41610738262" cy="567.33780760628" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="862.41610738262" cy="635.3467561521601" r="3.5794183445200005" 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="
92
+ </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 336.24161073817993 166.44295302003994 L 336.24161073817993 137.80760626387996 L 389.9328859059799 137.80760626387996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 336.24161073817993 166.44295302003994 L 336.24161073817993 137.80760626387996 L 389.9328859059799 137.80760626387996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 336.24161073817993 567.33780760628 L 336.24161073817993 538.70246085012 L 278.07606263972986 538.70246085012 L 278.07606263972986 137.80760626387996 L 336.24161073817993 137.80760626387996 L 336.24161073817993 166.44295302003994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 336.24161073817993 567.33780760628 L 336.24161073817993 538.70246085012 L 278.07606263972986 538.70246085012 L 278.07606263972986 137.80760626387996 L 336.24161073817993 137.80760626387996 L 336.24161073817993 166.44295302003994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 389.9328859059799 538.70246085012 L 336.24161073817993 538.70246085012" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 389.9328859059799 538.70246085012 L 336.24161073817993 538.70246085012" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_3__stack1"><path d="M 783.66890380318 155.70469798647997 L 862.41610738262 155.70469798647997 L 862.41610738262 166.44295302003994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 155.70469798647997 L 862.41610738262 155.70469798647997 L 862.41610738262 166.44295302003994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_4__stack1"><path d="M 783.66890380318 556.5995525727201 L 862.41610738262 556.5995525727201 L 862.41610738262 567.33780760628" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 556.5995525727201 L 862.41610738262 556.5995525727201 L 862.41610738262 567.33780760628" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_5__stack1"><path d="M 783.66890380318 227.29306487687998 L 801.5659955257801 227.29306487687998 L 801.5659955257801 245.19015659947996 L 862.41610738262 245.19015659947996 L 862.41610738262 234.45190156592" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 227.29306487687998 L 801.5659955257801 227.29306487687998 L 801.5659955257801 245.19015659947996 L 862.41610738262 245.19015659947996 L 862.41610738262 234.45190156592" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_6__stack1"><path d="M 783.66890380318 245.19015659947996 L 801.5659955257801 245.19015659947996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 245.19015659947996 L 801.5659955257801 245.19015659947996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_7__stack1"><path d="M 783.66890380318 628.18791946312 L 801.5659955257801 628.18791946312 L 801.5659955257801 646.0850111857201 L 862.41610738262 646.0850111857201 L 862.41610738262 635.3467561521601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 628.18791946312 L 801.5659955257801 628.18791946312 L 801.5659955257801 646.0850111857201 L 862.41610738262 646.0850111857201 L 862.41610738262 635.3467561521601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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_8__stack1"><path d="M 783.66890380318 646.0850111857201 L 801.5659955257801 646.0850111857201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 646.0850111857201 L 801.5659955257801 646.0850111857201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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="336.24161073817993" cy="166.44295302003994" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="336.24161073817993" cy="137.80760626387996" r="2.68456375839" 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"><circle cx="336.24161073817993" cy="538.70246085012" r="2.68456375839" 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_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="801.5659955257801" cy="245.19015659947996" r="2.68456375839" 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_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="801.5659955257801" cy="646.0850111857201" r="2.68456375839" 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_8__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="425.7270693511799" y="66.21923937347998" width="322.14765100680006" height="268.456375839" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="425.7270693511799" y="66.21923937347998" width="322.14765100680006" height="268.456375839" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="137.80760626387996" x2="389.9328859059799" y2="137.80760626387996" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="388.1431767337199" y="136.01789709161997" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="136.01789709161994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="137.80760626387996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="263.08724832208" x2="391.7225950782399" y2="263.08724832208" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="389.9328859059799" cy="263.08724832208" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="388.1431767337199" y="261.29753914981995" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="261.29753914981995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="263.08724832208" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">NC</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="227.29306487687998" x2="783.66890380318" y2="227.29306487687998" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="781.87919463092" y="225.50335570462" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="225.50335570461996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="227.29306487687998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_3</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="245.19015659947996" x2="783.66890380318" y2="245.19015659947996" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="781.87919463092" y="243.40044742721997" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="243.40044742721997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="245.19015659947996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_4</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="155.70469798647997" x2="783.66890380318" y2="155.70469798647997" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="781.87919463092" y="153.91498881421998" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="153.91498881421995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="155.70469798647997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">VOUT</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="425.7270693511799" y="467.11409395972004" width="322.14765100680006" height="268.45637583900003" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="425.7270693511799" y="467.11409395972004" width="322.14765100680006" height="268.45637583900003" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="538.70246085012" x2="389.9328859059799" y2="538.70246085012" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="388.1431767337199" y="536.91275167786" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="536.91275167786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="538.70246085012" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="663.98210290832" x2="391.7225950782399" y2="663.98210290832" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="389.9328859059799" cy="663.98210290832" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="388.1431767337199" y="662.19239373606" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="662.19239373606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="663.98210290832" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">NC</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="628.18791946312" x2="783.66890380318" y2="628.18791946312" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="781.87919463092" y="626.39821029086" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="626.39821029086" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="628.18791946312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_3</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="646.0850111857201" x2="783.66890380318" y2="646.0850111857201" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="781.87919463092" y="644.2953020134601" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="644.2953020134601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="646.0850111857201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_4</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="556.5995525727201" x2="783.66890380318" y2="556.5995525727201" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="781.87919463092" y="554.8098434004601" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="554.8098434004601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="556.5995525727201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">VOUT</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="295.97315436232986" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="295.97315436232986" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="195.97315436232998" x2="336.24161073817993" y2="166.44295302003994" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="334.4519015659199" y="164.65324384777995" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="181.20805369118494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 181.20805369118494)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="204.92170022362995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 204.92170022362995)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="204.92170022362995" x2="336.24161073817993" y2="232.66219239366" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="336.24161073817993" cy="234.45190156592" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="334.4519015659199" y="232.66219239366" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="219.686800894775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 219.686800894775)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="195.97315436232998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 195.97315436232998)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="822.1476510067699" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="822.1476510067699" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="195.97315436232998" x2="862.41610738262" y2="166.44295302003994" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="860.62639821036" y="164.65324384777995" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="181.20805369118494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 181.20805369118494)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="204.92170022362995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 204.92170022362995)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="204.92170022362995" x2="862.41610738262" y2="234.45190156592" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="860.62639821036" y="232.66219239366" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="219.686800894775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 219.686800894775)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="195.97315436232998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 195.97315436232998)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="295.97315436232986" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="295.97315436232986" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="596.86800894857" x2="336.24161073817993" y2="567.33780760628" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="334.4519015659199" y="565.54809843402" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="582.1029082774251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 582.1029082774251)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="605.81655480987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 605.81655480987)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="605.81655480987" x2="336.24161073817993" y2="633.5570469799001" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="336.24161073817993" cy="635.3467561521601" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="334.4519015659199" y="633.5570469799001" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="620.5816554810151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 620.5816554810151)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="596.86800894857" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 596.86800894857)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="822.1476510067699" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="822.1476510067699" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="596.86800894857" x2="862.41610738262" y2="567.33780760628" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="860.62639821036" y="565.54809843402" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="582.1029082774251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 582.1029082774251)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="605.81655480987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 605.81655480987)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="605.81655480987" x2="862.41610738262" y2="635.3467561521601" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="860.62639821036" y="633.5570469799001" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="620.5816554810151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 620.5816554810151)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="596.86800894857" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 596.86800894857)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="389.9328859059799" cy="137.80760626387996" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="389.9328859059799" cy="263.08724832208" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="783.66890380318" cy="227.29306487687998" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="783.66890380318" cy="245.19015659947996" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="783.66890380318" cy="155.70469798647997" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="389.9328859059799" cy="538.70246085012" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="389.9328859059799" cy="663.98210290832" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="783.66890380318" cy="628.18791946312" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="783.66890380318" cy="646.0850111857201" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="783.66890380318" cy="556.5995525727201" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="336.24161073817993" cy="166.44295302003994" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="336.24161073817993" cy="234.45190156592" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="862.41610738262" cy="166.44295302003994" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="862.41610738262" cy="234.45190156592" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="336.24161073817993" cy="567.33780760628" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="336.24161073817993" cy="635.3467561521601" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="862.41610738262" cy="567.33780760628" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="862.41610738262" cy="635.3467561521601" r="3.5794183445200005" 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="
93
93
  M 336.24161073817993,137.80760626387996
94
94
  L 327.29306487687995,132.97539149877795
95
95
  L 327.29306487687995,102.28784489175983