@tscircuit/schematic-trace-solver 0.0.183 → 0.0.185

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 (109) hide show
  1. package/dist/index.js +242 -24
  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/lib/solvers/UnroutedTraceRecoverySolver/UnroutedTraceRecoverySolver.ts +12 -4
  7. package/package.json +1 -1
  8. package/site/bug-reports/bug-report-20260905T041712Z.page.tsx +4 -0
  9. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  11. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  13. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +524 -533
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  25. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  27. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  29. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  41. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  42. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  43. package/tests/bug-reports/bug-report-20260905T041712Z/__snapshots__/bug-report-20260905T041712Z.snap.svg +546 -0
  44. package/tests/bug-reports/bug-report-20260905T041712Z/bug-report-20260905T041712Z.json +2023 -0
  45. package/tests/bug-reports/bug-report-20260905T041712Z/bug-report-20260905T041712Z.test.ts +33 -0
  46. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  55. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  56. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  57. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  58. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  59. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  72. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  77. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  82. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  87. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  101. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  102. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  103. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  104. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  105. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  106. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  107. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  108. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
  109. package/tests/solvers/UnroutedTraceRecoverySolver/local-elbow-obstacles.test.ts +74 -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="-16.942666666666664,-2.6755463083333324 -10.966000000000001,-3.252" data-type="line" data-label="" points="189.73756313339732,202.38594292410784 521.1936751064603,234.35511738685506" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.6755463083333324 -13.921,-3.9822129749999995" data-type="line" data-label="" points="189.73756313339732,202.38594292410784 357.3142310104646,274.85152903310995" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.6755463083333324 -15.722666666666665,-3.155546308333333" data-type="line" data-label="" points="189.73756313339732,202.38594292410784 257.3967583270064,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.6755463083333324 -14.482666666666665,-3.155546308333333" data-type="line" data-label="" points="189.73756313339732,202.38594292410784 326.1651206549369,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.966000000000001,-3.252 -13.921,-3.9822129749999995" data-type="line" data-label="" points="521.1936751064603,234.35511738685506 357.3142310104646,274.85152903310995" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.966000000000001,-3.252 -15.722666666666665,-3.155546308333333" data-type="line" data-label="" points="521.1936751064603,234.35511738685506 257.3967583270064,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.966000000000001,-3.252 -14.482666666666665,-3.155546308333333" data-type="line" data-label="" points="521.1936751064603,234.35511738685506 326.1651206549369,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.921,-3.9822129749999995 -15.722666666666665,-3.155546308333333" data-type="line" data-label="" points="357.3142310104646,274.85152903310995 257.3967583270064,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.921,-3.9822129749999995 -14.482666666666665,-3.155546308333333" data-type="line" data-label="" points="357.3142310104646,274.85152903310995 326.1651206549369,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.722666666666665,-3.155546308333333 -14.482666666666665,-3.155546308333333" data-type="line" data-label="" points="257.3967583270064,229.00595414782293 326.1651206549369,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.8755463083333326 -14.100999999999999,-6.182212975" data-type="line" data-label="" points="189.73756313339732,213.47761426732245 347.33172680157145,396.85991380847065" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.8755463083333326 -15.921,-3.8822129749999994" data-type="line" data-label="" points="189.73756313339732,213.47761426732245 246.39751757831857,269.3056933615027" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.8755463083333326 -12.895999999999999,-7.662425949999999" data-type="line" data-label="" points="189.73756313339732,213.47761426732245 414.1590466444395,478.9500929917803" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.8755463083333326 -15.722666666666665,-2.395546308333332" data-type="line" data-label="" points="189.73756313339732,213.47761426732245 257.3967583270064,186.85760304360738" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.100999999999999,-6.182212975 -15.921,-3.8822129749999994" data-type="line" data-label="" points="347.33172680157145,396.85991380847065 246.39751757831857,269.3056933615027" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.100999999999999,-6.182212975 -12.895999999999999,-7.662425949999999" data-type="line" data-label="" points="347.33172680157145,396.85991380847065 414.1590466444395,478.9500929917803" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.100999999999999,-6.182212975 -15.722666666666665,-2.395546308333332" data-type="line" data-label="" points="347.33172680157145,396.85991380847065 257.3967583270064,186.85760304360738" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.921,-3.8822129749999994 -12.895999999999999,-7.662425949999999" data-type="line" data-label="" points="246.39751757831857,269.3056933615027 414.1590466444395,478.9500929917803" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.921,-3.8822129749999994 -15.722666666666665,-2.395546308333332" data-type="line" data-label="" points="246.39751757831857,269.3056933615027 257.3967583270064,186.85760304360738" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.895999999999999,-7.662425949999999 -15.722666666666665,-2.395546308333332" data-type="line" data-label="" points="414.1590466444395,478.9500929917803 257.3967583270064,186.85760304360738" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.966000000000001,-3.452 -16.101,-6.282212974999999" data-type="line" data-label="" points="521.1936751064603,245.44678873006967 236.41501336942542,402.40574948007793" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.921,-3.7822129749999993 -11.996,-7.667574050000001" data-type="line" data-label="" points="357.3142310104646,263.75985768989534 464.07156768890513,479.2355981579904" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.921,-3.7822129749999993 -14.482666666666665,-2.395546308333332" data-type="line" data-label="" points="357.3142310104646,263.75985768989534 326.1651206549369,186.85760304360738" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.996,-7.667574050000001 -14.482666666666665,-2.395546308333332" data-type="line" data-label="" points="464.07156768890513,479.2355981579904 326.1651206549369,186.85760304360738" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.921,-3.982212974999999 -13.040999999999999,-3.982212974999999 -13.040999999999999,-3.6771064874999997 -14.482666666666665,-3.6771064874999997 -14.482666666666665,-3.155546308333333" data-type="line" data-label="" points="357.3142310104646,274.85152903310995 406.1175849206089,274.85152903310995 406.1175849206089,257.93082461294694 326.1651206549369,257.93082461294694 326.1651206549369,229.00595414782293" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-15.722666666666665,-2.395546308333332 -15.722666666666665,-2.195546308333332 -16.332666666666665,-2.195546308333332 -16.332666666666665,-2.8755463083333326 -16.942666666666664,-2.8755463083333326" data-type="line" data-label="" points="257.3967583270064,186.85760304360738 257.3967583270064,175.76593170039277 223.56716073020186,175.76593170039277 223.56716073020186,213.47761426732245 189.73756313339732,213.47761426732245" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-15.921,-3.8822129749999994 -16.332666666666665,-3.8822129749999994 -16.332666666666665,-2.195546308333332 -15.722666666666665,-2.195546308333332 -15.722666666666665,-2.395546308333332" data-type="line" data-label="" points="246.39751757831857,269.3056933615027 223.56716073020186,269.3056933615027 223.56716073020186,175.76593170039277 257.3967583270064,175.76593170039277 257.3967583270064,186.85760304360738" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.921,-3.782212974999999 -13.8935,-3.782212974999999 -13.8935,-2.195546308333333 -14.482666666666665,-2.195546308333333 -14.482666666666665,-2.395546308333332" data-type="line" data-label="" points="357.3142310104646,263.7598576898953 358.83933582015663,263.7598576898953 358.83933582015663,175.76593170039283 326.1651206549369,175.76593170039283 326.1651206549369,186.85760304360738" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.100999999999999,-6.182212975 -13.4985,-6.182212975 -13.4985,-7.662425949999999 -12.895999999999999,-7.662425949999999" data-type="line" data-label="" points="347.33172680157145,396.85991380847065 380.74538672300537,396.85991380847065 380.74538672300537,478.9500929917803 414.1590466444395,478.9500929917803" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.966000000000001,-3.252 -9.785000000000002,-3.252 -9.785000000000002,-3.9822129749999995 -13.921,-3.9822129749999995" data-type="line" data-label="" points="521.1936751064603,234.35511738685506 586.6899943881425,234.35511738685506 586.6899943881425,274.85152903310995 357.3142310104646,274.85152903310995" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.942666666666664,-2.6755463083333324 -16.701666666666664,-2.6755463083333324 -16.701666666666664,-3.076546308333332" data-type="line" data-label="" points="189.73756313339732,202.38594292410784 203.10302710197095,202.38594292410784 203.10302710197095,224.62474396725312" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.996,-7.667574050000001 -11.695,-7.667574050000001 -11.695,-7.46657405" data-type="line" data-label="" points="464.07156768890513,479.2355981579904 480.7645330604431,479.2355981579904 480.7645330604431,468.0884684580597" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.966000000000001,-3.452 -10.046000000000001,-3.452" data-type="line" data-label="" points="521.1936751064603,245.44678873006967 572.2153632852475,245.44678873006967" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.101,-6.282212974999999 -17.021,-6.282212974999999" data-type="line" data-label="" points="236.41501336942542,402.40574948007793 185.39332519063817,402.40574948007793" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-18.292666666666666" data-y="-2.7755463083333325" x="40" y="191.29427158089322" width="149.73756313339732" height="33.27501402964381" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-12.416" data-y="-3.352" x="360.3644406298486" y="223.26344604364044" width="160.82923447661176" height="33.27501402964384" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-15.100999999999999" data-y="-6.282212974999999" x="236.41501336942542" y="391.3140781368633" width="110.91671343214603" height="22.183342686429228" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-14.921" data-y="-3.882212974999999" x="246.39751757831857" y="258.214022018288" width="110.91671343214603" height="22.183342686429228" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-12.446" data-y="-7.665" x="414.1590466444395" y="470.6591130294128" width="49.91252104446562" height="16.867465090945075" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-15.647666666666666" data-y="-2.7755463083333325" x="239.3727923942826" y="186.85760304360736" width="44.36668537285834" height="42.14835110421555" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-14.407666666666664" data-y="-2.7755463083333325" x="308.1411547222134" y="186.85760304360736" width="44.36668537285823" height="42.14835110421555" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="Batt" data-x="-19.002666666666663" data-y="-2.3605463083333325" x="58.855841283465224" y="177.98426596903573" width="33.275014029643444" height="13.864589179018253" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="Solar" data-x="-13.166" data-y="-2.9369999999999994" x="379.2202819133134" y="209.9534404317829" width="39.930016835572474" height="13.864589179018282" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="BAT54S" data-x="-15.340999999999998" data-y="-6.612212974999999" x="258.5983560558547" y="415.7157550919354" width="39.930016835572474" height="9.98250420889309" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="D1" data-x="-15.581" data-y="-5.967212974999999" x="255.2708546528902" y="378.00407252500577" width="19.965008417786294" height="13.864589179018253" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="MCP1700T-3302E/TT" data-x="-14.500999999999998" data-y="-4.212212974999999" x="268.5808602647479" y="282.61569897336017" width="113.13504770078885" height="9.982504208893147" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="U1" data-x="-15.401" data-y="-3.5672129749999995" x="265.25335886178334" y="244.90401640643051" width="19.965008417786294" height="13.864589179018253" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="netId: GND
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-16.942666666666664,-2.6755463083333324 -10.966000000000001,-3.252" data-type="line" data-label="" points="189.73756313339732,202.38594292410784 521.1936751064603,234.35511738685506" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.6755463083333324 -13.921,-3.9822129749999995" data-type="line" data-label="" points="189.73756313339732,202.38594292410784 357.3142310104646,274.85152903310995" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.6755463083333324 -15.722666666666665,-3.155546308333333" data-type="line" data-label="" points="189.73756313339732,202.38594292410784 257.3967583270064,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.6755463083333324 -14.482666666666665,-3.155546308333333" data-type="line" data-label="" points="189.73756313339732,202.38594292410784 326.1651206549369,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.966000000000001,-3.252 -13.921,-3.9822129749999995" data-type="line" data-label="" points="521.1936751064603,234.35511738685506 357.3142310104646,274.85152903310995" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.966000000000001,-3.252 -15.722666666666665,-3.155546308333333" data-type="line" data-label="" points="521.1936751064603,234.35511738685506 257.3967583270064,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.966000000000001,-3.252 -14.482666666666665,-3.155546308333333" data-type="line" data-label="" points="521.1936751064603,234.35511738685506 326.1651206549369,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.921,-3.9822129749999995 -15.722666666666665,-3.155546308333333" data-type="line" data-label="" points="357.3142310104646,274.85152903310995 257.3967583270064,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.921,-3.9822129749999995 -14.482666666666665,-3.155546308333333" data-type="line" data-label="" points="357.3142310104646,274.85152903310995 326.1651206549369,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.722666666666665,-3.155546308333333 -14.482666666666665,-3.155546308333333" data-type="line" data-label="" points="257.3967583270064,229.00595414782293 326.1651206549369,229.00595414782293" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.8755463083333326 -14.100999999999999,-6.182212975" data-type="line" data-label="" points="189.73756313339732,213.47761426732245 347.33172680157145,396.85991380847065" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.8755463083333326 -15.921,-3.8822129749999994" data-type="line" data-label="" points="189.73756313339732,213.47761426732245 246.39751757831857,269.3056933615027" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.8755463083333326 -12.895999999999999,-7.662425949999999" data-type="line" data-label="" points="189.73756313339732,213.47761426732245 414.1590466444395,478.9500929917803" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.942666666666664,-2.8755463083333326 -15.722666666666665,-2.395546308333332" data-type="line" data-label="" points="189.73756313339732,213.47761426732245 257.3967583270064,186.85760304360738" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.100999999999999,-6.182212975 -15.921,-3.8822129749999994" data-type="line" data-label="" points="347.33172680157145,396.85991380847065 246.39751757831857,269.3056933615027" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.100999999999999,-6.182212975 -12.895999999999999,-7.662425949999999" data-type="line" data-label="" points="347.33172680157145,396.85991380847065 414.1590466444395,478.9500929917803" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.100999999999999,-6.182212975 -15.722666666666665,-2.395546308333332" data-type="line" data-label="" points="347.33172680157145,396.85991380847065 257.3967583270064,186.85760304360738" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.921,-3.8822129749999994 -12.895999999999999,-7.662425949999999" data-type="line" data-label="" points="246.39751757831857,269.3056933615027 414.1590466444395,478.9500929917803" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.921,-3.8822129749999994 -15.722666666666665,-2.395546308333332" data-type="line" data-label="" points="246.39751757831857,269.3056933615027 257.3967583270064,186.85760304360738" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.895999999999999,-7.662425949999999 -15.722666666666665,-2.395546308333332" data-type="line" data-label="" points="414.1590466444395,478.9500929917803 257.3967583270064,186.85760304360738" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.966000000000001,-3.452 -16.101,-6.282212974999999" data-type="line" data-label="" points="521.1936751064603,245.44678873006967 236.41501336942542,402.40574948007793" fill="none" stroke="hsl(331, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.921,-3.7822129749999993 -11.996,-7.667574050000001" data-type="line" data-label="" points="357.3142310104646,263.75985768989534 464.07156768890513,479.2355981579904" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.921,-3.7822129749999993 -14.482666666666665,-2.395546308333332" data-type="line" data-label="" points="357.3142310104646,263.75985768989534 326.1651206549369,186.85760304360738" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.996,-7.667574050000001 -14.482666666666665,-2.395546308333332" data-type="line" data-label="" points="464.07156768890513,479.2355981579904 326.1651206549369,186.85760304360738" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.040999999999999,-3.982212974999999 -13.040999999999999,-3.6771064874999997 -14.482666666666665,-3.6771064874999997 -14.482666666666665,-3.155546308333333" data-type="line" data-label="" points="406.1175849206089,274.85152903310995 406.1175849206089,257.93082461294694 326.1651206549369,257.93082461294694 326.1651206549369,229.00595414782293" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.332666666666665,-2.195546308333332 -16.332666666666665,-2.8755463083333326 -16.942666666666664,-2.8755463083333326" data-type="line" data-label="" points="223.56716073020186,175.76593170039277 223.56716073020186,213.47761426732245 189.73756313339732,213.47761426732245" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-15.921,-3.8822129749999994 -16.332666666666665,-3.8822129749999994 -16.332666666666665,-2.195546308333332 -15.722666666666665,-2.195546308333332 -15.722666666666665,-2.395546308333332" data-type="line" data-label="" points="246.39751757831857,269.3056933615027 223.56716073020186,269.3056933615027 223.56716073020186,175.76593170039277 257.3967583270064,175.76593170039277 257.3967583270064,186.85760304360738" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.921,-3.782212974999999 -13.8935,-3.782212974999999 -13.8935,-2.195546308333333 -14.482666666666665,-2.195546308333333 -14.482666666666665,-2.395546308333332" data-type="line" data-label="" points="357.3142310104646,263.7598576898953 358.83933582015663,263.7598576898953 358.83933582015663,175.76593170039283 326.1651206549369,175.76593170039283 326.1651206549369,186.85760304360738" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.100999999999999,-6.182212975 -13.4985,-6.182212975 -13.4985,-7.662425949999999 -12.895999999999999,-7.662425949999999" data-type="line" data-label="" points="347.33172680157145,396.85991380847065 380.74538672300537,396.85991380847065 380.74538672300537,478.9500929917803 414.1590466444395,478.9500929917803" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.966000000000001,-3.252 -9.785000000000002,-3.252 -9.785000000000002,-3.9822129749999995 -13.921,-3.9822129749999995" data-type="line" data-label="" points="521.1936751064603,234.35511738685506 586.6899943881425,234.35511738685506 586.6899943881425,274.85152903310995 357.3142310104646,274.85152903310995" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.942666666666664,-2.6755463083333324 -16.701666666666664,-2.6755463083333324 -16.701666666666664,-3.076546308333332" data-type="line" data-label="" points="189.73756313339732,202.38594292410784 203.10302710197095,202.38594292410784 203.10302710197095,224.62474396725312" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.996,-7.667574050000001 -11.695,-7.667574050000001 -11.695,-7.46657405" data-type="line" data-label="" points="464.07156768890513,479.2355981579904 480.7645330604431,479.2355981579904 480.7645330604431,468.0884684580597" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.966000000000001,-3.452 -10.046000000000001,-3.452" data-type="line" data-label="" points="521.1936751064603,245.44678873006967 572.2153632852475,245.44678873006967" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.101,-6.282212974999999 -17.021,-6.282212974999999" data-type="line" data-label="" points="236.41501336942542,402.40574948007793 185.39332519063817,402.40574948007793" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-18.292666666666666" data-y="-2.7755463083333325" x="40" y="191.29427158089322" width="149.73756313339732" height="33.27501402964381" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-12.416" data-y="-3.352" x="360.3644406298486" y="223.26344604364044" width="160.82923447661176" height="33.27501402964384" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-15.100999999999999" data-y="-6.282212974999999" x="236.41501336942542" y="391.3140781368633" width="110.91671343214603" height="22.183342686429228" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-14.921" data-y="-3.882212974999999" x="246.39751757831857" y="258.214022018288" width="110.91671343214603" height="22.183342686429228" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-12.446" data-y="-7.665" x="414.1590466444395" y="470.6591130294128" width="49.91252104446562" height="16.867465090945075" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-15.647666666666666" data-y="-2.7755463083333325" x="239.3727923942826" y="186.85760304360736" width="44.36668537285834" height="42.14835110421555" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-14.407666666666664" data-y="-2.7755463083333325" x="308.1411547222134" y="186.85760304360736" width="44.36668537285823" height="42.14835110421555" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="Batt" data-x="-19.002666666666663" data-y="-2.3605463083333325" x="58.855841283465224" y="177.98426596903573" width="33.275014029643444" height="13.864589179018253" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="Solar" data-x="-13.166" data-y="-2.9369999999999994" x="379.2202819133134" y="209.9534404317829" width="39.930016835572474" height="13.864589179018282" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="BAT54S" data-x="-15.340999999999998" data-y="-6.612212974999999" x="258.5983560558547" y="415.7157550919354" width="39.930016835572474" height="9.98250420889309" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="D1" data-x="-15.581" data-y="-5.967212974999999" x="255.2708546528902" y="378.00407252500577" width="19.965008417786294" height="13.864589179018253" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="MCP1700T-3302E/TT" data-x="-14.500999999999998" data-y="-4.212212974999999" x="268.5808602647479" y="282.61569897336017" width="113.13504770078885" height="9.982504208893147" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="U1" data-x="-15.401" data-y="-3.5672129749999995" x="265.25335886178334" y="244.90401640643051" width="19.965008417786294" height="13.864589179018253" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="netId: GND
4
4
  globalConnNetId: connectivity_net0" data-x="-16.701666666666664" data-y="-3.286546308333332" x="189.79302149011346" y="224.6247439672531" width="26.620011223714982" height="23.292509820750666" fill="#00000066" stroke="#000000" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="netId: GND
5
5
  globalConnNetId: connectivity_net0" data-x="-9.785000000000002" data-y="-4.1922129749999995" x="573.379988776285" y="274.85152903310995" width="26.620011223715096" height="23.292509820750638" fill="#00000066" stroke="#000000" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="netId: GND
6
6
  globalConnNetId: connectivity_net0" data-x="-15.722666666666665" data-y="-3.3665463083333327" x="251.85092265539913" y="229.06141250453896" width="11.091671343214557" height="23.292509820750666" fill="#00000066" stroke="#000000" stroke-width="0.018031547619047617"/></g><g><rect data-type="rect" data-label="netId: VCC
@@ -93,7 +93,7 @@ SOLAR_IN" data-x="-16.561" data-y="-6.282212974999999" cx="210.90416928003174" c
93
93
  .port-label { fill: rgb(0, 100, 100); }
94
94
  .component-name { fill: rgb(0, 100, 100); }
95
95
 
96
- </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 667.748883962839 307.2122968502543 L 766.646895388591 307.2122968502543 L 766.646895388591 272.92317766065656 L 604.6264789429936 272.92317766065656 L 604.6264789429936 214.30810429879034" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.748883962839 307.2122968502543 L 766.646895388591 307.2122968502543 L 766.646895388591 272.92317766065656 L 604.6264789429936 272.92317766065656 L 604.6264789429936 214.30810429879034" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 465.2701901157975 128.89618534018626 L 465.2701901157975 106.41936456160624 L 396.71588674112854 106.41936456160624 L 396.71588674112854 182.8405552087783 L 328.1615833664596 182.8405552087783" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 465.2701901157975 128.89618534018626 L 465.2701901157975 106.41936456160624 L 396.71588674112854 106.41936456160624 L 396.71588674112854 182.8405552087783 L 328.1615833664596 182.8405552087783" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 442.98067617703896 295.9738864609643 L 396.71588674112854 295.9738864609643 L 396.71588674112854 106.41936456160624 L 465.2701901157975 106.41936456160624 L 465.2701901157975 128.89618534018626" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 442.98067617703896 295.9738864609643 L 396.71588674112854 295.9738864609643 L 396.71588674112854 106.41936456160624 L 465.2701901157975 106.41936456160624 L 465.2701901157975 128.89618534018626" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 667.748883962839 284.73547607167427 L 670.8394468198937 284.73547607167427 L 670.8394468198937 106.41936456160636 L 604.6264789429936 106.41936456160636 L 604.6264789429936 128.89618534018626" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.748883962839 284.73547607167427 L 670.8394468198937 284.73547607167427 L 670.8394468198937 106.41936456160636 L 604.6264789429936 106.41936456160636 L 604.6264789429936 128.89618534018626" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 647.5197452621171 554.4573254146344 L 715.2311678575891 554.4573254146344 L 715.2311678575891 720.809734180653 L 782.9425904530615 720.809734180653" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 647.5197452621171 554.4573254146344 L 715.2311678575891 554.4573254146344 L 715.2311678575891 720.809734180653 L 782.9425904530615 720.809734180653" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 999.8439109663582 225.14796600391077 L 1132.569537663873 225.14796600391077 L 1132.569537663873 307.21229685025435 L 667.748883962839 307.21229685025435" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 999.8439109663582 225.14796600391077 L 1132.569537663873 225.14796600391077 L 1132.569537663873 307.21229685025435 L 667.748883962839 307.21229685025435" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 328.1615833664596 160.3637344301983 L 355.24615240464846 160.3637344301983 L 355.24615240464846 205.42976009125118" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 328.1615833664596 160.3637344301983 L 355.24615240464846 160.3637344301983 L 355.24615240464846 205.42976009125118" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 884.0882839566714 721.3882987859041 L 917.9158992284342 721.3882987859041 L 917.9158992284342 698.7990939034312" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 884.0882839566714 721.3882987859041 L 917.9158992284342 721.3882987859041 L 917.9158992284342 698.7990939034312" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 999.8439109663582 247.6247867824908 L 1103.2372865478262 247.6247867824908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 999.8439109663582 247.6247867824908 L 1103.2372865478262 247.6247867824908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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_9__stack1"><path d="M 422.751537476317 565.6957358039243 L 319.35816189484876 565.6957358039243" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 422.751537476317 565.6957358039243 L 319.35816189484876 565.6957358039243" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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="667.748883962839" cy="307.2122968502543" r="3.371523116787" 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="465.2701901157975" cy="128.89618534018626" r="3.371523116787" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="465.2701901157975" cy="106.41936456160624" r="3.371523116787" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="396.71588674112854" cy="106.41936456160624" r="3.371523116787" 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"/><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"/><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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__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="69.67814441278915" y="137.88691365161833" width="213.52979739651073" height="67.43046233573995" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="69.67814441278915" y="137.88691365161833" width="213.52979739651073" height="67.43046233573995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="283.2079418092999" y1="160.3637344301983" x2="328.1615833664596" y2="160.3637344301983" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="325.9139012886016" y="158.1160523523403" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="305.68476258787973" y="158.11605235234032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="271.9695314200096" y="160.3637344301983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="283.2079418092999" y1="182.8405552087783" x2="328.1615833664596" y2="182.8405552087783" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="325.9139012886016" y="180.5928731309203" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="305.68476258787973" y="180.59287313092034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="271.9695314200096" y="182.8405552087783" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">BAT_PLUS</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="718.8836512341086" y="202.67114522533075" width="236.00661817508967" height="67.43046233574006" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="718.8836512341086" y="202.67114522533075" width="236.00661817508967" height="67.43046233574006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="954.8902694091983" y1="225.14796600391077" x2="999.8439109663582" y2="225.14796600391077" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="997.5962288885001" y="222.90028392605277" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="977.3670901877783" y="222.9002839260528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="943.6518590199082" y="225.14796600391077" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="954.8902694091983" y1="247.6247867824908" x2="999.8439109663582" y2="247.6247867824908" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="997.5962288885001" y="245.37710470463279" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="977.3670901877783" y="245.3771047046328" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="943.6518590199082" y="247.6247867824908" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">SOLAR_PLUS</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="467.70517903347695" y="543.2189150253444" width="134.86092467148" height="44.95364155716004" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="467.70517903347695" y="543.2189150253444" width="134.86092467148" height="44.95364155716004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="467.70517903347695" y1="565.6957358039243" x2="422.751537476317" y2="565.6957358039243" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="420.50385539845905" y="563.4480537260663" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.2283582548969" y="563.4480537260664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="478.943589422767" y="565.6957358039243" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.857615583935px" transform="">A</text><line class="component-pin sch-component-pin sch-port-line" x1="602.566103704957" y1="576.9341461932142" x2="645.272063184259" y2="576.9341461932142" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="647.5197452621171" cy="576.9341461932142" r="2.2476820778580002" stroke-width="2.2476820778580002px"/><rect x="645.2720631842591" y="574.6864641153562" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.042924483537" y="574.6864641153563" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="591.3276933156669" y="576.9341461932142" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">K</text><line class="component-pin sch-component-pin sch-port-line" x1="602.566103704957" y1="554.4573254146344" x2="647.5197452621171" y2="554.4573254146344" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="645.2720631842591" y="552.2096433367764" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.042924483537" y="552.2096433367764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="591.3276933156669" y="554.4573254146344" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">COM</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="487.9343177341991" y="273.4970656823843" width="134.86092467147978" height="44.95364155716004" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="487.9343177341991" y="273.4970656823843" width="134.86092467147978" height="44.95364155716004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="622.7952424056789" y1="307.21229685025435" x2="667.748883962839" y2="307.21229685025435" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="665.501201884981" y="304.9646147723964" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.272063184259" y="304.9646147723963" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="611.5568320163891" y="307.21229685025435" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="622.7952424056789" y1="284.7354760716743" x2="667.748883962839" y2="284.7354760716743" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="665.501201884981" y="282.48779399381635" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.272063184259" y="282.4877939938163" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="611.5568320163891" y="284.7354760716743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">VOUT</text><line class="component-pin sch-component-pin sch-port-line" x1="487.9343177341991" y1="295.9738864609643" x2="442.98067617703896" y2="295.9738864609643" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><rect x="440.732994099181" y="293.72620438310634" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="465.4574969556188" y="293.72620438310634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="499.1727281234889" y="295.9738864609643" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.857615583935px" transform="">VIN</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="827.8962320102214" y="704.0084005559476" width="11.238410389290038" height="34.18123185466186" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="827.8962320102214" y="704.0084005559476" width="11.238410389290038" height="34.18123185466186" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="827.8962320102214" y1="720.809734180653" x2="782.9425904530615" y2="720.809734180653" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="780.6949083752035" y="718.562052102795" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.4194112316413" y="718.562052102795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="839.1346423995114" y1="721.3882987859041" x2="884.0882839566714" y2="721.3882987859041" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="881.8406018788133" y="719.1406167080461" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.6114631780915" y="719.1406167080462" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="">2</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="428.7453563506051" y="165.9829396248433" width="89.90728311431963" height="11.238410389289982" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="428.7453563506051" y="165.9829396248433" width="89.90728311431963" height="11.238410389289982" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="465.2701901157975" y1="165.9829396248433" x2="465.2701901157975" y2="128.89618534018626" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="463.02250803793953" y="126.64850326232826" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="463.0225080379396" y="147.43956248251476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="rotate(-90 463.0225080379396 147.43956248251476)"></text><text class="pin-number sch-pin-label" x="465.2701901157975" y="177.2213500141333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="rotate(-90 465.2701901157975 177.2213500141333)">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="465.2701901157975" y1="177.2213500141333" x2="465.2701901157975" y2="212.06042222093237" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="465.2701901157975" cy="214.30810429879034" r="2.2476820778580002" stroke-width="2.2476820778580002px"/><rect x="463.02250803793953" y="212.06042222093234" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="463.0225080379396" y="195.76472715646184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="rotate(-90 463.0225080379396 195.76472715646184)"></text><text class="pin-number sch-pin-label" x="465.2701901157975" y="165.9829396248433" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.857615583935px" transform="rotate(-90 465.2701901157975 165.9829396248433)">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="568.1016451778014" y="165.9829396248433" width="89.90728311431963" height="11.238410389289982" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="568.1016451778014" y="165.9829396248433" width="89.90728311431963" height="11.238410389289982" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="604.6264789429936" y1="165.9829396248433" x2="604.6264789429936" y2="128.89618534018626" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="602.3787968651355" y="126.64850326232826" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.3787968651357" y="147.43956248251476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="rotate(-90 602.3787968651357 147.43956248251476)"></text><text class="pin-number sch-pin-label" x="604.6264789429936" y="177.2213500141333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="rotate(-90 604.6264789429936 177.2213500141333)">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="604.6264789429936" y1="177.2213500141333" x2="604.6264789429936" y2="214.30810429879034" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="602.3787968651355" y="212.06042222093234" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.3787968651357" y="195.76472715646184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="rotate(-90 602.3787968651357 195.76472715646184)"></text><text class="pin-number sch-pin-label" x="604.6264789429936" y="165.9829396248433" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.857615583935px" transform="rotate(-90 604.6264789429936 165.9829396248433)">neg</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="328.1615833664596" cy="160.3637344301983" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="328.1615833664596" cy="182.8405552087783" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="999.8439109663582" cy="225.14796600391077" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="999.8439109663582" cy="247.6247867824908" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="422.751537476317" cy="565.6957358039243" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="647.5197452621171" cy="576.9341461932142" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="647.5197452621171" cy="554.4573254146344" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="667.748883962839" cy="307.21229685025435" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="667.748883962839" cy="284.7354760716743" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="442.98067617703896" cy="295.9738864609643" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="782.9425904530615" cy="720.809734180653" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="884.0882839566714" cy="721.3882987859041" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="465.2701901157975" cy="128.89618534018626" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="465.2701901157975" cy="214.30810429879034" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="604.6264789429936" cy="128.89618534018626" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="604.6264789429936" cy="214.30810429879034" r="4.4953641557160005" fill="red" opacity="0"/></g><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="341.76005993750044" y="205.42976009125115" width="26.972184934296024" height="20.22913870072199" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 341.76005993750044 225.65889879197314 L 368.73224487179647 225.65889879197314" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 355.24615240464846 225.65889879197314 L 355.24615240464846 205.42976009125115" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="355.24615240464846" y="231.27810398661816" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.229138700722px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="1119.083445196725" y="307.2122968502543" width="26.97218493429591" height="20.229138700722046" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 1119.083445196725 327.44143555097634 L 1146.055630131021 327.44143555097634" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 1132.569537663873 327.44143555097634 L 1132.569537663873 307.2122968502543" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="1132.569537663873" y="333.0606407456213" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.229138700722px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="451.7840976486495" y="214.3081042987903" width="26.972184934296024" height="20.22913870072199" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 451.7840976486495 234.5372429995123 L 478.7562825829455 234.5372429995123" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 465.2701901157975 234.5372429995123 L 465.2701901157975 214.3081042987903" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="465.2701901157975" y="240.15644819415732" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.229138700722px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
96
+ </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 766.646895388591 307.2122968502543 L 766.646895388591 272.92317766065656 L 604.6264789429936 272.92317766065656 L 604.6264789429936 214.30810429879034" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 766.646895388591 307.2122968502543 L 766.646895388591 272.92317766065656 L 604.6264789429936 272.92317766065656 L 604.6264789429936 214.30810429879034" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 396.71588674112854 106.41936456160624 L 396.71588674112854 182.8405552087783 L 328.1615833664596 182.8405552087783" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 396.71588674112854 106.41936456160624 L 396.71588674112854 182.8405552087783 L 328.1615833664596 182.8405552087783" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 442.98067617703896 295.9738864609643 L 396.71588674112854 295.9738864609643 L 396.71588674112854 106.41936456160624 L 465.2701901157975 106.41936456160624 L 465.2701901157975 128.89618534018626" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 442.98067617703896 295.9738864609643 L 396.71588674112854 295.9738864609643 L 396.71588674112854 106.41936456160624 L 465.2701901157975 106.41936456160624 L 465.2701901157975 128.89618534018626" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 667.748883962839 284.73547607167427 L 670.8394468198937 284.73547607167427 L 670.8394468198937 106.41936456160636 L 604.6264789429936 106.41936456160636 L 604.6264789429936 128.89618534018626" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.748883962839 284.73547607167427 L 670.8394468198937 284.73547607167427 L 670.8394468198937 106.41936456160636 L 604.6264789429936 106.41936456160636 L 604.6264789429936 128.89618534018626" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 647.5197452621171 554.4573254146344 L 715.2311678575891 554.4573254146344 L 715.2311678575891 720.809734180653 L 782.9425904530615 720.809734180653" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 647.5197452621171 554.4573254146344 L 715.2311678575891 554.4573254146344 L 715.2311678575891 720.809734180653 L 782.9425904530615 720.809734180653" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 999.8439109663582 225.14796600391077 L 1132.569537663873 225.14796600391077 L 1132.569537663873 307.21229685025435 L 667.748883962839 307.21229685025435" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 999.8439109663582 225.14796600391077 L 1132.569537663873 225.14796600391077 L 1132.569537663873 307.21229685025435 L 667.748883962839 307.21229685025435" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 328.1615833664596 160.3637344301983 L 355.24615240464846 160.3637344301983 L 355.24615240464846 205.42976009125118" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 328.1615833664596 160.3637344301983 L 355.24615240464846 160.3637344301983 L 355.24615240464846 205.42976009125118" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 884.0882839566714 721.3882987859041 L 917.9158992284342 721.3882987859041 L 917.9158992284342 698.7990939034312" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 884.0882839566714 721.3882987859041 L 917.9158992284342 721.3882987859041 L 917.9158992284342 698.7990939034312" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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 999.8439109663582 247.6247867824908 L 1103.2372865478262 247.6247867824908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 999.8439109663582 247.6247867824908 L 1103.2372865478262 247.6247867824908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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_9__stack1"><path d="M 422.751537476317 565.6957358039243 L 319.35816189484876 565.6957358039243" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.981456622864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 422.751537476317 565.6957358039243 L 319.35816189484876 565.6957358039243" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2476820778580002px" 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"/><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="396.71588674112854" cy="106.41936456160624" r="3.371523116787" 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"/><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"/><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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__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="69.67814441278915" y="137.88691365161833" width="213.52979739651073" height="67.43046233573995" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="69.67814441278915" y="137.88691365161833" width="213.52979739651073" height="67.43046233573995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="283.2079418092999" y1="160.3637344301983" x2="328.1615833664596" y2="160.3637344301983" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="325.9139012886016" y="158.1160523523403" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="305.68476258787973" y="158.11605235234032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="271.9695314200096" y="160.3637344301983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="283.2079418092999" y1="182.8405552087783" x2="328.1615833664596" y2="182.8405552087783" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="325.9139012886016" y="180.5928731309203" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="305.68476258787973" y="180.59287313092034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="271.9695314200096" y="182.8405552087783" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">BAT_PLUS</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="718.8836512341086" y="202.67114522533075" width="236.00661817508967" height="67.43046233574006" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="718.8836512341086" y="202.67114522533075" width="236.00661817508967" height="67.43046233574006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="954.8902694091983" y1="225.14796600391077" x2="999.8439109663582" y2="225.14796600391077" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="997.5962288885001" y="222.90028392605277" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="977.3670901877783" y="222.9002839260528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="943.6518590199082" y="225.14796600391077" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="954.8902694091983" y1="247.6247867824908" x2="999.8439109663582" y2="247.6247867824908" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="997.5962288885001" y="245.37710470463279" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="977.3670901877783" y="245.3771047046328" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="943.6518590199082" y="247.6247867824908" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">SOLAR_PLUS</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="467.70517903347695" y="543.2189150253444" width="134.86092467148" height="44.95364155716004" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="467.70517903347695" y="543.2189150253444" width="134.86092467148" height="44.95364155716004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="467.70517903347695" y1="565.6957358039243" x2="422.751537476317" y2="565.6957358039243" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="420.50385539845905" y="563.4480537260663" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.2283582548969" y="563.4480537260664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="478.943589422767" y="565.6957358039243" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.857615583935px" transform="">A</text><line class="component-pin sch-component-pin sch-port-line" x1="602.566103704957" y1="576.9341461932142" x2="645.272063184259" y2="576.9341461932142" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="647.5197452621171" cy="576.9341461932142" r="2.2476820778580002" stroke-width="2.2476820778580002px"/><rect x="645.2720631842591" y="574.6864641153562" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.042924483537" y="574.6864641153563" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="591.3276933156669" y="576.9341461932142" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">K</text><line class="component-pin sch-component-pin sch-port-line" x1="602.566103704957" y1="554.4573254146344" x2="647.5197452621171" y2="554.4573254146344" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="645.2720631842591" y="552.2096433367764" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="625.042924483537" y="552.2096433367764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="591.3276933156669" y="554.4573254146344" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">COM</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="487.9343177341991" y="273.4970656823843" width="134.86092467147978" height="44.95364155716004" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="487.9343177341991" y="273.4970656823843" width="134.86092467147978" height="44.95364155716004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="622.7952424056789" y1="307.21229685025435" x2="667.748883962839" y2="307.21229685025435" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="665.501201884981" y="304.9646147723964" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.272063184259" y="304.9646147723963" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="611.5568320163891" y="307.21229685025435" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="622.7952424056789" y1="284.7354760716743" x2="667.748883962839" y2="284.7354760716743" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="665.501201884981" y="282.48779399381635" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.272063184259" y="282.4877939938163" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="611.5568320163891" y="284.7354760716743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="">VOUT</text><line class="component-pin sch-component-pin sch-port-line" x1="487.9343177341991" y1="295.9738864609643" x2="442.98067617703896" y2="295.9738864609643" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><rect x="440.732994099181" y="293.72620438310634" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="465.4574969556188" y="293.72620438310634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform=""></text><text class="pin-number sch-pin-label" x="499.1727281234889" y="295.9738864609643" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.857615583935px" transform="">VIN</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="827.8962320102214" y="704.0084005559476" width="11.238410389290038" height="34.18123185466186" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="827.8962320102214" y="704.0084005559476" width="11.238410389290038" height="34.18123185466186" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="827.8962320102214" y1="720.809734180653" x2="782.9425904530615" y2="720.809734180653" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="780.6949083752035" y="718.562052102795" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.4194112316413" y="718.562052102795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="839.1346423995114" y1="721.3882987859041" x2="884.0882839566714" y2="721.3882987859041" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="881.8406018788133" y="719.1406167080461" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.6114631780915" y="719.1406167080462" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="">2</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="428.7453563506051" y="165.9829396248433" width="89.90728311431963" height="11.238410389289982" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="428.7453563506051" y="165.9829396248433" width="89.90728311431963" height="11.238410389289982" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="465.2701901157975" y1="165.9829396248433" x2="465.2701901157975" y2="128.89618534018626" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="463.02250803793953" y="126.64850326232826" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="463.0225080379396" y="147.43956248251476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="rotate(-90 463.0225080379396 147.43956248251476)"></text><text class="pin-number sch-pin-label" x="465.2701901157975" y="177.2213500141333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="rotate(-90 465.2701901157975 177.2213500141333)">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="465.2701901157975" y1="177.2213500141333" x2="465.2701901157975" y2="212.06042222093237" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="465.2701901157975" cy="214.30810429879034" r="2.2476820778580002" stroke-width="2.2476820778580002px"/><rect x="463.02250803793953" y="212.06042222093234" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="463.0225080379396" y="195.76472715646184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="rotate(-90 463.0225080379396 195.76472715646184)"></text><text class="pin-number sch-pin-label" x="465.2701901157975" y="165.9829396248433" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.857615583935px" transform="rotate(-90 465.2701901157975 165.9829396248433)">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="568.1016451778014" y="165.9829396248433" width="89.90728311431963" height="11.238410389289982" stroke-width="2.2476820778580002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="568.1016451778014" y="165.9829396248433" width="89.90728311431963" height="11.238410389289982" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="604.6264789429936" y1="165.9829396248433" x2="604.6264789429936" y2="128.89618534018626" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="602.3787968651355" y="126.64850326232826" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.3787968651357" y="147.43956248251476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="rotate(-90 602.3787968651357 147.43956248251476)"></text><text class="pin-number sch-pin-label" x="604.6264789429936" y="177.2213500141333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.857615583935px" transform="rotate(-90 604.6264789429936 177.2213500141333)">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="604.6264789429936" y1="177.2213500141333" x2="604.6264789429936" y2="214.30810429879034" stroke-width="2.2476820778580002px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="602.3787968651355" y="212.06042222093234" width="4.4953641557160005" height="4.4953641557160005" opacity="0"/></g><text class="pin-number sch-pin-number" x="602.3787968651357" y="195.76472715646184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.857615583935px" transform="rotate(-90 602.3787968651357 195.76472715646184)"></text><text class="pin-number sch-pin-label" x="604.6264789429936" y="165.9829396248433" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.857615583935px" transform="rotate(-90 604.6264789429936 165.9829396248433)">neg</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="328.1615833664596" cy="160.3637344301983" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="328.1615833664596" cy="182.8405552087783" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="999.8439109663582" cy="225.14796600391077" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="999.8439109663582" cy="247.6247867824908" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="422.751537476317" cy="565.6957358039243" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="647.5197452621171" cy="576.9341461932142" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="647.5197452621171" cy="554.4573254146344" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="667.748883962839" cy="307.21229685025435" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="667.748883962839" cy="284.7354760716743" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="442.98067617703896" cy="295.9738864609643" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="782.9425904530615" cy="720.809734180653" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="884.0882839566714" cy="721.3882987859041" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="465.2701901157975" cy="128.89618534018626" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="465.2701901157975" cy="214.30810429879034" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="604.6264789429936" cy="128.89618534018626" r="4.4953641557160005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="604.6264789429936" cy="214.30810429879034" r="4.4953641557160005" fill="red" opacity="0"/></g><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="341.76005993750044" y="205.42976009125115" width="26.972184934296024" height="20.22913870072199" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 341.76005993750044 225.65889879197314 L 368.73224487179647 225.65889879197314" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 355.24615240464846 225.65889879197314 L 355.24615240464846 205.42976009125115" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="355.24615240464846" y="231.27810398661816" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.229138700722px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="1119.083445196725" y="307.2122968502543" width="26.97218493429591" height="20.229138700722046" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 1119.083445196725 327.44143555097634 L 1146.055630131021 327.44143555097634" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 1132.569537663873 327.44143555097634 L 1132.569537663873 307.2122968502543" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="1132.569537663873" y="333.0606407456213" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.229138700722px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="451.7840976486495" y="214.3081042987903" width="26.972184934296024" height="20.22913870072199" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 451.7840976486495 234.5372429995123 L 478.7562825829455 234.5372429995123" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 465.2701901157975 234.5372429995123 L 465.2701901157975 214.3081042987903" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.2476820778580002px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="465.2701901157975" y="240.15644819415732" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.229138700722px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
97
97
  M 465.2701901157975,106.41936456160624
98
98
  L 454.0317797265075,100.35062295138964
99
99
  L 454.0317797265075,61.810367589717806