@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="-4.3400000000000025,-7.364455349999998 -4.140000000000002,-7.364455349999998 -4.140000000000002,-6.844727674999999 -4.890000000000002,-6.844727674999999 -4.890000000000002,-6.324999999999998" data-type="line" data-label="" points="245.0501414245307,454.3625610696837 250.80997685780403,454.3625610696837 250.80997685780403,439.39483167909486 229.210593983029,439.39483167909486 229.210593983029,424.42710228850603" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.6400000000000023,-7.364455349999998 -4.3400000000000025,-7.364455349999998" data-type="line" data-label="" points="265.2095654409874,454.3625610696837 245.0501414245307,454.3625610696837" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.05,-8.329999999999998 -11.25,-8.329999999999998 -11.25,-8.529999999999998 -11.25,-8.129999999999999 -11.05,-8.129999999999999" data-type="line" data-label="" points="51.80766263821033,482.16945250707124 46.04782720493705,482.16945250707124 46.04782720493705,487.9292879403445 46.04782720493705,476.4096170737979 51.80766263821033,476.4096170737979" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.05,-8.129999999999999 -8.850000000000001,-8.129999999999999 -8.850000000000001,-8.329999999999998 -9.05,-8.329999999999998" data-type="line" data-label="" points="109.40601697094371,476.4096170737979 115.16585240421702,476.4096170737979 115.16585240421702,482.16945250707124 109.40601697094371,482.16945250707124" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.5050000000000008,-0.09999999999999964 -0.8300000000000005,-0.09999999999999959" data-type="line" data-label="" points="326.6958086911803,245.15222442787353 346.13525327847776,245.15222442787353" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.130000000000001,3.2594553499999996 -2.505000000000001,3.2594553499999996 -2.505000000000001,2.7199999999999998 -1.8800000000000003,2.7199999999999998 -1.8800000000000003,2.92" data-type="line" data-label="" points="279.89714579583443,148.40267462072518 297.8966315248136,148.40267462072518 297.8966315248136,163.93854481871952 315.8961172537928,163.93854481871952 315.8961172537928,158.17870938544615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,0.10000000000000042 1.8449999999999998,0.10000000000000016" data-type="line" data-label="" points="403.73360761121114,239.3923889946002 423.1730521985086,239.3923889946002" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,1.3500000000000003 1.1699999999999995,0.7250000000000003 1.3699999999999994,0.7250000000000003 1.3699999999999994,0.10000000000000042 1.1699999999999995,0.10000000000000042" data-type="line" data-label="" points="403.73360761121114,203.39341753664183 403.73360761121114,221.39290326562102 409.4934430444845,221.39290326562102 409.4934430444845,239.3923889946002 403.73360761121114,239.3923889946002" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.08000000000000074,1.6894553499999998 0.5449999999999994,1.6894553499999998 0.5449999999999994,1.1500000000000004 1.1699999999999995,1.1500000000000004 1.1699999999999995,1.3500000000000003" data-type="line" data-label="" points="367.7346361532528,193.61738277192086 385.73412188223193,193.61738277192086 385.73412188223193,209.15325296991517 403.73360761121114,209.15325296991517 403.73360761121114,203.39341753664183" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.210000000000001,-2.1794553499999987 4.210000000000001,-1.659727674999999 3.460000000000001,-1.659727674999999 3.460000000000001,-1.1399999999999992 3.660000000000001,-1.1399999999999992" data-type="line" data-label="" points="491.28310619696583,305.0388274620725 491.28310619696583,290.0710980714837 469.6837233221909,290.0710980714837 469.6837233221909,275.10336868089485 475.4435587554642,275.10336868089485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999982,-6.119999999999999 1.8449999999999984,-6.119999999999999" data-type="line" data-label="" points="403.7336076112111,418.52327096940087 423.1730521985086,418.52327096940087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999973,-7.469999999999999 1.1699999999999973,-6.794999999999999 1.3699999999999983,-6.794999999999999 1.3699999999999983,-6.119999999999999 1.1699999999999982,-6.119999999999999" data-type="line" data-label="" points="403.7336076112111,457.4021601439959 403.7336076112111,437.9627155566984 409.4934430444844,437.9627155566984 409.4934430444844,418.52327096940087 403.7336076112111,418.52327096940087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4199999999999973,-7.699455349999998 2.174727674999997,-7.699455349999998 2.174727674999997,-7.269999999999999 1.1699999999999973,-7.269999999999999 1.1699999999999973,-7.469999999999999" data-type="line" data-label="" points="439.73257906916945,464.01028542041655 432.6689379274877,464.01028542041655 432.6689379274877,451.64232471072256 403.7336076112111,451.64232471072256 403.7336076112111,457.4021601439959" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3100000000000005,-0.09999999999999964 -2.6350000000000007,-0.09999999999999964" data-type="line" data-label="" points="274.71329390588846,245.15222442787353 294.1527384931859,245.15222442787353" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.660000000000001,1.6800000000000002 -2.9850000000000003,1.6800000000000002" data-type="line" data-label="" points="264.63358189766006,193.88968907174086 284.0730264849576,193.88968907174086" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9499999999999997,1.35 2.9499999999999997,0.7250000000000005 3.175,0.7250000000000005 3.175,0.10000000000000053 2.9749999999999996,0.10000000000000053" data-type="line" data-label="" points="454.9961429673438,203.39341753664183 454.9961429673438,221.39290326562102 461.47595782977635,221.39290326562102 461.47595782977635,239.3923889946002 455.716122396503,239.3923889946002" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.41,-2.92 2.4099999999999997,-2.244999999999999" data-type="line" data-label="" points="439.44458729750585,326.3659040370276 439.4445872975058,306.92645944973003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.249999999999997,-6.119999999999999 2.9749999999999983,-6.119999999999999" data-type="line" data-label="" points="492.43507328362045,418.52327096940087 455.71612239650295,418.52327096940087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.200000000000001,-10.398910699999997 -7.400000000000001,-10.398910699999997 -7.400000000000001,-10.198910699999997 -7.200000000000001,-10.198910699999997" data-type="line" data-label="" points="162.68449472872206,541.7523782977628 156.9246592954487,541.7523782977628 156.9246592954487,535.9925428644896 162.68449472872206,535.9925428644896" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.200000000000001,-10.198910699999997 -5.000000000000001,-10.198910699999997 -5.000000000000001,-10.398910699999997 -5.200000000000001,-10.398910699999997" data-type="line" data-label="" points="220.2828490614554,535.9925428644896 226.04268449472875,535.9925428644896 226.04268449472875,541.7523782977628 220.2828490614554,541.7523782977628" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.760000000000001,1.6800000000000002 -4.960000000000001,1.6800000000000002 -4.960000000000001,-0.09999999999999964 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="232.95448701465673,193.88968907174086 227.1946515813834,193.88968907174086 227.1946515813834,245.15222442787353 243.03419902288508,245.15222442787353" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,2.45 1.1699999999999995,2.6500000000000004 2.9499999999999997,2.6500000000000004 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="403.73360761121114,171.7143226536385 403.73360761121114,165.95448722036517 454.9961429673438,165.95448722036517 454.9961429673438,171.71432265363848" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.5994553499999995,-1.3305446499999976 -7.5994553499999995,-0.42804464999999814 -8.965,-0.42804464999999814 -8.965,0.4744553500000013 -7.965000000000001,0.4744553500000013" data-type="line" data-label="" points="151.1805093340191,280.5908978143481 151.1805093340191,254.59964042170222 111.8539470300849,254.59964042170222 111.8539470300849,228.6083830290563 140.65312419645156,228.6083830290563" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.3494553499999995,-4.019999999999998 -6.3494553499999995,-4.219999999999998 -7.5994553499999995,-4.219999999999998 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="187.17948079197743,358.0449989200308 187.17948079197743,363.80483435330416 151.1805093340191,363.80483435330416 151.1805093340191,312.26999269735154" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.65,-5.8199999999999985 -6.450000000000001,-5.8199999999999985 -6.450000000000001,-6.914727674999998 -7.950000000000001,-6.914727674999998 -7.950000000000001,-8.009455349999998 -7.750000000000001,-8.009455349999998" data-type="line" data-label="" points="178.52404217022374,409.88351781949086 184.28387760349705,409.88351781949086 184.28387760349705,441.41077408074057 141.08511185394704,441.41077408074057 141.08511185394704,472.9380303419902 146.84494728722038,472.9380303419902" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.650000000000002,-5.8199999999999985 -9.5625,-5.8199999999999985 -9.5625,-5.024999999999999 -10.475,-5.024999999999999 -10.475,-5.224999999999998" data-type="line" data-label="" points="120.92568783749033,409.88351781949086 94.6464386731808,409.88351781949086 94.6464386731808,386.98817197222934 68.3671895088712,386.98817197222934 68.3671895088712,392.7480074055027" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999982,-5.92 1.5074999999999983,-5.92 1.5074999999999983,-5.329999999999999 2.41,-5.329999999999999 2.41,-4.02" data-type="line" data-label="" points="403.7336076112111,412.7634355361276 413.45332990485986,412.7634355361276 413.45332990485986,395.77192100797123 439.44458729750585,395.77192100797123 439.44458729750585,358.0449989200309" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.890000000000002,-5.224999999999999 -4.890000000000002,-3.8324999999999996 -1.86945535,-3.8324999999999996 -1.86945535,-2.44" data-type="line" data-label="" points="229.210593983029,392.7480074055027 229.210593983029,352.64515320133717 316.1997944973001,352.64515320133717 316.1997944973001,312.54229899717154" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-0.6049999999999982 -9.808910699999998,0.4744553500000017 -7.965000000000001,0.4744553500000017" data-type="line" data-label="" points="87.5500132681924,259.69580889688865 87.5500132681924,228.6083830290563 140.65312419645156,228.6083830290563" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.3494553499999995,-2.919999999999998 -6.3494553499999995,-1.6794553499999996 -4.2194553500000005,-1.6794553499999996" data-type="line" data-label="" points="187.17948079197743,326.3659040370275 187.17948079197743,290.6392388788892 248.5217281563384,290.6392388788892" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,0.3272767499999982 7.265,0.3272767499999982 7.265,1.3167320999999976 5.765,1.3167320999999976 5.765,2.3061874499999973 5.965,2.3061874499999973" data-type="line" data-label="" points="573.5047570069427,232.84700560555422 579.264592440216,232.84700560555422 579.264592440216,204.3515056826949 536.065826690666,204.3515056826949 536.065826690666,175.85600575983557 541.8256621239393,175.85600575983557" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,-1.6516339500000008 7.265,-1.6516339500000008 7.265,-0.6621786000000013 5.765,-0.6621786000000013 5.765,0.3272767499999982 5.965,0.3272767499999982" data-type="line" data-label="" points="573.5047570069427,289.83800545127286 579.264592440216,289.83800545127286 579.264592440216,261.34250552841354 536.065826690666,261.34250552841354 536.065826690666,232.84700560555422 541.8256621239393,232.84700560555422" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,-0.49999999999999944 3.4400000000000004,-0.49999999999999944 3.4400000000000004,-3.4794553499999985 4.210000000000001,-3.4794553499999985 4.210000000000001,-3.2794553499999983" data-type="line" data-label="" points="403.73360761121114,256.6718952944202 469.1077397788635,256.6718952944202 469.1077397788635,342.4777577783492 491.28310619696583,342.4777577783492 491.28310619696583,336.71792234507586" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,-3.63054465 7.265,-3.63054465 7.265,-2.6410893000000004 5.765,-2.6410893000000004 5.765,-1.6516339500000008 5.965,-1.6516339500000008" data-type="line" data-label="" points="573.5047570069427,346.82900529699157 579.264592440216,346.82900529699157 579.264592440216,318.33350537413224 536.065826690666,318.33350537413224 536.065826690666,289.83800545127286 541.8256621239393,289.83800545127286" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.119455350000001,-1.6794553499999991 -2.9194553500000007,-1.6794553499999991 -2.9194553500000007,-1.3399999999999994 -1.8694553500000004,-1.3399999999999994" data-type="line" data-label="" points="280.20082303934174,290.6392388788892 285.9606584726151,290.6392388788892 285.9606584726151,280.8632041141682 316.1997944973001,280.8632041141682" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8694553500000004,-1.3399999999999994 -1.8694553500000004,-0.7199999999999995 -1.3050000000000008,-0.7199999999999995 -1.3050000000000008,-0.09999999999999964 -1.5050000000000008,-0.09999999999999964" data-type="line" data-label="" points="316.1997944973001,280.8632041141682 316.1997944973001,263.00771427102086 332.4556441244536,263.00771427102086 332.4556441244536,245.15222442787353 326.6958086911803,245.15222442787353" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,-1.0999999999999996 1.9909999999999992,-1.0999999999999994 1.9909999999999992,-0.6999999999999995 1.1699999999999995,-0.6999999999999995" data-type="line" data-label="" points="403.73360761121114,273.9514015942402 427.3777320647982,273.95140159424017 427.3777320647982,262.43173072769355 403.73360761121114,262.43173072769355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000005,-0.8999999999999996 -1.0300000000000005,-0.8999999999999996 -1.0300000000000005,-0.49999999999999967 -0.8300000000000005,-0.49999999999999967" data-type="line" data-label="" points="346.13525327847776,268.1915661609669 340.3754178452044,268.1915661609669 340.3754178452044,256.6718952944202 346.13525327847776,256.6718952944202" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000005,0.10000000000000042 -1.3425000000000005,0.10000000000000042 -1.3425000000000005,1.6800000000000002 -1.8550000000000004,1.6800000000000002" data-type="line" data-label="" points="346.13525327847776,239.3923889946002 331.37567498071485,239.3923889946002 331.37567498071485,193.88968907174086 316.61609668295193,193.88968907174086" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.760000000000001,-1.1399999999999992 5.024,-1.1399999999999992 5.024,-3.83054465 5.549999999999997,-3.83054465 5.549999999999997,-6.119999999999999 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="507.12265363846757,275.10336868089485 514.7256364103883,275.10336868089485 514.7256364103883,352.5888407302649 529.8740035998972,352.5888407302649 529.8740035998972,418.52327096940087 524.1141681666238,418.52327096940087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.850000000000001,-8.329999999999998 -8.59,-8.329999999999998" data-type="line" data-label="" points="115.16585240421702,482.16945250707124 122.6536384674724,482.16945250707124" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.965000000000001,0.4744553500000013 -5.7540000000000004,0.4744553500000013 -5.7540000000000004,0.27345535000000126" data-type="line" data-label="" points="198.2514785291849,228.6083830290563 204.32810491128828,228.6083830290563 204.32810491128828,234.39701763949603" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.6400000000000023,-7.564455349999998 -3.851000000000002,-7.564455349999998 -3.851000000000002,-7.765455349999998" data-type="line" data-label="" points="265.2095654409874,460.12239650295703 259.132939058884,460.12239650295703 259.132939058884,465.91103111339675" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000018,-6.02 -2.041000000000002,-6.02 -2.041000000000002,-6.321" data-type="line" data-label="" points="346.13525327847776,415.6433532527642 311.2594497300077,415.6433532527642 311.2594497300077,424.31190557984064" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-2.9149999999999983 -9.808910699999998,-2.8139999999999983 -10.259910699999997,-2.8139999999999983" data-type="line" data-label="" points="87.5500132681924,326.2219081511957 87.5500132681924,323.31319125739265 74.56158436616107,323.31319125739265" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8800000000000003,4.0200000000000005 -1.8800000000000003,5.321000000000001 -2.9310000000000005,5.321000000000001" data-type="line" data-label="" points="315.8961172537928,126.49961450244281 315.8961172537928,89.03188500899978 285.6281820519414,89.03188500899978" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999973,-8.57 1.1699999999999973,-8.671 0.9689999999999974,-8.671" data-type="line" data-label="" points="403.7336076112111,489.0812550269993 403.7336076112111,491.9899719208023 397.94497300077137,491.9899719208023" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-6.200000000000001" data-y="-10.298910699999997" x="162.68449472872203" y="530.2327074312161" width="57.59835433273335" height="17.279506299820127" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-10.05" data-y="-8.229999999999999" x="51.80766263821033" y="470.64978164052457" width="57.59835433273338" height="17.279506299820014" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-7.650000000000001" data-y="-5.8199999999999985" x="120.92568783749034" y="404.1236823862175" width="57.59835433273341" height="11.519670866546676" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-6.965000000000001" data-y="0.4744553500000013" x="140.65312419645153" y="222.84854759578297" width="57.59835433273335" height="11.519670866546676" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.6400000000000023" data-y="-7.464455349999998" x="265.2095654409874" y="448.60272563641036" width="57.59835433273332" height="17.279506299820014" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="0.16999999999999948" data-y="-0.49999999999999956" x="346.13525327847776" y="233.63255356132686" width="57.59835433273338" height="46.0786834661867" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="0.16999999999999815" data-y="-6.02" x="346.13525327847776" y="404.1236823862175" width="57.59835433273332" height="23.03934173309341" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-9.6714107" data-y="-3.464999999999999" x="75.45435885831839" y="326.2219081511957" width="32.1110825404989" height="31.67909488300336" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-10.337499999999999" data-y="-5.774999999999999" x="56.27153509899725" y="392.74800740550273" width="32.1110825404989" height="31.67909488300336" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-9.551410699999998" data-y="-1.154999999999999" x="75.45435885831844" y="259.6958088968886" width="39.02288506042686" height="31.679094883003415" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-4.597500000000002" data-y="-5.774999999999999" x="223.6104399074312" y="392.74800740550273" width="28.0478267935201" height="31.67909488300336" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-7.200000000000001" data-y="-8.009455349999998" x="146.8449472872204" y="461.7220367189509" width="31.67909488300333" height="22.43198724607862" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-7.306955349999999" data-y="-1.8805446499999983" x="145.58035525842132" y="280.59089781434807" width="28.0478267935201" height="31.679094883003415" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4.890000000000002" data-y="-7.364455349999998" x="213.37104654152733" y="441.9946003599897" width="31.67909488300333" height="24.735921419387978" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="6.515" data-y="-3.63054465" x="541.8256621239393" y="335.6130116739522" width="31.67909488300336" height="22.431987246078677" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="6.515" data-y="-1.6516339500000008" x="541.8256621239393" y="278.62201182823355" width="31.67909488300336" height="22.431987246078677" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="6.515" data-y="0.3272767499999982" x="541.8256621239393" y="221.6310119825149" width="31.67909488300336" height="22.43198724607865" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="6.515" data-y="2.3061874499999973" x="541.8256621239393" y="164.64001213679626" width="31.67909488300336" height="22.43198724607862" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5.9969553499999995" data-y="-3.469999999999998" x="181.5793267163796" y="326.3659040370276" width="31.503728053484167" height="31.6790948830033" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-3.6694553500000007" data-y="-1.6794553499999991" x="248.52172815633838" y="278.2712781691953" width="31.67909488300333" height="24.73592141938792" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-3.6800000000000006" data-y="3.2594553499999996" x="248.21805091283107" y="136.0347139110312" width="31.67909488300336" height="24.735921419387978" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-0.6300000000000008" data-y="1.6894553499999998" x="336.0555412702494" y="181.24942206222687" width="31.67909488300336" height="24.735921419387978" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="4.502500000000001" data-y="-2.7294553499999985" x="485.68295212136803" y="305.0388274620725" width="28.04782679352013" height="31.67909488300336" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="2.9699999999999975" data-y="-7.699455349999998" x="439.7325790691694" y="452.79429179737724" width="31.67909488300336" height="22.43198724607862" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-1.5869553500000007" data-y="-1.8899999999999997" x="310.5996404217023" y="280.8632041141682" width="27.47184325019282" height="31.67909488300336" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-1.6475000000000004" data-y="3.47" x="310.29596317819494" y="126.4996145024428" width="24.59192553355615" height="31.679094883003344" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="1.4024999999999994" data-y="1.9000000000000004" x="398.1334535356133" y="171.71432265363848" width="24.59192553355615" height="31.67909488300333" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="4.210000000000001" data-y="-1.1399999999999992" x="475.44355875546415" y="262.73540797120086" width="31.67909488300336" height="24.735921419387978" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="1.4524999999999972" data-y="-8.02" x="398.1334535356132" y="457.40216014399584" width="27.47184325019282" height="31.679094883003415" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="-2.0700000000000007" data-y="-0.09999999999999964" x="294.1527384931859" y="228.1607098997172" width="32.54307019799438" height="33.98302905631266" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-3.8600000000000008" data-y="-0.09999999999999962" x="243.03419902288505" y="233.93623080483422" width="31.679094883003387" height="22.43198724607865" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-2.4200000000000004" data-y="1.6800000000000002" x="284.0730264849576" y="176.8981745435845" width="32.543070197994325" height="33.98302905631269" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-4.210000000000001" data-y="1.6800000000000002" x="232.95448701465676" y="182.67369544870155" width="31.67909488300333" height="22.43198724607865" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="2.4099999999999997" data-y="0.10000000000000009" x="423.17305219850857" y="222.40087446644384" width="32.54307019799438" height="33.98302905631269" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="3.2424999999999997" data-y="1.9000000000000004" x="449.395988891746" y="171.71432265363848" width="28.04782679352013" height="31.67909488300336" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="2.6525" data-y="-1.6799999999999993" x="430.08485471843665" y="274.3833892517357" width="32.68706608382615" height="32.543070197994325" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="2.7525000000000004" data-y="-3.4699999999999998" x="433.84443322190805" y="326.3659040370276" width="30.927744510156856" height="31.6790948830033" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="2.4099999999999984" data-y="-6.119999999999999" x="423.1730521985086" y="401.5317564412445" width="32.543070197994325" height="33.98302905631266" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_38" data-x="4.799999999999997" data-y="-6.119999999999999" x="492.4350732836204" y="406.1553102597069" width="31.67909488300336" height="24.735921419387978" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-6.140000000000001" data-y="-10.728910699999997" x="174.20416559526873" y="548.6641808176909" width="38.01491385960401" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="J_BAT_POS" data-x="-6.260000000000001" data-y="-9.868910699999997" x="174.20416559526873" y="523.8968884546156" width="31.10311133967599" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-9.99" data-y="-8.659999999999998" x="63.327333504757036" y="489.0812550269992" width="38.014913859604064" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="J_BAT_NEG" data-x="-10.11" data-y="-7.799999999999999" x="63.32733350475709" y="464.3139626639239" width="31.10311133967599" height="5.18385188994597" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.830000000000002" data-y="-6.149999999999999" x="132.445358704037" y="416.7953203394188" width="24.191308819748002" height="5.18385188994597" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="D_PROT" data-x="-7.890000000000002" data-y="-5.489999999999998" x="132.445358704037" y="397.7878634096169" width="20.735407559783994" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.145000000000001" data-y="0.14445535000000126" x="152.1727950629982" y="235.52018554898433" width="24.191308819748002" height="5.183851889945998" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="D_SENSE_CLAMP" data-x="-6.785000000000001" data-y="0.8044553500000013" x="152.1727950629982" y="216.51272861918233" width="44.926716379532024" height="5.183851889945998" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="LM4040D25FTA" data-x="-2.5200000000000022" data-y="-7.894455349999998" x="276.72923630753405" y="467.034199022885" width="41.47081511956799" height="5.18385188994597" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="U_REF" data-x="-2.940000000000002" data-y="-7.034455349999998" x="276.72923630753405" y="442.2669066598097" width="17.279506299820014" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="LMV339IDR" data-x="0.10999999999999943" data-y="-1.4299999999999997" x="357.65492414502444" y="280.8632041141682" width="31.103111339676047" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.3100000000000006" data-y="0.4300000000000005" x="357.65492414502444" y="227.29673458472615" width="6.911802519928017" height="5.183851889945998" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="LMV331IDBVR" data-x="0.22999999999999798" data-y="-6.55" x="357.65492414502444" y="428.3149912059656" width="38.01491385960401" height="5.18385188994597" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="U2" data-x="-0.31000000000000194" data-y="-5.489999999999999" x="357.65492414502444" y="397.7878634096169" width="6.91180251992796" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-4.140000000000002,-7.364455349999998 -4.140000000000002,-6.844727674999999 -4.890000000000002,-6.844727674999999 -4.890000000000002,-6.324999999999998" data-type="line" data-label="" points="250.80997685780403,454.3625610696837 250.80997685780403,439.39483167909486 229.210593983029,439.39483167909486 229.210593983029,424.42710228850603" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.3400000000000025,-7.364455349999998 -3.6400000000000023,-7.364455349999998" data-type="line" data-label="" points="245.0501414245307,454.3625610696837 265.2095654409874,454.3625610696837" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.05,-8.329999999999998 -11.25,-8.329999999999998 -11.25,-8.529999999999998 -11.25,-8.129999999999999 -11.05,-8.129999999999999" data-type="line" data-label="" points="51.80766263821033,482.16945250707124 46.04782720493705,482.16945250707124 46.04782720493705,487.9292879403445 46.04782720493705,476.4096170737979 51.80766263821033,476.4096170737979" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.05,-8.129999999999999 -8.850000000000001,-8.129999999999999 -8.850000000000001,-8.329999999999998 -9.05,-8.329999999999998" data-type="line" data-label="" points="109.40601697094371,476.4096170737979 115.16585240421702,476.4096170737979 115.16585240421702,482.16945250707124 109.40601697094371,482.16945250707124" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000005,-0.09999999999999959 -1.5050000000000008,-0.09999999999999964" data-type="line" data-label="" points="346.13525327847776,245.15222442787353 326.6958086911803,245.15222442787353" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.130000000000001,3.2594553499999996 -2.505000000000001,3.2594553499999996 -2.505000000000001,2.7199999999999998 -1.8800000000000003,2.7199999999999998 -1.8800000000000003,2.92" data-type="line" data-label="" points="279.89714579583443,148.40267462072518 297.8966315248136,148.40267462072518 297.8966315248136,163.93854481871952 315.8961172537928,163.93854481871952 315.8961172537928,158.17870938544615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,0.10000000000000042 1.8449999999999998,0.10000000000000016" data-type="line" data-label="" points="403.73360761121114,239.3923889946002 423.1730521985086,239.3923889946002" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,1.3500000000000003 1.1699999999999995,0.7250000000000003 1.3699999999999994,0.7250000000000003 1.3699999999999994,0.10000000000000042" data-type="line" data-label="" points="403.73360761121114,203.39341753664183 403.73360761121114,221.39290326562102 409.4934430444845,221.39290326562102 409.4934430444845,239.3923889946002" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.08000000000000074,1.6894553499999998 0.5449999999999994,1.6894553499999998 0.5449999999999994,1.1500000000000004 1.1699999999999995,1.1500000000000004" data-type="line" data-label="" points="367.7346361532528,193.61738277192086 385.73412188223193,193.61738277192086 385.73412188223193,209.15325296991517 403.73360761121114,209.15325296991517" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.210000000000001,-2.1794553499999987 4.210000000000001,-1.659727674999999 3.460000000000001,-1.659727674999999 3.460000000000001,-1.1399999999999992 3.660000000000001,-1.1399999999999992" data-type="line" data-label="" points="491.28310619696583,305.0388274620725 491.28310619696583,290.0710980714837 469.6837233221909,290.0710980714837 469.6837233221909,275.10336868089485 475.4435587554642,275.10336868089485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999982,-6.119999999999999 1.8449999999999984,-6.119999999999999" data-type="line" data-label="" points="403.7336076112111,418.52327096940087 423.1730521985086,418.52327096940087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999973,-7.469999999999999 1.1699999999999973,-6.794999999999999 1.3699999999999983,-6.794999999999999 1.3699999999999983,-6.119999999999999" data-type="line" data-label="" points="403.7336076112111,457.4021601439959 403.7336076112111,437.9627155566984 409.4934430444844,437.9627155566984 409.4934430444844,418.52327096940087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4199999999999973,-7.699455349999998 2.174727674999997,-7.699455349999998 2.174727674999997,-7.269999999999999 1.1699999999999973,-7.269999999999999" data-type="line" data-label="" points="439.73257906916945,464.01028542041655 432.6689379274877,464.01028542041655 432.6689379274877,451.64232471072256 403.7336076112111,451.64232471072256" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3100000000000005,-0.09999999999999964 -2.6350000000000007,-0.09999999999999964" data-type="line" data-label="" points="274.71329390588846,245.15222442787353 294.1527384931859,245.15222442787353" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.660000000000001,1.6800000000000002 -2.9850000000000003,1.6800000000000002" data-type="line" data-label="" points="264.63358189766006,193.88968907174086 284.0730264849576,193.88968907174086" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9499999999999997,1.35 2.9499999999999997,0.7250000000000005 3.175,0.7250000000000005 3.175,0.10000000000000053 2.9749999999999996,0.10000000000000053" data-type="line" data-label="" points="454.9961429673438,203.39341753664183 454.9961429673438,221.39290326562102 461.47595782977635,221.39290326562102 461.47595782977635,239.3923889946002 455.716122396503,239.3923889946002" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.41,-2.92 2.4099999999999997,-2.244999999999999" data-type="line" data-label="" points="439.44458729750585,326.3659040370276 439.4445872975058,306.92645944973003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.249999999999997,-6.119999999999999 2.9749999999999983,-6.119999999999999" data-type="line" data-label="" points="492.43507328362045,418.52327096940087 455.71612239650295,418.52327096940087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.200000000000001,-10.398910699999997 -7.400000000000001,-10.398910699999997 -7.400000000000001,-10.198910699999997 -7.200000000000001,-10.198910699999997" data-type="line" data-label="" points="162.68449472872206,541.7523782977628 156.9246592954487,541.7523782977628 156.9246592954487,535.9925428644896 162.68449472872206,535.9925428644896" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.200000000000001,-10.198910699999997 -5.000000000000001,-10.198910699999997 -5.000000000000001,-10.398910699999997 -5.200000000000001,-10.398910699999997" data-type="line" data-label="" points="220.2828490614554,535.9925428644896 226.04268449472875,535.9925428644896 226.04268449472875,541.7523782977628 220.2828490614554,541.7523782977628" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.760000000000001,1.6800000000000002 -4.960000000000001,1.6800000000000002 -4.960000000000001,-0.09999999999999964 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="232.95448701465673,193.88968907174086 227.1946515813834,193.88968907174086 227.1946515813834,245.15222442787353 243.03419902288508,245.15222442787353" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,2.45 1.1699999999999995,2.6500000000000004 2.9499999999999997,2.6500000000000004 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="403.73360761121114,171.7143226536385 403.73360761121114,165.95448722036517 454.9961429673438,165.95448722036517 454.9961429673438,171.71432265363848" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.5994553499999995,-1.3305446499999976 -7.5994553499999995,-0.42804464999999814 -8.965,-0.42804464999999814 -8.965,0.4744553500000013" data-type="line" data-label="" points="151.1805093340191,280.5908978143481 151.1805093340191,254.59964042170222 111.8539470300849,254.59964042170222 111.8539470300849,228.6083830290563" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.3494553499999995,-4.019999999999998 -6.3494553499999995,-4.219999999999998 -7.5994553499999995,-4.219999999999998 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="187.17948079197743,358.0449989200308 187.17948079197743,363.80483435330416 151.1805093340191,363.80483435330416 151.1805093340191,312.26999269735154" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.65,-5.8199999999999985 -6.450000000000001,-5.8199999999999985 -6.450000000000001,-6.914727674999998 -7.950000000000001,-6.914727674999998 -7.950000000000001,-8.009455349999998 -7.750000000000001,-8.009455349999998" data-type="line" data-label="" points="178.52404217022374,409.88351781949086 184.28387760349705,409.88351781949086 184.28387760349705,441.41077408074057 141.08511185394704,441.41077408074057 141.08511185394704,472.9380303419902 146.84494728722038,472.9380303419902" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.650000000000002,-5.8199999999999985 -9.5625,-5.8199999999999985 -9.5625,-5.024999999999999 -10.475,-5.024999999999999 -10.475,-5.224999999999998" data-type="line" data-label="" points="120.92568783749033,409.88351781949086 94.6464386731808,409.88351781949086 94.6464386731808,386.98817197222934 68.3671895088712,386.98817197222934 68.3671895088712,392.7480074055027" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999982,-5.92 1.5074999999999983,-5.92 1.5074999999999983,-5.329999999999999 2.41,-5.329999999999999 2.41,-4.02" data-type="line" data-label="" points="403.7336076112111,412.7634355361276 413.45332990485986,412.7634355361276 413.45332990485986,395.77192100797123 439.44458729750585,395.77192100797123 439.44458729750585,358.0449989200309" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.890000000000002,-5.224999999999999 -4.890000000000002,-3.8324999999999996 -1.86945535,-3.8324999999999996 -1.86945535,-2.44" data-type="line" data-label="" points="229.210593983029,392.7480074055027 229.210593983029,352.64515320133717 316.1997944973001,352.64515320133717 316.1997944973001,312.54229899717154" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-0.6049999999999982 -9.808910699999998,0.4744553500000017 -7.965000000000001,0.4744553500000017" data-type="line" data-label="" points="87.5500132681924,259.69580889688865 87.5500132681924,228.6083830290563 140.65312419645156,228.6083830290563" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.3494553499999995,-2.919999999999998 -6.3494553499999995,-1.6794553499999996 -4.2194553500000005,-1.6794553499999996" data-type="line" data-label="" points="187.17948079197743,326.3659040370275 187.17948079197743,290.6392388788892 248.5217281563384,290.6392388788892" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,0.3272767499999982 7.265,0.3272767499999982 7.265,1.3167320999999976 5.765,1.3167320999999976 5.765,2.3061874499999973 5.965,2.3061874499999973" data-type="line" data-label="" points="573.5047570069427,232.84700560555422 579.264592440216,232.84700560555422 579.264592440216,204.3515056826949 536.065826690666,204.3515056826949 536.065826690666,175.85600575983557 541.8256621239393,175.85600575983557" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,-1.6516339500000008 7.265,-1.6516339500000008 7.265,-0.6621786000000013 5.765,-0.6621786000000013 5.765,0.3272767499999982 5.965,0.3272767499999982" data-type="line" data-label="" points="573.5047570069427,289.83800545127286 579.264592440216,289.83800545127286 579.264592440216,261.34250552841354 536.065826690666,261.34250552841354 536.065826690666,232.84700560555422 541.8256621239393,232.84700560555422" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,-0.49999999999999944 3.4400000000000004,-0.49999999999999944 3.4400000000000004,-3.4794553499999985 4.210000000000001,-3.4794553499999985 4.210000000000001,-3.2794553499999983" data-type="line" data-label="" points="403.73360761121114,256.6718952944202 469.1077397788635,256.6718952944202 469.1077397788635,342.4777577783492 491.28310619696583,342.4777577783492 491.28310619696583,336.71792234507586" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,-3.63054465 7.265,-3.63054465 7.265,-2.6410893000000004 5.765,-2.6410893000000004 5.765,-1.6516339500000008 5.965,-1.6516339500000008" data-type="line" data-label="" points="573.5047570069427,346.82900529699157 579.264592440216,346.82900529699157 579.264592440216,318.33350537413224 536.065826690666,318.33350537413224 536.065826690666,289.83800545127286 541.8256621239393,289.83800545127286" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.119455350000001,-1.6794553499999991 -2.9194553500000007,-1.6794553499999991 -2.9194553500000007,-1.3399999999999994 -1.8694553500000004,-1.3399999999999994" data-type="line" data-label="" points="280.20082303934174,290.6392388788892 285.9606584726151,290.6392388788892 285.9606584726151,280.8632041141682 316.1997944973001,280.8632041141682" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8694553500000004,-1.3399999999999994 -1.8694553500000004,-0.7199999999999995 -1.3050000000000008,-0.7199999999999995 -1.3050000000000008,-0.09999999999999964 -1.5050000000000008,-0.09999999999999964" data-type="line" data-label="" points="316.1997944973001,280.8632041141682 316.1997944973001,263.00771427102086 332.4556441244536,263.00771427102086 332.4556441244536,245.15222442787353 326.6958086911803,245.15222442787353" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,-1.0999999999999996 1.9909999999999992,-1.0999999999999994 1.9909999999999992,-0.6999999999999995 1.1699999999999995,-0.6999999999999995" data-type="line" data-label="" points="403.73360761121114,273.9514015942402 427.3777320647982,273.95140159424017 427.3777320647982,262.43173072769355 403.73360761121114,262.43173072769355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000005,-0.8999999999999996 -1.0300000000000005,-0.8999999999999996 -1.0300000000000005,-0.49999999999999967 -0.8300000000000005,-0.49999999999999967" data-type="line" data-label="" points="346.13525327847776,268.1915661609669 340.3754178452044,268.1915661609669 340.3754178452044,256.6718952944202 346.13525327847776,256.6718952944202" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000005,0.10000000000000042 -1.3425000000000005,0.10000000000000042 -1.3425000000000005,1.6800000000000002 -1.8550000000000004,1.6800000000000002" data-type="line" data-label="" points="346.13525327847776,239.3923889946002 331.37567498071485,239.3923889946002 331.37567498071485,193.88968907174086 316.61609668295193,193.88968907174086" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.760000000000001,-1.1399999999999992 5.024,-1.1399999999999992 5.024,-3.83054465 5.549999999999997,-3.83054465 5.549999999999997,-6.119999999999999 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="507.12265363846757,275.10336868089485 514.7256364103883,275.10336868089485 514.7256364103883,352.5888407302649 529.8740035998972,352.5888407302649 529.8740035998972,418.52327096940087 524.1141681666238,418.52327096940087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.850000000000001,-8.329999999999998 -8.59,-8.329999999999998" data-type="line" data-label="" points="115.16585240421702,482.16945250707124 122.6536384674724,482.16945250707124" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.965000000000001,0.4744553500000013 -5.7540000000000004,0.4744553500000013 -5.7540000000000004,0.27345535000000126" data-type="line" data-label="" points="198.2514785291849,228.6083830290563 204.32810491128828,228.6083830290563 204.32810491128828,234.39701763949603" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.6400000000000023,-7.564455349999998 -3.851000000000002,-7.564455349999998 -3.851000000000002,-7.765455349999998" data-type="line" data-label="" points="265.2095654409874,460.12239650295703 259.132939058884,460.12239650295703 259.132939058884,465.91103111339675" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000018,-6.02 -2.041000000000002,-6.02 -2.041000000000002,-6.321" data-type="line" data-label="" points="346.13525327847776,415.6433532527642 311.2594497300077,415.6433532527642 311.2594497300077,424.31190557984064" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-2.9149999999999983 -9.808910699999998,-2.8139999999999983 -10.259910699999997,-2.8139999999999983" data-type="line" data-label="" points="87.5500132681924,326.2219081511957 87.5500132681924,323.31319125739265 74.56158436616107,323.31319125739265" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8800000000000003,4.0200000000000005 -1.8800000000000003,5.321000000000001 -2.9310000000000005,5.321000000000001" data-type="line" data-label="" points="315.8961172537928,126.49961450244281 315.8961172537928,89.03188500899978 285.6281820519414,89.03188500899978" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999973,-8.57 1.1699999999999973,-8.671 0.9689999999999974,-8.671" data-type="line" data-label="" points="403.7336076112111,489.0812550269993 403.7336076112111,491.9899719208023 397.94497300077137,491.9899719208023" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-6.200000000000001" data-y="-10.298910699999997" x="162.68449472872203" y="530.2327074312161" width="57.59835433273335" height="17.279506299820127" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-10.05" data-y="-8.229999999999999" x="51.80766263821033" y="470.64978164052457" width="57.59835433273338" height="17.279506299820014" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-7.650000000000001" data-y="-5.8199999999999985" x="120.92568783749034" y="404.1236823862175" width="57.59835433273341" height="11.519670866546676" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-6.965000000000001" data-y="0.4744553500000013" x="140.65312419645153" y="222.84854759578297" width="57.59835433273335" height="11.519670866546676" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.6400000000000023" data-y="-7.464455349999998" x="265.2095654409874" y="448.60272563641036" width="57.59835433273332" height="17.279506299820014" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="0.16999999999999948" data-y="-0.49999999999999956" x="346.13525327847776" y="233.63255356132686" width="57.59835433273338" height="46.0786834661867" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="0.16999999999999815" data-y="-6.02" x="346.13525327847776" y="404.1236823862175" width="57.59835433273332" height="23.03934173309341" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-9.6714107" data-y="-3.464999999999999" x="75.45435885831839" y="326.2219081511957" width="32.1110825404989" height="31.67909488300336" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-10.337499999999999" data-y="-5.774999999999999" x="56.27153509899725" y="392.74800740550273" width="32.1110825404989" height="31.67909488300336" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-9.551410699999998" data-y="-1.154999999999999" x="75.45435885831844" y="259.6958088968886" width="39.02288506042686" height="31.679094883003415" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-4.597500000000002" data-y="-5.774999999999999" x="223.6104399074312" y="392.74800740550273" width="28.0478267935201" height="31.67909488300336" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-7.200000000000001" data-y="-8.009455349999998" x="146.8449472872204" y="461.7220367189509" width="31.67909488300333" height="22.43198724607862" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-7.306955349999999" data-y="-1.8805446499999983" x="145.58035525842132" y="280.59089781434807" width="28.0478267935201" height="31.679094883003415" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4.890000000000002" data-y="-7.364455349999998" x="213.37104654152733" y="441.9946003599897" width="31.67909488300333" height="24.735921419387978" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="6.515" data-y="-3.63054465" x="541.8256621239393" y="335.6130116739522" width="31.67909488300336" height="22.431987246078677" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="6.515" data-y="-1.6516339500000008" x="541.8256621239393" y="278.62201182823355" width="31.67909488300336" height="22.431987246078677" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="6.515" data-y="0.3272767499999982" x="541.8256621239393" y="221.6310119825149" width="31.67909488300336" height="22.43198724607865" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="6.515" data-y="2.3061874499999973" x="541.8256621239393" y="164.64001213679626" width="31.67909488300336" height="22.43198724607862" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5.9969553499999995" data-y="-3.469999999999998" x="181.5793267163796" y="326.3659040370276" width="31.503728053484167" height="31.6790948830033" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-3.6694553500000007" data-y="-1.6794553499999991" x="248.52172815633838" y="278.2712781691953" width="31.67909488300333" height="24.73592141938792" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-3.6800000000000006" data-y="3.2594553499999996" x="248.21805091283107" y="136.0347139110312" width="31.67909488300336" height="24.735921419387978" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-0.6300000000000008" data-y="1.6894553499999998" x="336.0555412702494" y="181.24942206222687" width="31.67909488300336" height="24.735921419387978" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="4.502500000000001" data-y="-2.7294553499999985" x="485.68295212136803" y="305.0388274620725" width="28.04782679352013" height="31.67909488300336" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="2.9699999999999975" data-y="-7.699455349999998" x="439.7325790691694" y="452.79429179737724" width="31.67909488300336" height="22.43198724607862" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-1.5869553500000007" data-y="-1.8899999999999997" x="310.5996404217023" y="280.8632041141682" width="27.47184325019282" height="31.67909488300336" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-1.6475000000000004" data-y="3.47" x="310.29596317819494" y="126.4996145024428" width="24.59192553355615" height="31.679094883003344" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="1.4024999999999994" data-y="1.9000000000000004" x="398.1334535356133" y="171.71432265363848" width="24.59192553355615" height="31.67909488300333" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="4.210000000000001" data-y="-1.1399999999999992" x="475.44355875546415" y="262.73540797120086" width="31.67909488300336" height="24.735921419387978" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="1.4524999999999972" data-y="-8.02" x="398.1334535356132" y="457.40216014399584" width="27.47184325019282" height="31.679094883003415" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="-2.0700000000000007" data-y="-0.09999999999999964" x="294.1527384931859" y="228.1607098997172" width="32.54307019799438" height="33.98302905631266" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-3.8600000000000008" data-y="-0.09999999999999962" x="243.03419902288505" y="233.93623080483422" width="31.679094883003387" height="22.43198724607865" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-2.4200000000000004" data-y="1.6800000000000002" x="284.0730264849576" y="176.8981745435845" width="32.543070197994325" height="33.98302905631269" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-4.210000000000001" data-y="1.6800000000000002" x="232.95448701465676" y="182.67369544870155" width="31.67909488300333" height="22.43198724607865" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="2.4099999999999997" data-y="0.10000000000000009" x="423.17305219850857" y="222.40087446644384" width="32.54307019799438" height="33.98302905631269" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="3.2424999999999997" data-y="1.9000000000000004" x="449.395988891746" y="171.71432265363848" width="28.04782679352013" height="31.67909488300336" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="2.6525" data-y="-1.6799999999999993" x="430.08485471843665" y="274.3833892517357" width="32.68706608382615" height="32.543070197994325" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="2.7525000000000004" data-y="-3.4699999999999998" x="433.84443322190805" y="326.3659040370276" width="30.927744510156856" height="31.6790948830033" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="2.4099999999999984" data-y="-6.119999999999999" x="423.1730521985086" y="401.5317564412445" width="32.543070197994325" height="33.98302905631266" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="schematic_component_38" data-x="4.799999999999997" data-y="-6.119999999999999" x="492.4350732836204" y="406.1553102597069" width="31.67909488300336" height="24.735921419387978" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-6.140000000000001" data-y="-10.728910699999997" x="174.20416559526873" y="548.6641808176909" width="38.01491385960401" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="J_BAT_POS" data-x="-6.260000000000001" data-y="-9.868910699999997" x="174.20416559526873" y="523.8968884546156" width="31.10311133967599" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-9.99" data-y="-8.659999999999998" x="63.327333504757036" y="489.0812550269992" width="38.014913859604064" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="J_BAT_NEG" data-x="-10.11" data-y="-7.799999999999999" x="63.32733350475709" y="464.3139626639239" width="31.10311133967599" height="5.18385188994597" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.830000000000002" data-y="-6.149999999999999" x="132.445358704037" y="416.7953203394188" width="24.191308819748002" height="5.18385188994597" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="D_PROT" data-x="-7.890000000000002" data-y="-5.489999999999998" x="132.445358704037" y="397.7878634096169" width="20.735407559783994" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.145000000000001" data-y="0.14445535000000126" x="152.1727950629982" y="235.52018554898433" width="24.191308819748002" height="5.183851889945998" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="D_SENSE_CLAMP" data-x="-6.785000000000001" data-y="0.8044553500000013" x="152.1727950629982" y="216.51272861918233" width="44.926716379532024" height="5.183851889945998" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="LM4040D25FTA" data-x="-2.5200000000000022" data-y="-7.894455349999998" x="276.72923630753405" y="467.034199022885" width="41.47081511956799" height="5.18385188994597" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="U_REF" data-x="-2.940000000000002" data-y="-7.034455349999998" x="276.72923630753405" y="442.2669066598097" width="17.279506299820014" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="LMV339IDR" data-x="0.10999999999999943" data-y="-1.4299999999999997" x="357.65492414502444" y="280.8632041141682" width="31.103111339676047" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.3100000000000006" data-y="0.4300000000000005" x="357.65492414502444" y="227.29673458472615" width="6.911802519928017" height="5.183851889945998" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="LMV331IDBVR" data-x="0.22999999999999798" data-y="-6.55" x="357.65492414502444" y="428.3149912059656" width="38.01491385960401" height="5.18385188994597" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="U2" data-x="-0.31000000000000194" data-y="-5.489999999999999" x="357.65492414502444" y="397.7878634096169" width="6.91180251992796" height="5.183851889946027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
4
4
  globalConnNetId: connectivity_net12" data-x="-7.880000000000001" data-y="-10.398910699999997" x="129.2774492157367" y="538.8724605811261" width="27.64721007971201" height="5.759835433273338" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
5
5
  globalConnNetId: connectivity_net12" data-x="-4.520000000000001" data-y="-10.198910699999997" x="226.0426844947287" y="533.1126251478529" width="27.64721007971204" height="5.759835433273338" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
6
6
  globalConnNetId: connectivity_net12" data-x="-5.970000000000001" data-y="-5.8199999999999985" x="184.28387760349705" y="407.0036001028542" width="27.64721007971204" height="5.759835433273338" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03472321428571429"/></g><g><rect data-type="rect" data-label="netId: GND
@@ -265,7 +265,7 @@ orientation: y+" data-x="3.612499999999998" data-y="-6.119999999999999" cx="474.
265
265
  .port-label { fill: rgb(0, 100, 100); }
266
266
  .component-name { fill: rgb(0, 100, 100); }
267
267
 
268
- </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 476.00090449832794 616.4976411388752 L 485.2816950304879 616.4976411388752 L 485.2816950304879 592.3802227116676 L 450.4787305348879 592.3802227116676 L 450.4787305348879 568.2628042844599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 476.00090449832794 616.4976411388752 L 485.2816950304879 616.4976411388752 L 485.2816950304879 592.3802227116676 L 450.4787305348879 592.3802227116676 L 450.4787305348879 568.2628042844599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 508.4836713608879 616.4976411388752 L 476.00090449832794 616.4976411388752" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 508.4836713608879 616.4976411388752 L 476.00090449832794 616.4976411388752" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 164.63038214435994 661.302729369364 L 155.34959161220002 661.302729369364 L 155.34959161220002 670.5835199015239 L 155.34959161220002 652.0219388372041 L 164.63038214435994 652.0219388372041" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 164.63038214435994 661.302729369364 L 155.34959161220002 661.302729369364 L 155.34959161220002 670.5835199015239 L 155.34959161220002 652.0219388372041 L 164.63038214435994 652.0219388372041" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 257.43828746596 652.0219388372041 L 266.71907799811993 652.0219388372041 L 266.71907799811993 661.302729369364 L 257.43828746596 661.302729369364" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 257.43828746596 652.0219388372041 L 266.71907799811993 652.0219388372041 L 266.71907799811993 661.302729369364 L 257.43828746596 661.302729369364" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 607.556110291696 279.39819897098 L 638.878778337736 279.39819897098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.556110291696 279.39819897098 L 638.878778337736 279.39819897098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 532.1496872178959 123.50619194350875 L 561.152157630896 123.50619194350875 L 561.152157630896 148.53905246752402 L 590.154628043896 148.53905246752402 L 590.154628043896 139.25826193536403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.1496872178959 123.50619194350875 L 561.152157630896 123.50619194350875 L 561.152157630896 148.53905246752402 L 590.154628043896 148.53905246752402 L 590.154628043896 139.25826193536403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.686683659336 270.11740843882 L 763.009351705376 270.11740843882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.686683659336 270.11740843882 L 763.009351705376 270.11740843882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.686683659336 212.11246761282 L 731.686683659336 241.11493802582 L 740.967474191496 241.11493802582 L 740.967474191496 270.11740843882 L 731.686683659336 270.11740843882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.686683659336 212.11246761282 L 731.686683659336 241.11493802582 L 740.967474191496 241.11493802582 L 740.967474191496 270.11740843882 L 731.686683659336 270.11740843882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 673.681742833336 196.36039762096473 L 702.684213246336 196.36039762096473 L 702.684213246336 221.39325814498 L 731.686683659336 221.39325814498 L 731.686683659336 212.11246761282" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 673.681742833336 196.36039762096473 L 702.684213246336 196.36039762096473 L 702.684213246336 221.39325814498 L 731.686683659336 221.39325814498 L 731.686683659336 212.11246761282" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 872.754699748168 375.89314659262726 L 872.754699748168 351.77572816541965 L 837.9517352525681 351.77572816541965 L 837.9517352525681 327.658309738212 L 847.2325257847281 327.658309738212" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 872.754699748168 375.89314659262726 L 872.754699748168 351.77572816541965 L 837.9517352525681 351.77572816541965 L 837.9517352525681 327.658309738212 L 847.2325257847281 327.658309738212" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.6866836593359 558.749993988996 L 763.0093517053759 558.749993988996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.6866836593359 558.749993988996 L 763.0093517053759 558.749993988996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.6866836593359 621.395330081076 L 731.6866836593359 590.072662035036 L 740.967474191496 590.072662035036 L 740.967474191496 558.749993988996 L 731.6866836593359 558.749993988996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.6866836593359 621.395330081076 L 731.6866836593359 590.072662035036 L 740.967474191496 590.072662035036 L 740.967474191496 558.749993988996 L 731.6866836593359 558.749993988996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 789.6916244853359 632.0429652802433 L 778.3100191270315 632.0429652802433 L 778.3100191270315 612.1145395489159 L 731.6866836593359 612.1145395489159 L 731.6866836593359 621.395330081076" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 789.6916244853359 632.0429652802433 L 778.3100191270315 632.0429652802433 L 778.3100191270315 612.1145395489159 L 731.6866836593359 612.1145395489159 L 731.6866836593359 621.395330081076" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 523.796975738952 279.39819897098 L 555.119643784992 279.39819897098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 523.796975738952 279.39819897098 L 555.119643784992 279.39819897098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 507.555592307672 196.799163234756 L 538.878260353712 196.799163234756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 507.555592307672 196.799163234756 L 538.878260353712 196.799163234756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 814.28571939556 212.11246761282 L 814.28571939556 241.11493802582 L 824.72660874424 241.11493802582 L 824.72660874424 270.11740843882 L 815.44581821208 270.11740843882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 814.28571939556 212.11246761282 L 814.28571939556 241.11493802582 L 824.72660874424 241.11493802582 L 824.72660874424 270.11740843882 L 815.44581821208 270.11740843882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 789.227584958728 410.257345474436 L 789.227584958728 378.934677428396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 789.227584958728 410.257345474436 L 789.227584958728 378.934677428396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 874.6108578545999 558.749993988996 L 815.44581821208 558.749993988996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.6108578545999 558.749993988996 L 815.44581821208 558.749993988996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 343.28559988843995 757.3083635515865 L 334.00480935627996 757.3083635515865 L 334.00480935627996 748.0275730194264 L 343.28559988843995 748.0275730194264" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.28559988843995 757.3083635515865 L 334.00480935627996 757.3083635515865 L 334.00480935627996 748.0275730194264 L 343.28559988843995 748.0275730194264" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 436.09350521004 748.0275730194264 L 445.3742957422 748.0275730194264 L 445.3742957422 757.3083635515865 L 436.09350521004 757.3083635515865" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 436.09350521004 748.0275730194264 L 445.3742957422 748.0275730194264 L 445.3742957422 757.3083635515865 L 436.09350521004 757.3083635515865" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 456.511244380792 196.799163234756 L 447.230453848632 196.799163234756 L 447.230453848632 279.39819897098 L 472.752627812072 279.39819897098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.511244380792 196.799163234756 L 447.230453848632 196.799163234756 L 447.230453848632 279.39819897098 L 472.752627812072 279.39819897098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.686683659336 161.06811968594002 L 731.686683659336 151.78732915378 L 814.28571939556 151.78732915378 L 814.28571939556 161.06811968594" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.686683659336 161.06811968594002 L 731.686683659336 151.78732915378 L 814.28571939556 151.78732915378 L 814.28571939556 161.06811968594" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 324.74929273693675 336.5003346565806 L 324.74929273693675 294.62076738020863 L 261.382623442128 294.62076738020863 L 261.382623442128 252.74120010383666 L 307.786576102928 252.74120010383666" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 324.74929273693675 336.5003346565806 L 324.74929273693675 294.62076738020863 L 261.382623442128 294.62076738020863 L 261.382623442128 252.74120010383666 L 307.786576102928 252.74120010383666" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 382.75423356293675 461.3016934013159 L 382.75423356293675 470.58248393347594 L 324.74929273693675 470.58248393347594 L 324.74929273693675 387.5446825834607" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 382.75423356293675 461.3016934013159 L 382.75423356293675 470.58248393347594 L 324.74929273693675 470.58248393347594 L 324.74929273693675 387.5446825834607" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 368.80777385188 544.828808190756 L 378.08856438403996 544.828808190756 L 378.08856438403996 595.6284993979236 L 308.48263539283994 595.6284993979236 L 308.48263539283994 646.4281906050912 L 317.763425925 646.4281906050912" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.80777385188 544.828808190756 L 378.08856438403996 544.828808190756 L 378.08856438403996 595.6284993979236 L 308.48263539283994 595.6284993979236 L 308.48263539283994 646.4281906050912 L 317.763425925 646.4281906050912" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 275.9998685302799 544.828808190756 L 233.65626172730003 544.828808190756 L 233.65626172730003 507.93766582541997 L 191.31265492432004 507.93766582541997 L 191.31265492432004 517.21845635758" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 275.9998685302799 544.828808190756 L 233.65626172730003 544.828808190756 L 233.65626172730003 507.93766582541997 L 191.31265492432004 507.93766582541997 L 191.31265492432004 517.21845635758" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.6866836593359 549.4692034568361 L 747.3480176823559 549.4692034568361 L 747.3480176823559 522.090871386964 L 789.227584958728 522.090871386964 L 789.227584958728 461.301693401316" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.6866836593359 549.4692034568361 L 747.3480176823559 549.4692034568361 L 747.3480176823559 522.090871386964 L 789.227584958728 522.090871386964 L 789.227584958728 461.301693401316" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 450.4787305348879 517.21845635758 L 450.4787305348879 452.600952277416 L 590.6439414833208 452.600952277416 L 590.6439414833208 387.983448197252" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 450.4787305348879 517.21845635758 L 450.4787305348879 452.600952277416 L 590.6439414833208 452.600952277416 L 590.6439414833208 387.983448197252" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 222.22183126938552 302.83219506468396 L 222.22183126938552 252.74120010383666 L 307.786576102928 252.74120010383666" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 222.22183126938552 302.83219506468396 L 222.22183126938552 252.74120010383666 L 307.786576102928 252.74120010383666" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 382.75423356293675 410.25734547443597 L 382.75423356293675 352.6911702622273 L 481.5946527304407 352.6911702622273" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 382.75423356293675 410.25734547443597 L 382.75423356293675 352.6911702622273 L 481.5946527304407 352.6911702622273" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 1005.237984594752 259.57086889091966 L 1014.518775126912 259.57086889091966 L 1014.518775126912 213.65622966954436 L 944.912846135712 213.65622966954436 L 944.912846135712 167.74159044816906 L 954.193636667872 167.74159044816906" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.237984594752 259.57086889091966 L 1014.518775126912 259.57086889091966 L 1014.518775126912 213.65622966954436 L 944.912846135712 213.65622966954436 L 944.912846135712 167.74159044816906 L 954.193636667872 167.74159044816906" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 1005.237984594752 351.4001473336702 L 1014.518775126912 351.4001473336702 L 1014.518775126912 305.4855081122949 L 944.912846135712 305.4855081122949 L 944.912846135712 259.57086889091966 L 954.193636667872 259.57086889091966" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.237984594752 351.4001473336702 L 1014.518775126912 351.4001473336702 L 1014.518775126912 305.4855081122949 L 944.912846135712 305.4855081122949 L 944.912846135712 259.57086889091966 L 954.193636667872 259.57086889091966" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.686683659336 297.9597800353 L 837.023656199352 297.9597800353 L 837.023656199352 436.2182850516673 L 872.754699748168 436.2182850516673 L 872.754699748168 426.93749451950725" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.686683659336 297.9597800353 L 837.023656199352 297.9597800353 L 837.023656199352 436.2182850516673 L 872.754699748168 436.2182850516673 L 872.754699748168 426.93749451950725" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 1005.237984594752 443.2294257764207 L 1014.518775126912 443.2294257764207 L 1014.518775126912 397.31478655504543 L 944.912846135712 397.31478655504543 L 944.912846135712 351.4001473336702 L 954.193636667872 351.4001473336702" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.237984594752 443.2294257764207 L 1014.518775126912 443.2294257764207 L 1014.518775126912 397.31478655504543 L 944.912846135712 397.31478655504543 L 944.912846135712 351.4001473336702 L 954.193636667872 351.4001473336702" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_34__stack1"><path d="M 532.6390006573207 352.6911702622273 L 541.9197911894807 352.6911702622273 L 541.9197911894807 336.939100270372 L 590.6439414833208 336.939100270372" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.6390006573207 352.6911702622273 L 541.9197911894807 352.6911702622273 L 541.9197911894807 336.939100270372 L 590.6439414833208 336.939100270372" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_35__stack1"><path d="M 590.6439414833208 336.939100270372 L 590.6439414833208 308.168649620676 L 616.836900823856 308.168649620676 L 616.836900823856 279.39819897098 L 607.556110291696 279.39819897098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 590.6439414833208 336.939100270372 L 590.6439414833208 308.168649620676 L 616.836900823856 308.168649620676 L 616.836900823856 279.39819897098 L 607.556110291696 279.39819897098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_36__stack1"><path d="M 731.686683659336 325.80215163178 L 769.7843287938528 325.80215163178 L 769.7843287938528 307.24057056746 L 731.686683659336 307.24057056746" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.686683659336 325.80215163178 L 769.7843287938528 325.80215163178 L 769.7843287938528 307.24057056746 L 731.686683659336 307.24057056746" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_37__stack1"><path d="M 638.878778337736 316.52136109962 L 629.597987805576 316.52136109962 L 629.597987805576 297.9597800353 L 638.878778337736 297.9597800353" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 638.878778337736 316.52136109962 L 629.597987805576 316.52136109962 L 629.597987805576 297.9597800353 L 638.878778337736 297.9597800353" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_38__stack1"><path d="M 638.878778337736 270.11740843882 L 615.096752599076 270.11740843882 L 615.096752599076 196.799163234756 L 591.314726860416 196.799163234756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 638.878778337736 270.11740843882 L 615.096752599076 270.11740843882 L 615.096752599076 196.799163234756 L 591.314726860416 196.799163234756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_39__stack1"><path d="M 898.276873711608 327.658309738212 L 910.5275172140592 327.658309738212 L 910.5275172140592 452.51021630858077 L 934.9359963136399 452.51021630858077 L 934.9359963136399 558.749993988996 L 925.6552057814799 558.749993988996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 898.276873711608 327.658309738212 L 910.5275172140592 327.658309738212 L 910.5275172140592 452.51021630858077 L 934.9359963136399 452.51021630858077 L 934.9359963136399 558.749993988996 L 925.6552057814799 558.749993988996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_40__stack1"><path d="M 266.71907799811993 661.302729369364 L 278.784105689928 661.302729369364" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 266.71907799811993 661.302729369364 L 278.784105689928 661.302729369364" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_41__stack1"><path d="M 400.594481424528 252.74120010383666 L 410.3857154359568 252.74120010383666 L 410.3857154359568 262.0683945886575" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 400.594481424528 252.74120010383666 L 410.3857154359568 252.74120010383666 L 410.3857154359568 262.0683945886575" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_42__stack1"><path d="M 508.4836713608879 625.7784316710352 L 498.6924373494591 625.7784316710352 L 498.6924373494591 635.105626155856" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 508.4836713608879 625.7784316710352 L 498.6924373494591 625.7784316710352 L 498.6924373494591 635.105626155856" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_43__stack1"><path d="M 638.878778337736 554.109598722916 L 582.6835916655072 554.109598722916 L 582.6835916655072 568.0771884738168" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 638.878778337736 554.109598722916 L 582.6835916655072 554.109598722916 L 582.6835916655072 568.0771884738168" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_44__stack1"><path d="M 222.22183126938552 410.0253257111319 L 222.22183126938552 405.3385264923911 L 201.29364861936477 405.3385264923911" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 222.22183126938552 410.0253257111319 L 222.22183126938552 405.3385264923911 L 201.29364861936477 405.3385264923911" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_45__stack1"><path d="M 590.154628043896 88.21391400848401 L 590.154628043896 27.84237159678318 L 541.3840737973952 27.84237159678318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 590.154628043896 88.21391400848401 L 590.154628043896 27.84237159678318 L 541.3840737973952 27.84237159678318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_46__stack1"><path d="M 731.6866836593359 672.439678007956 L 731.6866836593359 677.1264772266968 L 722.3594891745151 677.1264772266968" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.6866836593359 672.439678007956 L 731.6866836593359 677.1264772266968 L 722.3594891745151 677.1264772266968" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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="476.00090449832794" cy="616.4976411388752" r="1.392118579824" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="266.71907799811993" cy="661.302729369364" r="1.392118579824" 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"><circle cx="607.556110291696" cy="279.39819897098" r="1.392118579824" 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_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"><circle cx="731.686683659336" cy="270.11740843882" r="1.392118579824" 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_7__stack1"><circle cx="731.686683659336" cy="212.11246761282" r="1.392118579824" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="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"><circle cx="731.6866836593359" cy="558.749993988996" r="1.392118579824" 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_11__stack1"><circle cx="731.6866836593359" cy="621.395330081076" r="1.392118579824" 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_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"><circle cx="307.786576102928" cy="252.74120010383666" r="1.392118579824" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><circle cx="590.6439414833208" cy="336.939100270372" r="1.392118579824" 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_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__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="361.84718095275997" y="738.7467824872665" width="55.68474319295996" height="27.842371596480007" stroke-width="0.928079053216px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="361.84718095275997" y="738.7467824872665" width="55.68474319295996" height="27.842371596480007" fill="transparent"/><text class="sch-text" x="389.68955254924" y="752.6679682855065" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 389.68955254924, 752.6679682855065)">J_BAT_POS</text><line class="component-pin sch-component-pin sch-port-line" x1="361.84718095275997" y1="748.0275730194264" x2="343.28559988843995" y2="748.0275730194264" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="342.35752083522397" y="747.0994939662104" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="352.5663904206" y="747.0994939662105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="361.84718095275997" y1="757.3083635515865" x2="343.28559988843995" y2="757.3083635515865" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="342.35752083522397" y="756.3802844983704" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="352.5663904206" y="756.3802844983704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="417.5319241457199" y1="757.3083635515865" x2="436.09350521004" y2="757.3083635515865" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="435.165426156824" y="756.3802844983704" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="426.81271467787997" y="756.3802844983704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="417.5319241457199" y1="748.0275730194264" x2="436.09350521004" y2="748.0275730194264" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="435.165426156824" y="747.0994939662104" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="426.81271467787997" y="747.0994939662105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">4</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="183.19196320867997" y="642.7411483050439" width="55.68474319296001" height="27.84237159648012" stroke-width="0.928079053216px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="183.19196320867997" y="642.7411483050439" width="55.68474319296001" height="27.84237159648012" fill="transparent"/><text class="sch-text" x="211.03433480515997" y="656.6623341032839" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 211.03433480515997, 656.6623341032839)">J_BAT_NEG</text><line class="component-pin sch-component-pin sch-port-line" x1="183.19196320867997" y1="652.0219388372041" x2="164.63038214435994" y2="652.0219388372041" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="163.70230309114393" y="651.093859783988" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="173.91117267651993" y="651.093859783988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="183.19196320867997" y1="661.302729369364" x2="164.63038214435994" y2="661.302729369364" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="163.70230309114393" y="660.374650316148" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="173.91117267651993" y="660.3746503161481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="238.87670640163998" y1="661.302729369364" x2="257.43828746596" y2="661.302729369364" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="256.510208412744" y="660.374650316148" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="248.15749693380002" y="660.3746503161481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="238.87670640163998" y1="652.0219388372041" x2="257.43828746596" y2="652.0219388372041" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="256.510208412744" y="651.093859783988" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="248.15749693380002" y="651.093859783988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">4</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="275.9998685302799" y="532.3354363205406" width="92.80790532160006" height="24.094360035415434" fill="transparent"/><path class="sch-component-symbol-path" d="M 334.89719306129535 544.8288081907559 L 311.6952167308953 556.429796355956" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 311.6952167308953 532.3354363205406 L 334.89719306129535 544.8288081907559" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 311.6952167308953 556.429796355956 L 311.6952167308953 532.3354363205406" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 334.89719306129535 532.3354363205406 L 334.89719306129535 556.429796355956" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 311.6952167308953 544.8288081907559 L 275.9998685302799 544.8288081907559" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 368.80777385188 544.8288081907559 L 335.78957676631074 544.8288081907559" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="321.51143748606455" y="524.303982975402" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">D_PROT</text><text class="sch-component-text" x="322.40382119107994" y="572.4927030462329" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></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="307.78657610292794" y="240.2478282336213" width="92.80790532159995" height="24.094360035415377" fill="transparent"/><path class="sch-component-symbol-path" d="M 366.6839006339433 252.7412001038367 L 343.4819243035433 264.3421882690367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 343.4819243035433 240.2478282336213 L 366.6839006339433 252.7412001038367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 343.4819243035433 264.3421882690367 L 343.4819243035433 240.2478282336213" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 366.6839006339433 240.2478282336213 L 366.6839006339433 264.3421882690367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 343.4819243035433 252.7412001038367 L 307.78657610292794 252.7412001038367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 400.5944814245279 252.7412001038367 L 367.57628433895866 252.7412001038367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="353.2981450587125" y="232.21637488848285" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">D_SENSE_CLAMP</text><text class="sch-component-text" x="354.1905287637279" y="280.4050949593136" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></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="527.0452524252079" y="607.2168506067153" width="55.68474319296001" height="27.842371596480007" stroke-width="0.928079053216px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="527.0452524252079" y="607.2168506067153" width="55.68474319296001" height="27.842371596480007" fill="transparent"/><text class="sch-text" x="554.8876240216879" y="621.1380364049553" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 554.8876240216879, 621.1380364049553)">U_REF</text><line class="component-pin sch-component-pin sch-port-line" x1="527.0452524252079" y1="616.4976411388752" x2="508.4836713608879" y2="616.4976411388752" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="507.55559230767193" y="615.5695620856592" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.764461893048" y="615.5695620856593" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="527.0452524252079" y1="625.7784316710352" x2="508.4836713608879" y2="625.7784316710352" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="507.55559230767193" y="624.8503526178191" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.764461893048" y="624.8503526178192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="582.7299956181679" y1="621.1380364049553" x2="600.3634976292719" y2="621.1380364049553" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="601.2915766824879" cy="621.1380364049553" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="600.3634976292718" y="620.2099573517393" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.0107861503279" y="620.2099573517393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="657.440359402056" y="260.83661790666" width="55.68474319296001" height="74.24632425727998" stroke-width="0.928079053216px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="657.440359402056" y="260.83661790666" width="55.68474319296001" height="74.24632425727998" fill="transparent"/><text class="sch-text" x="685.282730998536" y="297.9597800353" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 685.282730998536, 297.9597800353)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="270.11740843882" x2="638.878778337736" y2="270.11740843882" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="637.9506992845199" y="269.189329385604" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="269.189329385604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="279.39819897098" x2="638.878778337736" y2="279.39819897098" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="637.9506992845199" y="278.470119917764" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="278.470119917764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="288.67898950314003" x2="639.806857390952" y2="288.67898950314003" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="638.878778337736" cy="288.67898950314003" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="637.9506992845199" y="287.75091044992405" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="287.750910449924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="297.9597800353" x2="638.878778337736" y2="297.9597800353" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="637.9506992845199" y="297.03170098208403" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="297.03170098208403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="307.24057056746" x2="639.806857390952" y2="307.24057056746" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="638.878778337736" cy="307.24057056746" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="637.9506992845199" y="306.312491514244" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="306.312491514244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="316.52136109962" x2="638.878778337736" y2="316.52136109962" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="637.9506992845199" y="315.593282046404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="315.593282046404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="325.80215163178" x2="639.806857390952" y2="325.80215163178" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="638.878778337736" cy="325.80215163178" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="637.9506992845199" y="324.87407257856404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="324.874072578564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="325.80215163178" x2="731.686683659336" y2="325.80215163178" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_7__stack1"><rect x="730.75860460612" y="324.87407257856404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="324.874072578564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="316.52136109962" x2="730.75860460612" y2="316.52136109962" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="731.686683659336" cy="316.52136109962" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="730.75860460612" y="315.593282046404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="315.593282046404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="307.24057056746" x2="731.686683659336" y2="307.24057056746" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_9__stack1"><rect x="730.75860460612" y="306.312491514244" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="306.312491514244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="297.9597800353" x2="731.686683659336" y2="297.9597800353" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_10__stack1"><rect x="730.75860460612" y="297.03170098208403" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="297.031700982084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="288.67898950314003" x2="730.75860460612" y2="288.67898950314003" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="731.686683659336" cy="288.67898950314003" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="730.75860460612" y="287.75091044992405" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="287.750910449924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="279.39819897098" x2="730.75860460612" y2="279.39819897098" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="731.686683659336" cy="279.39819897098" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="730.75860460612" y="278.470119917764" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="278.470119917764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="270.11740843882" x2="731.686683659336" y2="270.11740843882" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_13__stack1"><rect x="730.75860460612" y="269.189329385604" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="269.189329385604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">14</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="657.440359402056" y="535.548017658596" width="55.68474319296001" height="37.12316212864005" stroke-width="0.928079053216px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="657.440359402056" y="535.548017658596" width="55.68474319296001" height="37.12316212864005" fill="transparent"/><text class="sch-text" x="685.282730998536" y="554.109598722916" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 685.282730998536, 554.109598722916)">U2</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="544.828808190756" x2="639.8068573909519" y2="544.828808190756" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="638.878778337736" cy="544.828808190756" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="637.9506992845199" y="543.90072913754" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.1595688698959" y="543.9007291375401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="554.109598722916" x2="638.878778337736" y2="554.109598722916" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="637.9506992845199" y="553.1815196696999" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.1595688698959" y="553.1815196697" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="563.390389255076" x2="639.8068573909519" y2="563.390389255076" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="638.878778337736" cy="563.390389255076" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="637.9506992845199" y="562.46231020186" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.1595688698959" y="562.46231020186" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="558.749993988996" x2="731.6866836593359" y2="558.749993988996" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><rect x="730.7586046061199" y="557.82191493578" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.4058931271759" y="557.82191493578" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="549.4692034568361" x2="731.6866836593359" y2="549.4692034568361" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_4__stack1"><rect x="730.7586046061199" y="548.5411244036201" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.4058931271759" y="548.5411244036201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">5</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="208.6083036772866" y="410.025325711132" width="27.22705518419781" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 222.22183126938552 461.06967363801203 L 222.22183126938552 440.65193446726" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.22183126938552 430.443064881884 L 222.22183126938552 410.025325711132" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 235.83535886148442 440.65193446726 L 208.6083036772866 440.65193446726" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 235.83535886148442 430.443064881884 L 208.6083036772866 430.443064881884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="232.00533128870418" y="418.53271703227864" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="8.352711478944px">C1</text><text class="sch-component-text" x="232.0053312887042" y="452.5622823168654" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="222.22183126938552" cy="461.06967363801203" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></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="177.69912733222114" y="517.21845635758" width="27.22705518419781" height="51.044347926880164" fill="transparent"/><path class="sch-component-symbol-path" d="M 191.31265492432004 568.2628042844601 L 191.31265492432004 547.8450651137081" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 191.31265492432004 537.636195528332 L 191.31265492432004 517.21845635758" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 204.92618251641895 547.8450651137081 L 177.69912733222114 547.8450651137081" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 204.92618251641895 537.636195528332 L 177.69912733222114 537.636195528332" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="201.0961549436387" y="525.7258476787267" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="8.352711478944px">C2</text><text class="sch-component-text" x="201.09615494363874" y="559.7554129633133" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="191.31265492432004" cy="568.2628042844601" r="0.928079053216px" stroke-width="0.928079053216px" 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="208.6083036772866" y="302.83219506468396" width="27.22705518419781" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 222.22183126938552 353.876542991564 L 222.22183126938552 333.45880382081197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.22183126938552 323.249934235436 L 222.22183126938552 302.83219506468396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 235.83535886148442 333.45880382081197 L 208.6083036772866 333.45880382081197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 235.83535886148442 323.249934235436 L 208.6083036772866 323.249934235436" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="232.00533128870418" y="311.3395863858306" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="8.352711478944px">C_SENSE</text><text class="sch-component-text" x="232.0053312887042" y="345.36915167041735" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="222.22183126938552" cy="353.876542991564" r="0.928079053216px" stroke-width="0.928079053216px" 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-overlay sch-component-overlay" x="443.6745189562348" y="517.2184563575801" width="13.60842315730622" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 450.4787305348879 517.2184563575801 L 450.4787305348879 525.7275491569909" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 450.4787305348879 559.7537114850492 L 450.4787305348879 568.26280428446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 457.282942113541 525.7275491569909 L 457.282942113541 559.7537114850492 L 443.6745189562348 559.7537114850492 L 443.6745189562348 525.7275491569909 L 457.282942113541 525.7275491569909" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="464.09055664872255" y="529.1288042071853" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RREF</text><text class="sch-component-text" x="464.09055664872255" y="556.3524564348547" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component-overlay sch-component-overlay" x="317.763425925" y="639.6239790264382" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 317.763425925 646.4281906050912 L 326.2725187244109 646.4281906050912" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 360.298681052469 646.4281906050912 L 368.8077738518799 646.4281906050912" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 326.2725187244109 639.6239790264382 L 360.298681052469 639.6239790264382 L 360.298681052469 653.2324021837443 L 326.2725187244109 653.2324021837443 L 326.2725187244109 639.6239790264382" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="343.28559988843995" y="632.8163644912565" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">R_TOP</text><text class="sch-component-text" x="343.28559988843995" y="660.0400167189259" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="368.8077738518799" cy="646.4281906050912" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></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="317.94508115828364" y="336.5003346565806" width="13.60842315730622" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 324.74929273693675 336.5003346565806 L 324.74929273693675 345.0094274559915" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 324.74929273693675 379.03558978404976 L 324.74929273693675 387.54468258346066" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 331.55350431558986 345.0094274559915 L 331.55350431558986 379.03558978404976 L 317.94508115828364 379.03558978404976 L 317.94508115828364 345.0094274559915 L 331.55350431558986 345.0094274559915" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="338.36111885077145" y="348.41068250618594" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">R_BOT</text><text class="sch-component-text" x="338.36111885077145" y="375.6343347338553" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></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="424.95655657144795" y="609.6934295602222" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 476.0009044983279 616.4976411388752 L 467.491811698917 616.4976411388752" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 433.46564937085884 616.4976411388752 L 424.95655657144795 616.4976411388752" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 467.491811698917 623.3018527175283 L 433.46564937085884 623.3018527175283 L 433.46564937085884 609.6934295602222 L 467.491811698917 609.6934295602222 L 467.491811698917 623.3018527175283" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="450.4787305348879" y="602.8858150250405" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RTH_TOP</text><text class="sch-component-text" x="450.4787305348879" y="630.1094672527099" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="424.95655657144795" cy="616.4976411388752" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></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="954.193636667872" y="436.4252141977676" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 954.193636667872 443.2294257764207 L 962.7027294672829 443.2294257764207" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 996.7288917953412 443.2294257764207 L 1005.237984594752 443.2294257764207" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 962.7027294672829 436.4252141977676 L 996.7288917953412 436.4252141977676 L 996.7288917953412 450.03363735507384 L 962.7027294672829 450.03363735507384 L 962.7027294672829 436.4252141977676" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="979.715810631312" y="429.6175996625861" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RTH_100</text><text class="sch-component-text" x="979.715810631312" y="456.84125189025536" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="954.193636667872" cy="443.2294257764207" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></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="954.193636667872" y="344.5959357550171" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 954.193636667872 351.4001473336702 L 962.7027294672829 351.4001473336702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 996.7288917953412 351.4001473336702 L 1005.237984594752 351.4001473336702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 962.7027294672829 344.5959357550171 L 996.7288917953412 344.5959357550171 L 996.7288917953412 358.2043589123233 L 962.7027294672829 358.2043589123233 L 962.7027294672829 344.5959357550171" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="979.715810631312" y="337.78832121983555" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RTH_80</text><text class="sch-component-text" x="979.715810631312" y="365.01197344750483" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></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="954.193636667872" y="252.76665731226655" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 954.193636667872 259.57086889091966 L 962.7027294672829 259.57086889091966" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 996.7288917953412 259.57086889091966 L 1005.237984594752 259.57086889091966" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 962.7027294672829 252.76665731226655 L 996.7288917953412 252.76665731226655 L 996.7288917953412 266.37508046957277 L 962.7027294672829 266.37508046957277 L 962.7027294672829 252.76665731226655" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="979.715810631312" y="245.959042777085" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RTH_60</text><text class="sch-component-text" x="979.715810631312" y="273.1826950047543" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></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="954.193636667872" y="160.93737886951595" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 954.193636667872 167.74159044816906 L 962.7027294672829 167.74159044816906" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 996.7288917953412 167.74159044816906 L 1005.237984594752 167.74159044816906" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 962.7027294672829 160.93737886951595 L 996.7288917953412 160.93737886951595 L 996.7288917953412 174.54580202682217 L 962.7027294672829 174.54580202682217 L 962.7027294672829 160.93737886951595" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="979.715810631312" y="154.1297643343344" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RTH_40</text><text class="sch-component-text" x="979.715810631312" y="181.35341656200373" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="1005.237984594752" cy="167.74159044816906" r="0.928079053216px" stroke-width="0.928079053216px" 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-overlay sch-component-overlay" x="375.95002198428364" y="410.25734547443597" width="13.60842315730622" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 382.75423356293675 410.25734547443597 L 382.75423356293675 418.76643827384686" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 382.75423356293675 452.792600601905 L 382.75423356293675 461.3016934013159" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 389.55844514158986 418.76643827384686 L 389.55844514158986 452.792600601905 L 375.95002198428364 452.792600601905 L 375.95002198428364 418.76643827384686 L 389.55844514158986 418.76643827384686" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="396.3660596767714" y="422.1676933240413" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RTH_20</text><text class="sch-component-text" x="396.3660596767714" y="449.3913455517106" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></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="481.5946527304407" y="345.88695868357416" width="51.04434792687999" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 532.6390006573207 352.6911702622273 L 524.1299078579098 352.6911702622273" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 490.1037455298516 352.6911702622273 L 481.5946527304407 352.6911702622273" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 524.1299078579098 359.4953818408804 L 490.1037455298516 359.4953818408804 L 490.1037455298516 345.88695868357416 L 524.1299078579098 345.88695868357416 L 524.1299078579098 359.4953818408804" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="507.1168266938807" y="339.07934414839264" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RHYS1</text><text class="sch-component-text" x="507.1168266938807" y="366.3029963760619" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></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="481.10533929101604" y="116.70198036485564" width="51.04434792687999" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 532.149687217896 123.50619194350875 L 523.6405944184851 123.50619194350875" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 489.61443209042693 123.50619194350875 L 481.10533929101604 123.50619194350875" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 523.6405944184851 130.31040352216186 L 489.61443209042693 130.31040352216186 L 489.61443209042693 116.70198036485566 L 523.6405944184851 116.70198036485564 L 523.6405944184851 130.31040352216186" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="506.627513254456" y="109.89436582967409" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RHYS2</text><text class="sch-component-text" x="506.627513254456" y="137.11801805734342" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="481.10533929101604" cy="123.50619194350875" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component-overlay sch-component-overlay" x="622.637394906456" y="189.55618604231162" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 673.681742833336 196.36039762096473 L 665.1726500339252 196.36039762096473" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 631.1464877058669 196.36039762096473 L 622.637394906456 196.36039762096473" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 665.1726500339252 203.16460919961784 L 631.1464877058669 203.16460919961784 L 631.1464877058669 189.55618604231162 L 665.1726500339252 189.55618604231162 L 665.1726500339252 203.16460919961784" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="648.159568869896" y="182.74857150713007" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RHYS3</text><text class="sch-component-text" x="648.159568869896" y="209.9722237347994" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="622.637394906456" cy="196.36039762096473" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component-overlay sch-component-overlay" x="865.950488169515" y="375.8931465926273" width="13.608423157306106" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 872.754699748168 375.8931465926273 L 872.754699748168 384.4022393920382" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 872.754699748168 418.42840172009636 L 872.754699748168 426.93749451950725" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 879.5589113268211 384.4022393920382 L 879.5589113268211 418.42840172009636 L 865.950488169515 418.42840172009636 L 865.950488169515 384.4022393920382 L 879.5589113268211 384.4022393920382" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="886.3665258620027" y="387.80349444223265" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RHYS4</text><text class="sch-component-text" x="886.3665258620027" y="415.0271466699019" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component-overlay sch-component-overlay" x="789.691624485336" y="625.2387537015902" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 789.691624485336 632.0429652802433 L 798.2007172847468 632.0429652802433" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 832.2268796128051 632.0429652802433 L 840.7359724122159 632.0429652802433" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 798.2007172847468 625.2387537015902 L 832.2268796128051 625.2387537015902 L 832.2268796128051 638.8471768588963 L 798.2007172847468 638.8471768588963 L 798.2007172847468 625.2387537015902" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="815.213798448776" y="618.4311391664086" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RHYS5</text><text class="sch-component-text" x="815.213798448776" y="645.654791394078" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="840.7359724122159" cy="632.0429652802433" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component-overlay sch-component-overlay" x="583.8397299046676" y="336.93910027037197" width="13.608423157306333" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 590.6439414833208 387.983448197252 L 590.6439414833208 379.4743553978411" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 590.6439414833208 345.44819306978286 L 590.6439414833208 336.93910027037197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 583.8397299046676 379.4743553978411 L 583.8397299046677 345.44819306978286 L 597.4481530619739 345.44819306978286 L 597.4481530619738 379.4743553978411 L 583.8397299046676 379.4743553978411" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="604.2557675971555" y="348.8494481199773" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RPU1</text><text class="sch-component-text" x="604.2557675971555" y="376.0731003476467" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component-overlay sch-component-overlay" x="583.3504164652429" y="88.213914008484" width="13.608423157306106" height="51.044347926880036" fill="transparent"/><path class="sch-component-symbol-path" d="M 590.154628043896 88.213914008484 L 590.154628043896 96.72300680789489" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 590.154628043896 130.7491691359531 L 590.154628043896 139.25826193536403" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 596.958839622549 96.72300680789489 L 596.958839622549 130.7491691359531 L 583.3504164652429 130.7491691359531 L 583.3504164652429 96.72300680789489 L 596.958839622549 96.72300680789489" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="603.7664541577307" y="100.12426185808933" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RPU2</text><text class="sch-component-text" x="603.7664541577307" y="127.34791408575869" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component-overlay sch-component-overlay" x="724.882472080683" y="161.06811968594002" width="13.608423157306106" height="51.04434792687999" fill="transparent"/><path class="sch-component-symbol-path" d="M 731.686683659336 161.06811968594002 L 731.686683659336 169.5772124853509" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 731.686683659336 203.60337481340912 L 731.686683659336 212.11246761282" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 738.4908952379891 169.5772124853509 L 738.4908952379891 203.60337481340912 L 724.882472080683 203.60337481340912 L 724.882472080683 169.5772124853509 L 738.4908952379891 169.5772124853509" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="745.2985097731707" y="172.97846753554535" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RPU3</text><text class="sch-component-text" x="745.2985097731707" y="200.20211976321468" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component-overlay sch-component-overlay" x="847.2325257847281" y="320.8540981595589" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 898.276873711608 327.658309738212 L 889.7677809121972 327.658309738212" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 855.7416185841389 327.658309738212 L 847.2325257847281 327.658309738212" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 889.7677809121972 334.4625213168651 L 855.7416185841389 334.4625213168651 L 855.7416185841389 320.8540981595589 L 889.7677809121972 320.8540981595589 L 889.7677809121972 334.4625213168651" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="872.754699748168" y="314.04648362437734" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RPU4</text><text class="sch-component-text" x="872.754699748168" y="341.2701358520466" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component-overlay sch-component-overlay" x="724.8824720806829" y="621.395330081076" width="13.608423157306106" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 731.6866836593359 672.439678007956 L 731.6866836593359 663.9305852085452" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 731.6866836593359 629.9044228804869 L 731.6866836593359 621.395330081076" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 724.8824720806829 663.9305852085452 L 724.8824720806829 629.9044228804869 L 738.490895237989 629.9044228804869 L 738.490895237989 663.9305852085452 L 724.8824720806829 663.9305852085452" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="745.2985097731706" y="633.3056779306813" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RPU5</text><text class="sch-component-text" x="745.2985097731706" y="660.5293301583507" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component-overlay sch-component-overlay" x="555.119643784992" y="263.8614681541788" width="52.43646650670394" height="22.334050549151698" fill="transparent"/><path class="sch-component-symbol-path" d="M 588.1351967706945 279.39819897098 L 575.0260801440186 286.1955187033305" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 587.6496739326694 279.39819897098 L 607.556110291696 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 575.0260801440186 273.0864020766545 L 588.1351967706945 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 575.0260801440186 286.1955187033305 L 575.0260801440186 273.0864020766545" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 588.1351967706945 273.0864020766545 L 588.1351967706945 286.1955187033305" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 575.0260801440186 279.39819897098 L 555.119643784992 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 589.1062424467445 265.3180366682539 L 593.4759479889699 264.8325138302289 L 592.0193794748948 269.20221937245424" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 585.2220597425443 271.1443107245544 L 585.7075825805694 271.1443107245544 L 591.5338566368698 266.289082344304 L 591.5338566368698 266.289082344304" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 580.366831362294 264.34699099220387 L 585.2220597425443 263.8614681541788 L 583.2799683904442 268.23117369640414" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.4826486580936 270.1732650485043 L 576.9681714961187 269.68774221047926 L 583.2799683904442 265.3180366682539 L 583.2799683904442 265.3180366682539" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="581.337877038344" y="289.59417856950574" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><text class="sch-component-name sch-component-text" x="581.337877038344" y="259.4917626119535" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">LED1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component-overlay sch-component-overlay" x="472.7526278120719" y="272.5939873923269" width="51.04434792687999" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 472.7526278120719 279.39819897098 L 481.2617206114828 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 515.2878829395411 279.39819897098 L 523.7969757389519 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 481.2617206114828 272.5939873923269 L 515.2878829395411 272.5939873923269 L 515.2878829395411 286.2024105496331 L 481.2617206114828 286.2024105496331 L 481.2617206114828 272.5939873923269" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="498.27480177551195" y="265.7863728571453" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RLED1</text><text class="sch-component-text" x="498.27480177551195" y="293.0100250848147" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component-overlay sch-component-overlay" x="538.878260353712" y="181.2624324179548" width="52.43646650670394" height="22.334050549151726" fill="transparent"/><path class="sch-component-symbol-path" d="M 571.8938133394145 196.799163234756 L 558.7846967127385 203.59648296710654" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 571.4082905013894 196.799163234756 L 591.3147268604159 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 558.7846967127385 190.48736634043053 L 571.8938133394145 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 558.7846967127385 203.59648296710654 L 558.7846967127385 190.48736634043053" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 571.8938133394145 190.48736634043053 L 571.8938133394145 203.59648296710654" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 558.7846967127385 196.799163234756 L 538.878260353712 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 572.8648590154645 182.71900093202993 L 577.2345645576899 182.2334780940049 L 575.7779960436147 186.60318363623023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 568.9806763112642 188.5452749883304 L 569.4661991492893 188.5452749883304 L 575.2924732055898 183.69004660808002 L 575.2924732055898 183.69004660808002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 564.1254479310139 181.74795525597986 L 568.9806763112642 181.2624324179548 L 567.0385849591642 185.63213796018016" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 560.2412652268135 187.5742293122803 L 560.7267880648386 187.08870647425528 L 567.0385849591642 182.71900093202993 L 567.0385849591642 182.71900093202993" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="565.096493607064" y="206.9951428332818" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><text class="sch-component-name sch-component-text" x="565.096493607064" y="176.8927268757295" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">LED2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component-overlay sch-component-overlay" x="456.51124438079205" y="189.9949516561029" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 456.51124438079205 196.799163234756 L 465.02033718020294 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 499.0464995082611 196.799163234756 L 507.555592307672 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 465.02033718020294 189.9949516561029 L 499.0464995082611 189.9949516561029 L 499.0464995082611 203.60337481340912 L 465.02033718020294 203.60337481340912 L 465.02033718020294 189.9949516561029" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="482.033418344232" y="183.18733712092134" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RLED2</text><text class="sch-component-text" x="482.033418344232" y="210.41098934859068" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component-overlay sch-component-overlay" x="763.009351705376" y="254.5806776220188" width="52.43646650670394" height="22.334050549151698" fill="transparent"/><path class="sch-component-symbol-path" d="M 782.4302652263775 270.11740843882 L 795.5393818530534 276.9147281711705" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.9157880644026 270.11740843882 L 763.009351705376 270.11740843882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530534 263.8056115444945 L 782.4302652263775 270.11740843882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530534 276.9147281711705 L 795.5393818530534 263.8056115444945" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.4302652263775 263.8056115444945 L 782.4302652263775 276.9147281711705" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530534 270.11740843882 L 815.44581821208 270.11740843882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 781.4592195503275 256.0372461360939 L 777.0895140081021 255.5517232980689 L 778.5460825221772 259.92142884029425" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 785.3434022545277 261.8635201923944 L 784.8578794165027 261.8635201923944 L 779.0316053602022 257.008291812144 L 779.0316053602022 257.008291812144" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 790.198630634778 255.06620046004386 L 785.3434022545277 254.5806776220188 L 787.2854936066278 258.95038316424416" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.0828133389784 260.8924745163443 L 793.5972905009534 260.4069516783193 L 787.2854936066278 256.0372461360939 L 787.2854936066278 256.0372461360939" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="789.227584958728" y="280.31338803734576" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><text class="sch-component-name sch-component-text" x="789.227584958728" y="250.2109720797935" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">LED3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component-overlay sch-component-overlay" x="807.481507816907" y="161.06811968594002" width="13.608423157306106" height="51.04434792687999" fill="transparent"/><path class="sch-component-symbol-path" d="M 814.28571939556 161.06811968594002 L 814.28571939556 169.5772124853509" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 814.28571939556 203.60337481340912 L 814.28571939556 212.11246761282" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 821.0899309742131 169.5772124853509 L 821.0899309742131 203.60337481340912 L 807.481507816907 203.60337481340912 L 807.481507816907 169.5772124853509 L 821.0899309742131 169.5772124853509" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="827.8975455093947" y="172.97846753554535" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RLED3</text><text class="sch-component-text" x="827.8975455093947" y="200.20211976321468" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component-overlay sch-component-overlay" x="773.6908541419268" y="326.498210921692" width="22.334050549151698" height="52.43646650670394" fill="transparent"/><path class="sch-component-symbol-path" d="M 789.227584958728 345.9191244426935 L 796.0249046910785 359.02824106936947" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 789.227584958728 346.4046472807185 L 789.227584958728 326.498210921692" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.9157880644026 359.02824106936947 L 789.227584958728 345.9191244426935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 796.0249046910785 359.02824106936947 L 782.9157880644026 359.02824106936947" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.9157880644026 345.9191244426935 L 796.0249046910785 345.9191244426935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 789.227584958728 359.02824106936947 L 789.227584958728 378.93467742839596" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 775.1474226560019 344.9480787666434 L 774.6618998179769 340.57837322441804 L 779.0316053602022 342.03494173849316" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 780.9736967123024 348.8322614708437 L 780.9736967123024 348.34673863281864 L 776.118468332052 342.52046457651824 L 776.118468332052 342.52046457651824" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 774.1763769799519 353.6874898510941 L 773.6908541419268 348.8322614708437 L 778.0605596841522 350.77435282294385" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 780.0026510362524 357.57167255529436 L 779.5171281982273 357.08614971726934 L 775.1474226560019 350.77435282294385 L 775.1474226560019 350.77435282294385" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="799.4235645572538" y="362.91242377356974" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text><text class="sch-component-name sch-component-text" x="799.4235645572538" y="342.52046457651824" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">LED4</text><circle class="component-pin sch-component-pin" cx="789.227584958728" cy="326.498210921692" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_36__stack1"><rect class="component-overlay sch-component-overlay" x="782.423373380075" y="410.2573454744361" width="13.608423157306106" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 789.227584958728 461.301693401316 L 789.227584958728 452.7926006019051" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 789.227584958728 418.766438273847 L 789.227584958728 410.2573454744361" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.423373380075 452.7926006019051 L 782.423373380075 418.766438273847 L 796.0317965373811 418.766438273847 L 796.0317965373811 452.7926006019051 L 782.423373380075 452.7926006019051" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="802.8394110725627" y="422.1676933240414" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RLED4</text><text class="sch-component-text" x="802.8394110725627" y="449.3913455517107" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_37__stack1"><rect class="component-overlay sch-component-overlay" x="763.0093517053759" y="543.2132631721948" width="52.43646650670394" height="22.334050549151698" fill="transparent"/><path class="sch-component-symbol-path" d="M 782.4302652263774 558.749993988996 L 795.5393818530533 565.5473137213465" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.9157880644025 558.749993988996 L 763.0093517053759 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530533 552.4381970946706 L 782.4302652263774 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530533 565.5473137213465 L 795.5393818530533 552.4381970946706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.4302652263774 552.4381970946706 L 782.4302652263774 565.5473137213465" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530533 558.749993988996 L 815.4458182120799 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 781.4592195503274 544.66983168627 L 777.089514008102 544.1843088482449 L 778.5460825221771 548.5540143904702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 785.3434022545276 550.4961057425704 L 784.8578794165026 550.4961057425704 L 779.0316053602021 545.64087736232 L 779.0316053602021 545.64087736232" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 790.1986306347779 543.6987860102199 L 785.3434022545276 543.2132631721948 L 787.2854936066277 547.5829687144202" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.0828133389783 549.5250600665204 L 793.5972905009532 549.0395372284953 L 787.2854936066277 544.66983168627 L 787.2854936066277 544.66983168627" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="789.2275849587279" y="568.9459735875218" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><text class="sch-component-name sch-component-text" x="789.2275849587279" y="538.8435576299695" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">LED5</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_38__stack1"><rect class="component-overlay sch-component-overlay" x="874.6108578545999" y="551.945782410343" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 925.6552057814798 558.749993988996 L 917.146112982069 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 883.1199506540107 558.749993988996 L 874.6108578545999 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 917.146112982069 565.5542055676491 L 883.1199506540107 565.5542055676491 L 883.1199506540107 551.945782410343 L 917.146112982069 551.945782410343 L 917.146112982069 565.5542055676491" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="900.1330318180399" y="545.1381678751613" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RLED5</text><text class="sch-component-text" x="900.1330318180399" y="572.3618201028307" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="343.28559988843995" cy="748.0275730194264" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="343.28559988843995" cy="757.3083635515865" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="436.09350521004" cy="757.3083635515865" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="436.09350521004" cy="748.0275730194264" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="164.63038214435994" cy="652.0219388372041" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="164.63038214435994" cy="661.302729369364" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="257.43828746596" cy="661.302729369364" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="257.43828746596" cy="652.0219388372041" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="298.2737658074639" cy="546.5421849043855" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="391.08167112906403" cy="546.5421849043855" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="330.06047338011194" cy="254.4545768174662" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="422.868378701712" cy="254.4545768174662" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="508.4836713608879" cy="616.4976411388752" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="508.4836713608879" cy="625.7784316710352" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="601.2915766824879" cy="621.1380364049553" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="638.878778337736" cy="270.11740843882" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="638.878778337736" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="638.878778337736" cy="288.67898950314003" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="638.878778337736" cy="297.9597800353" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="638.878778337736" cy="307.24057056746" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="638.878778337736" cy="316.52136109962" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_6__stack1"><circle cx="638.878778337736" cy="325.80215163178" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_7__stack1"><circle cx="731.686683659336" cy="325.80215163178" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_8__stack1"><circle cx="731.686683659336" cy="316.52136109962" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_9__stack1"><circle cx="731.686683659336" cy="307.24057056746" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_10__stack1"><circle cx="731.686683659336" cy="297.9597800353" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_11__stack1"><circle cx="731.686683659336" cy="288.67898950314003" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_12__stack1"><circle cx="731.686683659336" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_13__stack1"><circle cx="731.686683659336" cy="270.11740843882" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="638.878778337736" cy="544.828808190756" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="638.878778337736" cy="554.109598722916" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="638.878778337736" cy="563.390389255076" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_3__stack1"><circle cx="731.6866836593359" cy="558.749993988996" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_4__stack1"><circle cx="731.6866836593359" cy="549.4692034568361" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="222.22183126938552" cy="421.626313876332" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="222.22183126938552" cy="472.67066180321206" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="191.31265492432004" cy="528.81944452278" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="191.31265492432004" cy="579.86379244966" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="222.22183126938552" cy="314.433183229884" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="222.22183126938552" cy="365.47753115676403" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="450.4787305348879" cy="528.81944452278" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="450.4787305348879" cy="579.86379244966" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="329.3644140902" cy="646.4281906050912" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="380.40876201707994" cy="646.4281906050912" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="324.74929273693675" cy="348.1013228217806" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="324.74929273693675" cy="399.14567074866073" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="487.6018926635279" cy="616.4976411388752" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="436.5575447366479" cy="616.4976411388752" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="965.794624833072" cy="443.2294257764207" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="1016.838972759952" cy="443.2294257764207" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="965.794624833072" cy="351.4001473336702" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="1016.838972759952" cy="351.4001473336702" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="965.794624833072" cy="259.57086889091966" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="1016.838972759952" cy="259.57086889091966" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="965.794624833072" cy="167.74159044816906" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="1016.838972759952" cy="167.74159044816906" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="382.75423356293675" cy="421.85833363963593" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="382.75423356293675" cy="472.9026815665159" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="544.2399888225207" cy="352.6911702622273" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="493.19564089564074" cy="352.6911702622273" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="543.750675383096" cy="123.50619194350875" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="492.706327456216" cy="123.50619194350875" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="685.282730998536" cy="196.36039762096473" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="634.238383071656" cy="196.36039762096473" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="872.754699748168" cy="387.4941347578273" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="872.754699748168" cy="438.5384826847072" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="801.292612650536" cy="632.0429652802433" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="852.336960577416" cy="632.0429652802433" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="590.6439414833208" cy="399.58443636245204" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="590.6439414833208" cy="348.540088435572" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="590.154628043896" cy="99.81490217368403" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="590.154628043896" cy="150.85925010056405" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="731.686683659336" cy="172.66910785114" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="731.686683659336" cy="223.71345577802" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="909.8778618768081" cy="327.658309738212" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="858.8335139499281" cy="327.658309738212" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="731.6866836593359" cy="684.0406661731561" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="731.6866836593359" cy="632.996318246276" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="556.279742601512" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="608.7162091082159" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="484.35361597727194" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="535.397963904152" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="540.0383591702321" cy="196.799163234756" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="592.474825676936" cy="196.799163234756" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="468.112232545992" cy="196.799163234756" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="519.156580472872" cy="196.799163234756" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="816.6059170286001" cy="270.11740843882" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="764.169450521896" cy="270.11740843882" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="814.28571939556" cy="172.66910785114" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="814.28571939556" cy="223.71345577802003" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="789.227584958728" cy="380.094776244916" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="789.227584958728" cy="327.658309738212" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_0__stack1"><circle cx="789.227584958728" cy="472.902681566516" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_1__stack1"><circle cx="789.227584958728" cy="421.85833363963604" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_0__stack1"><circle cx="816.6059170286" cy="558.749993988996" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_1__stack1"><circle cx="764.1694505218959" cy="558.749993988996" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_0__stack1"><circle cx="937.2561939466799" cy="558.749993988996" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_1__stack1"><circle cx="886.2118460197999" cy="558.749993988996" r="1.856158106432" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
268
+ </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 485.2816950304879 616.4976411388752 L 485.2816950304879 592.3802227116676 L 450.4787305348879 592.3802227116676 L 450.4787305348879 568.2628042844599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.2816950304879 616.4976411388752 L 485.2816950304879 592.3802227116676 L 450.4787305348879 592.3802227116676 L 450.4787305348879 568.2628042844599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 476.00090449832794 616.4976411388752 L 508.4836713608879 616.4976411388752" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 476.00090449832794 616.4976411388752 L 508.4836713608879 616.4976411388752" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 164.63038214435994 661.302729369364 L 155.34959161220002 661.302729369364 L 155.34959161220002 670.5835199015239 L 155.34959161220002 652.0219388372041 L 164.63038214435994 652.0219388372041" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 164.63038214435994 661.302729369364 L 155.34959161220002 661.302729369364 L 155.34959161220002 670.5835199015239 L 155.34959161220002 652.0219388372041 L 164.63038214435994 652.0219388372041" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 257.43828746596 652.0219388372041 L 266.71907799811993 652.0219388372041 L 266.71907799811993 661.302729369364 L 257.43828746596 661.302729369364" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 257.43828746596 652.0219388372041 L 266.71907799811993 652.0219388372041 L 266.71907799811993 661.302729369364 L 257.43828746596 661.302729369364" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 638.878778337736 279.39819897098 L 607.556110291696 279.39819897098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 638.878778337736 279.39819897098 L 607.556110291696 279.39819897098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 532.1496872178959 123.50619194350875 L 561.152157630896 123.50619194350875 L 561.152157630896 148.53905246752402 L 590.154628043896 148.53905246752402 L 590.154628043896 139.25826193536403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.1496872178959 123.50619194350875 L 561.152157630896 123.50619194350875 L 561.152157630896 148.53905246752402 L 590.154628043896 148.53905246752402 L 590.154628043896 139.25826193536403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.686683659336 270.11740843882 L 763.009351705376 270.11740843882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.686683659336 270.11740843882 L 763.009351705376 270.11740843882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.686683659336 212.11246761282 L 731.686683659336 241.11493802582 L 740.967474191496 241.11493802582 L 740.967474191496 270.11740843882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.686683659336 212.11246761282 L 731.686683659336 241.11493802582 L 740.967474191496 241.11493802582 L 740.967474191496 270.11740843882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 673.681742833336 196.36039762096473 L 702.684213246336 196.36039762096473 L 702.684213246336 221.39325814498 L 731.686683659336 221.39325814498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 673.681742833336 196.36039762096473 L 702.684213246336 196.36039762096473 L 702.684213246336 221.39325814498 L 731.686683659336 221.39325814498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 872.754699748168 375.89314659262726 L 872.754699748168 351.77572816541965 L 837.9517352525681 351.77572816541965 L 837.9517352525681 327.658309738212 L 847.2325257847281 327.658309738212" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 872.754699748168 375.89314659262726 L 872.754699748168 351.77572816541965 L 837.9517352525681 351.77572816541965 L 837.9517352525681 327.658309738212 L 847.2325257847281 327.658309738212" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.6866836593359 558.749993988996 L 763.0093517053759 558.749993988996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.6866836593359 558.749993988996 L 763.0093517053759 558.749993988996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.6866836593359 621.395330081076 L 731.6866836593359 590.072662035036 L 740.967474191496 590.072662035036 L 740.967474191496 558.749993988996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.6866836593359 621.395330081076 L 731.6866836593359 590.072662035036 L 740.967474191496 590.072662035036 L 740.967474191496 558.749993988996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 789.6916244853359 632.0429652802433 L 778.3100191270315 632.0429652802433 L 778.3100191270315 612.1145395489159 L 731.6866836593359 612.1145395489159" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 789.6916244853359 632.0429652802433 L 778.3100191270315 632.0429652802433 L 778.3100191270315 612.1145395489159 L 731.6866836593359 612.1145395489159" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 523.796975738952 279.39819897098 L 555.119643784992 279.39819897098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 523.796975738952 279.39819897098 L 555.119643784992 279.39819897098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 507.555592307672 196.799163234756 L 538.878260353712 196.799163234756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 507.555592307672 196.799163234756 L 538.878260353712 196.799163234756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 814.28571939556 212.11246761282 L 814.28571939556 241.11493802582 L 824.72660874424 241.11493802582 L 824.72660874424 270.11740843882 L 815.44581821208 270.11740843882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 814.28571939556 212.11246761282 L 814.28571939556 241.11493802582 L 824.72660874424 241.11493802582 L 824.72660874424 270.11740843882 L 815.44581821208 270.11740843882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 789.227584958728 410.257345474436 L 789.227584958728 378.934677428396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 789.227584958728 410.257345474436 L 789.227584958728 378.934677428396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 874.6108578545999 558.749993988996 L 815.44581821208 558.749993988996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.6108578545999 558.749993988996 L 815.44581821208 558.749993988996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 343.28559988843995 757.3083635515865 L 334.00480935627996 757.3083635515865 L 334.00480935627996 748.0275730194264 L 343.28559988843995 748.0275730194264" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.28559988843995 757.3083635515865 L 334.00480935627996 757.3083635515865 L 334.00480935627996 748.0275730194264 L 343.28559988843995 748.0275730194264" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 436.09350521004 748.0275730194264 L 445.3742957422 748.0275730194264 L 445.3742957422 757.3083635515865 L 436.09350521004 757.3083635515865" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 436.09350521004 748.0275730194264 L 445.3742957422 748.0275730194264 L 445.3742957422 757.3083635515865 L 436.09350521004 757.3083635515865" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 456.511244380792 196.799163234756 L 447.230453848632 196.799163234756 L 447.230453848632 279.39819897098 L 472.752627812072 279.39819897098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.511244380792 196.799163234756 L 447.230453848632 196.799163234756 L 447.230453848632 279.39819897098 L 472.752627812072 279.39819897098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.686683659336 161.06811968594002 L 731.686683659336 151.78732915378 L 814.28571939556 151.78732915378 L 814.28571939556 161.06811968594" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.686683659336 161.06811968594002 L 731.686683659336 151.78732915378 L 814.28571939556 151.78732915378 L 814.28571939556 161.06811968594" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 324.74929273693675 336.5003346565806 L 324.74929273693675 294.62076738020863 L 261.382623442128 294.62076738020863 L 261.382623442128 252.74120010383666" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 324.74929273693675 336.5003346565806 L 324.74929273693675 294.62076738020863 L 261.382623442128 294.62076738020863 L 261.382623442128 252.74120010383666" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 382.75423356293675 461.3016934013159 L 382.75423356293675 470.58248393347594 L 324.74929273693675 470.58248393347594 L 324.74929273693675 387.5446825834607" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 382.75423356293675 461.3016934013159 L 382.75423356293675 470.58248393347594 L 324.74929273693675 470.58248393347594 L 324.74929273693675 387.5446825834607" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 368.80777385188 544.828808190756 L 378.08856438403996 544.828808190756 L 378.08856438403996 595.6284993979236 L 308.48263539283994 595.6284993979236 L 308.48263539283994 646.4281906050912 L 317.763425925 646.4281906050912" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.80777385188 544.828808190756 L 378.08856438403996 544.828808190756 L 378.08856438403996 595.6284993979236 L 308.48263539283994 595.6284993979236 L 308.48263539283994 646.4281906050912 L 317.763425925 646.4281906050912" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 275.9998685302799 544.828808190756 L 233.65626172730003 544.828808190756 L 233.65626172730003 507.93766582541997 L 191.31265492432004 507.93766582541997 L 191.31265492432004 517.21845635758" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 275.9998685302799 544.828808190756 L 233.65626172730003 544.828808190756 L 233.65626172730003 507.93766582541997 L 191.31265492432004 507.93766582541997 L 191.31265492432004 517.21845635758" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.6866836593359 549.4692034568361 L 747.3480176823559 549.4692034568361 L 747.3480176823559 522.090871386964 L 789.227584958728 522.090871386964 L 789.227584958728 461.301693401316" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.6866836593359 549.4692034568361 L 747.3480176823559 549.4692034568361 L 747.3480176823559 522.090871386964 L 789.227584958728 522.090871386964 L 789.227584958728 461.301693401316" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 450.4787305348879 517.21845635758 L 450.4787305348879 452.600952277416 L 590.6439414833208 452.600952277416 L 590.6439414833208 387.983448197252" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 450.4787305348879 517.21845635758 L 450.4787305348879 452.600952277416 L 590.6439414833208 452.600952277416 L 590.6439414833208 387.983448197252" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 222.22183126938552 302.83219506468396 L 222.22183126938552 252.74120010383666 L 307.786576102928 252.74120010383666" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 222.22183126938552 302.83219506468396 L 222.22183126938552 252.74120010383666 L 307.786576102928 252.74120010383666" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 382.75423356293675 410.25734547443597 L 382.75423356293675 352.6911702622273 L 481.5946527304407 352.6911702622273" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 382.75423356293675 410.25734547443597 L 382.75423356293675 352.6911702622273 L 481.5946527304407 352.6911702622273" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 1005.237984594752 259.57086889091966 L 1014.518775126912 259.57086889091966 L 1014.518775126912 213.65622966954436 L 944.912846135712 213.65622966954436 L 944.912846135712 167.74159044816906 L 954.193636667872 167.74159044816906" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.237984594752 259.57086889091966 L 1014.518775126912 259.57086889091966 L 1014.518775126912 213.65622966954436 L 944.912846135712 213.65622966954436 L 944.912846135712 167.74159044816906 L 954.193636667872 167.74159044816906" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 1005.237984594752 351.4001473336702 L 1014.518775126912 351.4001473336702 L 1014.518775126912 305.4855081122949 L 944.912846135712 305.4855081122949 L 944.912846135712 259.57086889091966 L 954.193636667872 259.57086889091966" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.237984594752 351.4001473336702 L 1014.518775126912 351.4001473336702 L 1014.518775126912 305.4855081122949 L 944.912846135712 305.4855081122949 L 944.912846135712 259.57086889091966 L 954.193636667872 259.57086889091966" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 731.686683659336 297.9597800353 L 837.023656199352 297.9597800353 L 837.023656199352 436.2182850516673 L 872.754699748168 436.2182850516673 L 872.754699748168 426.93749451950725" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.686683659336 297.9597800353 L 837.023656199352 297.9597800353 L 837.023656199352 436.2182850516673 L 872.754699748168 436.2182850516673 L 872.754699748168 426.93749451950725" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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 1005.237984594752 443.2294257764207 L 1014.518775126912 443.2294257764207 L 1014.518775126912 397.31478655504543 L 944.912846135712 397.31478655504543 L 944.912846135712 351.4001473336702 L 954.193636667872 351.4001473336702" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.237984594752 443.2294257764207 L 1014.518775126912 443.2294257764207 L 1014.518775126912 397.31478655504543 L 944.912846135712 397.31478655504543 L 944.912846135712 351.4001473336702 L 954.193636667872 351.4001473336702" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_34__stack1"><path d="M 532.6390006573207 352.6911702622273 L 541.9197911894807 352.6911702622273 L 541.9197911894807 336.939100270372 L 590.6439414833208 336.939100270372" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.6390006573207 352.6911702622273 L 541.9197911894807 352.6911702622273 L 541.9197911894807 336.939100270372 L 590.6439414833208 336.939100270372" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_35__stack1"><path d="M 590.6439414833208 336.939100270372 L 590.6439414833208 308.168649620676 L 616.836900823856 308.168649620676 L 616.836900823856 279.39819897098 L 607.556110291696 279.39819897098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 590.6439414833208 336.939100270372 L 590.6439414833208 308.168649620676 L 616.836900823856 308.168649620676 L 616.836900823856 279.39819897098 L 607.556110291696 279.39819897098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_36__stack1"><path d="M 731.686683659336 325.80215163178 L 769.7843287938528 325.80215163178 L 769.7843287938528 307.24057056746 L 731.686683659336 307.24057056746" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.686683659336 325.80215163178 L 769.7843287938528 325.80215163178 L 769.7843287938528 307.24057056746 L 731.686683659336 307.24057056746" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_37__stack1"><path d="M 638.878778337736 316.52136109962 L 629.597987805576 316.52136109962 L 629.597987805576 297.9597800353 L 638.878778337736 297.9597800353" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 638.878778337736 316.52136109962 L 629.597987805576 316.52136109962 L 629.597987805576 297.9597800353 L 638.878778337736 297.9597800353" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_38__stack1"><path d="M 638.878778337736 270.11740843882 L 615.096752599076 270.11740843882 L 615.096752599076 196.799163234756 L 591.314726860416 196.799163234756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 638.878778337736 270.11740843882 L 615.096752599076 270.11740843882 L 615.096752599076 196.799163234756 L 591.314726860416 196.799163234756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_39__stack1"><path d="M 898.276873711608 327.658309738212 L 910.5275172140592 327.658309738212 L 910.5275172140592 452.51021630858077 L 934.9359963136399 452.51021630858077 L 934.9359963136399 558.749993988996 L 925.6552057814799 558.749993988996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 898.276873711608 327.658309738212 L 910.5275172140592 327.658309738212 L 910.5275172140592 452.51021630858077 L 934.9359963136399 452.51021630858077 L 934.9359963136399 558.749993988996 L 925.6552057814799 558.749993988996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_40__stack1"><path d="M 266.71907799811993 661.302729369364 L 278.784105689928 661.302729369364" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 266.71907799811993 661.302729369364 L 278.784105689928 661.302729369364" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_41__stack1"><path d="M 400.594481424528 252.74120010383666 L 410.3857154359568 252.74120010383666 L 410.3857154359568 262.0683945886575" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 400.594481424528 252.74120010383666 L 410.3857154359568 252.74120010383666 L 410.3857154359568 262.0683945886575" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_42__stack1"><path d="M 508.4836713608879 625.7784316710352 L 498.6924373494591 625.7784316710352 L 498.6924373494591 635.105626155856" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 508.4836713608879 625.7784316710352 L 498.6924373494591 625.7784316710352 L 498.6924373494591 635.105626155856" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_43__stack1"><path d="M 638.878778337736 554.109598722916 L 582.6835916655072 554.109598722916 L 582.6835916655072 568.0771884738168" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 638.878778337736 554.109598722916 L 582.6835916655072 554.109598722916 L 582.6835916655072 568.0771884738168" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_44__stack1"><path d="M 222.22183126938552 410.0253257111319 L 222.22183126938552 405.3385264923911 L 201.29364861936477 405.3385264923911" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 222.22183126938552 410.0253257111319 L 222.22183126938552 405.3385264923911 L 201.29364861936477 405.3385264923911" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_45__stack1"><path d="M 590.154628043896 88.21391400848401 L 590.154628043896 27.84237159678318 L 541.3840737973952 27.84237159678318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 590.154628043896 88.21391400848401 L 590.154628043896 27.84237159678318 L 541.3840737973952 27.84237159678318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" 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_46__stack1"><path d="M 731.6866836593359 672.439678007956 L 731.6866836593359 677.1264772266968 L 722.3594891745151 677.1264772266968" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.424632425728px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.6866836593359 672.439678007956 L 731.6866836593359 677.1264772266968 L 722.3594891745151 677.1264772266968" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="266.71907799811993" cy="661.302729369364" r="1.392118579824" 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"><circle cx="607.556110291696" cy="279.39819897098" r="1.392118579824" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><circle cx="590.6439414833208" cy="336.939100270372" r="1.392118579824" 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_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__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="361.84718095275997" y="738.7467824872665" width="55.68474319295996" height="27.842371596480007" stroke-width="0.928079053216px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="361.84718095275997" y="738.7467824872665" width="55.68474319295996" height="27.842371596480007" fill="transparent"/><text class="sch-text" x="389.68955254924" y="752.6679682855065" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 389.68955254924, 752.6679682855065)">J_BAT_POS</text><line class="component-pin sch-component-pin sch-port-line" x1="361.84718095275997" y1="748.0275730194264" x2="343.28559988843995" y2="748.0275730194264" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="342.35752083522397" y="747.0994939662104" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="352.5663904206" y="747.0994939662105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="361.84718095275997" y1="757.3083635515865" x2="343.28559988843995" y2="757.3083635515865" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="342.35752083522397" y="756.3802844983704" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="352.5663904206" y="756.3802844983704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="417.5319241457199" y1="757.3083635515865" x2="436.09350521004" y2="757.3083635515865" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="435.165426156824" y="756.3802844983704" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="426.81271467787997" y="756.3802844983704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="417.5319241457199" y1="748.0275730194264" x2="436.09350521004" y2="748.0275730194264" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="435.165426156824" y="747.0994939662104" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="426.81271467787997" y="747.0994939662105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">4</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="183.19196320867997" y="642.7411483050439" width="55.68474319296001" height="27.84237159648012" stroke-width="0.928079053216px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="183.19196320867997" y="642.7411483050439" width="55.68474319296001" height="27.84237159648012" fill="transparent"/><text class="sch-text" x="211.03433480515997" y="656.6623341032839" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 211.03433480515997, 656.6623341032839)">J_BAT_NEG</text><line class="component-pin sch-component-pin sch-port-line" x1="183.19196320867997" y1="652.0219388372041" x2="164.63038214435994" y2="652.0219388372041" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="163.70230309114393" y="651.093859783988" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="173.91117267651993" y="651.093859783988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="183.19196320867997" y1="661.302729369364" x2="164.63038214435994" y2="661.302729369364" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="163.70230309114393" y="660.374650316148" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="173.91117267651993" y="660.3746503161481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="238.87670640163998" y1="661.302729369364" x2="257.43828746596" y2="661.302729369364" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="256.510208412744" y="660.374650316148" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="248.15749693380002" y="660.3746503161481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="238.87670640163998" y1="652.0219388372041" x2="257.43828746596" y2="652.0219388372041" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="256.510208412744" y="651.093859783988" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="248.15749693380002" y="651.093859783988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">4</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="275.9998685302799" y="532.3354363205406" width="92.80790532160006" height="24.094360035415434" fill="transparent"/><path class="sch-component-symbol-path" d="M 334.89719306129535 544.8288081907559 L 311.6952167308953 556.429796355956" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 311.6952167308953 532.3354363205406 L 334.89719306129535 544.8288081907559" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 311.6952167308953 556.429796355956 L 311.6952167308953 532.3354363205406" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 334.89719306129535 532.3354363205406 L 334.89719306129535 556.429796355956" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 311.6952167308953 544.8288081907559 L 275.9998685302799 544.8288081907559" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 368.80777385188 544.8288081907559 L 335.78957676631074 544.8288081907559" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="321.51143748606455" y="524.303982975402" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">D_PROT</text><text class="sch-component-text" x="322.40382119107994" y="572.4927030462329" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></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="307.78657610292794" y="240.2478282336213" width="92.80790532159995" height="24.094360035415377" fill="transparent"/><path class="sch-component-symbol-path" d="M 366.6839006339433 252.7412001038367 L 343.4819243035433 264.3421882690367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 343.4819243035433 240.2478282336213 L 366.6839006339433 252.7412001038367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 343.4819243035433 264.3421882690367 L 343.4819243035433 240.2478282336213" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 366.6839006339433 240.2478282336213 L 366.6839006339433 264.3421882690367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 343.4819243035433 252.7412001038367 L 307.78657610292794 252.7412001038367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 400.5944814245279 252.7412001038367 L 367.57628433895866 252.7412001038367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="353.2981450587125" y="232.21637488848285" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">D_SENSE_CLAMP</text><text class="sch-component-text" x="354.1905287637279" y="280.4050949593136" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></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="527.0452524252079" y="607.2168506067153" width="55.68474319296001" height="27.842371596480007" stroke-width="0.928079053216px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="527.0452524252079" y="607.2168506067153" width="55.68474319296001" height="27.842371596480007" fill="transparent"/><text class="sch-text" x="554.8876240216879" y="621.1380364049553" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 554.8876240216879, 621.1380364049553)">U_REF</text><line class="component-pin sch-component-pin sch-port-line" x1="527.0452524252079" y1="616.4976411388752" x2="508.4836713608879" y2="616.4976411388752" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="507.55559230767193" y="615.5695620856592" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.764461893048" y="615.5695620856593" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="527.0452524252079" y1="625.7784316710352" x2="508.4836713608879" y2="625.7784316710352" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="507.55559230767193" y="624.8503526178191" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.764461893048" y="624.8503526178192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="582.7299956181679" y1="621.1380364049553" x2="600.3634976292719" y2="621.1380364049553" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="601.2915766824879" cy="621.1380364049553" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="600.3634976292718" y="620.2099573517393" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.0107861503279" y="620.2099573517393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="657.440359402056" y="260.83661790666" width="55.68474319296001" height="74.24632425727998" stroke-width="0.928079053216px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="657.440359402056" y="260.83661790666" width="55.68474319296001" height="74.24632425727998" fill="transparent"/><text class="sch-text" x="685.282730998536" y="297.9597800353" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 685.282730998536, 297.9597800353)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="270.11740843882" x2="638.878778337736" y2="270.11740843882" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="637.9506992845199" y="269.189329385604" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="269.189329385604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="279.39819897098" x2="638.878778337736" y2="279.39819897098" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="637.9506992845199" y="278.470119917764" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="278.470119917764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="288.67898950314003" x2="639.806857390952" y2="288.67898950314003" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="638.878778337736" cy="288.67898950314003" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="637.9506992845199" y="287.75091044992405" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="287.750910449924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="297.9597800353" x2="638.878778337736" y2="297.9597800353" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="637.9506992845199" y="297.03170098208403" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="297.03170098208403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="307.24057056746" x2="639.806857390952" y2="307.24057056746" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="638.878778337736" cy="307.24057056746" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="637.9506992845199" y="306.312491514244" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="306.312491514244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="316.52136109962" x2="638.878778337736" y2="316.52136109962" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="637.9506992845199" y="315.593282046404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="315.593282046404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="325.80215163178" x2="639.806857390952" y2="325.80215163178" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="638.878778337736" cy="325.80215163178" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="637.9506992845199" y="324.87407257856404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.159568869896" y="324.874072578564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="325.80215163178" x2="731.686683659336" y2="325.80215163178" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_7__stack1"><rect x="730.75860460612" y="324.87407257856404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="324.874072578564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="316.52136109962" x2="730.75860460612" y2="316.52136109962" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="731.686683659336" cy="316.52136109962" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="730.75860460612" y="315.593282046404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="315.593282046404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="307.24057056746" x2="731.686683659336" y2="307.24057056746" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_9__stack1"><rect x="730.75860460612" y="306.312491514244" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="306.312491514244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="297.9597800353" x2="731.686683659336" y2="297.9597800353" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_10__stack1"><rect x="730.75860460612" y="297.03170098208403" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="297.031700982084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="288.67898950314003" x2="730.75860460612" y2="288.67898950314003" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="731.686683659336" cy="288.67898950314003" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="730.75860460612" y="287.75091044992405" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="287.750910449924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="279.39819897098" x2="730.75860460612" y2="279.39819897098" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="731.686683659336" cy="279.39819897098" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="730.75860460612" y="278.470119917764" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="278.470119917764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="270.11740843882" x2="731.686683659336" y2="270.11740843882" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_13__stack1"><rect x="730.75860460612" y="269.189329385604" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.405893127176" y="269.189329385604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">14</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="657.440359402056" y="535.548017658596" width="55.68474319296001" height="37.12316212864005" stroke-width="0.928079053216px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="657.440359402056" y="535.548017658596" width="55.68474319296001" height="37.12316212864005" fill="transparent"/><text class="sch-text" x="685.282730998536" y="554.109598722916" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 685.282730998536, 554.109598722916)">U2</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="544.828808190756" x2="639.8068573909519" y2="544.828808190756" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="638.878778337736" cy="544.828808190756" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="637.9506992845199" y="543.90072913754" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.1595688698959" y="543.9007291375401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="554.109598722916" x2="638.878778337736" y2="554.109598722916" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="637.9506992845199" y="553.1815196696999" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.1595688698959" y="553.1815196697" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="657.440359402056" y1="563.390389255076" x2="639.8068573909519" y2="563.390389255076" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="638.878778337736" cy="563.390389255076" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="637.9506992845199" y="562.46231020186" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="648.1595688698959" y="562.46231020186" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="558.749993988996" x2="731.6866836593359" y2="558.749993988996" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><rect x="730.7586046061199" y="557.82191493578" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.4058931271759" y="557.82191493578" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="713.125102595016" y1="549.4692034568361" x2="731.6866836593359" y2="549.4692034568361" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_4__stack1"><rect x="730.7586046061199" y="548.5411244036201" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="722.4058931271759" y="548.5411244036201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.96059289912px" transform="">5</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="208.6083036772866" y="410.025325711132" width="27.22705518419781" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 222.22183126938552 461.06967363801203 L 222.22183126938552 440.65193446726" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.22183126938552 430.443064881884 L 222.22183126938552 410.025325711132" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 235.83535886148442 440.65193446726 L 208.6083036772866 440.65193446726" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 235.83535886148442 430.443064881884 L 208.6083036772866 430.443064881884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="232.00533128870418" y="418.53271703227864" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="8.352711478944px">C1</text><text class="sch-component-text" x="232.0053312887042" y="452.5622823168654" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="222.22183126938552" cy="461.06967363801203" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></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="177.69912733222114" y="517.21845635758" width="27.22705518419781" height="51.044347926880164" fill="transparent"/><path class="sch-component-symbol-path" d="M 191.31265492432004 568.2628042844601 L 191.31265492432004 547.8450651137081" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 191.31265492432004 537.636195528332 L 191.31265492432004 517.21845635758" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 204.92618251641895 547.8450651137081 L 177.69912733222114 547.8450651137081" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 204.92618251641895 537.636195528332 L 177.69912733222114 537.636195528332" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="201.0961549436387" y="525.7258476787267" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="8.352711478944px">C2</text><text class="sch-component-text" x="201.09615494363874" y="559.7554129633133" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="191.31265492432004" cy="568.2628042844601" r="0.928079053216px" stroke-width="0.928079053216px" 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="208.6083036772866" y="302.83219506468396" width="27.22705518419781" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 222.22183126938552 353.876542991564 L 222.22183126938552 333.45880382081197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.22183126938552 323.249934235436 L 222.22183126938552 302.83219506468396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 235.83535886148442 333.45880382081197 L 208.6083036772866 333.45880382081197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 235.83535886148442 323.249934235436 L 208.6083036772866 323.249934235436" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="232.00533128870418" y="311.3395863858306" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="8.352711478944px">C_SENSE</text><text class="sch-component-text" x="232.0053312887042" y="345.36915167041735" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="222.22183126938552" cy="353.876542991564" r="0.928079053216px" stroke-width="0.928079053216px" 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-overlay sch-component-overlay" x="443.6745189562348" y="517.2184563575801" width="13.60842315730622" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 450.4787305348879 517.2184563575801 L 450.4787305348879 525.7275491569909" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 450.4787305348879 559.7537114850492 L 450.4787305348879 568.26280428446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 457.282942113541 525.7275491569909 L 457.282942113541 559.7537114850492 L 443.6745189562348 559.7537114850492 L 443.6745189562348 525.7275491569909 L 457.282942113541 525.7275491569909" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="464.09055664872255" y="529.1288042071853" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RREF</text><text class="sch-component-text" x="464.09055664872255" y="556.3524564348547" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component-overlay sch-component-overlay" x="317.763425925" y="639.6239790264382" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 317.763425925 646.4281906050912 L 326.2725187244109 646.4281906050912" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 360.298681052469 646.4281906050912 L 368.8077738518799 646.4281906050912" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 326.2725187244109 639.6239790264382 L 360.298681052469 639.6239790264382 L 360.298681052469 653.2324021837443 L 326.2725187244109 653.2324021837443 L 326.2725187244109 639.6239790264382" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="343.28559988843995" y="632.8163644912565" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">R_TOP</text><text class="sch-component-text" x="343.28559988843995" y="660.0400167189259" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="368.8077738518799" cy="646.4281906050912" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></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="317.94508115828364" y="336.5003346565806" width="13.60842315730622" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 324.74929273693675 336.5003346565806 L 324.74929273693675 345.0094274559915" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 324.74929273693675 379.03558978404976 L 324.74929273693675 387.54468258346066" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 331.55350431558986 345.0094274559915 L 331.55350431558986 379.03558978404976 L 317.94508115828364 379.03558978404976 L 317.94508115828364 345.0094274559915 L 331.55350431558986 345.0094274559915" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="338.36111885077145" y="348.41068250618594" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">R_BOT</text><text class="sch-component-text" x="338.36111885077145" y="375.6343347338553" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></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="424.95655657144795" y="609.6934295602222" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 476.0009044983279 616.4976411388752 L 467.491811698917 616.4976411388752" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 433.46564937085884 616.4976411388752 L 424.95655657144795 616.4976411388752" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 467.491811698917 623.3018527175283 L 433.46564937085884 623.3018527175283 L 433.46564937085884 609.6934295602222 L 467.491811698917 609.6934295602222 L 467.491811698917 623.3018527175283" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="450.4787305348879" y="602.8858150250405" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RTH_TOP</text><text class="sch-component-text" x="450.4787305348879" y="630.1094672527099" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="424.95655657144795" cy="616.4976411388752" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></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="954.193636667872" y="436.4252141977676" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 954.193636667872 443.2294257764207 L 962.7027294672829 443.2294257764207" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 996.7288917953412 443.2294257764207 L 1005.237984594752 443.2294257764207" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 962.7027294672829 436.4252141977676 L 996.7288917953412 436.4252141977676 L 996.7288917953412 450.03363735507384 L 962.7027294672829 450.03363735507384 L 962.7027294672829 436.4252141977676" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="979.715810631312" y="429.6175996625861" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RTH_100</text><text class="sch-component-text" x="979.715810631312" y="456.84125189025536" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="954.193636667872" cy="443.2294257764207" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></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="954.193636667872" y="344.5959357550171" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 954.193636667872 351.4001473336702 L 962.7027294672829 351.4001473336702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 996.7288917953412 351.4001473336702 L 1005.237984594752 351.4001473336702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 962.7027294672829 344.5959357550171 L 996.7288917953412 344.5959357550171 L 996.7288917953412 358.2043589123233 L 962.7027294672829 358.2043589123233 L 962.7027294672829 344.5959357550171" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="979.715810631312" y="337.78832121983555" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RTH_80</text><text class="sch-component-text" x="979.715810631312" y="365.01197344750483" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></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="954.193636667872" y="252.76665731226655" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 954.193636667872 259.57086889091966 L 962.7027294672829 259.57086889091966" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 996.7288917953412 259.57086889091966 L 1005.237984594752 259.57086889091966" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 962.7027294672829 252.76665731226655 L 996.7288917953412 252.76665731226655 L 996.7288917953412 266.37508046957277 L 962.7027294672829 266.37508046957277 L 962.7027294672829 252.76665731226655" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="979.715810631312" y="245.959042777085" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RTH_60</text><text class="sch-component-text" x="979.715810631312" y="273.1826950047543" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></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="954.193636667872" y="160.93737886951595" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 954.193636667872 167.74159044816906 L 962.7027294672829 167.74159044816906" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 996.7288917953412 167.74159044816906 L 1005.237984594752 167.74159044816906" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 962.7027294672829 160.93737886951595 L 996.7288917953412 160.93737886951595 L 996.7288917953412 174.54580202682217 L 962.7027294672829 174.54580202682217 L 962.7027294672829 160.93737886951595" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="979.715810631312" y="154.1297643343344" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RTH_40</text><text class="sch-component-text" x="979.715810631312" y="181.35341656200373" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="1005.237984594752" cy="167.74159044816906" r="0.928079053216px" stroke-width="0.928079053216px" 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-overlay sch-component-overlay" x="375.95002198428364" y="410.25734547443597" width="13.60842315730622" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 382.75423356293675 410.25734547443597 L 382.75423356293675 418.76643827384686" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 382.75423356293675 452.792600601905 L 382.75423356293675 461.3016934013159" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 389.55844514158986 418.76643827384686 L 389.55844514158986 452.792600601905 L 375.95002198428364 452.792600601905 L 375.95002198428364 418.76643827384686 L 389.55844514158986 418.76643827384686" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="396.3660596767714" y="422.1676933240413" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RTH_20</text><text class="sch-component-text" x="396.3660596767714" y="449.3913455517106" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></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="481.5946527304407" y="345.88695868357416" width="51.04434792687999" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 532.6390006573207 352.6911702622273 L 524.1299078579098 352.6911702622273" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 490.1037455298516 352.6911702622273 L 481.5946527304407 352.6911702622273" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 524.1299078579098 359.4953818408804 L 490.1037455298516 359.4953818408804 L 490.1037455298516 345.88695868357416 L 524.1299078579098 345.88695868357416 L 524.1299078579098 359.4953818408804" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="507.1168266938807" y="339.07934414839264" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RHYS1</text><text class="sch-component-text" x="507.1168266938807" y="366.3029963760619" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></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="481.10533929101604" y="116.70198036485564" width="51.04434792687999" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 532.149687217896 123.50619194350875 L 523.6405944184851 123.50619194350875" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 489.61443209042693 123.50619194350875 L 481.10533929101604 123.50619194350875" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 523.6405944184851 130.31040352216186 L 489.61443209042693 130.31040352216186 L 489.61443209042693 116.70198036485566 L 523.6405944184851 116.70198036485564 L 523.6405944184851 130.31040352216186" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="506.627513254456" y="109.89436582967409" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RHYS2</text><text class="sch-component-text" x="506.627513254456" y="137.11801805734342" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="481.10533929101604" cy="123.50619194350875" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component-overlay sch-component-overlay" x="622.637394906456" y="189.55618604231162" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 673.681742833336 196.36039762096473 L 665.1726500339252 196.36039762096473" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 631.1464877058669 196.36039762096473 L 622.637394906456 196.36039762096473" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 665.1726500339252 203.16460919961784 L 631.1464877058669 203.16460919961784 L 631.1464877058669 189.55618604231162 L 665.1726500339252 189.55618604231162 L 665.1726500339252 203.16460919961784" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="648.159568869896" y="182.74857150713007" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RHYS3</text><text class="sch-component-text" x="648.159568869896" y="209.9722237347994" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="622.637394906456" cy="196.36039762096473" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component-overlay sch-component-overlay" x="865.950488169515" y="375.8931465926273" width="13.608423157306106" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 872.754699748168 375.8931465926273 L 872.754699748168 384.4022393920382" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 872.754699748168 418.42840172009636 L 872.754699748168 426.93749451950725" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 879.5589113268211 384.4022393920382 L 879.5589113268211 418.42840172009636 L 865.950488169515 418.42840172009636 L 865.950488169515 384.4022393920382 L 879.5589113268211 384.4022393920382" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="886.3665258620027" y="387.80349444223265" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RHYS4</text><text class="sch-component-text" x="886.3665258620027" y="415.0271466699019" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component-overlay sch-component-overlay" x="789.691624485336" y="625.2387537015902" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 789.691624485336 632.0429652802433 L 798.2007172847468 632.0429652802433" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 832.2268796128051 632.0429652802433 L 840.7359724122159 632.0429652802433" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 798.2007172847468 625.2387537015902 L 832.2268796128051 625.2387537015902 L 832.2268796128051 638.8471768588963 L 798.2007172847468 638.8471768588963 L 798.2007172847468 625.2387537015902" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="815.213798448776" y="618.4311391664086" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RHYS5</text><text class="sch-component-text" x="815.213798448776" y="645.654791394078" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><circle class="component-pin sch-component-pin" cx="840.7359724122159" cy="632.0429652802433" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component-overlay sch-component-overlay" x="583.8397299046676" y="336.93910027037197" width="13.608423157306333" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 590.6439414833208 387.983448197252 L 590.6439414833208 379.4743553978411" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 590.6439414833208 345.44819306978286 L 590.6439414833208 336.93910027037197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 583.8397299046676 379.4743553978411 L 583.8397299046677 345.44819306978286 L 597.4481530619739 345.44819306978286 L 597.4481530619738 379.4743553978411 L 583.8397299046676 379.4743553978411" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="604.2557675971555" y="348.8494481199773" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RPU1</text><text class="sch-component-text" x="604.2557675971555" y="376.0731003476467" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component-overlay sch-component-overlay" x="583.3504164652429" y="88.213914008484" width="13.608423157306106" height="51.044347926880036" fill="transparent"/><path class="sch-component-symbol-path" d="M 590.154628043896 88.213914008484 L 590.154628043896 96.72300680789489" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 590.154628043896 130.7491691359531 L 590.154628043896 139.25826193536403" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 596.958839622549 96.72300680789489 L 596.958839622549 130.7491691359531 L 583.3504164652429 130.7491691359531 L 583.3504164652429 96.72300680789489 L 596.958839622549 96.72300680789489" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="603.7664541577307" y="100.12426185808933" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RPU2</text><text class="sch-component-text" x="603.7664541577307" y="127.34791408575869" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component-overlay sch-component-overlay" x="724.882472080683" y="161.06811968594002" width="13.608423157306106" height="51.04434792687999" fill="transparent"/><path class="sch-component-symbol-path" d="M 731.686683659336 161.06811968594002 L 731.686683659336 169.5772124853509" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 731.686683659336 203.60337481340912 L 731.686683659336 212.11246761282" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 738.4908952379891 169.5772124853509 L 738.4908952379891 203.60337481340912 L 724.882472080683 203.60337481340912 L 724.882472080683 169.5772124853509 L 738.4908952379891 169.5772124853509" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="745.2985097731707" y="172.97846753554535" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RPU3</text><text class="sch-component-text" x="745.2985097731707" y="200.20211976321468" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component-overlay sch-component-overlay" x="847.2325257847281" y="320.8540981595589" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 898.276873711608 327.658309738212 L 889.7677809121972 327.658309738212" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 855.7416185841389 327.658309738212 L 847.2325257847281 327.658309738212" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 889.7677809121972 334.4625213168651 L 855.7416185841389 334.4625213168651 L 855.7416185841389 320.8540981595589 L 889.7677809121972 320.8540981595589 L 889.7677809121972 334.4625213168651" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="872.754699748168" y="314.04648362437734" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RPU4</text><text class="sch-component-text" x="872.754699748168" y="341.2701358520466" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component-overlay sch-component-overlay" x="724.8824720806829" y="621.395330081076" width="13.608423157306106" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 731.6866836593359 672.439678007956 L 731.6866836593359 663.9305852085452" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 731.6866836593359 629.9044228804869 L 731.6866836593359 621.395330081076" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 724.8824720806829 663.9305852085452 L 724.8824720806829 629.9044228804869 L 738.490895237989 629.9044228804869 L 738.490895237989 663.9305852085452 L 724.8824720806829 663.9305852085452" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="745.2985097731706" y="633.3056779306813" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RPU5</text><text class="sch-component-text" x="745.2985097731706" y="660.5293301583507" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component-overlay sch-component-overlay" x="555.119643784992" y="263.8614681541788" width="52.43646650670394" height="22.334050549151698" fill="transparent"/><path class="sch-component-symbol-path" d="M 588.1351967706945 279.39819897098 L 575.0260801440186 286.1955187033305" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 587.6496739326694 279.39819897098 L 607.556110291696 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 575.0260801440186 273.0864020766545 L 588.1351967706945 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 575.0260801440186 286.1955187033305 L 575.0260801440186 273.0864020766545" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 588.1351967706945 273.0864020766545 L 588.1351967706945 286.1955187033305" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 575.0260801440186 279.39819897098 L 555.119643784992 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 589.1062424467445 265.3180366682539 L 593.4759479889699 264.8325138302289 L 592.0193794748948 269.20221937245424" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 585.2220597425443 271.1443107245544 L 585.7075825805694 271.1443107245544 L 591.5338566368698 266.289082344304 L 591.5338566368698 266.289082344304" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 580.366831362294 264.34699099220387 L 585.2220597425443 263.8614681541788 L 583.2799683904442 268.23117369640414" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.4826486580936 270.1732650485043 L 576.9681714961187 269.68774221047926 L 583.2799683904442 265.3180366682539 L 583.2799683904442 265.3180366682539" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="581.337877038344" y="289.59417856950574" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><text class="sch-component-name sch-component-text" x="581.337877038344" y="259.4917626119535" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">LED1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component-overlay sch-component-overlay" x="472.7526278120719" y="272.5939873923269" width="51.04434792687999" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 472.7526278120719 279.39819897098 L 481.2617206114828 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 515.2878829395411 279.39819897098 L 523.7969757389519 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 481.2617206114828 272.5939873923269 L 515.2878829395411 272.5939873923269 L 515.2878829395411 286.2024105496331 L 481.2617206114828 286.2024105496331 L 481.2617206114828 272.5939873923269" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="498.27480177551195" y="265.7863728571453" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RLED1</text><text class="sch-component-text" x="498.27480177551195" y="293.0100250848147" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component-overlay sch-component-overlay" x="538.878260353712" y="181.2624324179548" width="52.43646650670394" height="22.334050549151726" fill="transparent"/><path class="sch-component-symbol-path" d="M 571.8938133394145 196.799163234756 L 558.7846967127385 203.59648296710654" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 571.4082905013894 196.799163234756 L 591.3147268604159 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 558.7846967127385 190.48736634043053 L 571.8938133394145 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 558.7846967127385 203.59648296710654 L 558.7846967127385 190.48736634043053" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 571.8938133394145 190.48736634043053 L 571.8938133394145 203.59648296710654" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 558.7846967127385 196.799163234756 L 538.878260353712 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 572.8648590154645 182.71900093202993 L 577.2345645576899 182.2334780940049 L 575.7779960436147 186.60318363623023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 568.9806763112642 188.5452749883304 L 569.4661991492893 188.5452749883304 L 575.2924732055898 183.69004660808002 L 575.2924732055898 183.69004660808002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 564.1254479310139 181.74795525597986 L 568.9806763112642 181.2624324179548 L 567.0385849591642 185.63213796018016" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 560.2412652268135 187.5742293122803 L 560.7267880648386 187.08870647425528 L 567.0385849591642 182.71900093202993 L 567.0385849591642 182.71900093202993" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="565.096493607064" y="206.9951428332818" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><text class="sch-component-name sch-component-text" x="565.096493607064" y="176.8927268757295" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">LED2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component-overlay sch-component-overlay" x="456.51124438079205" y="189.9949516561029" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 456.51124438079205 196.799163234756 L 465.02033718020294 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 499.0464995082611 196.799163234756 L 507.555592307672 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 465.02033718020294 189.9949516561029 L 499.0464995082611 189.9949516561029 L 499.0464995082611 203.60337481340912 L 465.02033718020294 203.60337481340912 L 465.02033718020294 189.9949516561029" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="482.033418344232" y="183.18733712092134" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RLED2</text><text class="sch-component-text" x="482.033418344232" y="210.41098934859068" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component-overlay sch-component-overlay" x="763.009351705376" y="254.5806776220188" width="52.43646650670394" height="22.334050549151698" fill="transparent"/><path class="sch-component-symbol-path" d="M 782.4302652263775 270.11740843882 L 795.5393818530534 276.9147281711705" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.9157880644026 270.11740843882 L 763.009351705376 270.11740843882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530534 263.8056115444945 L 782.4302652263775 270.11740843882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530534 276.9147281711705 L 795.5393818530534 263.8056115444945" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.4302652263775 263.8056115444945 L 782.4302652263775 276.9147281711705" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530534 270.11740843882 L 815.44581821208 270.11740843882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 781.4592195503275 256.0372461360939 L 777.0895140081021 255.5517232980689 L 778.5460825221772 259.92142884029425" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 785.3434022545277 261.8635201923944 L 784.8578794165027 261.8635201923944 L 779.0316053602022 257.008291812144 L 779.0316053602022 257.008291812144" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 790.198630634778 255.06620046004386 L 785.3434022545277 254.5806776220188 L 787.2854936066278 258.95038316424416" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.0828133389784 260.8924745163443 L 793.5972905009534 260.4069516783193 L 787.2854936066278 256.0372461360939 L 787.2854936066278 256.0372461360939" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="789.227584958728" y="280.31338803734576" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><text class="sch-component-name sch-component-text" x="789.227584958728" y="250.2109720797935" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">LED3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component-overlay sch-component-overlay" x="807.481507816907" y="161.06811968594002" width="13.608423157306106" height="51.04434792687999" fill="transparent"/><path class="sch-component-symbol-path" d="M 814.28571939556 161.06811968594002 L 814.28571939556 169.5772124853509" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 814.28571939556 203.60337481340912 L 814.28571939556 212.11246761282" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 821.0899309742131 169.5772124853509 L 821.0899309742131 203.60337481340912 L 807.481507816907 203.60337481340912 L 807.481507816907 169.5772124853509 L 821.0899309742131 169.5772124853509" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="827.8975455093947" y="172.97846753554535" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RLED3</text><text class="sch-component-text" x="827.8975455093947" y="200.20211976321468" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component-overlay sch-component-overlay" x="773.6908541419268" y="326.498210921692" width="22.334050549151698" height="52.43646650670394" fill="transparent"/><path class="sch-component-symbol-path" d="M 789.227584958728 345.9191244426935 L 796.0249046910785 359.02824106936947" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 789.227584958728 346.4046472807185 L 789.227584958728 326.498210921692" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.9157880644026 359.02824106936947 L 789.227584958728 345.9191244426935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 796.0249046910785 359.02824106936947 L 782.9157880644026 359.02824106936947" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.9157880644026 345.9191244426935 L 796.0249046910785 345.9191244426935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 789.227584958728 359.02824106936947 L 789.227584958728 378.93467742839596" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 775.1474226560019 344.9480787666434 L 774.6618998179769 340.57837322441804 L 779.0316053602022 342.03494173849316" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 780.9736967123024 348.8322614708437 L 780.9736967123024 348.34673863281864 L 776.118468332052 342.52046457651824 L 776.118468332052 342.52046457651824" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 774.1763769799519 353.6874898510941 L 773.6908541419268 348.8322614708437 L 778.0605596841522 350.77435282294385" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 780.0026510362524 357.57167255529436 L 779.5171281982273 357.08614971726934 L 775.1474226560019 350.77435282294385 L 775.1474226560019 350.77435282294385" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="799.4235645572538" y="362.91242377356974" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text><text class="sch-component-name sch-component-text" x="799.4235645572538" y="342.52046457651824" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">LED4</text><circle class="component-pin sch-component-pin" cx="789.227584958728" cy="326.498210921692" r="0.928079053216px" stroke-width="0.928079053216px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_36__stack1"><rect class="component-overlay sch-component-overlay" x="782.423373380075" y="410.2573454744361" width="13.608423157306106" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 789.227584958728 461.301693401316 L 789.227584958728 452.7926006019051" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 789.227584958728 418.766438273847 L 789.227584958728 410.2573454744361" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.423373380075 452.7926006019051 L 782.423373380075 418.766438273847 L 796.0317965373811 418.766438273847 L 796.0317965373811 452.7926006019051 L 782.423373380075 452.7926006019051" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="802.8394110725627" y="422.1676933240414" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px">RLED4</text><text class="sch-component-text" x="802.8394110725627" y="449.3913455517107" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="8.352711478944px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_37__stack1"><rect class="component-overlay sch-component-overlay" x="763.0093517053759" y="543.2132631721948" width="52.43646650670394" height="22.334050549151698" fill="transparent"/><path class="sch-component-symbol-path" d="M 782.4302652263774 558.749993988996 L 795.5393818530533 565.5473137213465" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.9157880644025 558.749993988996 L 763.0093517053759 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530533 552.4381970946706 L 782.4302652263774 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530533 565.5473137213465 L 795.5393818530533 552.4381970946706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.4302652263774 552.4381970946706 L 782.4302652263774 565.5473137213465" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 795.5393818530533 558.749993988996 L 815.4458182120799 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 781.4592195503274 544.66983168627 L 777.089514008102 544.1843088482449 L 778.5460825221771 548.5540143904702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 785.3434022545276 550.4961057425704 L 784.8578794165026 550.4961057425704 L 779.0316053602021 545.64087736232 L 779.0316053602021 545.64087736232" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 790.1986306347779 543.6987860102199 L 785.3434022545276 543.2132631721948 L 787.2854936066277 547.5829687144202" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.0828133389783 549.5250600665204 L 793.5972905009532 549.0395372284953 L 787.2854936066277 544.66983168627 L 787.2854936066277 544.66983168627" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="789.2275849587279" y="568.9459735875218" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text><text class="sch-component-name sch-component-text" x="789.2275849587279" y="538.8435576299695" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">LED5</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_38__stack1"><rect class="component-overlay sch-component-overlay" x="874.6108578545999" y="551.945782410343" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 925.6552057814798 558.749993988996 L 917.146112982069 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 883.1199506540107 558.749993988996 L 874.6108578545999 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 917.146112982069 565.5542055676491 L 883.1199506540107 565.5542055676491 L 883.1199506540107 551.945782410343 L 917.146112982069 551.945782410343 L 917.146112982069 565.5542055676491" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="900.1330318180399" y="545.1381678751613" stroke="rgb(245, 241, 237)" stroke-width="0.928079053216px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="8.352711478944px">RLED5</text><text class="sch-component-text" x="900.1330318180399" y="572.3618201028307" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="8.352711478944px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="343.28559988843995" cy="748.0275730194264" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="343.28559988843995" cy="757.3083635515865" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="436.09350521004" cy="757.3083635515865" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="436.09350521004" cy="748.0275730194264" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="164.63038214435994" cy="652.0219388372041" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="164.63038214435994" cy="661.302729369364" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="257.43828746596" cy="661.302729369364" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="257.43828746596" cy="652.0219388372041" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="298.2737658074639" cy="546.5421849043855" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="391.08167112906403" cy="546.5421849043855" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="330.06047338011194" cy="254.4545768174662" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="422.868378701712" cy="254.4545768174662" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="508.4836713608879" cy="616.4976411388752" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="508.4836713608879" cy="625.7784316710352" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="601.2915766824879" cy="621.1380364049553" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="638.878778337736" cy="270.11740843882" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="638.878778337736" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="638.878778337736" cy="288.67898950314003" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="638.878778337736" cy="297.9597800353" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="638.878778337736" cy="307.24057056746" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="638.878778337736" cy="316.52136109962" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_6__stack1"><circle cx="638.878778337736" cy="325.80215163178" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_7__stack1"><circle cx="731.686683659336" cy="325.80215163178" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_8__stack1"><circle cx="731.686683659336" cy="316.52136109962" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_9__stack1"><circle cx="731.686683659336" cy="307.24057056746" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_10__stack1"><circle cx="731.686683659336" cy="297.9597800353" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_11__stack1"><circle cx="731.686683659336" cy="288.67898950314003" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_12__stack1"><circle cx="731.686683659336" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_13__stack1"><circle cx="731.686683659336" cy="270.11740843882" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="638.878778337736" cy="544.828808190756" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="638.878778337736" cy="554.109598722916" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="638.878778337736" cy="563.390389255076" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_3__stack1"><circle cx="731.6866836593359" cy="558.749993988996" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_4__stack1"><circle cx="731.6866836593359" cy="549.4692034568361" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="222.22183126938552" cy="421.626313876332" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="222.22183126938552" cy="472.67066180321206" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="191.31265492432004" cy="528.81944452278" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="191.31265492432004" cy="579.86379244966" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="222.22183126938552" cy="314.433183229884" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="222.22183126938552" cy="365.47753115676403" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="450.4787305348879" cy="528.81944452278" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="450.4787305348879" cy="579.86379244966" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="329.3644140902" cy="646.4281906050912" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="380.40876201707994" cy="646.4281906050912" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="324.74929273693675" cy="348.1013228217806" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="324.74929273693675" cy="399.14567074866073" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="487.6018926635279" cy="616.4976411388752" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="436.5575447366479" cy="616.4976411388752" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="965.794624833072" cy="443.2294257764207" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="1016.838972759952" cy="443.2294257764207" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="965.794624833072" cy="351.4001473336702" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="1016.838972759952" cy="351.4001473336702" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="965.794624833072" cy="259.57086889091966" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="1016.838972759952" cy="259.57086889091966" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="965.794624833072" cy="167.74159044816906" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="1016.838972759952" cy="167.74159044816906" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="382.75423356293675" cy="421.85833363963593" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="382.75423356293675" cy="472.9026815665159" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="544.2399888225207" cy="352.6911702622273" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="493.19564089564074" cy="352.6911702622273" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="543.750675383096" cy="123.50619194350875" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="492.706327456216" cy="123.50619194350875" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="685.282730998536" cy="196.36039762096473" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="634.238383071656" cy="196.36039762096473" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="872.754699748168" cy="387.4941347578273" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="872.754699748168" cy="438.5384826847072" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="801.292612650536" cy="632.0429652802433" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="852.336960577416" cy="632.0429652802433" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="590.6439414833208" cy="399.58443636245204" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="590.6439414833208" cy="348.540088435572" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="590.154628043896" cy="99.81490217368403" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="590.154628043896" cy="150.85925010056405" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="731.686683659336" cy="172.66910785114" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="731.686683659336" cy="223.71345577802" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="909.8778618768081" cy="327.658309738212" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="858.8335139499281" cy="327.658309738212" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="731.6866836593359" cy="684.0406661731561" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="731.6866836593359" cy="632.996318246276" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="556.279742601512" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="608.7162091082159" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="484.35361597727194" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="535.397963904152" cy="279.39819897098" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="540.0383591702321" cy="196.799163234756" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="592.474825676936" cy="196.799163234756" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="468.112232545992" cy="196.799163234756" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="519.156580472872" cy="196.799163234756" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="816.6059170286001" cy="270.11740843882" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="764.169450521896" cy="270.11740843882" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="814.28571939556" cy="172.66910785114" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="814.28571939556" cy="223.71345577802003" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="789.227584958728" cy="380.094776244916" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="789.227584958728" cy="327.658309738212" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_0__stack1"><circle cx="789.227584958728" cy="472.902681566516" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_1__stack1"><circle cx="789.227584958728" cy="421.85833363963604" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_0__stack1"><circle cx="816.6059170286" cy="558.749993988996" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_1__stack1"><circle cx="764.1694505218959" cy="558.749993988996" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_0__stack1"><circle cx="937.2561939466799" cy="558.749993988996" r="1.856158106432" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_1__stack1"><circle cx="886.2118460197999" cy="558.749993988996" r="1.856158106432" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
269
269
  M 334.00480935627996,757.3083635515865
270
270
  L 331.49899591259674,761.9487588176664
271
271
  L 288.3309455506766,761.9487588176664