@tscircuit/schematic-trace-solver 0.0.183 → 0.0.184

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/dist/index.js +231 -20
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
  3. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
  4. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
  5. package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
  6. package/package.json +1 -1
  7. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  8. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  9. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  11. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  13. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  14. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  25. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  27. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  29. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  41. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  42. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  43. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  44. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  45. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  46. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  55. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  56. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  57. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  58. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  59. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  72. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  77. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  82. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  87. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  101. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  102. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  103. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
@@ -1,6 +1,6 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="15.85,-0.1 15.649999999999999,-0.1 15.649999999999999,0.1 15.85,0.1" data-type="line" data-label="" points="535.2986884305493,318.26872045057496 532.3782952204635,318.26872045057496 532.3782952204635,315.3483272404892 535.2986884305493,315.3483272404892" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-17.15,-0.30000000000000004 -17.349999999999998,-0.30000000000000004 -17.349999999999998,-0.5 -17.349999999999998,-0.09999999999999998 -17.15,-0.09999999999999998" data-type="line" data-label="" points="53.43380876639458,321.1891136606608 50.513415556308786,321.1891136606608 50.513415556308786,324.10950687074654 50.513415556308786,318.26872045057496 53.43380876639458,318.26872045057496" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-15.175,-2.9 -15.175,-3.099999999999999 -15.375,-3.099999999999999 -15.375,-2.9" data-type="line" data-label="" points="82.2726917159917,359.154225391776 82.2726917159917,362.07461860186174 79.3522985059059,362.07461860186174 79.3522985059059,359.154225391776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.975,-2.9 -14.975,-3.099999999999999 -15.175,-3.099999999999999 -15.175,-2.9" data-type="line" data-label="" points="85.19308492607749,359.154225391776 85.19308492607749,362.07461860186174 82.2726917159917,362.07461860186174 82.2726917159917,359.154225391776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.775,-2.9 -14.775,-3.099999999999999 -14.975,-3.099999999999999 -14.975,-2.9" data-type="line" data-label="" points="88.11347813616325,359.154225391776 88.11347813616325,362.07461860186174 85.19308492607749,362.07461860186174 85.19308492607749,359.154225391776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.1,0 5.8999999999999995,0 5.8999999999999995,0.2 6.1,0.2" data-type="line" data-label="" points="392.92951943886726,316.8085238455321 390.00912622878144,316.8085238455321 390.00912622878144,313.8881306354463 392.92951943886726,313.8881306354463" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-17.15,0.10000000000000003 -17.349999999999998,0.10000000000000003 -17.349999999999998,0.30000000000000004 -17.15,0.30000000000000004" data-type="line" data-label="" points="53.43380876639458,315.3483272404892 50.513415556308786,315.3483272404892 50.513415556308786,312.4279340304034 53.43380876639458,312.4279340304034" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.5,0.2 -8.49,0.2 -8.49,0 -9.48,0" data-type="line" data-label="" points="194.34278115303374,313.8881306354463 179.8868347631091,313.8881306354463 179.8868347631091,316.8085238455321 165.43088837318447,316.8085238455321" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.85,0.7 -12.325,0.7 -12.325,2 -11.8,2" data-type="line" data-label="" points="116.22226278323896,306.58714761023185 123.88829495971416,306.58714761023185 123.88829495971416,287.6045917446742 131.55432713618933,287.6045917446742" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.2,-4 11,-4 11,-4.62 14.399999999999999,-4.62 14.399999999999999,-4 14.7,-4" data-type="line" data-label="" points="467.39954629605484,375.2163880472478 464.479153085969,375.2163880472478 464.479153085969,384.2696069985137 514.1258376574274,384.2696069985137 514.1258376574274,375.2163880472478 518.5064274725561,375.2163880472478" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,2.5 -3.4,2.5 -3.4,3 10.2,3" data-type="line" data-label="" points="255.67103856483527,280.30360871945976 254.2108419597924,280.30360871945976 254.2108419597924,273.0026256942453 452.79758024562585,273.0026256942453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.1,0.4 5.099999999999999,0.4 5.099999999999999,-1.3599999999999999 4.939,-1.3599999999999999 4.939,-1.7600000000000002 5.099999999999999,-1.7600000000000002 5.099999999999999,-4 5.2,-4" data-type="line" data-label="" points="392.92951943886726,310.9677374253605 378.3275533884383,310.9677374253605 378.3275533884383,336.6671976741154 375.9766368543193,336.6671976741154 375.9766368543193,342.507984094287 378.3275533884383,342.507984094287 378.3275533884383,375.2163880472478 379.7877499934812,375.2163880472478" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8,-4 -1,-4 -1,0 0.10000000000000009,0" data-type="line" data-label="" points="292.1759536909076,375.2163880472478 289.2555604808218,375.2163880472478 289.2555604808218,316.8085238455321 305.31772313629364,316.8085238455321" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.9,-0.4 11.961,-0.4 11.961,0.4 11.55,0.4 11.55,1 12.2,1" data-type="line" data-label="" points="463.01895648092614,322.64931026570366 478.51164246043123,322.64931026570366 478.51164246043123,310.9677374253605 472.51023441370495,310.9677374253605 472.51023441370495,302.20655779510315 482.00151234648376,302.20655779510315" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,0.30000000000000004 -2.439,0.29999999999999993 -2.439,-0.5 -3.4,-0.5 -3.4,-4 -3.3,-4" data-type="line" data-label="" points="252.75064535474948,312.4279340304034 268.2433313342546,312.4279340304034 268.2433313342546,324.10950687074654 254.2108419597924,324.10950687074654 254.2108419597924,375.2163880472478 255.67103856483527,375.2163880472478" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.1,-0.20000000000000007 5.039,-0.20000000000000004 5.039,-2.92 13.321000000000002,-2.92 13.321000000000002,1 12.8,1" data-type="line" data-label="" points="392.92951943886726,319.72891705561784 377.43683345936216,319.72891705561784 377.43683345936216,359.44626471278457 498.37031628901457,359.44626471278457 498.37031628901457,302.20655779510315 490.7626919767411,302.20655779510315" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.8999999999999995,0.1 4.759999999999999,0.1 4.759999999999999,0.049" data-type="line" data-label="" points="390.00912622878144,315.3483272404892 373.36288493129246,315.3483272404892 373.36288493129246,316.0930275090611" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.9,0 12.341000000000001,0 12.341000000000001,-0.051000000000000004" data-type="line" data-label="" points="463.01895648092614,316.8085238455321 484.0603895595942,316.8085238455321 484.0603895595942,317.55322411410395" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.2,2 -10.959,2 -10.959,1.649" data-type="line" data-label="" points="140.3155067664467,287.6045917446742 143.83458058460008,287.6045917446742 143.83458058460008,292.72988182837474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.2,-2 -10.959,-2 -10.959,-2.351" data-type="line" data-label="" points="140.3155067664467,346.01245594638993 143.83458058460008,346.01245594638993 143.83458058460008,351.1377460300905" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.52,0 -10.761,0 -10.761,-0.45099999999999996" data-type="line" data-label="" points="150.2448436807384,316.8085238455321 146.72576986258503,316.8085238455321 146.72576986258503,323.39401053427554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.699999999999999,-4 -7.458999999999999,-4 -7.458999999999999,-4.4510000000000005" data-type="line" data-label="" points="191.42238794294798,375.2163880472478 194.94146176110138,375.2163880472478 194.94146176110138,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,-4 -2.459,-4 -2.459,-4.4510000000000005" data-type="line" data-label="" points="264.4322181950926,375.2163880472478 267.951292013246,375.2163880472478 267.951292013246,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.19999999999999996,-4 0.041000000000000036,-4 0.041000000000000036,-4.4510000000000005" data-type="line" data-label="" points="300.937133321165,375.2163880472478 304.45620713931834,375.2163880472478 304.45620713931834,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.7,2 -0.45899999999999996,2 -0.45899999999999996,1.649" data-type="line" data-label="" points="293.63615029595053,287.6045917446742 297.1552241141039,287.6045917446742 297.1552241141039,292.72988182837474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9,0 3.1909999999999994,0 3.1909999999999994,-0.051000000000000004" data-type="line" data-label="" points="346.20322807749466,316.8085238455321 350.45240019816947,316.8085238455321 350.45240019816947,317.55322411410395" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.8,-4 6.041,-4 6.041,-4.4510000000000005" data-type="line" data-label="" points="388.54892962373856,375.2163880472478 392.06800344189196,375.2163880472478 392.06800344189196,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.8,-4 12.091000000000001,-4 12.091000000000001,-4.051" data-type="line" data-label="" points="476.1607259263122,375.2163880472478 480.409898046987,375.2163880472478 480.409898046987,375.96108831581967" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.8,-1 13.691,-1 13.691,-1.051" data-type="line" data-label="" points="490.7626919767411,331.410489895961 503.7730437276733,331.410489895961 503.7730437276733,332.1551901645329" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.3,-4 15.541,-4 15.541,-4.4510000000000005" data-type="line" data-label="" points="527.2676071028134,375.2163880472478 530.7866809209668,375.2163880472478 530.7866809209668,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="19.8,-4 20.041,-4 20.041,-4.4510000000000005" data-type="line" data-label="" points="592.9764543297437,375.2163880472478 596.495528147897,375.2163880472478 596.495528147897,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.649999999999999,-0.1 15.299999999999997,-0.1 15.299999999999997,-0.099" data-type="line" data-label="" points="532.3782952204635,318.26872045057496 527.2676071028134,318.26872045057496 527.2676071028134,318.25411848452455" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="18.15,0 18.501,0 18.501,0.051000000000000004" data-type="line" data-label="" points="568.8832103465359,316.8085238455321 574.0085004302364,316.8085238455321 574.0085004302364,316.0638235769602" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="19.2,-4 18.898999999999997,-4 18.898999999999997,-3.5490000000000004" data-type="line" data-label="" points="584.2152746994863,375.2163880472478 579.8200829183072,375.2163880472478 579.8200829183072,368.6309013585044" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="J1" data-x="-15" data-y="0" x="53.43380876639456" y="274.4628222992882" width="62.78845401684438" height="84.6914030924878" fill="hsl(183, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R1" data-x="-11.5" data-y="2" x="131.55432713618933" y="282.6399232875284" width="8.761179630257374" height="9.929336914291639" fill="hsl(71, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R2" data-x="-11.5" data-y="-2" x="131.55432713618933" y="341.0477874892441" width="8.761179630257374" height="9.929336914291639" fill="hsl(72, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="D1" data-x="-10" data-y="0" x="150.24484368073837" y="310.8217177648562" width="15.186044692446075" height="11.973612161351753" fill="hsl(357, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U5" data-x="-5.5" data-y="0" x="194.34278115303374" y="278.1133138118954" width="58.40786420171574" height="77.39042006727334" fill="hsl(168, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C1" data-x="-8" data-y="-4" x="182.66120831269058" y="369.0835623060676" width="8.761179630257374" height="12.265651482360283" fill="hsl(326, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C2" data-x="-3" data-y="-4" x="255.6710385648353" y="369.0835623060676" width="8.761179630257345" height="12.265651482360283" fill="hsl(327, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C3" data-x="-0.5" data-y="-4" x="292.1759536909076" y="369.0835623060676" width="8.761179630257402" height="12.265651482360283" fill="hsl(328, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R3" data-x="-1" data-y="2" x="284.8749706656931" y="282.6399232875284" width="8.761179630257402" height="9.929336914291639" fill="hsl(73, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R7" data-x="-3" data-y="2.5" x="255.6710385648353" y="275.33894026231394" width="8.761179630257345" height="9.929336914291696" fill="hsl(77, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="J2" data-x="1.5" data-y="0" x="305.31772313629364" y="305.8570493077104" width="40.88550494120102" height="21.90294907564339" fill="hsl(184, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U6" data-x="8.5" data-y="0" x="392.92951943886726" y="280.30360871945976" width="70.08943704205888" height="73.00983025214464" fill="hsl(169, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="L1" data-x="8.5" data-y="4" x="420.2656775572997" y="252.06529952282867" width="15.417120805194088" height="12.670720241975403" fill="hsl(245, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C4" data-x="5.5" data-y="-4" x="379.78774999348116" y="369.0835623060676" width="8.761179630257345" height="12.265651482360283" fill="hsl(329, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C5" data-x="11.5" data-y="-4" x="467.39954629605484" y="369.0835623060676" width="8.761179630257345" height="12.265651482360283" fill="hsl(330, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R4" data-x="12.5" data-y="0.9999999999999999" x="482.00151234648376" y="297.24188933795733" width="8.761179630257345" height="9.929336914291639" fill="hsl(74, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R5" data-x="12.5" data-y="-0.9999999999999999" x="482.00151234648376" y="326.4458214388152" width="8.761179630257345" height="9.929336914291639" fill="hsl(75, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R6" data-x="10.5" data-y="3" x="452.79758024562585" y="268.0379572370995" width="8.761179630257402" height="9.929336914291696" fill="hsl(76, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U7" data-x="17" data-y="0" x="535.2986884305494" y="292.71527986232434" width="33.58452191598656" height="48.186487966415484" fill="hsl(170, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C6" data-x="15" data-y="-4" x="518.5064274725562" y="369.0835623060676" width="8.761179630257288" height="12.265651482360283" fill="hsl(331, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C7" data-x="19.5" data-y="-4" x="584.2152746994863" y="369.0835623060676" width="8.761179630257402" height="12.265651482360283" fill="hsl(332, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="TYPE-C-31-M-12" data-x="-15.91" data-y="2.85" x="59.274595186566145" y="273.878743657271" width="24.531302964720595" height="2.628353889077232" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="J1" data-x="-16.630000000000003" data-y="3.05" x="59.274595186566145" y="270.95835044718524" width="3.504471852102853" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="BQ25180YBGR" data-x="-6.4399999999999995" data-y="2.6" x="200.18356757320532" y="277.52923516987823" width="19.274595186566216" height="2.628353889077232" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U5" data-x="-6.9799999999999995" data-y="2.8" x="200.18356757320532" y="274.60884195979247" width="3.5044718521029665" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="SM02B-SRSS-TB(LF)(SN)" data-x="1.76" data-y="-0.88" x="311.1585095564652" y="328.34407702537095" width="36.79695444708091" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="J2" data-x="0.62" data-y="0.88" x="311.1585095564652" y="302.64461677661603" width="3.504471852102938" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="TPS63802DLAR" data-x="7.22" data-y="-2.63" x="398.7703058590388" y="353.8975176136216" width="21.026831112617685" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U6" data-x="6.62" data-y="2.63" x="398.7703058590388" y="277.0911761883654" width="3.504471852102995" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="TPS7A2018PDBVR" data-x="17.09" data-y="1.6" x="541.139474850721" y="292.13120122030716" width="24.531302964720567" height="2.628353889077232" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U7" data-x="16.369999999999997" data-y="1.8" x="541.139474850721" y="289.2108080102214" width="3.5044718521028244" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="netId: GND
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="15.85,-0.1 15.649999999999999,-0.1 15.649999999999999,0.1 15.85,0.1" data-type="line" data-label="" points="535.2986884305493,318.26872045057496 532.3782952204635,318.26872045057496 532.3782952204635,315.3483272404892 535.2986884305493,315.3483272404892" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-17.15,-0.30000000000000004 -17.349999999999998,-0.30000000000000004 -17.349999999999998,-0.5 -17.349999999999998,-0.09999999999999998 -17.15,-0.09999999999999998" data-type="line" data-label="" points="53.43380876639458,321.1891136606608 50.513415556308786,321.1891136606608 50.513415556308786,324.10950687074654 50.513415556308786,318.26872045057496 53.43380876639458,318.26872045057496" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-15.175,-2.9 -15.175,-3.099999999999999 -15.375,-3.099999999999999 -15.375,-2.9" data-type="line" data-label="" points="82.2726917159917,359.154225391776 82.2726917159917,362.07461860186174 79.3522985059059,362.07461860186174 79.3522985059059,359.154225391776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.975,-2.9 -14.975,-3.099999999999999 -15.175,-3.099999999999999" data-type="line" data-label="" points="85.19308492607749,359.154225391776 85.19308492607749,362.07461860186174 82.2726917159917,362.07461860186174" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.775,-2.9 -14.775,-3.099999999999999 -14.975,-3.099999999999999" data-type="line" data-label="" points="88.11347813616325,359.154225391776 88.11347813616325,362.07461860186174 85.19308492607749,362.07461860186174" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.1,0 5.8999999999999995,0 5.8999999999999995,0.2 6.1,0.2" data-type="line" data-label="" points="392.92951943886726,316.8085238455321 390.00912622878144,316.8085238455321 390.00912622878144,313.8881306354463 392.92951943886726,313.8881306354463" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-17.15,0.10000000000000003 -17.349999999999998,0.10000000000000003 -17.349999999999998,0.30000000000000004 -17.15,0.30000000000000004" data-type="line" data-label="" points="53.43380876639458,315.3483272404892 50.513415556308786,315.3483272404892 50.513415556308786,312.4279340304034 53.43380876639458,312.4279340304034" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.5,0.2 -8.49,0.2 -8.49,0 -9.48,0" data-type="line" data-label="" points="194.34278115303374,313.8881306354463 179.8868347631091,313.8881306354463 179.8868347631091,316.8085238455321 165.43088837318447,316.8085238455321" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.85,0.7 -12.325,0.7 -12.325,2 -11.8,2" data-type="line" data-label="" points="116.22226278323896,306.58714761023185 123.88829495971416,306.58714761023185 123.88829495971416,287.6045917446742 131.55432713618933,287.6045917446742" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.2,-4 11,-4 11,-4.62 14.399999999999999,-4.62 14.399999999999999,-4 14.7,-4" data-type="line" data-label="" points="467.39954629605484,375.2163880472478 464.479153085969,375.2163880472478 464.479153085969,384.2696069985137 514.1258376574274,384.2696069985137 514.1258376574274,375.2163880472478 518.5064274725561,375.2163880472478" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,2.5 -3.4,2.5 -3.4,3 10.2,3" data-type="line" data-label="" points="255.67103856483527,280.30360871945976 254.2108419597924,280.30360871945976 254.2108419597924,273.0026256942453 452.79758024562585,273.0026256942453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.1,0.4 5.099999999999999,0.4 5.099999999999999,-1.3599999999999999 4.939,-1.3599999999999999 4.939,-1.7600000000000002 5.099999999999999,-1.7600000000000002 5.099999999999999,-4 5.2,-4" data-type="line" data-label="" points="392.92951943886726,310.9677374253605 378.3275533884383,310.9677374253605 378.3275533884383,336.6671976741154 375.9766368543193,336.6671976741154 375.9766368543193,342.507984094287 378.3275533884383,342.507984094287 378.3275533884383,375.2163880472478 379.7877499934812,375.2163880472478" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8,-4 -1,-4 -1,0 0.10000000000000009,0" data-type="line" data-label="" points="292.1759536909076,375.2163880472478 289.2555604808218,375.2163880472478 289.2555604808218,316.8085238455321 305.31772313629364,316.8085238455321" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.9,-0.4 11.961,-0.4 11.961,0.4 11.55,0.4 11.55,1 12.2,1" data-type="line" data-label="" points="463.01895648092614,322.64931026570366 478.51164246043123,322.64931026570366 478.51164246043123,310.9677374253605 472.51023441370495,310.9677374253605 472.51023441370495,302.20655779510315 482.00151234648376,302.20655779510315" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,0.30000000000000004 -2.439,0.29999999999999993 -2.439,-0.5 -3.4,-0.5 -3.4,-4 -3.3,-4" data-type="line" data-label="" points="252.75064535474948,312.4279340304034 268.2433313342546,312.4279340304034 268.2433313342546,324.10950687074654 254.2108419597924,324.10950687074654 254.2108419597924,375.2163880472478 255.67103856483527,375.2163880472478" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.1,-0.20000000000000007 5.039,-0.20000000000000004 5.039,-2.92 13.321000000000002,-2.92 13.321000000000002,1 12.8,1" data-type="line" data-label="" points="392.92951943886726,319.72891705561784 377.43683345936216,319.72891705561784 377.43683345936216,359.44626471278457 498.37031628901457,359.44626471278457 498.37031628901457,302.20655779510315 490.7626919767411,302.20655779510315" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.8999999999999995,0.1 4.759999999999999,0.1 4.759999999999999,0.049" data-type="line" data-label="" points="390.00912622878144,315.3483272404892 373.36288493129246,315.3483272404892 373.36288493129246,316.0930275090611" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.9,0 12.341000000000001,0 12.341000000000001,-0.051000000000000004" data-type="line" data-label="" points="463.01895648092614,316.8085238455321 484.0603895595942,316.8085238455321 484.0603895595942,317.55322411410395" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.2,2 -10.959,2 -10.959,1.649" data-type="line" data-label="" points="140.3155067664467,287.6045917446742 143.83458058460008,287.6045917446742 143.83458058460008,292.72988182837474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.2,-2 -10.959,-2 -10.959,-2.351" data-type="line" data-label="" points="140.3155067664467,346.01245594638993 143.83458058460008,346.01245594638993 143.83458058460008,351.1377460300905" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.52,0 -10.761,0 -10.761,-0.45099999999999996" data-type="line" data-label="" points="150.2448436807384,316.8085238455321 146.72576986258503,316.8085238455321 146.72576986258503,323.39401053427554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.699999999999999,-4 -7.458999999999999,-4 -7.458999999999999,-4.4510000000000005" data-type="line" data-label="" points="191.42238794294798,375.2163880472478 194.94146176110138,375.2163880472478 194.94146176110138,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,-4 -2.459,-4 -2.459,-4.4510000000000005" data-type="line" data-label="" points="264.4322181950926,375.2163880472478 267.951292013246,375.2163880472478 267.951292013246,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.19999999999999996,-4 0.041000000000000036,-4 0.041000000000000036,-4.4510000000000005" data-type="line" data-label="" points="300.937133321165,375.2163880472478 304.45620713931834,375.2163880472478 304.45620713931834,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.7,2 -0.45899999999999996,2 -0.45899999999999996,1.649" data-type="line" data-label="" points="293.63615029595053,287.6045917446742 297.1552241141039,287.6045917446742 297.1552241141039,292.72988182837474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9,0 3.1909999999999994,0 3.1909999999999994,-0.051000000000000004" data-type="line" data-label="" points="346.20322807749466,316.8085238455321 350.45240019816947,316.8085238455321 350.45240019816947,317.55322411410395" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.8,-4 6.041,-4 6.041,-4.4510000000000005" data-type="line" data-label="" points="388.54892962373856,375.2163880472478 392.06800344189196,375.2163880472478 392.06800344189196,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.8,-4 12.091000000000001,-4 12.091000000000001,-4.051" data-type="line" data-label="" points="476.1607259263122,375.2163880472478 480.409898046987,375.2163880472478 480.409898046987,375.96108831581967" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.8,-1 13.691,-1 13.691,-1.051" data-type="line" data-label="" points="490.7626919767411,331.410489895961 503.7730437276733,331.410489895961 503.7730437276733,332.1551901645329" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.3,-4 15.541,-4 15.541,-4.4510000000000005" data-type="line" data-label="" points="527.2676071028134,375.2163880472478 530.7866809209668,375.2163880472478 530.7866809209668,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="19.8,-4 20.041,-4 20.041,-4.4510000000000005" data-type="line" data-label="" points="592.9764543297437,375.2163880472478 596.495528147897,375.2163880472478 596.495528147897,381.80187473599125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.649999999999999,-0.1 15.299999999999997,-0.1 15.299999999999997,-0.099" data-type="line" data-label="" points="532.3782952204635,318.26872045057496 527.2676071028134,318.26872045057496 527.2676071028134,318.25411848452455" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="18.15,0 18.501,0 18.501,0.051000000000000004" data-type="line" data-label="" points="568.8832103465359,316.8085238455321 574.0085004302364,316.8085238455321 574.0085004302364,316.0638235769602" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="19.2,-4 18.898999999999997,-4 18.898999999999997,-3.5490000000000004" data-type="line" data-label="" points="584.2152746994863,375.2163880472478 579.8200829183072,375.2163880472478 579.8200829183072,368.6309013585044" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="J1" data-x="-15" data-y="0" x="53.43380876639456" y="274.4628222992882" width="62.78845401684438" height="84.6914030924878" fill="hsl(183, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R1" data-x="-11.5" data-y="2" x="131.55432713618933" y="282.6399232875284" width="8.761179630257374" height="9.929336914291639" fill="hsl(71, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R2" data-x="-11.5" data-y="-2" x="131.55432713618933" y="341.0477874892441" width="8.761179630257374" height="9.929336914291639" fill="hsl(72, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="D1" data-x="-10" data-y="0" x="150.24484368073837" y="310.8217177648562" width="15.186044692446075" height="11.973612161351753" fill="hsl(357, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U5" data-x="-5.5" data-y="0" x="194.34278115303374" y="278.1133138118954" width="58.40786420171574" height="77.39042006727334" fill="hsl(168, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C1" data-x="-8" data-y="-4" x="182.66120831269058" y="369.0835623060676" width="8.761179630257374" height="12.265651482360283" fill="hsl(326, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C2" data-x="-3" data-y="-4" x="255.6710385648353" y="369.0835623060676" width="8.761179630257345" height="12.265651482360283" fill="hsl(327, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C3" data-x="-0.5" data-y="-4" x="292.1759536909076" y="369.0835623060676" width="8.761179630257402" height="12.265651482360283" fill="hsl(328, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R3" data-x="-1" data-y="2" x="284.8749706656931" y="282.6399232875284" width="8.761179630257402" height="9.929336914291639" fill="hsl(73, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R7" data-x="-3" data-y="2.5" x="255.6710385648353" y="275.33894026231394" width="8.761179630257345" height="9.929336914291696" fill="hsl(77, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="J2" data-x="1.5" data-y="0" x="305.31772313629364" y="305.8570493077104" width="40.88550494120102" height="21.90294907564339" fill="hsl(184, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U6" data-x="8.5" data-y="0" x="392.92951943886726" y="280.30360871945976" width="70.08943704205888" height="73.00983025214464" fill="hsl(169, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="L1" data-x="8.5" data-y="4" x="420.2656775572997" y="252.06529952282867" width="15.417120805194088" height="12.670720241975403" fill="hsl(245, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C4" data-x="5.5" data-y="-4" x="379.78774999348116" y="369.0835623060676" width="8.761179630257345" height="12.265651482360283" fill="hsl(329, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C5" data-x="11.5" data-y="-4" x="467.39954629605484" y="369.0835623060676" width="8.761179630257345" height="12.265651482360283" fill="hsl(330, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R4" data-x="12.5" data-y="0.9999999999999999" x="482.00151234648376" y="297.24188933795733" width="8.761179630257345" height="9.929336914291639" fill="hsl(74, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R5" data-x="12.5" data-y="-0.9999999999999999" x="482.00151234648376" y="326.4458214388152" width="8.761179630257345" height="9.929336914291639" fill="hsl(75, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="R6" data-x="10.5" data-y="3" x="452.79758024562585" y="268.0379572370995" width="8.761179630257402" height="9.929336914291696" fill="hsl(76, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U7" data-x="17" data-y="0" x="535.2986884305494" y="292.71527986232434" width="33.58452191598656" height="48.186487966415484" fill="hsl(170, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C6" data-x="15" data-y="-4" x="518.5064274725562" y="369.0835623060676" width="8.761179630257288" height="12.265651482360283" fill="hsl(331, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="C7" data-x="19.5" data-y="-4" x="584.2152746994863" y="369.0835623060676" width="8.761179630257402" height="12.265651482360283" fill="hsl(332, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="TYPE-C-31-M-12" data-x="-15.91" data-y="2.85" x="59.274595186566145" y="273.878743657271" width="24.531302964720595" height="2.628353889077232" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="J1" data-x="-16.630000000000003" data-y="3.05" x="59.274595186566145" y="270.95835044718524" width="3.504471852102853" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="BQ25180YBGR" data-x="-6.4399999999999995" data-y="2.6" x="200.18356757320532" y="277.52923516987823" width="19.274595186566216" height="2.628353889077232" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U5" data-x="-6.9799999999999995" data-y="2.8" x="200.18356757320532" y="274.60884195979247" width="3.5044718521029665" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="SM02B-SRSS-TB(LF)(SN)" data-x="1.76" data-y="-0.88" x="311.1585095564652" y="328.34407702537095" width="36.79695444708091" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="J2" data-x="0.62" data-y="0.88" x="311.1585095564652" y="302.64461677661603" width="3.504471852102938" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="TPS63802DLAR" data-x="7.22" data-y="-2.63" x="398.7703058590388" y="353.8975176136216" width="21.026831112617685" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U6" data-x="6.62" data-y="2.63" x="398.7703058590388" y="277.0911761883654" width="3.504471852102995" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="TPS7A2018PDBVR" data-x="17.09" data-y="1.6" x="541.139474850721" y="292.13120122030716" width="24.531302964720567" height="2.628353889077232" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="U7" data-x="16.369999999999997" data-y="1.8" x="541.139474850721" y="289.2108080102214" width="3.5044718521028244" height="2.628353889077175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="netId: GND
4
4
  globalConnNetId: connectivity_net1" data-x="4.759999999999999" data-y="-0.16099999999999998" x="369.8584130791895" y="316.0930275090611" width="7.008943704205876" height="6.132825741180113" fill="#00000066" stroke="#000000" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="netId: GND
5
5
  globalConnNetId: connectivity_net1" data-x="12.341000000000001" data-y="-0.261" x="480.5559177074913" y="317.55322411410395" width="7.008943704205876" height="6.13282574118017" fill="#00000066" stroke="#000000" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="netId: GND
6
6
  globalConnNetId: connectivity_net1" data-x="-17.349999999999998" data-y="-0.71" x="47.00894370420586" y="324.1095068707465" width="7.008943704205848" height="6.13282574118017" fill="#00000066" stroke="#000000" stroke-width="0.06848392857142857"/></g><g><rect data-type="rect" data-label="netId: GND
@@ -229,7 +229,7 @@ orientation: y+" data-x="18.898999999999997" data-y="-3.5490000000000004" cx="57
229
229
  .port-label { fill: rgb(0, 100, 100); }
230
230
  .component-name { fill: rgb(0, 100, 100); }
231
231
 
232
- </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 1053.48748311713 393.60923337168 L 1047.37132712117 393.60923337168 L 1047.37132712117 387.49307737572 L 1053.48748311713 387.49307737572" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1053.48748311713 393.60923337168 L 1047.37132712117 393.60923337168 L 1047.37132712117 387.49307737572 L 1053.48748311713 387.49307737572" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 44.321743783730085 399.72538936764 L 38.20558778777013 399.72538936764 L 38.20558778777013 405.8415453636 L 38.20558778777013 393.60923337168 L 44.321743783730085 393.60923337168" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 44.321743783730085 399.72538936764 L 38.20558778777013 399.72538936764 L 38.20558778777013 405.8415453636 L 38.20558778777013 393.60923337168 L 44.321743783730085 393.60923337168" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 104.71878424383499 479.23541731512 L 104.71878424383499 485.35157331107996 L 98.60262824787503 485.35157331107996 L 98.60262824787503 479.23541731512" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 104.71878424383499 479.23541731512 L 104.71878424383499 485.35157331107996 L 98.60262824787503 485.35157331107996 L 98.60262824787503 479.23541731512" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 110.83494023979506 479.23541731512 L 110.83494023979506 485.35157331107996 L 104.71878424383499 485.35157331107996 L 104.71878424383499 479.23541731512" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 110.83494023979506 479.23541731512 L 110.83494023979506 485.35157331107996 L 104.71878424383499 485.35157331107996 L 104.71878424383499 479.23541731512" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 116.95109623575502 479.23541731512 L 116.95109623575502 485.35157331107996 L 110.83494023979506 485.35157331107996 L 110.83494023979506 479.23541731512" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 116.95109623575502 479.23541731512 L 116.95109623575502 485.35157331107996 L 110.83494023979506 485.35157331107996 L 110.83494023979506 479.23541731512" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 755.32487831408 390.5511553737 L 749.20872231812 390.5511553737 L 749.20872231812 384.43499937774 L 755.32487831408 384.43499937774" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 755.32487831408 390.5511553737 L 749.20872231812 390.5511553737 L 749.20872231812 384.43499937774 L 755.32487831408 384.43499937774" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 44.321743783730085 387.49307737572 L 38.20558778777013 387.49307737572 L 38.20558778777013 381.37692137976 L 44.321743783730085 381.37692137976" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 44.321743783730085 387.49307737572 L 38.20558778777013 387.49307737572 L 38.20558778777013 381.37692137976 L 44.321743783730085 381.37692137976" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 339.42627058880004 384.43499937774 L 309.151298408798 384.43499937774 L 309.151298408798 390.5511553737 L 278.876326228796 390.5511553737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 339.42627058880004 384.43499937774 L 309.151298408798 384.43499937774 L 309.151298408798 390.5511553737 L 278.876326228796 390.5511553737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 175.81909769687007 369.14460938784 L 191.87400718626503 369.14460938784 L 191.87400718626503 329.3895954141 L 207.92891667566 329.3895954141" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 175.81909769687007 369.14460938784 L 191.87400718626503 369.14460938784 L 191.87400718626503 329.3895954141 L 207.92891667566 329.3895954141" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 911.28685621106 512.8742752928999 L 905.1707002150999 512.8742752928999 L 905.1707002150999 531.8343588803759 L 1009.14535214642 531.8343588803759 L 1009.14535214642 512.8742752928999 L 1018.31958614036 512.8742752928999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 911.28685621106 512.8742752928999 L 905.1707002150999 512.8742752928999 L 905.1707002150999 531.8343588803759 L 1009.14535214642 531.8343588803759 L 1009.14535214642 512.8742752928999 L 1018.31958614036 512.8742752928999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_10__stack1"><path d="M 467.86554650396005 314.0992054242 L 464.80746850598 314.0992054242 L 464.80746850598 298.8088154343 L 880.70607623126 298.8088154343" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 467.86554650396005 314.0992054242 L 464.80746850598 314.0992054242 L 464.80746850598 298.8088154343 L 880.70607623126 298.8088154343" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_11__stack1"><path d="M 755.32487831408 378.31884338177997 L 724.74409833428 378.31884338177997 L 724.74409833428 432.14101614622797 L 719.8205927575323 432.14101614622797 L 719.8205927575323 444.373328138148 L 724.74409833428 444.373328138148 L 724.74409833428 512.8742752928999 L 727.80217633226 512.8742752928999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 755.32487831408 378.31884338177997 L 724.74409833428 378.31884338177997 L 724.74409833428 432.14101614622797 L 719.8205927575323 432.14101614622797 L 719.8205927575323 444.373328138148 L 724.74409833428 444.373328138148 L 724.74409833428 512.8742752928999 L 727.80217633226 512.8742752928999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_12__stack1"><path d="M 544.3174964534601 512.8742752928999 L 538.2013404575 512.8742752928999 L 538.2013404575 390.5511553737 L 571.8401984352801 390.5511553737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 544.3174964534601 512.8742752928999 L 538.2013404575 512.8742752928999 L 538.2013404575 390.5511553737 L 571.8401984352801 390.5511553737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_13__stack1"><path d="M 902.11262221712 402.78346736562 L 934.5588297756879 402.78346736562 L 934.5588297756879 378.31884338177997 L 921.99012920399 378.31884338177997 L 921.99012920399 359.9703753939 L 941.8676361908599 359.9703753939" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 902.11262221712 402.78346736562 L 934.5588297756879 402.78346736562 L 934.5588297756879 378.31884338177997 L 921.99012920399 378.31884338177997 L 921.99012920399 359.9703753939 L 941.8676361908599 359.9703753939" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_14__stack1"><path d="M 461.74939050800003 381.37692137976 L 494.1955980665678 381.37692137976 L 494.1955980665678 405.8415453636 L 464.80746850598 405.8415453636 L 464.80746850598 512.8742752928999 L 467.86554650396005 512.8742752928999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 461.74939050800003 381.37692137976 L 494.1955980665678 381.37692137976 L 494.1955980665678 405.8415453636 L 464.80746850598 405.8415453636 L 464.80746850598 512.8742752928999 L 467.86554650396005 512.8742752928999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_15__stack1"><path d="M 755.32487831408 396.66731136966 L 722.8786707555122 396.66731136966 L 722.8786707555122 479.847032914716 L 976.1486905482159 479.847032914716 L 976.1486905482159 359.9703753939 L 960.21610417874 359.9703753939" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 755.32487831408 396.66731136966 L 722.8786707555122 396.66731136966 L 722.8786707555122 479.847032914716 L 976.1486905482159 479.847032914716 L 976.1486905482159 359.9703753939 L 960.21610417874 359.9703753939" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_16__stack1"><path d="M 749.20872231812 387.49307737572 L 714.346633141148 387.49307737572 L 714.346633141148 389.0526971546898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 749.20872231812 387.49307737572 L 714.346633141148 387.49307737572 L 714.346633141148 389.0526971546898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_17__stack1"><path d="M 902.11262221712 390.5511553737 L 946.1795261680118 390.5511553737 L 946.1795261680118 392.1107751526698" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 902.11262221712 390.5511553737 L 946.1795261680118 390.5511553737 L 946.1795261680118 392.1107751526698" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_18__stack1"><path d="M 226.27738466354003 329.3895954141 L 233.64735263867186 329.3895954141 L 233.64735263867186 340.1234491870098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 226.27738466354003 329.3895954141 L 233.64735263867186 329.3895954141 L 233.64735263867186 340.1234491870098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_19__stack1"><path d="M 226.27738466354003 451.7127153333 L 233.64735263867186 451.7127153333 L 233.64735263867186 462.4465691062098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 226.27738466354003 451.7127153333 L 233.64735263867186 451.7127153333 L 233.64735263867186 462.4465691062098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_20__stack1"><path d="M 247.07231504980405 390.5511553737 L 239.70234707467228 390.5511553737 L 239.70234707467228 404.3430871445898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 247.07231504980405 390.5511553737 L 239.70234707467228 390.5511553737 L 239.70234707467228 404.3430871445898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_21__stack1"><path d="M 333.31011459284 512.8742752928999 L 340.6800825679719 512.8742752928999 L 340.6800825679719 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 333.31011459284 512.8742752928999 L 340.6800825679719 512.8742752928999 L 340.6800825679719 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_22__stack1"><path d="M 486.21401449184003 512.8742752928999 L 493.5839824669718 512.8742752928999 L 493.5839824669718 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 486.21401449184003 512.8742752928999 L 493.5839824669718 512.8742752928999 L 493.5839824669718 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_23__stack1"><path d="M 562.6659644413401 512.8742752928999 L 570.0359324164718 512.8742752928999 L 570.0359324164718 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 562.6659644413401 512.8742752928999 L 570.0359324164718 512.8742752928999 L 570.0359324164718 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_24__stack1"><path d="M 547.37557445144 329.3895954141 L 554.7455424265718 329.3895954141 L 554.7455424265718 340.1234491870098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 547.37557445144 329.3895954141 L 554.7455424265718 329.3895954141 L 554.7455424265718 340.1234491870098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_25__stack1"><path d="M 657.46638237872 390.5511553737 L 666.3653893528418 390.5511553737 L 666.3653893528418 392.1107751526698" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 657.46638237872 390.5511553737 L 666.3653893528418 390.5511553737 L 666.3653893528418 392.1107751526698" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_26__stack1"><path d="M 746.15064432014 512.8742752928999 L 753.5206122952718 512.8742752928999 L 753.5206122952718 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 746.15064432014 512.8742752928999 L 753.5206122952718 512.8742752928999 L 753.5206122952718 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_27__stack1"><path d="M 929.63532419894 512.8742752928999 L 938.5343311730619 512.8742752928999 L 938.5343311730619 514.4338950718698" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 929.63532419894 512.8742752928999 L 938.5343311730619 512.8742752928999 L 938.5343311730619 514.4338950718698" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_28__stack1"><path d="M 960.21610417874 421.1319353535 L 987.4635791407418 421.1319353535 L 987.4635791407418 422.6915551324698" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 960.21610417874 421.1319353535 L 987.4635791407418 421.1319353535 L 987.4635791407418 422.6915551324698" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_29__stack1"><path d="M 1036.66805412824 512.8742752928999 L 1044.0380221033718 512.8742752928999 L 1044.0380221033718 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1036.66805412824 512.8742752928999 L 1044.0380221033718 512.8742752928999 L 1044.0380221033718 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_30__stack1"><path d="M 1174.28156403734 512.8742752928999 L 1181.6515320124718 512.8742752928999 L 1181.6515320124718 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1174.28156403734 512.8742752928999 L 1181.6515320124718 512.8742752928999 L 1181.6515320124718 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_31__stack1"><path d="M 1047.37132712117 393.60923337168 L 1036.6680541282399 393.60923337168 L 1036.6680541282399 393.5786525917002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1047.37132712117 393.60923337168 L 1036.6680541282399 393.60923337168 L 1036.6680541282399 393.5786525917002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_32__stack1"><path d="M 1123.82327707067 390.5511553737 L 1134.55713084358 390.5511553737 L 1134.55713084358 388.9915355947302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1123.82327707067 390.5511553737 L 1134.55713084358 390.5511553737 L 1134.55713084358 388.9915355947302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_33__stack1"><path d="M 1155.93309604946 512.8742752928999 L 1146.7282812755402 512.8742752928999 L 1146.7282812755402 499.0823435220102" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1155.93309604946 512.8742752928999 L 1146.7282812755402 512.8742752928999 L 1146.7282812755402 499.0823435220102" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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="1047.37132712117" cy="393.60923337168" r="0.917423399394" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="104.71878424383499" cy="479.23541731512" r="0.917423399394" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="104.71878424383499" cy="485.35157331107996" r="0.917423399394" 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_3__stack1"><circle cx="110.83494023979506" cy="479.23541731512" r="0.917423399394" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="110.83494023979506" cy="485.35157331107996" r="0.917423399394" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__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="56.55405577565" y="314.0992054242" width="107.03272992930005" height="152.90389989899995" stroke-width="0.611615599596px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="56.55405577565" y="314.0992054242" width="107.03272992930005" height="152.90389989899995" fill="transparent"/><text class="sch-text" x="110.07042074030005" y="390.5511553737" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.504540396364px" transform="rotate(0, 110.07042074030005, 390.5511553737)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="56.55405577565" y1="393.60923337168" x2="44.321743783730085" y2="393.60923337168" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="43.710128184134085" y="392.99761777208397" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="50.43789977969004" y="392.99761777208397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="59.61213377362998" y="393.60923337168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">GND_A</text><line class="component-pin sch-component-pin sch-port-line" x1="56.55405577565" y1="381.37692137976" x2="44.321743783730085" y2="381.37692137976" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="43.710128184134085" y="380.765305780164" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="50.43789977969004" y="380.765305780164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="59.61213377362998" y="381.37692137976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">VBUS_A</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="416.54481835653" x2="175.20748209727407" y2="416.54481835653" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="416.54481835653" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="415.933202756934" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="415.933202756934" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="416.54481835653" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">SBU2</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="369.14460938784" x2="175.81909769687007" y2="369.14460938784" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="175.20748209727407" y="368.53299378824397" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="368.53299378824397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="369.14460938784" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">CC1</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="393.60923337168" x2="175.20748209727407" y2="393.60923337168" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="393.60923337168" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="392.99761777208397" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="392.99761777208397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="393.60923337168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">DN_A</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="381.37692137976" x2="175.20748209727407" y2="381.37692137976" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="381.37692137976" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="380.765305780164" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="380.765305780164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="381.37692137976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">DP_A</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="399.72538936764" x2="175.20748209727407" y2="399.72538936764" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="399.72538936764" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="399.113773768044" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="399.113773768044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="399.72538936764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">DN_B</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="387.49307737572" x2="175.20748209727407" y2="387.49307737572" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="387.49307737572" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="386.881461776124" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="386.881461776124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="387.49307737572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">DP_B</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="375.2607653838" x2="175.20748209727407" y2="375.2607653838" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="375.2607653838" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="374.649149784204" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="374.649149784204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="375.2607653838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">CC2</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="410.42866236057" x2="175.20748209727407" y2="410.42866236057" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="410.42866236057" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="409.817046760974" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="409.817046760974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="410.42866236057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">SBU1</text><line class="component-pin sch-component-pin sch-port-line" x1="56.55405577565" y1="387.49307737572" x2="44.321743783730085" y2="387.49307737572" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="43.710128184134085" y="386.881461776124" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="50.43789977969004" y="386.881461776124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="59.61213377362998" y="387.49307737572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">VBUS_B</text><line class="component-pin sch-component-pin sch-port-line" x1="56.55405577565" y1="399.72538936764" x2="44.321743783730085" y2="399.72538936764" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="43.710128184134085" y="399.113773768044" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="50.43789977969004" y="399.113773768044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="59.61213377362998" y="399.72538936764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">GND_B</text><line class="component-pin sch-component-pin sch-port-line" x1="98.60262824787503" y1="467.0031053232" x2="98.60262824787503" y2="479.23541731512" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="97.99101264827902" y="478.623801715524" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="97.99101264827902" y="473.11926131916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 97.99101264827902 473.11926131916)"></text><text class="pin-number sch-pin-label" x="98.60262824787503" y="463.94502732522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 98.60262824787503 463.94502732522)">SHELL1</text><line class="component-pin sch-component-pin sch-port-line" x1="104.71878424383499" y1="467.0031053232" x2="104.71878424383499" y2="479.23541731512" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="104.10716864423898" y="478.623801715524" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="104.10716864423904" y="473.11926131916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 104.10716864423904 473.11926131916)"></text><text class="pin-number sch-pin-label" x="104.71878424383499" y="463.94502732522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 104.71878424383499 463.94502732522)">SHELL2</text><line class="component-pin sch-component-pin sch-port-line" x1="110.83494023979506" y1="467.0031053232" x2="110.83494023979506" y2="479.23541731512" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="110.22332464019905" y="478.623801715524" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="110.22332464019905" y="473.11926131916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 110.22332464019905 473.11926131916)"></text><text class="pin-number sch-pin-label" x="110.83494023979506" y="463.94502732522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 110.83494023979506 463.94502732522)">SHELL3</text><line class="component-pin sch-component-pin sch-port-line" x1="116.95109623575502" y1="467.0031053232" x2="116.95109623575502" y2="479.23541731512" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="116.33948063615901" y="478.623801715524" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="116.33948063615907" y="473.11926131916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 116.33948063615907 473.11926131916)"></text><text class="pin-number sch-pin-label" x="116.95109623575502" y="463.94502732522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 116.95109623575502 463.94502732522)">SHELL4</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="207.92891667566002" y="326.94374463131555" width="18.348467987880042" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 207.92891667566002 329.3895954141 L 210.98760628923964 329.3895954141" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 223.21869504996044 329.3895954141 L 226.27738466354006 329.3895954141" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 210.98760628923964 326.94374463131555 L 223.21869504996044 326.94374463131555 L 223.21869504996044 331.8354461968844 L 210.98760628923964 331.8354461968844 L 210.98760628923964 326.94374463131555" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="217.10315066960004" y="324.496670617332" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R1</text><text class="sch-component-text" x="217.10315066960004" y="334.282520210868" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="207.92891667566002" y="449.2668645505156" width="18.348467987880042" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 207.92891667566002 451.7127153333 L 210.98760628923964 451.7127153333" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 223.21869504996044 451.7127153333 L 226.27738466354006 451.7127153333" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 210.98760628923964 449.2668645505156 L 223.21869504996044 449.2668645505156 L 223.21869504996044 454.15856611608444 L 210.98760628923964 454.15856611608444 L 210.98760628923964 449.2668645505156" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="217.10315066960004" y="446.819790536532" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R2</text><text class="sch-component-text" x="217.10315066960004" y="456.605640130068" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="207.92891667566002" cy="451.7127153333" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="247.07231504980402" y="386.269846176528" width="31.804011178991942" height="8.256810594545982" fill="transparent"/><path class="sch-component-symbol-path" d="M 267.255629836472 390.5511553737 L 259.304627041724 394.526656771074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 259.304627041724 386.269846176528 L 267.255629836472 390.5511553737" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 259.304627041724 394.526656771074 L 259.304627041724 386.269846176528" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 267.255629836472 386.269846176528 L 267.255629836472 394.526656771074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 259.304627041724 390.5511553737 L 247.07231504980402 390.5511553737" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 278.87632622879596 390.5511553737 L 267.56143763627 390.5511553737" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="262.668512839502" y="383.51757597834603" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">D1</text><text class="sch-component-text" x="262.9743206393" y="400.031197167438" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></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="351.65858258072" y="321.74440041915" width="97.85849593536" height="137.6135099091" stroke-width="0.611615599596px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="351.65858258072" y="321.74440041915" width="97.85849593536" height="137.6135099091" fill="transparent"/><text class="sch-text" x="400.5878305484" y="390.5511553737" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.504540396364px" transform="rotate(0, 400.5878305484, 390.5511553737)">U5</text><line class="component-pin sch-component-pin sch-port-line" x1="449.51707851608" y1="393.60923337168" x2="461.137774908404" y2="393.60923337168" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="461.74939050800003" cy="393.60923337168" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="461.137774908404" y="392.99761777208397" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.63323451204" y="392.997617772084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="446.4590005181" y="393.60923337168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">INT</text><line class="component-pin sch-component-pin sch-port-line" x1="351.65858258072" y1="384.43499937774" x2="339.42627058880004" y2="384.43499937774" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="338.81465498920403" y="383.823383778144" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.54242658476005" y="383.823383778144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="354.71666057870004" y="384.43499937774" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">IN</text><line class="component-pin sch-component-pin sch-port-line" x1="351.65858258072" y1="390.5511553737" x2="340.037886188396" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="339.42627058880004" cy="390.5511553737" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="338.81465498920403" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.54242658476005" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="354.71666057870004" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">SCL</text><line class="component-pin sch-component-pin sch-port-line" x1="449.51707851608" y1="381.37692137976" x2="461.74939050800003" y2="381.37692137976" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="461.137774908404" y="380.765305780164" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.63323451204" y="380.765305780164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="446.4590005181" y="381.37692137976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">SYS</text><line class="component-pin sch-component-pin sch-port-line" x1="351.65858258072" y1="396.66731136966" x2="340.037886188396" y2="396.66731136966" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="339.42627058880004" cy="396.66731136966" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="338.81465498920403" y="396.055695770064" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.54242658476005" y="396.055695770064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="354.71666057870004" y="396.66731136966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="449.51707851608" y1="387.49307737572" x2="461.137774908404" y2="387.49307737572" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="461.74939050800003" cy="387.49307737572" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="461.137774908404" y="386.881461776124" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.63323451204" y="386.881461776124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="446.4590005181" y="387.49307737572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">BAT</text><line class="component-pin sch-component-pin sch-port-line" x1="449.51707851608" y1="399.72538936764" x2="461.137774908404" y2="399.72538936764" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="461.74939050800003" cy="399.72538936764" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="461.137774908404" y="399.113773768044" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.63323451204" y="399.113773768044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="446.4590005181" y="399.72538936764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">TS_MR</text><line class="component-pin sch-component-pin sch-port-line" x1="400.5878305484" y1="459.35791032825" x2="400.5878305484" y2="470.978606720574" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="400.5878305484" cy="471.59022232017" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="399.976214948804" y="470.978606720574" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="399.976214948804" y="465.47406632421" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 399.976214948804 465.47406632421)"></text><text class="pin-number sch-pin-label" x="400.5878305484" y="456.29983233026996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 400.5878305484 456.29983233026996)">GND</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="314.96164660496" y="507.98073888053233" width="18.3484679878801" height="9.787072824735276" fill="transparent"/><path class="sch-component-symbol-path" d="M 333.3101145928401 512.8742752928999 L 325.97072739768805 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 322.301033800112 512.8742752928999 L 314.96164660496 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 325.97072739768805 507.98073888053233 L 325.97072739768805 517.7678117052676" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 322.301033800112 507.98073888053233 L 322.301033800112 517.7678117052676" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="324.13588059890003" y="505.5348880977479" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C1</text><text class="sch-component-text" x="324.13588059890003" y="520.213662488052" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="314.96164660496" cy="512.8742752928999" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="467.86554650396005" y="507.98073888053233" width="18.348467987879985" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 486.21401449184003 512.8742752928999 L 478.87462729668806 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 475.204933699112 512.8742752928999 L 467.86554650396005 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 478.87462729668806 507.98073888053233 L 478.87462729668806 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 475.204933699112 507.98073888053233 L 475.204933699112 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="477.03978049790004" y="505.53488809774797" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C2</text><text class="sch-component-text" x="477.03978049790004" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="544.3174964534601" y="507.98073888053233" width="18.348467987879985" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 562.6659644413401 512.8742752928999 L 555.3265772461881 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 551.656883648612 512.8742752928999 L 544.3174964534601 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 555.3265772461881 507.98073888053233 L 555.3265772461881 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 551.656883648612 507.98073888053233 L 551.656883648612 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="553.4917304474001" y="505.5348880977479" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C3</text><text class="sch-component-text" x="553.4917304474001" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="529.02710646356" y="326.94374463131555" width="18.348467987879985" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 529.02710646356 329.3895954141 L 532.0857960771395 329.3895954141" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 544.3168848378605 329.3895954141 L 547.37557445144 329.3895954141" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.0857960771395 326.94374463131555 L 544.3168848378605 326.94374463131555 L 544.3168848378605 331.8354461968844 L 532.0857960771395 331.8354461968844 L 532.0857960771395 326.94374463131555" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="538.2013404575" y="324.496670617332" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R3</text><text class="sch-component-text" x="538.2013404575" y="334.282520210868" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="529.02710646356" cy="329.3895954141" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="467.86554650396005" y="311.6533546414156" width="18.348467987879985" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 467.86554650396005 314.0992054242 L 470.92423611753964 314.0992054242" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 483.15532487826044 314.0992054242 L 486.21401449184003 314.0992054242" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 470.92423611753964 311.6533546414156 L 483.15532487826044 311.6533546414156 L 483.15532487826044 316.54505620698444 L 470.92423611753964 316.54505620698444 L 470.92423611753964 311.6533546414156" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="477.03978049790004" y="309.206280627432" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R7</text><text class="sch-component-text" x="477.03978049790004" y="318.992130220968" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="486.21401449184003" cy="314.0992054242" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="584.0725104272" y="367.61557038885" width="61.16155995960003" height="45.87116996969996" stroke-width="0.611615599596px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="584.0725104272" y="367.61557038885" width="61.16155995960003" height="45.87116996969996" fill="transparent"/><text class="sch-text" x="614.653290407" y="390.5511553737" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.504540396364px" transform="rotate(0, 614.653290407, 390.5511553737)">J2</text><line class="component-pin sch-component-pin sch-port-line" x1="584.0725104272" y1="390.5511553737" x2="571.8401984352801" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="571.228582835684" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.95635443124" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="587.13058842518" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">BAT_POS</text><line class="component-pin sch-component-pin sch-port-line" x1="645.2340703868" y1="390.5511553737" x2="657.46638237872" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="656.854766779124" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="651.35022638276" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="642.1759923888201" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">BAT_NEG</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="767.557190306" y="314.0992054242" width="122.32311991919994" height="152.90389989899995" stroke-width="0.611615599596px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="767.557190306" y="314.0992054242" width="122.32311991919994" height="152.90389989899995" fill="transparent"/><text class="sch-text" x="828.7187502656" y="390.5511553737" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.504540396364px" transform="rotate(0, 828.7187502656, 390.5511553737)">U6</text><line class="component-pin sch-component-pin sch-port-line" x1="767.557190306" y1="378.31884338177997" x2="755.32487831408" y2="378.31884338177997" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="754.713262714484" y="377.70722778218396" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.44103431004" y="377.707227782184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="770.61526830398" y="378.31884338177997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">EN</text><line class="component-pin sch-component-pin sch-port-line" x1="767.557190306" y1="384.43499937774" x2="755.32487831408" y2="384.43499937774" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="754.713262714484" y="383.823383778144" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.44103431004" y="383.823383778144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="770.61526830398" y="384.43499937774" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">MODE</text><line class="component-pin sch-component-pin sch-port-line" x1="767.557190306" y1="390.5511553737" x2="755.32487831408" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_2__stack1"><rect x="754.713262714484" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.44103431004" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="770.61526830398" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">AGND</text><line class="component-pin sch-component-pin sch-port-line" x1="767.557190306" y1="396.66731136966" x2="755.32487831408" y2="396.66731136966" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_3__stack1"><rect x="754.713262714484" y="396.055695770064" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.44103431004" y="396.055695770064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="770.61526830398" y="396.66731136966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">FB</text><line class="component-pin sch-component-pin sch-port-line" x1="767.557190306" y1="402.78346736562" x2="755.936493913676" y2="402.78346736562" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="755.32487831408" cy="402.78346736562" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="754.713262714484" y="402.171851766024" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.44103431004" y="402.171851766024" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="770.61526830398" y="402.78346736562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">PG</text><line class="component-pin sch-component-pin sch-port-line" x1="889.8803102252" y1="402.78346736562" x2="902.11262221712" y2="402.78346736562" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_5__stack1"><rect x="901.501006617524" y="402.171851766024" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9964662211601" y="402.171851766024" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="886.82223222722" y="402.78346736562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">VOUT</text><line class="component-pin sch-component-pin sch-port-line" x1="889.8803102252" y1="396.66731136966" x2="901.501006617524" y2="396.66731136966" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="902.11262221712" cy="396.66731136966" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="901.501006617524" y="396.055695770064" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9964662211601" y="396.055695770064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="886.82223222722" y="396.66731136966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">L2</text><line class="component-pin sch-component-pin sch-port-line" x1="889.8803102252" y1="390.5511553737" x2="902.11262221712" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_7__stack1"><rect x="901.501006617524" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9964662211601" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="886.82223222722" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="889.8803102252" y1="384.43499937774" x2="901.501006617524" y2="384.43499937774" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="902.11262221712" cy="384.43499937774" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="901.501006617524" y="383.823383778144" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9964662211601" y="383.823383778144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="886.82223222722" y="384.43499937774" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">L1</text><line class="component-pin sch-component-pin sch-port-line" x1="889.8803102252" y1="378.31884338177997" x2="901.501006617524" y2="378.31884338177997" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="902.11262221712" cy="378.31884338177997" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="901.501006617524" y="377.70722778218396" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9964662211601" y="377.707227782184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="886.82223222722" y="378.31884338177997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">VIN</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component-overlay sch-component-overlay" x="812.5937649188813" y="265.180594980836" width="32.278609593888405" height="3.1457378037920876" fill="transparent"/><path class="sch-component-symbol-path" d="M 822.6647497049489 268.22589938701844 L 822.588617629958 268.07808838655154 L 822.5124855549672 267.9307193109672 L 822.4363534799762 267.7842313605342 L 822.3602214049853 267.6390583030916 L 822.2840893299943 267.4956257997261 L 822.2079572550035 267.3543487804296 L 822.1318251800126 267.21562888591797 L 822.0556931050216 267.0798519913825 L 821.9795610300307 266.947385827441 L 821.9034289550398 266.8185777129561 L 821.827296880049 266.6937524136992 L 821.751164805058 266.57321014006146 L 821.6750327300671 266.45722469615674 L 821.5989006550761 266.3460417917283 L 821.5227685800853 266.23987752726663 L 821.4466365050944 266.13891706167783 L 821.3705044301034 266.0433134707176 L 821.2943723551125 265.9531868032281 L 821.2182402801216 265.8686233409972 L 821.1421082051307 265.7896750668023 L 821.0659761301398 265.7163593439193 L 820.9898440551489 265.64865880907223 L 820.9137119801579 265.5865214794838 L 820.8375799051671 265.52986107336613 L 820.7614478301762 265.478557541877 L 820.6853157551852 265.43245780926077 L 820.6091836801943 265.39137671661126 L 820.5330516052034 265.3550981634381 L 820.4569195302125 265.3233764399979 L 820.3807874552216 265.2959377421769 L 820.3046553802307 265.2724818595838 L 820.2285233052397 265.25268402644747 L 820.1523912302489 265.23619692390497 L 820.076259155258 265.22265282133867 L 820.000127080267 265.2116658435572 L 819.9239950052761 265.2028343498448 L 819.8478629302853 265.1957434102095 L 819.7717308552943 265.1899673635646 L 819.6955987803034 265.185072442071 L 819.6194667053124 265.18061944545997 L 819.5433347067735 265.185072442071 L 819.4672027082346 265.1899673635646 L 819.3910707096956 265.1957434102095 L 819.3149387111566 265.2028343498448 L 819.2388067126177 265.2116658435572 L 819.1626747140787 265.22265282133867 L 819.0865427155397 265.23619692390497 L 819.0104107170008 265.25268402644747 L 818.9342787184618 265.2724818595838 L 818.8581467199228 265.2959377421769 L 818.7820147213839 265.3233764399979 L 818.705882722845 265.3550981634381 L 818.629750724306 265.39137671661126 L 818.553618725767 265.43245780926077 L 818.4774867272281 265.478557541877 L 818.4013547286891 265.52986107336613 L 818.3252227301501 265.5865214794838 L 818.2490907316112 265.64865880907223 L 818.1729587330722 265.7163593439193 L 818.0968267345332 265.7896750668023 L 818.0206947359943 265.8686233409972 L 817.9445627374554 265.9531868032281 L 817.8684307389163 266.0433134707176 L 817.7922987403774 266.13891706167783 L 817.7161667418385 266.23987752726663 L 817.6400347432995 266.3460417917283 L 817.5639027447605 266.45722469615674 L 817.4877707462216 266.57321014006146 L 817.4116387476826 266.6937524136992 L 817.3355067491436 266.8185777129561 L 817.2593747506047 266.947385827441 L 817.1832427520657 267.0798519913825 L 817.1071107535267 267.21562888591797 L 817.0309787549878 267.3543487804296 L 816.9548467564489 267.4956257997261 L 816.8787147579098 267.6390583030916 L 816.8025827593709 267.7842313605342 L 816.726450760832 267.9307193109672 L 816.650318762293 268.07808838655154 L 816.574186763754 268.22589938701844" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 828.7553095880659 268.22587798047243 L 828.6791775895268 268.07806690355363 L 828.6030455909879 267.93069775151736 L 828.526913592449 267.7842097246324 L 828.45078159391 267.6390365907378 L 828.374649595371 267.4956040109204 L 828.2985175968321 267.3543269151719 L 828.2223855982932 267.21560694420833 L 828.1462535997541 267.07982997322097 L 828.0701216012152 266.94736373282745 L 827.9939896026763 266.8185555418906 L 827.9178576041372 266.6937301661818 L 827.8417256055983 266.5731878160921 L 827.7655936070594 266.4572022957354 L 827.6894616085203 266.346019314855 L 827.6133296099814 266.2398549739414 L 827.5371976114425 266.13889443190067 L 827.4610656129036 266.04329076448846 L 827.3849336143645 265.95316402054704 L 827.3088016158256 265.8686004818642 L 827.2326696172867 265.78965213121734 L 827.1565376187476 265.71633633188236 L 827.0804056202087 265.6486357205834 L 827.0042736216698 265.58649831454295 L 826.9281416231307 265.52983783197334 L 826.8520096245918 265.4785342240323 L 826.7758776260529 265.4324344149641 L 826.699745627514 265.39135324586266 L 826.6236136289749 265.3550746162375 L 826.547481630436 265.3233528163454 L 826.471349631897 265.2959140420724 L 826.395217633358 265.2724580830274 L 826.3190856348191 265.2526601734391 L 826.2429536362802 265.23617299444464 L 826.1668216377411 265.2226288154264 L 826.0906896392022 265.21164176119305 L 826.0145576406633 265.2028101910287 L 825.9384256421243 265.19571917494136 L 825.8622936435853 265.1899430518445 L 825.7861616450464 265.185048053899 L 825.7100296465075 265.180594980836 L 825.6338975715165 265.185048053899 L 825.5577654965256 265.1899430518445 L 825.4816334215346 265.19571917494136 L 825.4055013465438 265.2028101910287 L 825.3293692715529 265.21164176119305 L 825.2532371965619 265.2226288154264 L 825.177105121571 265.23617299444464 L 825.1009730465801 265.2526601734391 L 825.0248409715892 265.2724580830274 L 824.9487088965983 265.2959140420724 L 824.8725768216074 265.3233528163454 L 824.7964447466164 265.3550746162375 L 824.7203126716256 265.39135324586266 L 824.6441805966347 265.4324344149641 L 824.5680485216437 265.4785342240323 L 824.4919164466528 265.52983783197334 L 824.4157843716619 265.586498314543 L 824.339652296671 265.6486357205834 L 824.2635202216801 265.71633633188236 L 824.1873881466892 265.78965213121734 L 824.1112560716982 265.8686004818642 L 824.0351239967074 265.95316402054704 L 823.9589919217165 266.04329076448846 L 823.8828598467255 266.13889443190067 L 823.8067277717346 266.2398549739414 L 823.7305956967438 266.346019314855 L 823.6544636217528 266.4572022957354 L 823.5783315467619 266.5731878160921 L 823.502199471771 266.6937301661818 L 823.42606739678 266.8185555418906 L 823.3499353217892 266.94736373282745 L 823.2738032467983 267.07982997322097 L 823.1976711718073 267.21560694420833 L 823.1215390968164 267.3543269151719 L 823.0454070218256 267.4956040109204 L 822.9692749468346 267.6390365907378 L 822.8931428718437 267.7842097246324 L 822.8170107968527 267.93069775151736 L 822.7408787218618 268.07806690355363 L 822.664746646871 268.22587798047243" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 834.8458725292608 268.22587798047243 L 834.7697404542698 268.07806690355363 L 834.6936083792789 267.93069775151736 L 834.617476304288 267.7842097246324 L 834.5413442292971 267.6390365907378 L 834.4652121543062 267.4956040109204 L 834.3890800793152 267.3543269151719 L 834.3129480043243 267.21560694420833 L 834.2368159293335 267.07982997322097 L 834.1606838543426 266.94736373282745 L 834.0845517793516 266.8185555418906 L 834.0084197043607 266.6937301661818 L 833.9322876293699 266.5731878160921 L 833.8561555543789 266.4572022957354 L 833.780023479388 266.346019314855 L 833.703891404397 266.2398549739414 L 833.6277593294061 266.13889443190067 L 833.5516272544153 266.04329076448846 L 833.4754951794243 265.95316402054704 L 833.3993631044334 265.8686004818642 L 833.3232310294425 265.78965213121734 L 833.2470989544516 265.71633633188236 L 833.1709668794607 265.6486357205834 L 833.0948348044698 265.58649831454295 L 833.0187027294788 265.52983783197334 L 832.9425706544879 265.4785342240323 L 832.8664385794971 265.4324344149641 L 832.7903065045061 265.39135324586266 L 832.7141744295152 265.3550746162375 L 832.6380423545243 265.3233528163454 L 832.5619102795334 265.2959140420724 L 832.4857782045425 265.2724580830274 L 832.4096461295516 265.2526601734391 L 832.3335140545606 265.23617299444464 L 832.2573819795697 265.2226288154264 L 832.1812499045789 265.21164176119305 L 832.1051178295879 265.2028101910287 L 832.028985754597 265.19571917494136 L 831.952853679606 265.1899430518445 L 831.8767216046152 265.185048053899 L 831.8005895296243 265.180594980836 L 831.7244575310854 265.185048053899 L 831.6483255325463 265.1899430518445 L 831.5721935340074 265.19571917494136 L 831.4960615354685 265.2028101910287 L 831.4199295369294 265.21164176119305 L 831.3437975383905 265.2226288154264 L 831.2676655398516 265.23617299444464 L 831.1915335413125 265.2526601734391 L 831.1154015427736 265.2724580830274 L 831.0392695442347 265.2959140420724 L 830.9631375456958 265.3233528163454 L 830.8870055471567 265.3550746162375 L 830.8108735486178 265.39135324586266 L 830.7347415500789 265.4324344149641 L 830.6586095515398 265.4785342240323 L 830.5824775530009 265.52983783197334 L 830.506345554462 265.586498314543 L 830.4302135559229 265.6486357205834 L 830.354081557384 265.71633633188236 L 830.2779495588451 265.78965213121734 L 830.201817560306 265.8686004818642 L 830.1256855617671 265.95316402054704 L 830.0495535632282 266.04329076448846 L 829.9734215646893 266.13889443190067 L 829.8972895661502 266.2398549739414 L 829.8211575676113 266.346019314855 L 829.7450255690724 266.4572022957354 L 829.6688935705333 266.5731878160921 L 829.5927615719944 266.6937301661818 L 829.5166295734555 266.8185555418906 L 829.4404975749164 266.94736373282745 L 829.3643655763775 267.07982997322097 L 829.2882335778386 267.21560694420833 L 829.2121015792997 267.3543269151719 L 829.1359695807606 267.4956040109204 L 829.0598375822217 267.6390365907378 L 828.9837055836828 267.7842097246324 L 828.9075735851437 267.93069775151736 L 828.8314415866048 268.07806690355363 L 828.7553095880659 268.22587798047243" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 840.9364324123776 268.22587798047243 L 840.8603004138387 268.07806690355363 L 840.7841684152997 267.93069775151736 L 840.7080364167607 267.7842097246324 L 840.6319044182218 267.6390365907378 L 840.5557724196829 267.4956040109204 L 840.4796404211439 267.3543269151719 L 840.4035084226049 267.21560694420833 L 840.327376424066 267.07982997322097 L 840.251244425527 266.94736373282745 L 840.175112426988 266.8185555418906 L 840.0989804284491 266.6937301661818 L 840.0228484299101 266.5731878160921 L 839.9467164313711 266.4572022957354 L 839.8705844328322 266.346019314855 L 839.7944524342932 266.2398549739414 L 839.7183204357543 266.13889443190067 L 839.6421884372153 266.04329076448846 L 839.5660564386764 265.95316402054704 L 839.4899244401374 265.8686004818642 L 839.4137924415984 265.78965213121734 L 839.3376604430595 265.71633633188236 L 839.2615284445205 265.6486357205834 L 839.1853964459815 265.58649831454295 L 839.1092644474426 265.52983783197334 L 839.0331324489036 265.4785342240323 L 838.9570004503646 265.4324344149641 L 838.8808684518257 265.39135324586266 L 838.8047364532868 265.3550746162375 L 838.7286044547478 265.3233528163454 L 838.6524724562088 265.2959140420724 L 838.5763404576699 265.2724580830274 L 838.5002084591309 265.2526601734391 L 838.4240764605919 265.23617299444464 L 838.347944462053 265.2226288154264 L 838.271812463514 265.21164176119305 L 838.195680464975 265.2028101910287 L 838.1195484664361 265.19571917494136 L 838.0434164678971 265.1899430518445 L 837.9672844693582 265.185048053899 L 837.8911524708192 265.180594980836 L 837.8150203958282 265.185048053899 L 837.7388883208374 265.1899430518445 L 837.6627562458465 265.19571917494136 L 837.5866241708555 265.2028101910287 L 837.5104920958646 265.21164176119305 L 837.4343600208738 265.2226288154264 L 837.3582279458828 265.23617299444464 L 837.2820958708919 265.2526601734391 L 837.205963795901 265.2724580830274 L 837.1298317209101 265.2959140420724 L 837.0536996459192 265.3233528163454 L 836.9775675709283 265.3550746162375 L 836.9014354959373 265.39135324586266 L 836.8253034209464 265.4324344149641 L 836.7491713459556 265.4785342240323 L 836.6730392709646 265.52983783197334 L 836.5969071959737 265.586498314543 L 836.5207751209828 265.6486357205834 L 836.4446430459919 265.71633633188236 L 836.368510971001 265.78965213121734 L 836.2923788960101 265.8686004818642 L 836.2162468210191 265.95316402054704 L 836.1401147460282 266.04329076448846 L 836.0639826710374 266.13889443190067 L 835.9878505960464 266.2398549739414 L 835.9117185210555 266.346019314855 L 835.8355864460646 266.4572022957354 L 835.7594543710737 266.5731878160921 L 835.6833222960828 266.6937301661818 L 835.6071902210919 266.8185555418906 L 835.5310581461009 266.94736373282745 L 835.4549260711101 267.07982997322097 L 835.3787939961192 267.21560694420833 L 835.3026619211282 267.3543269151719 L 835.2265298461373 267.4956040109204 L 835.1503977711463 267.6390365907378 L 835.0742656961555 267.7842097246324 L 834.9981336211646 267.93069775151736 L 834.9220015461736 268.07806690355363 L 834.8458694711827 268.22587798047243" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 816.4784536320273 268.18667036246035 L 812.5937649188813 268.18667036246035" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 844.8723745127697 268.3263327846281 L 840.9876857996237 268.3263327846281" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="828.6571422262527" y="260.4644821377552" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">L1</text><text class="sch-component-text" x="828.6519249832678" y="274.5300290407557" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="812.5747742545138" cy="268.14777466840405" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="844.8627262766861" cy="268.308296240596" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component-overlay sch-component-overlay" x="727.80217633226" y="507.98073888053233" width="18.348467987879985" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 746.15064432014 512.8742752928999 L 738.8112571249881 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 735.141563527412 512.8742752928999 L 727.80217633226 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 738.8112571249881 507.98073888053233 L 738.8112571249881 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 735.141563527412 507.98073888053233 L 735.141563527412 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="736.9764103262" y="505.53488809774797" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C4</text><text class="sch-component-text" x="736.9764103262" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component-overlay sch-component-overlay" x="911.28685621106" y="507.98073888053233" width="18.348467987879985" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 929.63532419894 512.8742752928999 L 922.295937003788 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 918.626243406212 512.8742752928999 L 911.28685621106 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 922.295937003788 507.98073888053233 L 922.295937003788 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 918.626243406212 507.98073888053233 L 918.626243406212 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="920.461090205" y="505.5348880977479" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C5</text><text class="sch-component-text" x="920.461090205" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component-overlay sch-component-overlay" x="941.86763619086" y="357.52452461111557" width="18.348467987879985" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 941.86763619086 359.9703753939 L 944.9263258044396 359.9703753939" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 957.1574145651605 359.9703753939 L 960.21610417874 359.9703753939" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 944.9263258044396 357.52452461111557 L 957.1574145651605 357.52452461111557 L 957.1574145651605 362.4162261766844 L 944.9263258044396 362.4162261766844 L 944.9263258044396 357.52452461111557" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="951.0418701848" y="355.077450597132" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R4</text><text class="sch-component-text" x="951.0418701848" y="364.863300190668" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component-overlay sch-component-overlay" x="941.86763619086" y="418.6860845707156" width="18.348467987879985" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 941.86763619086 421.1319353535 L 944.9263258044396 421.1319353535" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 957.1574145651605 421.1319353535 L 960.21610417874 421.1319353535" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 944.9263258044396 418.6860845707156 L 957.1574145651605 418.6860845707156 L 957.1574145651605 423.57778613628443 L 944.9263258044396 423.57778613628443 L 944.9263258044396 418.6860845707156" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="951.0418701848" y="416.239010556732" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R5</text><text class="sch-component-text" x="951.0418701848" y="426.024860150268" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="941.86763619086" cy="421.1319353535" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component-overlay sch-component-overlay" x="880.70607623126" y="296.3629646515156" width="18.348467987879985" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 880.70607623126 298.8088154343 L 883.7647658448395 298.8088154343" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 895.9958546055605 298.8088154343 L 899.05454421914 298.8088154343" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 883.7647658448395 296.3629646515156 L 895.9958546055605 296.3629646515156 L 895.9958546055605 301.25466621708443 L 883.7647658448395 301.25466621708443 L 883.7647658448395 296.3629646515156" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="889.8803102252" y="293.915890637532" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R6</text><text class="sch-component-text" x="889.8803102252" y="303.701740231068" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="899.05454421914" cy="298.8088154343" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="1065.71979510905" y="352.32518039895" width="45.87116996970008" height="76.45194994949998" stroke-width="0.611615599596px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1065.71979510905" y="352.32518039895" width="45.87116996970008" height="76.45194994949998" fill="transparent"/><text class="sch-text" x="1088.6553800939" y="390.5511553737" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.504540396364px" transform="rotate(0, 1088.6553800939, 390.5511553737)">U7</text><line class="component-pin sch-component-pin sch-port-line" x1="1065.71979510905" y1="387.49307737572" x2="1053.48748311713" y2="387.49307737572" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="1052.875867517534" y="386.881461776124" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="1059.6036391130901" y="386.881461776124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="1068.77787310703" y="387.49307737572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="1088.6553800939" y1="428.77713034845" x2="1088.6553800939" y2="440.397826740774" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1088.6553800939" cy="441.00944234037" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="1088.043764494304" y="440.397826740774" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="1088.043764494304" y="434.89328634441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 1088.043764494304 434.89328634441)"></text><text class="pin-number sch-pin-label" x="1088.6553800939" y="425.71905235047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 1088.6553800939 425.71905235047)">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="1065.71979510905" y1="393.60923337168" x2="1053.48748311713" y2="393.60923337168" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_18_2__stack1"><rect x="1052.875867517534" y="392.99761777208397" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="1059.6036391130901" y="392.997617772084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="1068.77787310703" y="393.60923337168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">VEN</text><line class="component-pin sch-component-pin sch-port-line" x1="1111.59096507875" y1="390.5511553737" x2="1123.82327707067" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_18_3__stack1"><rect x="1123.211661471074" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="1117.70712107471" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="1108.5328870807698" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">VOUT</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component-overlay sch-component-overlay" x="1018.31958614036" y="507.98073888053233" width="18.3484679878801" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 1036.66805412824 512.8742752928999 L 1029.328666933088 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1025.658973335512 512.8742752928999 L 1018.31958614036 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1029.328666933088 507.98073888053233 L 1029.328666933088 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1025.658973335512 507.98073888053233 L 1025.658973335512 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1027.4938201343" y="505.5348880977479" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C6</text><text class="sch-component-text" x="1027.4938201343" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component-overlay sch-component-overlay" x="1155.93309604946" y="507.98073888053233" width="18.348467987880213" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 1174.28156403734 512.8742752928999 L 1166.942176842188 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1163.272483244612 512.8742752928999 L 1155.93309604946 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1166.942176842188 507.98073888053233 L 1166.942176842188 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1163.272483244612 507.98073888053233 L 1163.272483244612 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1165.1073300434" y="505.5348880977479" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C7</text><text class="sch-component-text" x="1165.1073300434" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="44.321743783730085" cy="393.60923337168" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="44.321743783730085" cy="381.37692137976" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="175.81909769687007" cy="416.54481835653" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="175.81909769687007" cy="369.14460938784" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="175.81909769687007" cy="393.60923337168" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="175.81909769687007" cy="381.37692137976" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="175.81909769687007" cy="399.72538936764" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="175.81909769687007" cy="387.49307737572" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="175.81909769687007" cy="375.2607653838" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="175.81909769687007" cy="410.42866236057" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="44.321743783730085" cy="387.49307737572" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="44.321743783730085" cy="399.72538936764" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="98.60262824787503" cy="479.23541731512" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="104.71878424383499" cy="479.23541731512" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="110.83494023979506" cy="479.23541731512" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="116.95109623575502" cy="479.23541731512" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="207.92891667566" cy="329.3895954141" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="226.27738466354003" cy="329.3895954141" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="207.92891667566" cy="451.7127153333" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="226.27738466354003" cy="451.7127153333" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="247.07231504980405" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="278.876326228796" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="461.74939050800003" cy="393.60923337168" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="339.42627058880004" cy="384.43499937774" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="339.42627058880004" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="461.74939050800003" cy="381.37692137976" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="339.42627058880004" cy="396.66731136966" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_5__stack1"><circle cx="461.74939050800003" cy="387.49307737572" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_6__stack1"><circle cx="461.74939050800003" cy="399.72538936764" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_7__stack1"><circle cx="400.5878305484" cy="471.59022232017" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="314.96164660496004" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="333.3101145928401" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="467.86554650396005" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="486.21401449184003" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="544.3174964534601" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="562.6659644413401" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="529.02710646356" cy="329.3895954141" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="547.37557445144" cy="329.3895954141" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="467.86554650396005" cy="314.0992054242" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="486.21401449184003" cy="314.0992054242" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="571.8401984352801" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="657.46638237872" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="755.32487831408" cy="378.31884338177997" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="755.32487831408" cy="384.43499937774" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_2__stack1"><circle cx="755.32487831408" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_3__stack1"><circle cx="755.32487831408" cy="396.66731136966" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_4__stack1"><circle cx="755.32487831408" cy="402.78346736562" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_5__stack1"><circle cx="902.11262221712" cy="402.78346736562" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_6__stack1"><circle cx="902.11262221712" cy="396.66731136966" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_7__stack1"><circle cx="902.11262221712" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_8__stack1"><circle cx="902.11262221712" cy="384.43499937774" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_9__stack1"><circle cx="902.11262221712" cy="378.31884338177997" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="812.5747742545138" cy="268.14777466840405" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="844.8627262766861" cy="268.308296240596" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="727.80217633226" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="746.15064432014" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="911.28685621106" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="929.63532419894" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="941.8676361908599" cy="359.9703753939" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="960.21610417874" cy="359.9703753939" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="941.8676361908599" cy="421.1319353535" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="960.21610417874" cy="421.1319353535" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="880.70607623126" cy="298.8088154343" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="899.0545442191401" cy="298.8088154343" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="1053.48748311713" cy="387.49307737572" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="1088.6553800939" cy="441.00944234037" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_2__stack1"><circle cx="1053.48748311713" cy="393.60923337168" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_3__stack1"><circle cx="1123.82327707067" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="1018.31958614036" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="1036.66805412824" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="1155.93309604946" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="1174.28156403734" cy="512.8742752928999" r="1.223231199192" 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="710.676939543572" y="389.05269715468984" width="7.339387195152085" height="5.50454039636395" 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 710.676939543572 394.5572375510538 L 718.016326738724 394.5572375510538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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 714.346633141148 394.5572375510538 L 714.346633141148 389.05269715468984" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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="714.346633141148" y="396.0862765500438" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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="942.5098325704357" y="392.1107751526698" width="7.339387195152085" height="5.50454039636395" 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 942.5098325704357 397.61531554903377 L 949.8492197655878 397.61531554903377" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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 946.1795261680118 397.61531554903377 L 946.1795261680118 392.1107751526698" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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="946.1795261680118" y="399.1443545480238" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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="34.53589419019413" y="405.8415453636" width="7.339387195152" height="5.50454039636395" 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 34.53589419019413 411.34608575996396 L 41.87528138534613 411.34608575996396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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 38.20558778777013 411.34608575996396 L 38.20558778777013 405.8415453636" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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="38.20558778777013" y="412.875124758954" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="107.16524664221906" y="485.35157331108" width="7.339387195152" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 107.16524664221906 490.85611370744397 L 114.50463383737106 490.85611370744397" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 110.83494023979506 490.85611370744397 L 110.83494023979506 485.35157331108" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="110.83494023979506" y="492.385152706434" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="229.97765904109588" y="340.12344918700984" width="7.339387195151971" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 229.97765904109588 345.6279895833738 L 237.31704623624785 345.6279895833738" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 233.64735263867186 345.6279895833738 L 233.64735263867186 340.12344918700984" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="233.64735263867186" y="347.1570285823638" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="229.97765904109588" y="462.44656910620984" width="7.339387195151971" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 229.97765904109588 467.9511095025738 L 237.31704623624785 467.9511095025738" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 233.64735263867186 467.9511095025738 L 233.64735263867186 462.44656910620984" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="233.64735263867186" y="469.4801485015638" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_6__stack1" x="236.0326534770963" y="404.34308714458984" width="7.339387195151971" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="M 236.0326534770963 409.8476275409538 L 243.37204067224826 409.8476275409538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_6__stack1" d="M 239.70234707467228 409.8476275409538 L 239.70234707467228 404.34308714458984" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_6__stack1" x="239.70234707467228" y="411.3766665399438" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_7__stack1" x="396.918136950824" y="471.59022232017" width="7.339387195151971" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="M 396.918136950824 477.094762716534 L 404.257524145976 477.094762716534" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_7__stack1" d="M 400.5878305484 477.094762716534 L 400.5878305484 471.59022232017" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_7__stack1" x="400.5878305484" y="478.623801715524" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="337.0103889703959" y="526.6662070637898" width="7.339387195151971" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="M 337.0103889703959 532.1707474601538 L 344.3497761655479 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="M 340.6800825679719 532.1707474601538 L 340.6800825679719 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="340.6800825679719" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="489.9142888693958" y="526.6662070637898" width="7.339387195151971" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="M 489.9142888693958 532.1707474601538 L 497.2536760645478 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="M 493.5839824669718 532.1707474601538 L 493.5839824669718 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="493.5839824669718" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="566.3662388188958" y="526.6662070637898" width="7.339387195152085" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="M 566.3662388188958 532.1707474601538 L 573.7056260140479 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="M 570.0359324164718 532.1707474601538 L 570.0359324164718 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="570.0359324164718" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_11__stack1" x="551.0758488289957" y="340.12344918700984" width="7.339387195152085" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="M 551.0758488289957 345.6279895833738 L 558.4152360241478 345.6279895833738" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_11__stack1" d="M 554.7455424265718 345.6279895833738 L 554.7455424265718 340.12344918700984" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_11__stack1" x="554.7455424265718" y="347.1570285823638" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_12__stack1" x="662.6956957552658" y="392.1107751526698" width="7.339387195152085" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="M 662.6956957552658 397.61531554903377 L 670.0350829504179 397.61531554903377" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_12__stack1" d="M 666.3653893528418 397.61531554903377 L 666.3653893528418 392.1107751526698" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_12__stack1" x="666.3653893528418" y="399.1443545480238" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_13__stack1" x="749.8509186976958" y="526.6662070637898" width="7.339387195152085" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="M 749.8509186976958 532.1707474601538 L 757.1903058928478 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_13__stack1" d="M 753.5206122952718 532.1707474601538 L 753.5206122952718 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_13__stack1" x="753.5206122952718" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_14__stack1" x="934.8646375754859" y="514.4338950718698" width="7.339387195152085" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="M 934.8646375754859 519.9384354682338 L 942.204024770638 519.9384354682338" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_14__stack1" d="M 938.5343311730619 519.9384354682338 L 938.5343311730619 514.4338950718698" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_14__stack1" x="938.5343311730619" y="521.4674744672238" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_15__stack1" x="983.7938855431657" y="422.69155513246983" width="7.339387195152085" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="M 983.7938855431657 428.1960955288338 L 991.1332727383178 428.1960955288338" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_15__stack1" d="M 987.4635791407418 428.1960955288338 L 987.4635791407418 422.69155513246983" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_15__stack1" x="987.4635791407418" y="429.7251345278238" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_16__stack1" x="1084.985686496324" y="441.00944234037" width="7.339387195152085" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="M 1084.985686496324 446.51398273673396 L 1092.325073691476 446.51398273673396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_16__stack1" d="M 1088.6553800939 446.51398273673396 L 1088.6553800939 441.00944234037" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_16__stack1" x="1088.6553800939" y="448.043021735724" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_17__stack1" x="1040.3683285057957" y="526.6662070637898" width="7.339387195152085" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="M 1040.3683285057957 532.1707474601538 L 1047.7077157009478 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_17__stack1" d="M 1044.0380221033718 532.1707474601538 L 1044.0380221033718 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_17__stack1" x="1044.0380221033718" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_18__stack1" x="1177.9818384148957" y="526.6662070637898" width="7.339387195152085" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="M 1177.9818384148957 532.1707474601538 L 1185.3212256100478 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_18__stack1" d="M 1181.6515320124718 532.1707474601538 L 1181.6515320124718 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_18__stack1" x="1181.6515320124718" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
232
+ </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 1053.48748311713 393.60923337168 L 1047.37132712117 393.60923337168 L 1047.37132712117 387.49307737572 L 1053.48748311713 387.49307737572" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1053.48748311713 393.60923337168 L 1047.37132712117 393.60923337168 L 1047.37132712117 387.49307737572 L 1053.48748311713 387.49307737572" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 44.321743783730085 399.72538936764 L 38.20558778777013 399.72538936764 L 38.20558778777013 405.8415453636 L 38.20558778777013 393.60923337168 L 44.321743783730085 393.60923337168" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 44.321743783730085 399.72538936764 L 38.20558778777013 399.72538936764 L 38.20558778777013 405.8415453636 L 38.20558778777013 393.60923337168 L 44.321743783730085 393.60923337168" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 104.71878424383499 479.23541731512 L 104.71878424383499 485.35157331107996 L 98.60262824787503 485.35157331107996 L 98.60262824787503 479.23541731512" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 104.71878424383499 479.23541731512 L 104.71878424383499 485.35157331107996 L 98.60262824787503 485.35157331107996 L 98.60262824787503 479.23541731512" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 110.83494023979506 479.23541731512 L 110.83494023979506 485.35157331107996 L 104.71878424383499 485.35157331107996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 110.83494023979506 479.23541731512 L 110.83494023979506 485.35157331107996 L 104.71878424383499 485.35157331107996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 116.95109623575502 479.23541731512 L 116.95109623575502 485.35157331107996 L 110.83494023979506 485.35157331107996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 116.95109623575502 479.23541731512 L 116.95109623575502 485.35157331107996 L 110.83494023979506 485.35157331107996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 755.32487831408 390.5511553737 L 749.20872231812 390.5511553737 L 749.20872231812 384.43499937774 L 755.32487831408 384.43499937774" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 755.32487831408 390.5511553737 L 749.20872231812 390.5511553737 L 749.20872231812 384.43499937774 L 755.32487831408 384.43499937774" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 44.321743783730085 387.49307737572 L 38.20558778777013 387.49307737572 L 38.20558778777013 381.37692137976 L 44.321743783730085 381.37692137976" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 44.321743783730085 387.49307737572 L 38.20558778777013 387.49307737572 L 38.20558778777013 381.37692137976 L 44.321743783730085 381.37692137976" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 339.42627058880004 384.43499937774 L 309.151298408798 384.43499937774 L 309.151298408798 390.5511553737 L 278.876326228796 390.5511553737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 339.42627058880004 384.43499937774 L 309.151298408798 384.43499937774 L 309.151298408798 390.5511553737 L 278.876326228796 390.5511553737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 175.81909769687007 369.14460938784 L 191.87400718626503 369.14460938784 L 191.87400718626503 329.3895954141 L 207.92891667566 329.3895954141" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 175.81909769687007 369.14460938784 L 191.87400718626503 369.14460938784 L 191.87400718626503 329.3895954141 L 207.92891667566 329.3895954141" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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 911.28685621106 512.8742752928999 L 905.1707002150999 512.8742752928999 L 905.1707002150999 531.8343588803759 L 1009.14535214642 531.8343588803759 L 1009.14535214642 512.8742752928999 L 1018.31958614036 512.8742752928999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 911.28685621106 512.8742752928999 L 905.1707002150999 512.8742752928999 L 905.1707002150999 531.8343588803759 L 1009.14535214642 531.8343588803759 L 1009.14535214642 512.8742752928999 L 1018.31958614036 512.8742752928999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_10__stack1"><path d="M 467.86554650396005 314.0992054242 L 464.80746850598 314.0992054242 L 464.80746850598 298.8088154343 L 880.70607623126 298.8088154343" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 467.86554650396005 314.0992054242 L 464.80746850598 314.0992054242 L 464.80746850598 298.8088154343 L 880.70607623126 298.8088154343" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_11__stack1"><path d="M 755.32487831408 378.31884338177997 L 724.74409833428 378.31884338177997 L 724.74409833428 432.14101614622797 L 719.8205927575323 432.14101614622797 L 719.8205927575323 444.373328138148 L 724.74409833428 444.373328138148 L 724.74409833428 512.8742752928999 L 727.80217633226 512.8742752928999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 755.32487831408 378.31884338177997 L 724.74409833428 378.31884338177997 L 724.74409833428 432.14101614622797 L 719.8205927575323 432.14101614622797 L 719.8205927575323 444.373328138148 L 724.74409833428 444.373328138148 L 724.74409833428 512.8742752928999 L 727.80217633226 512.8742752928999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_12__stack1"><path d="M 544.3174964534601 512.8742752928999 L 538.2013404575 512.8742752928999 L 538.2013404575 390.5511553737 L 571.8401984352801 390.5511553737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 544.3174964534601 512.8742752928999 L 538.2013404575 512.8742752928999 L 538.2013404575 390.5511553737 L 571.8401984352801 390.5511553737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_13__stack1"><path d="M 902.11262221712 402.78346736562 L 934.5588297756879 402.78346736562 L 934.5588297756879 378.31884338177997 L 921.99012920399 378.31884338177997 L 921.99012920399 359.9703753939 L 941.8676361908599 359.9703753939" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 902.11262221712 402.78346736562 L 934.5588297756879 402.78346736562 L 934.5588297756879 378.31884338177997 L 921.99012920399 378.31884338177997 L 921.99012920399 359.9703753939 L 941.8676361908599 359.9703753939" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_14__stack1"><path d="M 461.74939050800003 381.37692137976 L 494.1955980665678 381.37692137976 L 494.1955980665678 405.8415453636 L 464.80746850598 405.8415453636 L 464.80746850598 512.8742752928999 L 467.86554650396005 512.8742752928999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 461.74939050800003 381.37692137976 L 494.1955980665678 381.37692137976 L 494.1955980665678 405.8415453636 L 464.80746850598 405.8415453636 L 464.80746850598 512.8742752928999 L 467.86554650396005 512.8742752928999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_15__stack1"><path d="M 755.32487831408 396.66731136966 L 722.8786707555122 396.66731136966 L 722.8786707555122 479.847032914716 L 976.1486905482159 479.847032914716 L 976.1486905482159 359.9703753939 L 960.21610417874 359.9703753939" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 755.32487831408 396.66731136966 L 722.8786707555122 396.66731136966 L 722.8786707555122 479.847032914716 L 976.1486905482159 479.847032914716 L 976.1486905482159 359.9703753939 L 960.21610417874 359.9703753939" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_16__stack1"><path d="M 749.20872231812 387.49307737572 L 714.346633141148 387.49307737572 L 714.346633141148 389.0526971546898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 749.20872231812 387.49307737572 L 714.346633141148 387.49307737572 L 714.346633141148 389.0526971546898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_17__stack1"><path d="M 902.11262221712 390.5511553737 L 946.1795261680118 390.5511553737 L 946.1795261680118 392.1107751526698" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 902.11262221712 390.5511553737 L 946.1795261680118 390.5511553737 L 946.1795261680118 392.1107751526698" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_18__stack1"><path d="M 226.27738466354003 329.3895954141 L 233.64735263867186 329.3895954141 L 233.64735263867186 340.1234491870098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 226.27738466354003 329.3895954141 L 233.64735263867186 329.3895954141 L 233.64735263867186 340.1234491870098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_19__stack1"><path d="M 226.27738466354003 451.7127153333 L 233.64735263867186 451.7127153333 L 233.64735263867186 462.4465691062098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 226.27738466354003 451.7127153333 L 233.64735263867186 451.7127153333 L 233.64735263867186 462.4465691062098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_20__stack1"><path d="M 247.07231504980405 390.5511553737 L 239.70234707467228 390.5511553737 L 239.70234707467228 404.3430871445898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 247.07231504980405 390.5511553737 L 239.70234707467228 390.5511553737 L 239.70234707467228 404.3430871445898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_21__stack1"><path d="M 333.31011459284 512.8742752928999 L 340.6800825679719 512.8742752928999 L 340.6800825679719 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 333.31011459284 512.8742752928999 L 340.6800825679719 512.8742752928999 L 340.6800825679719 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_22__stack1"><path d="M 486.21401449184003 512.8742752928999 L 493.5839824669718 512.8742752928999 L 493.5839824669718 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 486.21401449184003 512.8742752928999 L 493.5839824669718 512.8742752928999 L 493.5839824669718 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_23__stack1"><path d="M 562.6659644413401 512.8742752928999 L 570.0359324164718 512.8742752928999 L 570.0359324164718 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 562.6659644413401 512.8742752928999 L 570.0359324164718 512.8742752928999 L 570.0359324164718 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_24__stack1"><path d="M 547.37557445144 329.3895954141 L 554.7455424265718 329.3895954141 L 554.7455424265718 340.1234491870098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 547.37557445144 329.3895954141 L 554.7455424265718 329.3895954141 L 554.7455424265718 340.1234491870098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_25__stack1"><path d="M 657.46638237872 390.5511553737 L 666.3653893528418 390.5511553737 L 666.3653893528418 392.1107751526698" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 657.46638237872 390.5511553737 L 666.3653893528418 390.5511553737 L 666.3653893528418 392.1107751526698" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_26__stack1"><path d="M 746.15064432014 512.8742752928999 L 753.5206122952718 512.8742752928999 L 753.5206122952718 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 746.15064432014 512.8742752928999 L 753.5206122952718 512.8742752928999 L 753.5206122952718 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_27__stack1"><path d="M 929.63532419894 512.8742752928999 L 938.5343311730619 512.8742752928999 L 938.5343311730619 514.4338950718698" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 929.63532419894 512.8742752928999 L 938.5343311730619 512.8742752928999 L 938.5343311730619 514.4338950718698" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_28__stack1"><path d="M 960.21610417874 421.1319353535 L 987.4635791407418 421.1319353535 L 987.4635791407418 422.6915551324698" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 960.21610417874 421.1319353535 L 987.4635791407418 421.1319353535 L 987.4635791407418 422.6915551324698" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_29__stack1"><path d="M 1036.66805412824 512.8742752928999 L 1044.0380221033718 512.8742752928999 L 1044.0380221033718 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1036.66805412824 512.8742752928999 L 1044.0380221033718 512.8742752928999 L 1044.0380221033718 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_30__stack1"><path d="M 1174.28156403734 512.8742752928999 L 1181.6515320124718 512.8742752928999 L 1181.6515320124718 526.6662070637898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1174.28156403734 512.8742752928999 L 1181.6515320124718 512.8742752928999 L 1181.6515320124718 526.6662070637898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_31__stack1"><path d="M 1047.37132712117 393.60923337168 L 1036.6680541282399 393.60923337168 L 1036.6680541282399 393.5786525917002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1047.37132712117 393.60923337168 L 1036.6680541282399 393.60923337168 L 1036.6680541282399 393.5786525917002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_32__stack1"><path d="M 1123.82327707067 390.5511553737 L 1134.55713084358 390.5511553737 L 1134.55713084358 388.9915355947302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1123.82327707067 390.5511553737 L 1134.55713084358 390.5511553737 L 1134.55713084358 388.9915355947302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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_33__stack1"><path d="M 1155.93309604946 512.8742752928999 L 1146.7282812755402 512.8742752928999 L 1146.7282812755402 499.0823435220102" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.892924796768px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1155.93309604946 512.8742752928999 L 1146.7282812755402 512.8742752928999 L 1146.7282812755402 499.0823435220102" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.611615599596px" 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="1047.37132712117" cy="393.60923337168" r="0.917423399394" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="104.71878424383499" cy="485.35157331107996" r="0.917423399394" 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_3__stack1"><circle cx="110.83494023979506" cy="485.35157331107996" r="0.917423399394" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__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="56.55405577565" y="314.0992054242" width="107.03272992930005" height="152.90389989899995" stroke-width="0.611615599596px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="56.55405577565" y="314.0992054242" width="107.03272992930005" height="152.90389989899995" fill="transparent"/><text class="sch-text" x="110.07042074030005" y="390.5511553737" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.504540396364px" transform="rotate(0, 110.07042074030005, 390.5511553737)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="56.55405577565" y1="393.60923337168" x2="44.321743783730085" y2="393.60923337168" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="43.710128184134085" y="392.99761777208397" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="50.43789977969004" y="392.99761777208397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="59.61213377362998" y="393.60923337168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">GND_A</text><line class="component-pin sch-component-pin sch-port-line" x1="56.55405577565" y1="381.37692137976" x2="44.321743783730085" y2="381.37692137976" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="43.710128184134085" y="380.765305780164" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="50.43789977969004" y="380.765305780164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="59.61213377362998" y="381.37692137976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">VBUS_A</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="416.54481835653" x2="175.20748209727407" y2="416.54481835653" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="416.54481835653" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="415.933202756934" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="415.933202756934" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="416.54481835653" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">SBU2</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="369.14460938784" x2="175.81909769687007" y2="369.14460938784" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="175.20748209727407" y="368.53299378824397" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="368.53299378824397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="369.14460938784" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">CC1</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="393.60923337168" x2="175.20748209727407" y2="393.60923337168" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="393.60923337168" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="392.99761777208397" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="392.99761777208397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="393.60923337168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">DN_A</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="381.37692137976" x2="175.20748209727407" y2="381.37692137976" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="381.37692137976" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="380.765305780164" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="380.765305780164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="381.37692137976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">DP_A</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="399.72538936764" x2="175.20748209727407" y2="399.72538936764" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="399.72538936764" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="399.113773768044" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="399.113773768044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="399.72538936764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">DN_B</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="387.49307737572" x2="175.20748209727407" y2="387.49307737572" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="387.49307737572" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="386.881461776124" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="386.881461776124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="387.49307737572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">DP_B</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="375.2607653838" x2="175.20748209727407" y2="375.2607653838" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="375.2607653838" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="374.649149784204" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="374.649149784204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="375.2607653838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">CC2</text><line class="component-pin sch-component-pin sch-port-line" x1="163.58678570495005" y1="410.42866236057" x2="175.20748209727407" y2="410.42866236057" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="175.81909769687007" cy="410.42866236057" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="175.20748209727407" y="409.817046760974" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.70294170091006" y="409.817046760974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="160.52870770697007" y="410.42866236057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">SBU1</text><line class="component-pin sch-component-pin sch-port-line" x1="56.55405577565" y1="387.49307737572" x2="44.321743783730085" y2="387.49307737572" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="43.710128184134085" y="386.881461776124" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="50.43789977969004" y="386.881461776124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="59.61213377362998" y="387.49307737572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">VBUS_B</text><line class="component-pin sch-component-pin sch-port-line" x1="56.55405577565" y1="399.72538936764" x2="44.321743783730085" y2="399.72538936764" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="43.710128184134085" y="399.113773768044" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="50.43789977969004" y="399.113773768044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="59.61213377362998" y="399.72538936764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">GND_B</text><line class="component-pin sch-component-pin sch-port-line" x1="98.60262824787503" y1="467.0031053232" x2="98.60262824787503" y2="479.23541731512" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="97.99101264827902" y="478.623801715524" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="97.99101264827902" y="473.11926131916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 97.99101264827902 473.11926131916)"></text><text class="pin-number sch-pin-label" x="98.60262824787503" y="463.94502732522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 98.60262824787503 463.94502732522)">SHELL1</text><line class="component-pin sch-component-pin sch-port-line" x1="104.71878424383499" y1="467.0031053232" x2="104.71878424383499" y2="479.23541731512" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="104.10716864423898" y="478.623801715524" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="104.10716864423904" y="473.11926131916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 104.10716864423904 473.11926131916)"></text><text class="pin-number sch-pin-label" x="104.71878424383499" y="463.94502732522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 104.71878424383499 463.94502732522)">SHELL2</text><line class="component-pin sch-component-pin sch-port-line" x1="110.83494023979506" y1="467.0031053232" x2="110.83494023979506" y2="479.23541731512" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="110.22332464019905" y="478.623801715524" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="110.22332464019905" y="473.11926131916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 110.22332464019905 473.11926131916)"></text><text class="pin-number sch-pin-label" x="110.83494023979506" y="463.94502732522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 110.83494023979506 463.94502732522)">SHELL3</text><line class="component-pin sch-component-pin sch-port-line" x1="116.95109623575502" y1="467.0031053232" x2="116.95109623575502" y2="479.23541731512" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="116.33948063615901" y="478.623801715524" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="116.33948063615907" y="473.11926131916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 116.33948063615907 473.11926131916)"></text><text class="pin-number sch-pin-label" x="116.95109623575502" y="463.94502732522" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 116.95109623575502 463.94502732522)">SHELL4</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="207.92891667566002" y="326.94374463131555" width="18.348467987880042" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 207.92891667566002 329.3895954141 L 210.98760628923964 329.3895954141" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 223.21869504996044 329.3895954141 L 226.27738466354006 329.3895954141" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 210.98760628923964 326.94374463131555 L 223.21869504996044 326.94374463131555 L 223.21869504996044 331.8354461968844 L 210.98760628923964 331.8354461968844 L 210.98760628923964 326.94374463131555" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="217.10315066960004" y="324.496670617332" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R1</text><text class="sch-component-text" x="217.10315066960004" y="334.282520210868" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="207.92891667566002" y="449.2668645505156" width="18.348467987880042" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 207.92891667566002 451.7127153333 L 210.98760628923964 451.7127153333" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 223.21869504996044 451.7127153333 L 226.27738466354006 451.7127153333" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 210.98760628923964 449.2668645505156 L 223.21869504996044 449.2668645505156 L 223.21869504996044 454.15856611608444 L 210.98760628923964 454.15856611608444 L 210.98760628923964 449.2668645505156" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="217.10315066960004" y="446.819790536532" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R2</text><text class="sch-component-text" x="217.10315066960004" y="456.605640130068" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="207.92891667566002" cy="451.7127153333" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="247.07231504980402" y="386.269846176528" width="31.804011178991942" height="8.256810594545982" fill="transparent"/><path class="sch-component-symbol-path" d="M 267.255629836472 390.5511553737 L 259.304627041724 394.526656771074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 259.304627041724 386.269846176528 L 267.255629836472 390.5511553737" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 259.304627041724 394.526656771074 L 259.304627041724 386.269846176528" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 267.255629836472 386.269846176528 L 267.255629836472 394.526656771074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 259.304627041724 390.5511553737 L 247.07231504980402 390.5511553737" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 278.87632622879596 390.5511553737 L 267.56143763627 390.5511553737" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="262.668512839502" y="383.51757597834603" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">D1</text><text class="sch-component-text" x="262.9743206393" y="400.031197167438" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></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="351.65858258072" y="321.74440041915" width="97.85849593536" height="137.6135099091" stroke-width="0.611615599596px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="351.65858258072" y="321.74440041915" width="97.85849593536" height="137.6135099091" fill="transparent"/><text class="sch-text" x="400.5878305484" y="390.5511553737" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.504540396364px" transform="rotate(0, 400.5878305484, 390.5511553737)">U5</text><line class="component-pin sch-component-pin sch-port-line" x1="449.51707851608" y1="393.60923337168" x2="461.137774908404" y2="393.60923337168" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="461.74939050800003" cy="393.60923337168" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="461.137774908404" y="392.99761777208397" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.63323451204" y="392.997617772084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="446.4590005181" y="393.60923337168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">INT</text><line class="component-pin sch-component-pin sch-port-line" x1="351.65858258072" y1="384.43499937774" x2="339.42627058880004" y2="384.43499937774" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="338.81465498920403" y="383.823383778144" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.54242658476005" y="383.823383778144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="354.71666057870004" y="384.43499937774" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">IN</text><line class="component-pin sch-component-pin sch-port-line" x1="351.65858258072" y1="390.5511553737" x2="340.037886188396" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="339.42627058880004" cy="390.5511553737" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="338.81465498920403" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.54242658476005" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="354.71666057870004" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">SCL</text><line class="component-pin sch-component-pin sch-port-line" x1="449.51707851608" y1="381.37692137976" x2="461.74939050800003" y2="381.37692137976" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="461.137774908404" y="380.765305780164" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.63323451204" y="380.765305780164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="446.4590005181" y="381.37692137976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">SYS</text><line class="component-pin sch-component-pin sch-port-line" x1="351.65858258072" y1="396.66731136966" x2="340.037886188396" y2="396.66731136966" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="339.42627058880004" cy="396.66731136966" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="338.81465498920403" y="396.055695770064" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.54242658476005" y="396.055695770064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="354.71666057870004" y="396.66731136966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="449.51707851608" y1="387.49307737572" x2="461.137774908404" y2="387.49307737572" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="461.74939050800003" cy="387.49307737572" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="461.137774908404" y="386.881461776124" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.63323451204" y="386.881461776124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="446.4590005181" y="387.49307737572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">BAT</text><line class="component-pin sch-component-pin sch-port-line" x1="449.51707851608" y1="399.72538936764" x2="461.137774908404" y2="399.72538936764" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="461.74939050800003" cy="399.72538936764" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="461.137774908404" y="399.113773768044" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.63323451204" y="399.113773768044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="446.4590005181" y="399.72538936764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">TS_MR</text><line class="component-pin sch-component-pin sch-port-line" x1="400.5878305484" y1="459.35791032825" x2="400.5878305484" y2="470.978606720574" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_4_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="400.5878305484" cy="471.59022232017" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="399.976214948804" y="470.978606720574" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="399.976214948804" y="465.47406632421" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 399.976214948804 465.47406632421)"></text><text class="pin-number sch-pin-label" x="400.5878305484" y="456.29983233026996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 400.5878305484 456.29983233026996)">GND</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="314.96164660496" y="507.98073888053233" width="18.3484679878801" height="9.787072824735276" fill="transparent"/><path class="sch-component-symbol-path" d="M 333.3101145928401 512.8742752928999 L 325.97072739768805 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 322.301033800112 512.8742752928999 L 314.96164660496 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 325.97072739768805 507.98073888053233 L 325.97072739768805 517.7678117052676" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 322.301033800112 507.98073888053233 L 322.301033800112 517.7678117052676" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="324.13588059890003" y="505.5348880977479" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C1</text><text class="sch-component-text" x="324.13588059890003" y="520.213662488052" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="314.96164660496" cy="512.8742752928999" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="467.86554650396005" y="507.98073888053233" width="18.348467987879985" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 486.21401449184003 512.8742752928999 L 478.87462729668806 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 475.204933699112 512.8742752928999 L 467.86554650396005 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 478.87462729668806 507.98073888053233 L 478.87462729668806 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 475.204933699112 507.98073888053233 L 475.204933699112 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="477.03978049790004" y="505.53488809774797" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C2</text><text class="sch-component-text" x="477.03978049790004" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="544.3174964534601" y="507.98073888053233" width="18.348467987879985" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 562.6659644413401 512.8742752928999 L 555.3265772461881 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 551.656883648612 512.8742752928999 L 544.3174964534601 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 555.3265772461881 507.98073888053233 L 555.3265772461881 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 551.656883648612 507.98073888053233 L 551.656883648612 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="553.4917304474001" y="505.5348880977479" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C3</text><text class="sch-component-text" x="553.4917304474001" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="529.02710646356" y="326.94374463131555" width="18.348467987879985" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 529.02710646356 329.3895954141 L 532.0857960771395 329.3895954141" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 544.3168848378605 329.3895954141 L 547.37557445144 329.3895954141" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.0857960771395 326.94374463131555 L 544.3168848378605 326.94374463131555 L 544.3168848378605 331.8354461968844 L 532.0857960771395 331.8354461968844 L 532.0857960771395 326.94374463131555" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="538.2013404575" y="324.496670617332" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R3</text><text class="sch-component-text" x="538.2013404575" y="334.282520210868" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="529.02710646356" cy="329.3895954141" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="467.86554650396005" y="311.6533546414156" width="18.348467987879985" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 467.86554650396005 314.0992054242 L 470.92423611753964 314.0992054242" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 483.15532487826044 314.0992054242 L 486.21401449184003 314.0992054242" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 470.92423611753964 311.6533546414156 L 483.15532487826044 311.6533546414156 L 483.15532487826044 316.54505620698444 L 470.92423611753964 316.54505620698444 L 470.92423611753964 311.6533546414156" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="477.03978049790004" y="309.206280627432" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R7</text><text class="sch-component-text" x="477.03978049790004" y="318.992130220968" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="486.21401449184003" cy="314.0992054242" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="584.0725104272" y="367.61557038885" width="61.16155995960003" height="45.87116996969996" stroke-width="0.611615599596px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="584.0725104272" y="367.61557038885" width="61.16155995960003" height="45.87116996969996" fill="transparent"/><text class="sch-text" x="614.653290407" y="390.5511553737" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.504540396364px" transform="rotate(0, 614.653290407, 390.5511553737)">J2</text><line class="component-pin sch-component-pin sch-port-line" x1="584.0725104272" y1="390.5511553737" x2="571.8401984352801" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="571.228582835684" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.95635443124" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="587.13058842518" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">BAT_POS</text><line class="component-pin sch-component-pin sch-port-line" x1="645.2340703868" y1="390.5511553737" x2="657.46638237872" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="656.854766779124" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="651.35022638276" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="642.1759923888201" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">BAT_NEG</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="767.557190306" y="314.0992054242" width="122.32311991919994" height="152.90389989899995" stroke-width="0.611615599596px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="767.557190306" y="314.0992054242" width="122.32311991919994" height="152.90389989899995" fill="transparent"/><text class="sch-text" x="828.7187502656" y="390.5511553737" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.504540396364px" transform="rotate(0, 828.7187502656, 390.5511553737)">U6</text><line class="component-pin sch-component-pin sch-port-line" x1="767.557190306" y1="378.31884338177997" x2="755.32487831408" y2="378.31884338177997" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="754.713262714484" y="377.70722778218396" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.44103431004" y="377.707227782184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="770.61526830398" y="378.31884338177997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">EN</text><line class="component-pin sch-component-pin sch-port-line" x1="767.557190306" y1="384.43499937774" x2="755.32487831408" y2="384.43499937774" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="754.713262714484" y="383.823383778144" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.44103431004" y="383.823383778144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="770.61526830398" y="384.43499937774" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">MODE</text><line class="component-pin sch-component-pin sch-port-line" x1="767.557190306" y1="390.5511553737" x2="755.32487831408" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_2__stack1"><rect x="754.713262714484" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.44103431004" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="770.61526830398" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">AGND</text><line class="component-pin sch-component-pin sch-port-line" x1="767.557190306" y1="396.66731136966" x2="755.32487831408" y2="396.66731136966" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_3__stack1"><rect x="754.713262714484" y="396.055695770064" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.44103431004" y="396.055695770064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="770.61526830398" y="396.66731136966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">FB</text><line class="component-pin sch-component-pin sch-port-line" x1="767.557190306" y1="402.78346736562" x2="755.936493913676" y2="402.78346736562" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="755.32487831408" cy="402.78346736562" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="754.713262714484" y="402.171851766024" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.44103431004" y="402.171851766024" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="770.61526830398" y="402.78346736562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">PG</text><line class="component-pin sch-component-pin sch-port-line" x1="889.8803102252" y1="402.78346736562" x2="902.11262221712" y2="402.78346736562" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_5__stack1"><rect x="901.501006617524" y="402.171851766024" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9964662211601" y="402.171851766024" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="886.82223222722" y="402.78346736562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">VOUT</text><line class="component-pin sch-component-pin sch-port-line" x1="889.8803102252" y1="396.66731136966" x2="901.501006617524" y2="396.66731136966" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="902.11262221712" cy="396.66731136966" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="901.501006617524" y="396.055695770064" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9964662211601" y="396.055695770064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="886.82223222722" y="396.66731136966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">L2</text><line class="component-pin sch-component-pin sch-port-line" x1="889.8803102252" y1="390.5511553737" x2="902.11262221712" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_7__stack1"><rect x="901.501006617524" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9964662211601" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="886.82223222722" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="889.8803102252" y1="384.43499937774" x2="901.501006617524" y2="384.43499937774" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="902.11262221712" cy="384.43499937774" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="901.501006617524" y="383.823383778144" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9964662211601" y="383.823383778144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="886.82223222722" y="384.43499937774" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">L1</text><line class="component-pin sch-component-pin sch-port-line" x1="889.8803102252" y1="378.31884338177997" x2="901.501006617524" y2="378.31884338177997" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_11_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="902.11262221712" cy="378.31884338177997" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="901.501006617524" y="377.70722778218396" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9964662211601" y="377.707227782184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="886.82223222722" y="378.31884338177997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">VIN</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component-overlay sch-component-overlay" x="812.5937649188813" y="265.180594980836" width="32.278609593888405" height="3.1457378037920876" fill="transparent"/><path class="sch-component-symbol-path" d="M 822.6647497049489 268.22589938701844 L 822.588617629958 268.07808838655154 L 822.5124855549672 267.9307193109672 L 822.4363534799762 267.7842313605342 L 822.3602214049853 267.6390583030916 L 822.2840893299943 267.4956257997261 L 822.2079572550035 267.3543487804296 L 822.1318251800126 267.21562888591797 L 822.0556931050216 267.0798519913825 L 821.9795610300307 266.947385827441 L 821.9034289550398 266.8185777129561 L 821.827296880049 266.6937524136992 L 821.751164805058 266.57321014006146 L 821.6750327300671 266.45722469615674 L 821.5989006550761 266.3460417917283 L 821.5227685800853 266.23987752726663 L 821.4466365050944 266.13891706167783 L 821.3705044301034 266.0433134707176 L 821.2943723551125 265.9531868032281 L 821.2182402801216 265.8686233409972 L 821.1421082051307 265.7896750668023 L 821.0659761301398 265.7163593439193 L 820.9898440551489 265.64865880907223 L 820.9137119801579 265.5865214794838 L 820.8375799051671 265.52986107336613 L 820.7614478301762 265.478557541877 L 820.6853157551852 265.43245780926077 L 820.6091836801943 265.39137671661126 L 820.5330516052034 265.3550981634381 L 820.4569195302125 265.3233764399979 L 820.3807874552216 265.2959377421769 L 820.3046553802307 265.2724818595838 L 820.2285233052397 265.25268402644747 L 820.1523912302489 265.23619692390497 L 820.076259155258 265.22265282133867 L 820.000127080267 265.2116658435572 L 819.9239950052761 265.2028343498448 L 819.8478629302853 265.1957434102095 L 819.7717308552943 265.1899673635646 L 819.6955987803034 265.185072442071 L 819.6194667053124 265.18061944545997 L 819.5433347067735 265.185072442071 L 819.4672027082346 265.1899673635646 L 819.3910707096956 265.1957434102095 L 819.3149387111566 265.2028343498448 L 819.2388067126177 265.2116658435572 L 819.1626747140787 265.22265282133867 L 819.0865427155397 265.23619692390497 L 819.0104107170008 265.25268402644747 L 818.9342787184618 265.2724818595838 L 818.8581467199228 265.2959377421769 L 818.7820147213839 265.3233764399979 L 818.705882722845 265.3550981634381 L 818.629750724306 265.39137671661126 L 818.553618725767 265.43245780926077 L 818.4774867272281 265.478557541877 L 818.4013547286891 265.52986107336613 L 818.3252227301501 265.5865214794838 L 818.2490907316112 265.64865880907223 L 818.1729587330722 265.7163593439193 L 818.0968267345332 265.7896750668023 L 818.0206947359943 265.8686233409972 L 817.9445627374554 265.9531868032281 L 817.8684307389163 266.0433134707176 L 817.7922987403774 266.13891706167783 L 817.7161667418385 266.23987752726663 L 817.6400347432995 266.3460417917283 L 817.5639027447605 266.45722469615674 L 817.4877707462216 266.57321014006146 L 817.4116387476826 266.6937524136992 L 817.3355067491436 266.8185777129561 L 817.2593747506047 266.947385827441 L 817.1832427520657 267.0798519913825 L 817.1071107535267 267.21562888591797 L 817.0309787549878 267.3543487804296 L 816.9548467564489 267.4956257997261 L 816.8787147579098 267.6390583030916 L 816.8025827593709 267.7842313605342 L 816.726450760832 267.9307193109672 L 816.650318762293 268.07808838655154 L 816.574186763754 268.22589938701844" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 828.7553095880659 268.22587798047243 L 828.6791775895268 268.07806690355363 L 828.6030455909879 267.93069775151736 L 828.526913592449 267.7842097246324 L 828.45078159391 267.6390365907378 L 828.374649595371 267.4956040109204 L 828.2985175968321 267.3543269151719 L 828.2223855982932 267.21560694420833 L 828.1462535997541 267.07982997322097 L 828.0701216012152 266.94736373282745 L 827.9939896026763 266.8185555418906 L 827.9178576041372 266.6937301661818 L 827.8417256055983 266.5731878160921 L 827.7655936070594 266.4572022957354 L 827.6894616085203 266.346019314855 L 827.6133296099814 266.2398549739414 L 827.5371976114425 266.13889443190067 L 827.4610656129036 266.04329076448846 L 827.3849336143645 265.95316402054704 L 827.3088016158256 265.8686004818642 L 827.2326696172867 265.78965213121734 L 827.1565376187476 265.71633633188236 L 827.0804056202087 265.6486357205834 L 827.0042736216698 265.58649831454295 L 826.9281416231307 265.52983783197334 L 826.8520096245918 265.4785342240323 L 826.7758776260529 265.4324344149641 L 826.699745627514 265.39135324586266 L 826.6236136289749 265.3550746162375 L 826.547481630436 265.3233528163454 L 826.471349631897 265.2959140420724 L 826.395217633358 265.2724580830274 L 826.3190856348191 265.2526601734391 L 826.2429536362802 265.23617299444464 L 826.1668216377411 265.2226288154264 L 826.0906896392022 265.21164176119305 L 826.0145576406633 265.2028101910287 L 825.9384256421243 265.19571917494136 L 825.8622936435853 265.1899430518445 L 825.7861616450464 265.185048053899 L 825.7100296465075 265.180594980836 L 825.6338975715165 265.185048053899 L 825.5577654965256 265.1899430518445 L 825.4816334215346 265.19571917494136 L 825.4055013465438 265.2028101910287 L 825.3293692715529 265.21164176119305 L 825.2532371965619 265.2226288154264 L 825.177105121571 265.23617299444464 L 825.1009730465801 265.2526601734391 L 825.0248409715892 265.2724580830274 L 824.9487088965983 265.2959140420724 L 824.8725768216074 265.3233528163454 L 824.7964447466164 265.3550746162375 L 824.7203126716256 265.39135324586266 L 824.6441805966347 265.4324344149641 L 824.5680485216437 265.4785342240323 L 824.4919164466528 265.52983783197334 L 824.4157843716619 265.586498314543 L 824.339652296671 265.6486357205834 L 824.2635202216801 265.71633633188236 L 824.1873881466892 265.78965213121734 L 824.1112560716982 265.8686004818642 L 824.0351239967074 265.95316402054704 L 823.9589919217165 266.04329076448846 L 823.8828598467255 266.13889443190067 L 823.8067277717346 266.2398549739414 L 823.7305956967438 266.346019314855 L 823.6544636217528 266.4572022957354 L 823.5783315467619 266.5731878160921 L 823.502199471771 266.6937301661818 L 823.42606739678 266.8185555418906 L 823.3499353217892 266.94736373282745 L 823.2738032467983 267.07982997322097 L 823.1976711718073 267.21560694420833 L 823.1215390968164 267.3543269151719 L 823.0454070218256 267.4956040109204 L 822.9692749468346 267.6390365907378 L 822.8931428718437 267.7842097246324 L 822.8170107968527 267.93069775151736 L 822.7408787218618 268.07806690355363 L 822.664746646871 268.22587798047243" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 834.8458725292608 268.22587798047243 L 834.7697404542698 268.07806690355363 L 834.6936083792789 267.93069775151736 L 834.617476304288 267.7842097246324 L 834.5413442292971 267.6390365907378 L 834.4652121543062 267.4956040109204 L 834.3890800793152 267.3543269151719 L 834.3129480043243 267.21560694420833 L 834.2368159293335 267.07982997322097 L 834.1606838543426 266.94736373282745 L 834.0845517793516 266.8185555418906 L 834.0084197043607 266.6937301661818 L 833.9322876293699 266.5731878160921 L 833.8561555543789 266.4572022957354 L 833.780023479388 266.346019314855 L 833.703891404397 266.2398549739414 L 833.6277593294061 266.13889443190067 L 833.5516272544153 266.04329076448846 L 833.4754951794243 265.95316402054704 L 833.3993631044334 265.8686004818642 L 833.3232310294425 265.78965213121734 L 833.2470989544516 265.71633633188236 L 833.1709668794607 265.6486357205834 L 833.0948348044698 265.58649831454295 L 833.0187027294788 265.52983783197334 L 832.9425706544879 265.4785342240323 L 832.8664385794971 265.4324344149641 L 832.7903065045061 265.39135324586266 L 832.7141744295152 265.3550746162375 L 832.6380423545243 265.3233528163454 L 832.5619102795334 265.2959140420724 L 832.4857782045425 265.2724580830274 L 832.4096461295516 265.2526601734391 L 832.3335140545606 265.23617299444464 L 832.2573819795697 265.2226288154264 L 832.1812499045789 265.21164176119305 L 832.1051178295879 265.2028101910287 L 832.028985754597 265.19571917494136 L 831.952853679606 265.1899430518445 L 831.8767216046152 265.185048053899 L 831.8005895296243 265.180594980836 L 831.7244575310854 265.185048053899 L 831.6483255325463 265.1899430518445 L 831.5721935340074 265.19571917494136 L 831.4960615354685 265.2028101910287 L 831.4199295369294 265.21164176119305 L 831.3437975383905 265.2226288154264 L 831.2676655398516 265.23617299444464 L 831.1915335413125 265.2526601734391 L 831.1154015427736 265.2724580830274 L 831.0392695442347 265.2959140420724 L 830.9631375456958 265.3233528163454 L 830.8870055471567 265.3550746162375 L 830.8108735486178 265.39135324586266 L 830.7347415500789 265.4324344149641 L 830.6586095515398 265.4785342240323 L 830.5824775530009 265.52983783197334 L 830.506345554462 265.586498314543 L 830.4302135559229 265.6486357205834 L 830.354081557384 265.71633633188236 L 830.2779495588451 265.78965213121734 L 830.201817560306 265.8686004818642 L 830.1256855617671 265.95316402054704 L 830.0495535632282 266.04329076448846 L 829.9734215646893 266.13889443190067 L 829.8972895661502 266.2398549739414 L 829.8211575676113 266.346019314855 L 829.7450255690724 266.4572022957354 L 829.6688935705333 266.5731878160921 L 829.5927615719944 266.6937301661818 L 829.5166295734555 266.8185555418906 L 829.4404975749164 266.94736373282745 L 829.3643655763775 267.07982997322097 L 829.2882335778386 267.21560694420833 L 829.2121015792997 267.3543269151719 L 829.1359695807606 267.4956040109204 L 829.0598375822217 267.6390365907378 L 828.9837055836828 267.7842097246324 L 828.9075735851437 267.93069775151736 L 828.8314415866048 268.07806690355363 L 828.7553095880659 268.22587798047243" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 840.9364324123776 268.22587798047243 L 840.8603004138387 268.07806690355363 L 840.7841684152997 267.93069775151736 L 840.7080364167607 267.7842097246324 L 840.6319044182218 267.6390365907378 L 840.5557724196829 267.4956040109204 L 840.4796404211439 267.3543269151719 L 840.4035084226049 267.21560694420833 L 840.327376424066 267.07982997322097 L 840.251244425527 266.94736373282745 L 840.175112426988 266.8185555418906 L 840.0989804284491 266.6937301661818 L 840.0228484299101 266.5731878160921 L 839.9467164313711 266.4572022957354 L 839.8705844328322 266.346019314855 L 839.7944524342932 266.2398549739414 L 839.7183204357543 266.13889443190067 L 839.6421884372153 266.04329076448846 L 839.5660564386764 265.95316402054704 L 839.4899244401374 265.8686004818642 L 839.4137924415984 265.78965213121734 L 839.3376604430595 265.71633633188236 L 839.2615284445205 265.6486357205834 L 839.1853964459815 265.58649831454295 L 839.1092644474426 265.52983783197334 L 839.0331324489036 265.4785342240323 L 838.9570004503646 265.4324344149641 L 838.8808684518257 265.39135324586266 L 838.8047364532868 265.3550746162375 L 838.7286044547478 265.3233528163454 L 838.6524724562088 265.2959140420724 L 838.5763404576699 265.2724580830274 L 838.5002084591309 265.2526601734391 L 838.4240764605919 265.23617299444464 L 838.347944462053 265.2226288154264 L 838.271812463514 265.21164176119305 L 838.195680464975 265.2028101910287 L 838.1195484664361 265.19571917494136 L 838.0434164678971 265.1899430518445 L 837.9672844693582 265.185048053899 L 837.8911524708192 265.180594980836 L 837.8150203958282 265.185048053899 L 837.7388883208374 265.1899430518445 L 837.6627562458465 265.19571917494136 L 837.5866241708555 265.2028101910287 L 837.5104920958646 265.21164176119305 L 837.4343600208738 265.2226288154264 L 837.3582279458828 265.23617299444464 L 837.2820958708919 265.2526601734391 L 837.205963795901 265.2724580830274 L 837.1298317209101 265.2959140420724 L 837.0536996459192 265.3233528163454 L 836.9775675709283 265.3550746162375 L 836.9014354959373 265.39135324586266 L 836.8253034209464 265.4324344149641 L 836.7491713459556 265.4785342240323 L 836.6730392709646 265.52983783197334 L 836.5969071959737 265.586498314543 L 836.5207751209828 265.6486357205834 L 836.4446430459919 265.71633633188236 L 836.368510971001 265.78965213121734 L 836.2923788960101 265.8686004818642 L 836.2162468210191 265.95316402054704 L 836.1401147460282 266.04329076448846 L 836.0639826710374 266.13889443190067 L 835.9878505960464 266.2398549739414 L 835.9117185210555 266.346019314855 L 835.8355864460646 266.4572022957354 L 835.7594543710737 266.5731878160921 L 835.6833222960828 266.6937301661818 L 835.6071902210919 266.8185555418906 L 835.5310581461009 266.94736373282745 L 835.4549260711101 267.07982997322097 L 835.3787939961192 267.21560694420833 L 835.3026619211282 267.3543269151719 L 835.2265298461373 267.4956040109204 L 835.1503977711463 267.6390365907378 L 835.0742656961555 267.7842097246324 L 834.9981336211646 267.93069775151736 L 834.9220015461736 268.07806690355363 L 834.8458694711827 268.22587798047243" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 816.4784536320273 268.18667036246035 L 812.5937649188813 268.18667036246035" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 844.8723745127697 268.3263327846281 L 840.9876857996237 268.3263327846281" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="828.6571422262527" y="260.4644821377552" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">L1</text><text class="sch-component-text" x="828.6519249832678" y="274.5300290407557" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="812.5747742545138" cy="268.14777466840405" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="844.8627262766861" cy="268.308296240596" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component-overlay sch-component-overlay" x="727.80217633226" y="507.98073888053233" width="18.348467987879985" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 746.15064432014 512.8742752928999 L 738.8112571249881 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 735.141563527412 512.8742752928999 L 727.80217633226 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 738.8112571249881 507.98073888053233 L 738.8112571249881 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 735.141563527412 507.98073888053233 L 735.141563527412 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="736.9764103262" y="505.53488809774797" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C4</text><text class="sch-component-text" x="736.9764103262" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component-overlay sch-component-overlay" x="911.28685621106" y="507.98073888053233" width="18.348467987879985" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 929.63532419894 512.8742752928999 L 922.295937003788 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 918.626243406212 512.8742752928999 L 911.28685621106 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 922.295937003788 507.98073888053233 L 922.295937003788 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 918.626243406212 507.98073888053233 L 918.626243406212 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="920.461090205" y="505.5348880977479" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C5</text><text class="sch-component-text" x="920.461090205" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component-overlay sch-component-overlay" x="941.86763619086" y="357.52452461111557" width="18.348467987879985" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 941.86763619086 359.9703753939 L 944.9263258044396 359.9703753939" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 957.1574145651605 359.9703753939 L 960.21610417874 359.9703753939" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 944.9263258044396 357.52452461111557 L 957.1574145651605 357.52452461111557 L 957.1574145651605 362.4162261766844 L 944.9263258044396 362.4162261766844 L 944.9263258044396 357.52452461111557" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="951.0418701848" y="355.077450597132" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R4</text><text class="sch-component-text" x="951.0418701848" y="364.863300190668" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component-overlay sch-component-overlay" x="941.86763619086" y="418.6860845707156" width="18.348467987879985" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 941.86763619086 421.1319353535 L 944.9263258044396 421.1319353535" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 957.1574145651605 421.1319353535 L 960.21610417874 421.1319353535" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 944.9263258044396 418.6860845707156 L 957.1574145651605 418.6860845707156 L 957.1574145651605 423.57778613628443 L 944.9263258044396 423.57778613628443 L 944.9263258044396 418.6860845707156" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="951.0418701848" y="416.239010556732" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R5</text><text class="sch-component-text" x="951.0418701848" y="426.024860150268" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="941.86763619086" cy="421.1319353535" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component-overlay sch-component-overlay" x="880.70607623126" y="296.3629646515156" width="18.348467987879985" height="4.891701565568837" fill="transparent"/><path class="sch-component-symbol-path" d="M 880.70607623126 298.8088154343 L 883.7647658448395 298.8088154343" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 895.9958546055605 298.8088154343 L 899.05454421914 298.8088154343" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 883.7647658448395 296.3629646515156 L 895.9958546055605 296.3629646515156 L 895.9958546055605 301.25466621708443 L 883.7647658448395 301.25466621708443 L 883.7647658448395 296.3629646515156" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="889.8803102252" y="293.915890637532" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">R6</text><text class="sch-component-text" x="889.8803102252" y="303.701740231068" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text><circle class="component-pin sch-component-pin" cx="899.05454421914" cy="298.8088154343" r="0.611615599596px" stroke-width="0.611615599596px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="1065.71979510905" y="352.32518039895" width="45.87116996970008" height="76.45194994949998" stroke-width="0.611615599596px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1065.71979510905" y="352.32518039895" width="45.87116996970008" height="76.45194994949998" fill="transparent"/><text class="sch-text" x="1088.6553800939" y="390.5511553737" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.504540396364px" transform="rotate(0, 1088.6553800939, 390.5511553737)">U7</text><line class="component-pin sch-component-pin sch-port-line" x1="1065.71979510905" y1="387.49307737572" x2="1053.48748311713" y2="387.49307737572" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="1052.875867517534" y="386.881461776124" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="1059.6036391130901" y="386.881461776124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="1068.77787310703" y="387.49307737572" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="1088.6553800939" y1="428.77713034845" x2="1088.6553800939" y2="440.397826740774" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1088.6553800939" cy="441.00944234037" r="0.611615599596" stroke-width="0.611615599596px"/><rect x="1088.043764494304" y="440.397826740774" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="1088.043764494304" y="434.89328634441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform="rotate(-90 1088.043764494304 434.89328634441)"></text><text class="pin-number sch-pin-label" x="1088.6553800939" y="425.71905235047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="rotate(-90 1088.6553800939 425.71905235047)">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="1065.71979510905" y1="393.60923337168" x2="1053.48748311713" y2="393.60923337168" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_18_2__stack1"><rect x="1052.875867517534" y="392.99761777208397" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="1059.6036391130901" y="392.997617772084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="1068.77787310703" y="393.60923337168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.58711699697px" transform="">VEN</text><line class="component-pin sch-component-pin sch-port-line" x1="1111.59096507875" y1="390.5511553737" x2="1123.82327707067" y2="390.5511553737" stroke-width="0.611615599596px"/><g class="sch-port" data-schematic-port-id="source_port_18_3__stack1"><rect x="1123.211661471074" y="389.939539774104" width="1.223231199192" height="1.223231199192" opacity="0"/></g><text class="pin-number sch-pin-number" x="1117.70712107471" y="389.939539774104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.58711699697px" transform=""></text><text class="pin-number sch-pin-label" x="1108.5328870807698" y="390.5511553737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.58711699697px" transform="">VOUT</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component-overlay sch-component-overlay" x="1018.31958614036" y="507.98073888053233" width="18.3484679878801" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 1036.66805412824 512.8742752928999 L 1029.328666933088 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1025.658973335512 512.8742752928999 L 1018.31958614036 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1029.328666933088 507.98073888053233 L 1029.328666933088 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1025.658973335512 507.98073888053233 L 1025.658973335512 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1027.4938201343" y="505.5348880977479" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C6</text><text class="sch-component-text" x="1027.4938201343" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component-overlay sch-component-overlay" x="1155.93309604946" y="507.98073888053233" width="18.348467987880213" height="9.787072824735162" fill="transparent"/><path class="sch-component-symbol-path" d="M 1174.28156403734 512.8742752928999 L 1166.942176842188 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1163.272483244612 512.8742752928999 L 1155.93309604946 512.8742752928999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1166.942176842188 507.98073888053233 L 1166.942176842188 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1163.272483244612 507.98073888053233 L 1163.272483244612 517.7678117052675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1165.1073300434" y="505.5348880977479" stroke="rgb(245, 241, 237)" stroke-width="0.611615599596px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.504540396364px">C7</text><text class="sch-component-text" x="1165.1073300434" y="520.2136624880519" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="44.321743783730085" cy="393.60923337168" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="44.321743783730085" cy="381.37692137976" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="175.81909769687007" cy="416.54481835653" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="175.81909769687007" cy="369.14460938784" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="175.81909769687007" cy="393.60923337168" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="175.81909769687007" cy="381.37692137976" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="175.81909769687007" cy="399.72538936764" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="175.81909769687007" cy="387.49307737572" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="175.81909769687007" cy="375.2607653838" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="175.81909769687007" cy="410.42866236057" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="44.321743783730085" cy="387.49307737572" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="44.321743783730085" cy="399.72538936764" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="98.60262824787503" cy="479.23541731512" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="104.71878424383499" cy="479.23541731512" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="110.83494023979506" cy="479.23541731512" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="116.95109623575502" cy="479.23541731512" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="207.92891667566" cy="329.3895954141" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="226.27738466354003" cy="329.3895954141" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="207.92891667566" cy="451.7127153333" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="226.27738466354003" cy="451.7127153333" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="247.07231504980405" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="278.876326228796" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="461.74939050800003" cy="393.60923337168" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="339.42627058880004" cy="384.43499937774" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="339.42627058880004" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="461.74939050800003" cy="381.37692137976" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="339.42627058880004" cy="396.66731136966" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_5__stack1"><circle cx="461.74939050800003" cy="387.49307737572" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_6__stack1"><circle cx="461.74939050800003" cy="399.72538936764" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_7__stack1"><circle cx="400.5878305484" cy="471.59022232017" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="314.96164660496004" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="333.3101145928401" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="467.86554650396005" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="486.21401449184003" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="544.3174964534601" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="562.6659644413401" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="529.02710646356" cy="329.3895954141" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="547.37557445144" cy="329.3895954141" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="467.86554650396005" cy="314.0992054242" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="486.21401449184003" cy="314.0992054242" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="571.8401984352801" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="657.46638237872" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="755.32487831408" cy="378.31884338177997" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="755.32487831408" cy="384.43499937774" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_2__stack1"><circle cx="755.32487831408" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_3__stack1"><circle cx="755.32487831408" cy="396.66731136966" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_4__stack1"><circle cx="755.32487831408" cy="402.78346736562" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_5__stack1"><circle cx="902.11262221712" cy="402.78346736562" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_6__stack1"><circle cx="902.11262221712" cy="396.66731136966" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_7__stack1"><circle cx="902.11262221712" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_8__stack1"><circle cx="902.11262221712" cy="384.43499937774" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_9__stack1"><circle cx="902.11262221712" cy="378.31884338177997" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="812.5747742545138" cy="268.14777466840405" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="844.8627262766861" cy="268.308296240596" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="727.80217633226" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="746.15064432014" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="911.28685621106" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="929.63532419894" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="941.8676361908599" cy="359.9703753939" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="960.21610417874" cy="359.9703753939" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="941.8676361908599" cy="421.1319353535" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="960.21610417874" cy="421.1319353535" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="880.70607623126" cy="298.8088154343" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="899.0545442191401" cy="298.8088154343" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="1053.48748311713" cy="387.49307737572" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="1088.6553800939" cy="441.00944234037" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_2__stack1"><circle cx="1053.48748311713" cy="393.60923337168" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_3__stack1"><circle cx="1123.82327707067" cy="390.5511553737" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="1018.31958614036" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="1036.66805412824" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="1155.93309604946" cy="512.8742752928999" r="1.223231199192" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="1174.28156403734" cy="512.8742752928999" r="1.223231199192" 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="710.676939543572" y="389.05269715468984" width="7.339387195152085" height="5.50454039636395" 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 710.676939543572 394.5572375510538 L 718.016326738724 394.5572375510538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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 714.346633141148 394.5572375510538 L 714.346633141148 389.05269715468984" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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="714.346633141148" y="396.0862765500438" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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="942.5098325704357" y="392.1107751526698" width="7.339387195152085" height="5.50454039636395" 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 942.5098325704357 397.61531554903377 L 949.8492197655878 397.61531554903377" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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 946.1795261680118 397.61531554903377 L 946.1795261680118 392.1107751526698" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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="946.1795261680118" y="399.1443545480238" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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="34.53589419019413" y="405.8415453636" width="7.339387195152" height="5.50454039636395" 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 34.53589419019413 411.34608575996396 L 41.87528138534613 411.34608575996396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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 38.20558778777013 411.34608575996396 L 38.20558778777013 405.8415453636" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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="38.20558778777013" y="412.875124758954" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="107.16524664221906" y="485.35157331108" width="7.339387195152" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 107.16524664221906 490.85611370744397 L 114.50463383737106 490.85611370744397" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 110.83494023979506 490.85611370744397 L 110.83494023979506 485.35157331108" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="110.83494023979506" y="492.385152706434" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="229.97765904109588" y="340.12344918700984" width="7.339387195151971" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 229.97765904109588 345.6279895833738 L 237.31704623624785 345.6279895833738" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 233.64735263867186 345.6279895833738 L 233.64735263867186 340.12344918700984" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="233.64735263867186" y="347.1570285823638" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="229.97765904109588" y="462.44656910620984" width="7.339387195151971" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 229.97765904109588 467.9511095025738 L 237.31704623624785 467.9511095025738" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 233.64735263867186 467.9511095025738 L 233.64735263867186 462.44656910620984" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="233.64735263867186" y="469.4801485015638" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_6__stack1" x="236.0326534770963" y="404.34308714458984" width="7.339387195151971" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="M 236.0326534770963 409.8476275409538 L 243.37204067224826 409.8476275409538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_6__stack1" d="M 239.70234707467228 409.8476275409538 L 239.70234707467228 404.34308714458984" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_6__stack1" x="239.70234707467228" y="411.3766665399438" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_7__stack1" x="396.918136950824" y="471.59022232017" width="7.339387195151971" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="M 396.918136950824 477.094762716534 L 404.257524145976 477.094762716534" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_7__stack1" d="M 400.5878305484 477.094762716534 L 400.5878305484 471.59022232017" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_7__stack1" x="400.5878305484" y="478.623801715524" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="337.0103889703959" y="526.6662070637898" width="7.339387195151971" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="M 337.0103889703959 532.1707474601538 L 344.3497761655479 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="M 340.6800825679719 532.1707474601538 L 340.6800825679719 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="340.6800825679719" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="489.9142888693958" y="526.6662070637898" width="7.339387195151971" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="M 489.9142888693958 532.1707474601538 L 497.2536760645478 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="M 493.5839824669718 532.1707474601538 L 493.5839824669718 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="493.5839824669718" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="566.3662388188958" y="526.6662070637898" width="7.339387195152085" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="M 566.3662388188958 532.1707474601538 L 573.7056260140479 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="M 570.0359324164718 532.1707474601538 L 570.0359324164718 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="570.0359324164718" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_11__stack1" x="551.0758488289957" y="340.12344918700984" width="7.339387195152085" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="M 551.0758488289957 345.6279895833738 L 558.4152360241478 345.6279895833738" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_11__stack1" d="M 554.7455424265718 345.6279895833738 L 554.7455424265718 340.12344918700984" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_11__stack1" x="554.7455424265718" y="347.1570285823638" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_12__stack1" x="662.6956957552658" y="392.1107751526698" width="7.339387195152085" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="M 662.6956957552658 397.61531554903377 L 670.0350829504179 397.61531554903377" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_12__stack1" d="M 666.3653893528418 397.61531554903377 L 666.3653893528418 392.1107751526698" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_12__stack1" x="666.3653893528418" y="399.1443545480238" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_13__stack1" x="749.8509186976958" y="526.6662070637898" width="7.339387195152085" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="M 749.8509186976958 532.1707474601538 L 757.1903058928478 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_13__stack1" d="M 753.5206122952718 532.1707474601538 L 753.5206122952718 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_13__stack1" x="753.5206122952718" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_14__stack1" x="934.8646375754859" y="514.4338950718698" width="7.339387195152085" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="M 934.8646375754859 519.9384354682338 L 942.204024770638 519.9384354682338" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_14__stack1" d="M 938.5343311730619 519.9384354682338 L 938.5343311730619 514.4338950718698" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_14__stack1" x="938.5343311730619" y="521.4674744672238" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_15__stack1" x="983.7938855431657" y="422.69155513246983" width="7.339387195152085" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="M 983.7938855431657 428.1960955288338 L 991.1332727383178 428.1960955288338" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_15__stack1" d="M 987.4635791407418 428.1960955288338 L 987.4635791407418 422.69155513246983" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_15__stack1" x="987.4635791407418" y="429.7251345278238" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_16__stack1" x="1084.985686496324" y="441.00944234037" width="7.339387195152085" height="5.50454039636395" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="M 1084.985686496324 446.51398273673396 L 1092.325073691476 446.51398273673396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_16__stack1" d="M 1088.6553800939 446.51398273673396 L 1088.6553800939 441.00944234037" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_16__stack1" x="1088.6553800939" y="448.043021735724" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_17__stack1" x="1040.3683285057957" y="526.6662070637898" width="7.339387195152085" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="M 1040.3683285057957 532.1707474601538 L 1047.7077157009478 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_17__stack1" d="M 1044.0380221033718 532.1707474601538 L 1044.0380221033718 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_17__stack1" x="1044.0380221033718" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">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_18__stack1" x="1177.9818384148957" y="526.6662070637898" width="7.339387195152085" height="5.504540396364064" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="M 1177.9818384148957 532.1707474601538 L 1185.3212256100478 532.1707474601538" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_18__stack1" d="M 1181.6515320124718 532.1707474601538 L 1181.6515320124718 526.6662070637898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.611615599596px" 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_18__stack1" x="1181.6515320124718" y="533.6997864591439" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.504540396364px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
233
233
  M 38.20558778777013,387.49307737572
234
234
  L 36.55422566886093,390.5511553737
235
235
  L 15.290389989573328,390.5511553737