@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150
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.
- package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
- package/dist/index.d.ts +31 -2
- package/dist/index.js +127 -46
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
- package/lib/types/InputProblem.ts +27 -1
- package/package.json +8 -1
- package/site/examples/example51.page.tsx +4 -0
- package/tests/assets/example51.json +5102 -0
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
- package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
- package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
- package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
- package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
- package/tests/examples/__snapshots__/example01.snap.svg +44 -5
- package/tests/examples/__snapshots__/example02.snap.svg +51 -5
- package/tests/examples/__snapshots__/example03.snap.svg +86 -5
- package/tests/examples/__snapshots__/example04.snap.svg +30 -5
- package/tests/examples/__snapshots__/example05.snap.svg +30 -5
- package/tests/examples/__snapshots__/example06.snap.svg +30 -5
- package/tests/examples/__snapshots__/example07.snap.svg +58 -5
- package/tests/examples/__snapshots__/example08.snap.svg +37 -5
- package/tests/examples/__snapshots__/example09.snap.svg +149 -5
- package/tests/examples/__snapshots__/example10.snap.svg +65 -5
- package/tests/examples/__snapshots__/example11.snap.svg +51 -5
- package/tests/examples/__snapshots__/example12.snap.svg +51 -5
- package/tests/examples/__snapshots__/example13.snap.svg +72 -5
- package/tests/examples/__snapshots__/example14.snap.svg +79 -5
- package/tests/examples/__snapshots__/example15.snap.svg +86 -5
- package/tests/examples/__snapshots__/example16.snap.svg +51 -5
- package/tests/examples/__snapshots__/example17.snap.svg +51 -5
- package/tests/examples/__snapshots__/example18.snap.svg +58 -5
- package/tests/examples/__snapshots__/example19.snap.svg +44 -5
- package/tests/examples/__snapshots__/example20.snap.svg +44 -5
- package/tests/examples/__snapshots__/example21.snap.svg +72 -5
- package/tests/examples/__snapshots__/example22.snap.svg +51 -5
- package/tests/examples/__snapshots__/example23.snap.svg +51 -5
- package/tests/examples/__snapshots__/example24.snap.svg +51 -5
- package/tests/examples/__snapshots__/example25.snap.svg +86 -5
- package/tests/examples/__snapshots__/example26.snap.svg +51 -5
- package/tests/examples/__snapshots__/example27.snap.svg +72 -5
- package/tests/examples/__snapshots__/example28.snap.svg +44 -5
- package/tests/examples/__snapshots__/example29.snap.svg +324 -5
- package/tests/examples/__snapshots__/example30.snap.svg +107 -5
- package/tests/examples/__snapshots__/example31.snap.svg +37 -5
- package/tests/examples/__snapshots__/example32.snap.svg +149 -5
- package/tests/examples/__snapshots__/example33.snap.svg +93 -5
- package/tests/examples/__snapshots__/example34.snap.svg +51 -5
- package/tests/examples/__snapshots__/example35.snap.svg +58 -5
- package/tests/examples/__snapshots__/example36.snap.svg +44 -5
- package/tests/examples/__snapshots__/example37.snap.svg +72 -5
- package/tests/examples/__snapshots__/example38.snap.svg +30 -5
- package/tests/examples/__snapshots__/example39.snap.svg +37 -5
- package/tests/examples/__snapshots__/example40.snap.svg +100 -5
- package/tests/examples/__snapshots__/example41.snap.svg +44 -5
- package/tests/examples/__snapshots__/example42.snap.svg +65 -5
- package/tests/examples/__snapshots__/example43.snap.svg +58 -5
- package/tests/examples/__snapshots__/example44.snap.svg +107 -5
- package/tests/examples/__snapshots__/example45.snap.svg +51 -5
- package/tests/examples/__snapshots__/example46.snap.svg +93 -5
- package/tests/examples/__snapshots__/example47.snap.svg +93 -5
- package/tests/examples/__snapshots__/example48.snap.svg +65 -5
- package/tests/examples/__snapshots__/example49.snap.svg +177 -5
- package/tests/examples/__snapshots__/example50.snap.svg +93 -5
- package/tests/examples/__snapshots__/example51.snap.svg +952 -0
- package/tests/examples/example51.test.ts +12 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
- package/tests/fixtures/matcher.ts +45 -8
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
- package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
- package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
- package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
- package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
- package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
- package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
- package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
- package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><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="241.17494151286712,455.8294775149467 246.99766051468674,455.8294775149467 246.99766051468674,440.6983364699766 225.16246425786323,440.6983364699766 225.16246425786323,425.5671954250065" 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="261.5544580192357,455.8294775149467 241.17494151286712,455.8294775149467" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-1.705000000000001 -9.808910699999998,-1.9050000000000002 -10.4289107,-1.9050000000000002 -10.4289107,-4.214999999999999 -9.808910699999998,-4.214999999999999 -9.808910699999998,-4.015" data-type="line" data-label="" points="81.95529025214461,291.0623864829738 81.95529025214461,296.88510548479337 63.90486134650382,296.88510548479337 63.90486134650382,364.1375099558097 81.95529025214461,364.1375099558097 81.95529025214461,358.31479095399015" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.05,-8.129999999999999 -11.25,-8.129999999999999 -11.25,-7.227499999999999 -10.475,-7.227499999999999 -10.475,-6.324999999999999" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 40,478.1172344164284 40,451.8422149207174 62.56303613205097,451.8422149207174 62.56303613205097,425.5671954250065" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.05,-8.329999999999998 -11.25,-8.329999999999998 -11.25,-8.129999999999999 -11.05,-8.129999999999999" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 40,483.93995341824797 40,478.1172344164284 45.82271900181962,478.1172344164284" 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="104.0499090200156,478.1172344164284 109.87262802183517,478.1172344164284 109.87262802183517,483.93995341824797 104.0499090200156,483.93995341824797" 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="343.36365999480114,244.33506649337147 323.71198336366,244.33506649337147" 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="276.40239147387575,146.52924398232392 294.59838835456196,146.52924398232392 294.59838835456196,162.23472856771514 312.7943852352482,162.23472856771514 312.7943852352482,156.41200956589552" 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="401.5908500129972,238.51234749155188 421.2425266441383,238.51234749155188" 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="401.5908500129972,202.12035373017937 401.5908500129972,220.31635061086564 407.41356901481674,220.31635061086564 407.41356901481674,238.51234749155188 401.5908500129972,238.51234749155188" 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="365.19885625162465,192.23758814660778 383.3948531323109,192.23758814660778 383.3948531323109,207.943072731999 401.5908500129972,207.943072731999 401.5908500129972,202.12035373017937" 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="490.0961788406551,304.8754873927736 490.0961788406551,289.74434634780346 468.2609825838316,289.74434634780346 468.2609825838316,274.61320530283336 474.0837015856512,274.61320530283336" 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="401.5908500129971,419.5989084481414 421.24252664413825,419.5989084481414" 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="401.59085001299707,458.9022617104237 401.59085001299707,439.2505850792826 407.41356901481674,439.2505850792826 407.41356901481674,419.5989084481414 401.5908500129971,419.5989084481414" 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="437.9828437743696,465.5825318429945 430.84208463737974,465.5825318429945 430.84208463737974,453.0795427086041 401.59085001299707,453.0795427086041 401.59085001299707,458.9022617104237" 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="271.1619443722381,244.33506649337147 290.81362100337924,244.33506649337147" 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="260.9721861190538,192.51286737717703 280.623862750195,192.51286737717703" 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="453.41304912919156,202.12035373017937 453.41304912919156,220.3163506108656 459.96360800623864,220.3163506108656 459.96360800623864,238.51234749155188 454.140889004419,238.51234749155188" 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="437.6917078242787,326.43540441902786 437.6917078242787,306.7837277878867" 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="491.2607226410189,419.5989084481414 454.140889004419,419.5989084481414" 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="157.9100597868469,544.1733816480373 152.08734078502727,544.1733816480373 152.08734078502727,538.3506626462179 157.9100597868469,538.3506626462179" 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="216.13724980504287,538.3506626462179 221.9599688068625,538.3506626462179 221.9599688068625,544.1733816480373 216.13724980504287,544.1733816480373" 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="228.947231609046,192.51286737717703 223.12451260722642,192.51286737717703 223.12451260722642,244.33506649337147 239.1369898622303,244.33506649337147" 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="401.5908500129972,170.0953992201716 401.5908500129972,164.27268021835198 453.41304912919156,164.27268021835198 453.41304912919156,170.09539922017157" 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="146.28047850272944,280.1606450740837 146.28047850272944,253.88562557837272 106.52456459578895,253.88562557837272 106.52456459578895,227.6106060826618 135.63815960488694,227.6106060826618" 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="182.67247226410194,358.4603589290356 182.67247226410194,364.2830779308552 146.28047850272944,364.2830779308552 146.28047850272944,312.1855995840915" 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="173.9225370418508,410.864829945412 179.7452560436704,410.864829945412 179.7452560436704,442.73628812061344 136.07486353002338,442.73628812061344 136.07486353002338,474.6077462958149 141.897582531843,474.6077462958149" 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="115.69534702365476,410.864829945412 89.12919157785291,410.864829945412 89.12919157785291,387.71952191317905 62.56303613205097,387.71952191317905 62.56303613205097,393.5422409149987" 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="401.5908500129971,413.77618944632184 411.4166883285677,413.77618944632184 411.4166883285677,396.599168390954 437.6917078242787,396.599168390954 437.6917078242787,358.46035892903564" 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="225.16246425786323,393.54224091499873 225.16246425786323,353.00155986482974 313.10137790486095,353.00155986482974 313.10137790486095,312.4608788146608" 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="81.95529025214461,259.0374319729659 81.95529025214461,227.6106060826618 135.63815960488694,227.6106060826618" 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="182.67247226410194,326.4354044190278 182.67247226410194,290.31868988822464 244.68442963348065,290.31868988822464" 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.2154925916299,231.89550423706794 579.0382115934494,231.89550423706794 579.0382115934494,203.08890189758262 535.3678190798025,203.08890189758262 535.3678190798025,174.28229955809732 541.1905380816221,174.28229955809732" 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.2154925916299,289.50870891603853 579.0382115934494,289.50870891603853 579.0382115934494,260.7021065765532 535.3678190798025,260.7021065765532 535.3678190798025,231.89550423706794 541.1905380816221,231.89550423706794" 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.2154925916299,347.1219135950091 579.0382115934494,347.1219135950091 579.0382115934494,318.31531125552385 535.3678190798025,318.31531125552385 535.3678190798025,289.50870891603853 541.1905380816221,289.50870891603853" 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="276.7093841434884,290.3186898882246 282.53210314530804,290.3186898882246 282.53210314530804,280.435924304653 313.10137790486095,280.435924304653" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4099999999999997,-1.1149999999999993 2.4099999999999997,-0.9149999999999994 3.460000000000001,-0.9149999999999994 3.460000000000001,-1.1399999999999992" data-type="line" data-label="" points="437.6917078242787,273.88536542760596 437.6917078242787,268.06264642578634 468.2609825838316,268.06264642578634 468.2609825838316,274.61320530283336" 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="313.10137790486095,280.435924304653 313.10137790486095,262.38549539901226 329.5347023654796,262.38549539901226 329.5347023654796,244.33506649337147 323.71198336366,244.33506649337147" 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="401.5908500129972,273.44866150246946 425.4931115154666,273.44866150246946 425.4931115154666,261.8032234988303 401.5908500129972,261.8032234988303" 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="343.36365999480114,267.6259425006499 337.5409409929816,267.6259425006499 337.5409409929816,255.98050449701068 343.36365999480114,255.98050449701068" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,-0.2999999999999995 1.4699999999999998,-0.2999999999999995 1.4699999999999998,-3.1599999999999997 -1.7710000000000017,-3.1599999999999997 -1.7710000000000017,-6.019999999999999 -0.8300000000000018,-6.02" data-type="line" data-label="" points="401.5908500129972,250.15778549519106 410.3249285157266,250.15778549519106 410.3249285157266,333.4226672212113 315.9677670912399,333.4226672212113 315.9677670912399,416.68754894723156 343.36365999480114,416.6875489472316" 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="343.36365999480114,238.51234749155188 328.44294255263844,238.51234749155188 328.44294255263844,192.51286737717703 313.5222251104757,192.51286737717703" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.760000000000001,-1.1399999999999992 5.549999999999997,-1.1399999999999992 5.549999999999997,-3.43054465 5.024,-3.43054465 5.024,-3.83054465 5.549999999999997,-3.83054465 5.549999999999997,-6.119999999999999 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="506.108656095659,274.61320530283336 529.1083961528464,274.61320530283336 529.1083961528464,341.29919459318955 513.7946451780608,341.29919459318955 513.7946451780608,352.94463259682874 529.1083961528464,352.94463259682874 529.1083961528464,419.5989084481414 523.2856771510267,419.5989084481414" 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="109.87262802183517,483.93995341824797 117.4421627242007,483.93995341824797" 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="193.86534962308292,227.6106060826618 200.0083181700026,227.6106060826618 200.0083181700026,233.4624386794905" 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="261.5544580192357,461.65219651676625 255.41148947231605,461.65219651676625 255.41148947231605,467.504029113595" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-2.9149999999999983 -9.808910699999998,-2.814999999999998 -9.708910699999999,-2.814999999999998 -9.708910699999999,-1.763999999999998 -10.259910699999997,-1.763999999999998" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 81.95529025214461,323.3784769430725 84.86664975305439,323.3784769430725 84.86664975305439,292.7800885885105 68.82505890304145,292.7800885885105" 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="312.7943852352482,124.38705505588771 312.7943852352482,86.51026794905121 282.19599688068627,86.51026794905121" 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="401.59085001299707,490.92721622043155 401.59085001299707,493.8676893163504 395.7390174161684,493.8676893163504" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.210000000000001,-3.2794553499999983 4.210000000000001,-3.8304553499999985 4.159000000000001,-3.8304553499999985" data-type="line" data-label="" points="490.0961788406551,336.9004419027814 490.0961788406551,352.9420327527944 488.6113854951911,352.9420327527944" 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="157.9100597868469" y="532.5279436443982" width="58.227190018195984" height="17.468157005458806" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-10.05" data-y="-8.229999999999999" x="45.82271900181962" y="472.2945154146088" width="58.227190018195984" height="17.468157005458806" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-7.650000000000001" data-y="-5.8199999999999985" x="115.69534702365476" y="405.04211094359243" width="58.22719001819604" height="11.645438003639129" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-6.965000000000001" data-y="0.4744553500000013" x="135.63815960488694" y="221.7878870808422" width="58.227190018195984" height="11.645438003639185" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.6400000000000023" data-y="-7.464455349999998" x="261.55445801923565" y="450.0067585131271" width="58.22719001819604" height="17.46815700545875" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="0.16999999999999948" data-y="-0.49999999999999956" x="343.3636599948011" y="232.68962848973229" width="58.22719001819604" height="46.5817520145568" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="0.16999999999999815" data-y="-6.02" x="343.36365999480114" y="405.04211094359243" width="58.227190018195984" height="23.29087600727837" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-9.6714107" data-y="-3.464999999999999" x="69.72758034832336" y="326.28983644398227" width="32.46165843514433" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-10.337499999999999" data-y="-5.774999999999999" x="50.33532622822983" y="393.54224091499873" width="32.46165843514433" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-9.551410699999998" data-y="-1.154999999999999" x="69.72758034832344" y="259.0374319729659" width="39.448921237327795" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-4.597500000000002" data-y="-5.774999999999999" x="219.50116995061086" y="393.54224091499873" width="28.35404169482706" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-7.200000000000001" data-y="-8.009455349999998" x="141.897582531843" y="463.2693009617884" width="32.024954510007774" height="22.67689066805292" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-7.306955349999999" data-y="-1.8805446499999983" x="140.6191841954771" y="280.1606450740836" width="28.35404169482706" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4.890000000000002" data-y="-7.364455349999998" x="209.14998700285935" y="443.32648838055627" width="32.0249545100078" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="6.515" data-y="-3.63054465" x="541.1905380816221" y="335.78346826098266" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="6.515" data-y="-1.6516339500000008" x="541.1905380816221" y="278.170263582012" width="32.024954510007774" height="22.676890668053034" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="6.515" data-y="0.3272767499999982" x="541.1905380816221" y="220.55705890304142" width="32.024954510007774" height="22.676890668053005" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="6.515" data-y="2.3061874499999973" x="541.1905380816221" y="162.94385422407083" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5.9969553499999995" data-y="-3.469999999999998" x="177.01117795684956" y="326.4354044190278" width="31.84767309591885" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-3.6694553500000007" data-y="-1.6794553499999991" x="244.68442963348065" y="277.81570075383416" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-3.6800000000000006" data-y="3.2594553499999996" x="244.37743696386798" y="134.0262548479335" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-0.6300000000000008" data-y="1.6894553499999998" x="333.1739017416169" y="179.73459901221736" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="4.502500000000001" data-y="-2.7294553499999985" x="484.4348845334028" y="304.8754873927736" width="28.35404169482706" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="2.9699999999999975" data-y="-7.699455349999998" x="437.9828437743696" y="454.24408650896805" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-1.5869553500000007" data-y="-1.8899999999999997" x="307.4400835976085" y="280.435924304653" width="27.771769794645138" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-1.6475000000000004" data-y="3.47" x="307.1330909279959" y="124.38705505588773" width="24.860410293735356" height="32.0249545100078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="1.4024999999999994" data-y="1.9000000000000004" x="395.92955570574475" y="170.0953992201716" width="24.860410293735356" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="4.210000000000001" data-y="-1.1399999999999992" x="474.0837015856512" y="262.11021616844295" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="1.4524999999999972" data-y="-8.02" x="395.9295557057447" y="458.9022617104238" width="27.771769794645138" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="-2.0700000000000007" data-y="-0.09999999999999964" x="290.81362100337924" y="227.15804543800363" width="32.89836236028077" height="34.35404211073566" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-3.8600000000000008" data-y="-0.09999999999999962" x="239.13698986223034" y="232.99662115934495" width="32.0249545100078" height="22.676890668053005" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-2.4200000000000004" data-y="1.6800000000000002" x="280.62386275019503" y="175.33584632180919" width="32.898362360280714" height="34.35404211073566" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-4.210000000000001" data-y="1.6800000000000002" x="228.947231609046" y="181.17442204315054" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="2.4099999999999997" data-y="0.10000000000000009" x="421.24252664413837" y="221.33532643618406" width="32.898362360280714" height="34.354042110735634" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="3.2424999999999997" data-y="1.9000000000000004" x="447.75175482193924" y="170.0953992201716" width="28.354041694827117" height="32.0249545100078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="2.6525" data-y="-1.6799999999999993" x="428.2297894463218" y="273.88536542760596" width="33.04393033532625" height="32.898362360280714" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="2.7525000000000004" data-y="-3.4699999999999998" x="432.0304135170263" y="326.43540441902786" width="31.2654011957369" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="2.4099999999999984" data-y="-6.119999999999999" x="421.24252664413825" y="402.42188739277356" width="32.89836236028077" height="34.354042110735634" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_38" data-x="4.799999999999997" data-y="-6.119999999999999" x="491.2607226410189" y="407.095919313751" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-6.140000000000001" data-y="-10.728910699999997" x="169.5554977904861" y="551.1606444502208" width="38.429945412009374" height="5.240447101637756" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="J_BAT_POS" data-x="-6.260000000000001" data-y="-9.868910699999997" x="169.55549779048613" y="526.1229527423966" width="31.442682609825823" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-9.99" data-y="-8.659999999999998" x="57.46815700545881" y="490.9272162204315" width="38.429945412009374" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="J_BAT_NEG" data-x="-10.11" data-y="-7.799999999999999" x="57.468157005458835" y="465.8895245126073" width="31.442682609825795" height="5.240447101637585" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.830000000000002" data-y="-6.149999999999999" x="127.34078502729396" y="417.8520927475955" width="24.4554198076423" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="D_PROT" data-x="-7.890000000000002" data-y="-5.489999999999998" x="127.34078502729398" y="398.63712004159083" width="20.96178840655051" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.145000000000001" data-y="0.14445535000000126" x="147.28359760852612" y="234.59786888484533" width="24.4554198076423" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="D_SENSE_CLAMP" data-x="-6.785000000000001" data-y="0.8044553500000013" x="147.28359760852612" y="215.38289617884064" width="45.41720821419287" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LM4040D25FTA" data-x="-2.5200000000000022" data-y="-7.894455349999998" x="273.1998960228749" y="468.63945931894983" width="41.92357681310108" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U_REF" data-x="-2.940000000000002" data-y="-7.034455349999998" x="273.1998960228749" y="443.6017676111255" width="17.46815700545875" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LMV339IDR" data-x="0.10999999999999943" data-y="-1.4299999999999997" x="355.0090979984403" y="280.435924304653" width="31.44268260982585" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.3100000000000006" data-y="0.4300000000000005" x="355.0090979984403" y="226.2846375877307" width="6.987262802183523" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LMV331IDBVR" data-x="0.22999999999999798" data-y="-6.55" x="355.0090979984403" y="429.49753075123476" width="38.42994541200932" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U2" data-x="-0.31000000000000194" data-y="-5.489999999999999" x="355.0090979984403" y="398.6371200415909" width="6.987262802183523" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
|
|
1
|
+
<svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
|
|
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="241.17494151286712,455.8294775149467 246.99766051468674,455.8294775149467 246.99766051468674,440.6983364699766 225.16246425786323,440.6983364699766 225.16246425786323,425.5671954250065" 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="261.5544580192357,455.8294775149467 241.17494151286712,455.8294775149467" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-1.705000000000001 -9.808910699999998,-1.9050000000000002 -10.4289107,-1.9050000000000002 -10.4289107,-4.214999999999999 -9.808910699999998,-4.214999999999999 -9.808910699999998,-4.015" data-type="line" data-label="" points="81.95529025214461,291.0623864829738 81.95529025214461,296.88510548479337 63.90486134650382,296.88510548479337 63.90486134650382,364.1375099558097 81.95529025214461,364.1375099558097 81.95529025214461,358.31479095399015" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.05,-8.129999999999999 -11.25,-8.129999999999999 -11.25,-7.227499999999999 -10.475,-7.227499999999999 -10.475,-6.324999999999999" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 40,478.1172344164284 40,451.8422149207174 62.56303613205097,451.8422149207174 62.56303613205097,425.5671954250065" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.05,-8.329999999999998 -11.25,-8.329999999999998 -11.25,-8.129999999999999 -11.05,-8.129999999999999" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 40,483.93995341824797 40,478.1172344164284 45.82271900181962,478.1172344164284" 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="104.0499090200156,478.1172344164284 109.87262802183517,478.1172344164284 109.87262802183517,483.93995341824797 104.0499090200156,483.93995341824797" 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="343.36365999480114,244.33506649337147 323.71198336366,244.33506649337147" 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="276.40239147387575,146.52924398232392 294.59838835456196,146.52924398232392 294.59838835456196,162.23472856771514 312.7943852352482,162.23472856771514 312.7943852352482,156.41200956589552" 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="401.5908500129972,238.51234749155188 421.2425266441383,238.51234749155188" 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="401.5908500129972,202.12035373017937 401.5908500129972,220.31635061086564 407.41356901481674,220.31635061086564 407.41356901481674,238.51234749155188 401.5908500129972,238.51234749155188" 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="365.19885625162465,192.23758814660778 383.3948531323109,192.23758814660778 383.3948531323109,207.943072731999 401.5908500129972,207.943072731999 401.5908500129972,202.12035373017937" 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="490.0961788406551,304.8754873927736 490.0961788406551,289.74434634780346 468.2609825838316,289.74434634780346 468.2609825838316,274.61320530283336 474.0837015856512,274.61320530283336" 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="401.5908500129971,419.5989084481414 421.24252664413825,419.5989084481414" 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="401.59085001299707,458.9022617104237 401.59085001299707,439.2505850792826 407.41356901481674,439.2505850792826 407.41356901481674,419.5989084481414 401.5908500129971,419.5989084481414" 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="437.9828437743696,465.5825318429945 430.84208463737974,465.5825318429945 430.84208463737974,453.0795427086041 401.59085001299707,453.0795427086041 401.59085001299707,458.9022617104237" 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="271.1619443722381,244.33506649337147 290.81362100337924,244.33506649337147" 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="260.9721861190538,192.51286737717703 280.623862750195,192.51286737717703" 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="453.41304912919156,202.12035373017937 453.41304912919156,220.3163506108656 459.96360800623864,220.3163506108656 459.96360800623864,238.51234749155188 454.140889004419,238.51234749155188" 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="437.6917078242787,326.43540441902786 437.6917078242787,306.7837277878867" 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="491.2607226410189,419.5989084481414 454.140889004419,419.5989084481414" 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="157.9100597868469,544.1733816480373 152.08734078502727,544.1733816480373 152.08734078502727,538.3506626462179 157.9100597868469,538.3506626462179" 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="216.13724980504287,538.3506626462179 221.9599688068625,538.3506626462179 221.9599688068625,544.1733816480373 216.13724980504287,544.1733816480373" 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="228.947231609046,192.51286737717703 223.12451260722642,192.51286737717703 223.12451260722642,244.33506649337147 239.1369898622303,244.33506649337147" 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="401.5908500129972,170.0953992201716 401.5908500129972,164.27268021835198 453.41304912919156,164.27268021835198 453.41304912919156,170.09539922017157" 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="146.28047850272944,280.1606450740837 146.28047850272944,253.88562557837272 106.52456459578895,253.88562557837272 106.52456459578895,227.6106060826618 135.63815960488694,227.6106060826618" 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="182.67247226410194,358.4603589290356 182.67247226410194,364.2830779308552 146.28047850272944,364.2830779308552 146.28047850272944,312.1855995840915" 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="173.9225370418508,410.864829945412 179.7452560436704,410.864829945412 179.7452560436704,442.73628812061344 136.07486353002338,442.73628812061344 136.07486353002338,474.6077462958149 141.897582531843,474.6077462958149" 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="115.69534702365476,410.864829945412 89.12919157785291,410.864829945412 89.12919157785291,387.71952191317905 62.56303613205097,387.71952191317905 62.56303613205097,393.5422409149987" 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="401.5908500129971,413.77618944632184 411.4166883285677,413.77618944632184 411.4166883285677,396.599168390954 437.6917078242787,396.599168390954 437.6917078242787,358.46035892903564" 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="225.16246425786323,393.54224091499873 225.16246425786323,353.00155986482974 313.10137790486095,353.00155986482974 313.10137790486095,312.4608788146608" 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="81.95529025214461,259.0374319729659 81.95529025214461,227.6106060826618 135.63815960488694,227.6106060826618" 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="182.67247226410194,326.4354044190278 182.67247226410194,290.31868988822464 244.68442963348065,290.31868988822464" 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.2154925916299,231.89550423706794 579.0382115934494,231.89550423706794 579.0382115934494,203.08890189758262 535.3678190798025,203.08890189758262 535.3678190798025,174.28229955809732 541.1905380816221,174.28229955809732" 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.2154925916299,289.50870891603853 579.0382115934494,289.50870891603853 579.0382115934494,260.7021065765532 535.3678190798025,260.7021065765532 535.3678190798025,231.89550423706794 541.1905380816221,231.89550423706794" 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.2154925916299,347.1219135950091 579.0382115934494,347.1219135950091 579.0382115934494,318.31531125552385 535.3678190798025,318.31531125552385 535.3678190798025,289.50870891603853 541.1905380816221,289.50870891603853" 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="276.7093841434884,290.3186898882246 282.53210314530804,290.3186898882246 282.53210314530804,280.435924304653 313.10137790486095,280.435924304653" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4099999999999997,-1.1149999999999993 2.4099999999999997,-0.9149999999999994 3.460000000000001,-0.9149999999999994 3.460000000000001,-1.1399999999999992" data-type="line" data-label="" points="437.6917078242787,273.88536542760596 437.6917078242787,268.06264642578634 468.2609825838316,268.06264642578634 468.2609825838316,274.61320530283336" 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="313.10137790486095,280.435924304653 313.10137790486095,262.38549539901226 329.5347023654796,262.38549539901226 329.5347023654796,244.33506649337147 323.71198336366,244.33506649337147" 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="401.5908500129972,273.44866150246946 425.4931115154666,273.44866150246946 425.4931115154666,261.8032234988303 401.5908500129972,261.8032234988303" 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="343.36365999480114,267.6259425006499 337.5409409929816,267.6259425006499 337.5409409929816,255.98050449701068 343.36365999480114,255.98050449701068" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,-0.2999999999999995 1.4699999999999998,-0.2999999999999995 1.4699999999999998,-3.1599999999999997 -1.7710000000000017,-3.1599999999999997 -1.7710000000000017,-6.019999999999999 -0.8300000000000018,-6.02" data-type="line" data-label="" points="401.5908500129972,250.15778549519106 410.3249285157266,250.15778549519106 410.3249285157266,333.4226672212113 315.9677670912399,333.4226672212113 315.9677670912399,416.68754894723156 343.36365999480114,416.6875489472316" 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="343.36365999480114,238.51234749155188 328.44294255263844,238.51234749155188 328.44294255263844,192.51286737717703 313.5222251104757,192.51286737717703" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.760000000000001,-1.1399999999999992 5.549999999999997,-1.1399999999999992 5.549999999999997,-3.43054465 5.024,-3.43054465 5.024,-3.83054465 5.549999999999997,-3.83054465 5.549999999999997,-6.119999999999999 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="506.108656095659,274.61320530283336 529.1083961528464,274.61320530283336 529.1083961528464,341.29919459318955 513.7946451780608,341.29919459318955 513.7946451780608,352.94463259682874 529.1083961528464,352.94463259682874 529.1083961528464,419.5989084481414 523.2856771510267,419.5989084481414" 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="109.87262802183517,483.93995341824797 117.4421627242007,483.93995341824797" 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="193.86534962308292,227.6106060826618 200.0083181700026,227.6106060826618 200.0083181700026,233.4624386794905" 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="261.5544580192357,461.65219651676625 255.41148947231605,461.65219651676625 255.41148947231605,467.504029113595" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-2.9149999999999983 -9.808910699999998,-2.814999999999998 -9.708910699999999,-2.814999999999998 -9.708910699999999,-1.763999999999998 -10.259910699999997,-1.763999999999998" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 81.95529025214461,323.3784769430725 84.86664975305439,323.3784769430725 84.86664975305439,292.7800885885105 68.82505890304145,292.7800885885105" 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="312.7943852352482,124.38705505588771 312.7943852352482,86.51026794905121 282.19599688068627,86.51026794905121" 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="401.59085001299707,490.92721622043155 401.59085001299707,493.8676893163504 395.7390174161684,493.8676893163504" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.210000000000001,-3.2794553499999983 4.210000000000001,-3.8304553499999985 4.159000000000001,-3.8304553499999985" data-type="line" data-label="" points="490.0961788406551,336.9004419027814 490.0961788406551,352.9420327527944 488.6113854951911,352.9420327527944" 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="157.9100597868469" y="532.5279436443982" width="58.227190018195984" height="17.468157005458806" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-10.05" data-y="-8.229999999999999" x="45.82271900181962" y="472.2945154146088" width="58.227190018195984" height="17.468157005458806" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-7.650000000000001" data-y="-5.8199999999999985" x="115.69534702365476" y="405.04211094359243" width="58.22719001819604" height="11.645438003639129" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-6.965000000000001" data-y="0.4744553500000013" x="135.63815960488694" y="221.7878870808422" width="58.227190018195984" height="11.645438003639185" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.6400000000000023" data-y="-7.464455349999998" x="261.55445801923565" y="450.0067585131271" width="58.22719001819604" height="17.46815700545875" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="0.16999999999999948" data-y="-0.49999999999999956" x="343.3636599948011" y="232.68962848973229" width="58.22719001819604" height="46.5817520145568" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="0.16999999999999815" data-y="-6.02" x="343.36365999480114" y="405.04211094359243" width="58.227190018195984" height="23.29087600727837" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-9.6714107" data-y="-3.464999999999999" x="69.72758034832336" y="326.28983644398227" width="32.46165843514433" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-10.337499999999999" data-y="-5.774999999999999" x="50.33532622822983" y="393.54224091499873" width="32.46165843514433" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-9.551410699999998" data-y="-1.154999999999999" x="69.72758034832344" y="259.0374319729659" width="39.448921237327795" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-4.597500000000002" data-y="-5.774999999999999" x="219.50116995061086" y="393.54224091499873" width="28.35404169482706" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-7.200000000000001" data-y="-8.009455349999998" x="141.897582531843" y="463.2693009617884" width="32.024954510007774" height="22.67689066805292" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-7.306955349999999" data-y="-1.8805446499999983" x="140.6191841954771" y="280.1606450740836" width="28.35404169482706" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4.890000000000002" data-y="-7.364455349999998" x="209.14998700285935" y="443.32648838055627" width="32.0249545100078" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="6.515" data-y="-3.63054465" x="541.1905380816221" y="335.78346826098266" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="6.515" data-y="-1.6516339500000008" x="541.1905380816221" y="278.170263582012" width="32.024954510007774" height="22.676890668053034" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="6.515" data-y="0.3272767499999982" x="541.1905380816221" y="220.55705890304142" width="32.024954510007774" height="22.676890668053005" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="6.515" data-y="2.3061874499999973" x="541.1905380816221" y="162.94385422407083" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5.9969553499999995" data-y="-3.469999999999998" x="177.01117795684956" y="326.4354044190278" width="31.84767309591885" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-3.6694553500000007" data-y="-1.6794553499999991" x="244.68442963348065" y="277.81570075383416" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-3.6800000000000006" data-y="3.2594553499999996" x="244.37743696386798" y="134.0262548479335" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-0.6300000000000008" data-y="1.6894553499999998" x="333.1739017416169" y="179.73459901221736" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="4.502500000000001" data-y="-2.7294553499999985" x="484.4348845334028" y="304.8754873927736" width="28.35404169482706" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="2.9699999999999975" data-y="-7.699455349999998" x="437.9828437743696" y="454.24408650896805" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-1.5869553500000007" data-y="-1.8899999999999997" x="307.4400835976085" y="280.435924304653" width="27.771769794645138" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-1.6475000000000004" data-y="3.47" x="307.1330909279959" y="124.38705505588773" width="24.860410293735356" height="32.0249545100078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="1.4024999999999994" data-y="1.9000000000000004" x="395.92955570574475" y="170.0953992201716" width="24.860410293735356" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="4.210000000000001" data-y="-1.1399999999999992" x="474.0837015856512" y="262.11021616844295" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="1.4524999999999972" data-y="-8.02" x="395.9295557057447" y="458.9022617104238" width="27.771769794645138" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="-2.0700000000000007" data-y="-0.09999999999999964" x="290.81362100337924" y="227.15804543800363" width="32.89836236028077" height="34.35404211073566" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-3.8600000000000008" data-y="-0.09999999999999962" x="239.13698986223034" y="232.99662115934495" width="32.0249545100078" height="22.676890668053005" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-2.4200000000000004" data-y="1.6800000000000002" x="280.62386275019503" y="175.33584632180919" width="32.898362360280714" height="34.35404211073566" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-4.210000000000001" data-y="1.6800000000000002" x="228.947231609046" y="181.17442204315054" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="2.4099999999999997" data-y="0.10000000000000009" x="421.24252664413837" y="221.33532643618406" width="32.898362360280714" height="34.354042110735634" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="3.2424999999999997" data-y="1.9000000000000004" x="447.75175482193924" y="170.0953992201716" width="28.354041694827117" height="32.0249545100078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="2.6525" data-y="-1.6799999999999993" x="428.2297894463218" y="273.88536542760596" width="33.04393033532625" height="32.898362360280714" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="2.7525000000000004" data-y="-3.4699999999999998" x="432.0304135170263" y="326.43540441902786" width="31.2654011957369" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="2.4099999999999984" data-y="-6.119999999999999" x="421.24252664413825" y="402.42188739277356" width="32.89836236028077" height="34.354042110735634" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_38" data-x="4.799999999999997" data-y="-6.119999999999999" x="491.2607226410189" y="407.095919313751" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-6.140000000000001" data-y="-10.728910699999997" x="169.5554977904861" y="551.1606444502208" width="38.429945412009374" height="5.240447101637756" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="J_BAT_POS" data-x="-6.260000000000001" data-y="-9.868910699999997" x="169.55549779048613" y="526.1229527423966" width="31.442682609825823" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-9.99" data-y="-8.659999999999998" x="57.46815700545881" y="490.9272162204315" width="38.429945412009374" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="J_BAT_NEG" data-x="-10.11" data-y="-7.799999999999999" x="57.468157005458835" y="465.8895245126073" width="31.442682609825795" height="5.240447101637585" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.830000000000002" data-y="-6.149999999999999" x="127.34078502729396" y="417.8520927475955" width="24.4554198076423" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="D_PROT" data-x="-7.890000000000002" data-y="-5.489999999999998" x="127.34078502729398" y="398.63712004159083" width="20.96178840655051" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.145000000000001" data-y="0.14445535000000126" x="147.28359760852612" y="234.59786888484533" width="24.4554198076423" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="D_SENSE_CLAMP" data-x="-6.785000000000001" data-y="0.8044553500000013" x="147.28359760852612" y="215.38289617884064" width="45.41720821419287" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LM4040D25FTA" data-x="-2.5200000000000022" data-y="-7.894455349999998" x="273.1998960228749" y="468.63945931894983" width="41.92357681310108" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U_REF" data-x="-2.940000000000002" data-y="-7.034455349999998" x="273.1998960228749" y="443.6017676111255" width="17.46815700545875" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LMV339IDR" data-x="0.10999999999999943" data-y="-1.4299999999999997" x="355.0090979984403" y="280.435924304653" width="31.44268260982585" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.3100000000000006" data-y="0.4300000000000005" x="355.0090979984403" y="226.2846375877307" width="6.987262802183523" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LMV331IDBVR" data-x="0.22999999999999798" data-y="-6.55" x="355.0090979984403" y="429.49753075123476" width="38.42994541200932" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U2" data-x="-0.31000000000000194" data-y="-5.489999999999999" x="355.0090979984403" y="398.6371200415909" width="6.987262802183523" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
|
|
2
4
|
globalConnNetId: connectivity_net12" data-x="-7.880000000000001" data-y="-10.398910699999997" x="124.1382895762932" y="541.2620221471275" width="27.94905120873409" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
|
|
3
5
|
globalConnNetId: connectivity_net12" data-x="-4.520000000000001" data-y="-10.198910699999997" x="221.95996880686243" y="535.439303145308" width="27.94905120873412" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
|
|
4
6
|
globalConnNetId: connectivity_net12" data-x="-5.970000000000001" data-y="-5.8199999999999985" x="179.7452560436704" y="407.9534704445022" width="27.94905120873409" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -212,7 +214,7 @@ orientation: y+" data-x="3.612499999999998" data-y="-6.119999999999999" cx="472.
|
|
|
212
214
|
const h = svg.getElementById('crosshair-h');
|
|
213
215
|
const v = svg.getElementById('crosshair-v');
|
|
214
216
|
const coords = svg.getElementById('coordinates');
|
|
215
|
-
|
|
217
|
+
|
|
216
218
|
crosshair.style.display = 'block';
|
|
217
219
|
h.setAttribute('x1', '0');
|
|
218
220
|
h.setAttribute('x2', '640');
|
|
@@ -231,13 +233,13 @@ orientation: y+" data-x="3.612499999999998" data-y="-6.119999999999999" cx="472.
|
|
|
231
233
|
// y' = (y - ty) / sy
|
|
232
234
|
const sx = matrix.a;
|
|
233
235
|
const sy = matrix.d;
|
|
234
|
-
const tx = matrix.e;
|
|
236
|
+
const tx = matrix.e;
|
|
235
237
|
const ty = matrix.f;
|
|
236
238
|
const realPoint = {
|
|
237
239
|
x: (x - tx) / sx,
|
|
238
240
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
239
241
|
}
|
|
240
|
-
|
|
242
|
+
|
|
241
243
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
242
244
|
coords.setAttribute('x', (x + 5).toString());
|
|
243
245
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -245,4 +247,391 @@ orientation: y+" data-x="3.612499999999998" data-y="-6.119999999999999" cx="472.
|
|
|
245
247
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
246
248
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
247
249
|
});
|
|
248
|
-
]]></script
|
|
250
|
+
]]></script>
|
|
251
|
+
</g>
|
|
252
|
+
<g transform="translate(1216, 200)">
|
|
253
|
+
<style>
|
|
254
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
255
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
256
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
257
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
258
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
259
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
260
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
261
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
262
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
263
|
+
|
|
264
|
+
</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 474.8408056818279 616.4976411388752 L 484.12159621398786 616.4976411388752 L 484.12159621398786 592.3802227116676 L 449.31863171838785 592.3802227116676 L 449.31863171838785 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 474.8408056818279 616.4976411388752 L 484.12159621398786 616.4976411388752 L 484.12159621398786 592.3802227116676 L 449.31863171838785 592.3802227116676 L 449.31863171838785 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 507.32357254438784 616.4976411388752 L 474.8408056818279 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 507.32357254438784 616.4976411388752 L 474.8408056818279 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 221.06173245288545 353.87654299156407 L 221.06173245288545 363.15733352372405 L 192.2912818031894 363.15733352372405 L 192.2912818031894 470.350464170172 L 221.06173245288545 470.350464170172 L 221.06173245288545 461.069673638012" 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 221.06173245288545 353.87654299156407 L 221.06173245288545 363.15733352372405 L 192.2912818031894 363.15733352372405 L 192.2912818031894 470.350464170172 L 221.06173245288545 470.350464170172 L 221.06173245288545 461.069673638012" 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 163.47028332785987 652.0219388372041 L 154.18949279569995 652.0219388372041 L 154.18949279569995 610.142371560832 L 190.15255610781998 610.142371560832 L 190.15255610781998 568.26280428446" 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 163.47028332785987 652.0219388372041 L 154.18949279569995 652.0219388372041 L 154.18949279569995 610.142371560832 L 190.15255610781998 610.142371560832 L 190.15255610781998 568.26280428446" 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 163.47028332785987 661.302729369364 L 154.18949279569995 661.302729369364 L 154.18949279569995 652.0219388372041 L 163.47028332785987 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 163.47028332785987 661.302729369364 L 154.18949279569995 661.302729369364 L 154.18949279569995 652.0219388372041 L 163.47028332785987 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_5__stack1"><path d="M 256.27818864945993 652.0219388372041 L 265.55897918161986 652.0219388372041 L 265.55897918161986 661.302729369364 L 256.27818864945993 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 256.27818864945993 652.0219388372041 L 265.55897918161986 652.0219388372041 L 265.55897918161986 661.302729369364 L 256.27818864945993 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_6__stack1"><path d="M 637.7186795212359 279.39819897098 L 606.3960114751959 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 637.7186795212359 279.39819897098 L 606.3960114751959 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_7__stack1"><path d="M 530.9895884013958 123.50619194350875 L 559.9920588143959 123.50619194350875 L 559.9920588143959 148.53905246752402 L 588.9945292273959 148.53905246752402 L 588.9945292273959 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 530.9895884013958 123.50619194350875 L 559.9920588143959 123.50619194350875 L 559.9920588143959 148.53905246752402 L 588.9945292273959 148.53905246752402 L 588.9945292273959 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_8__stack1"><path d="M 730.526584842836 270.11740843882 L 761.849252888876 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 730.526584842836 270.11740843882 L 761.849252888876 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_9__stack1"><path d="M 730.526584842836 212.11246761282 L 730.526584842836 241.11493802582 L 739.8073753749959 241.11493802582 L 739.8073753749959 270.11740843882 L 730.526584842836 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 730.526584842836 212.11246761282 L 730.526584842836 241.11493802582 L 739.8073753749959 241.11493802582 L 739.8073753749959 270.11740843882 L 730.526584842836 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_10__stack1"><path d="M 672.5216440168359 196.36039762096473 L 701.5241144298359 196.36039762096473 L 701.5241144298359 221.39325814498 L 730.526584842836 221.39325814498 L 730.526584842836 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 672.5216440168359 196.36039762096473 L 701.5241144298359 196.36039762096473 L 701.5241144298359 221.39325814498 L 730.526584842836 221.39325814498 L 730.526584842836 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_11__stack1"><path d="M 871.594600931668 375.89314659262726 L 871.594600931668 351.77572816541965 L 836.7916364360681 351.77572816541965 L 836.7916364360681 327.658309738212 L 846.072426968228 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 871.594600931668 375.89314659262726 L 871.594600931668 351.77572816541965 L 836.7916364360681 351.77572816541965 L 836.7916364360681 327.658309738212 L 846.072426968228 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_12__stack1"><path d="M 730.5265848428359 558.749993988996 L 761.8492528888759 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 730.5265848428359 558.749993988996 L 761.8492528888759 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_13__stack1"><path d="M 730.5265848428359 621.395330081076 L 730.5265848428359 590.072662035036 L 739.8073753749959 590.072662035036 L 739.8073753749959 558.749993988996 L 730.5265848428359 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 730.5265848428359 621.395330081076 L 730.5265848428359 590.072662035036 L 739.8073753749959 590.072662035036 L 739.8073753749959 558.749993988996 L 730.5265848428359 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_14__stack1"><path d="M 788.5315256688358 632.0429652802433 L 777.1499203105315 632.0429652802433 L 777.1499203105315 612.1145395489159 L 730.5265848428359 612.1145395489159 L 730.5265848428359 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 788.5315256688358 632.0429652802433 L 777.1499203105315 632.0429652802433 L 777.1499203105315 612.1145395489159 L 730.5265848428359 612.1145395489159 L 730.5265848428359 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_15__stack1"><path d="M 522.636876922452 279.39819897098 L 553.959544968492 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 522.636876922452 279.39819897098 L 553.959544968492 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_16__stack1"><path d="M 506.3954934911719 196.799163234756 L 537.7181615372119 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 506.3954934911719 196.799163234756 L 537.7181615372119 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_17__stack1"><path d="M 813.12562057906 212.11246761282 L 813.12562057906 241.11493802582 L 823.56650992774 241.11493802582 L 823.56650992774 270.11740843882 L 814.2857193955799 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 813.12562057906 212.11246761282 L 813.12562057906 241.11493802582 L 823.56650992774 241.11493802582 L 823.56650992774 270.11740843882 L 814.2857193955799 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_18__stack1"><path d="M 788.067486142228 410.257345474436 L 788.067486142228 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 788.067486142228 410.257345474436 L 788.067486142228 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_19__stack1"><path d="M 873.4507590380998 558.749993988996 L 814.2857193955799 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 873.4507590380998 558.749993988996 L 814.2857193955799 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_20__stack1"><path d="M 342.1255010719399 757.3083635515865 L 332.8447105397799 757.3083635515865 L 332.8447105397799 748.0275730194264 L 342.1255010719399 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 342.1255010719399 757.3083635515865 L 332.8447105397799 757.3083635515865 L 332.8447105397799 748.0275730194264 L 342.1255010719399 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_21__stack1"><path d="M 434.93340639353994 748.0275730194264 L 444.2141969256999 748.0275730194264 L 444.2141969256999 757.3083635515865 L 434.93340639353994 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 434.93340639353994 748.0275730194264 L 444.2141969256999 748.0275730194264 L 444.2141969256999 757.3083635515865 L 434.93340639353994 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_22__stack1"><path d="M 455.3511455642919 196.799163234756 L 446.07035503213194 196.799163234756 L 446.07035503213194 279.39819897098 L 471.5925289955719 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 455.3511455642919 196.799163234756 L 446.07035503213194 196.799163234756 L 446.07035503213194 279.39819897098 L 471.5925289955719 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_23__stack1"><path d="M 730.526584842836 161.06811968594002 L 730.526584842836 151.78732915378 L 813.12562057906 151.78732915378 L 813.12562057906 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 730.526584842836 161.06811968594002 L 730.526584842836 151.78732915378 L 813.12562057906 151.78732915378 L 813.12562057906 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_24__stack1"><path d="M 323.5891939204367 336.5003346565806 L 323.5891939204367 294.62076738020863 L 260.22252462562795 294.62076738020863 L 260.22252462562795 252.74120010383666 L 306.6264772864279 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 323.5891939204367 336.5003346565806 L 323.5891939204367 294.62076738020863 L 260.22252462562795 294.62076738020863 L 260.22252462562795 252.74120010383666 L 306.6264772864279 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_25__stack1"><path d="M 381.5941347464367 461.3016934013159 L 381.5941347464367 470.58248393347594 L 323.5891939204367 470.58248393347594 L 323.5891939204367 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 381.5941347464367 461.3016934013159 L 381.5941347464367 470.58248393347594 L 323.5891939204367 470.58248393347594 L 323.5891939204367 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_26__stack1"><path d="M 367.6476750353799 544.828808190756 L 376.9284655675399 544.828808190756 L 376.9284655675399 595.6284993979236 L 307.32253657633987 595.6284993979236 L 307.32253657633987 646.4281906050912 L 316.6033271084999 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 367.6476750353799 544.828808190756 L 376.9284655675399 544.828808190756 L 376.9284655675399 595.6284993979236 L 307.32253657633987 595.6284993979236 L 307.32253657633987 646.4281906050912 L 316.6033271084999 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_27__stack1"><path d="M 274.83976971377984 544.828808190756 L 232.49616291079997 544.828808190756 L 232.49616291079997 507.93766582541997 L 190.15255610781998 507.93766582541997 L 190.15255610781998 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 274.83976971377984 544.828808190756 L 232.49616291079997 544.828808190756 L 232.49616291079997 507.93766582541997 L 190.15255610781998 507.93766582541997 L 190.15255610781998 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_28__stack1"><path d="M 730.5265848428359 549.4692034568361 L 746.1879188658559 549.4692034568361 L 746.1879188658559 522.090871386964 L 788.067486142228 522.090871386964 L 788.067486142228 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 730.5265848428359 549.4692034568361 L 746.1879188658559 549.4692034568361 L 746.1879188658559 522.090871386964 L 788.067486142228 522.090871386964 L 788.067486142228 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_29__stack1"><path d="M 449.31863171838785 517.21845635758 L 449.31863171838785 452.600952277416 L 589.4838426668207 452.600952277416 L 589.4838426668207 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 449.31863171838785 517.21845635758 L 449.31863171838785 452.600952277416 L 589.4838426668207 452.600952277416 L 589.4838426668207 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_30__stack1"><path d="M 221.06173245288545 302.83219506468396 L 221.06173245288545 252.74120010383666 L 306.6264772864279 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 221.06173245288545 302.83219506468396 L 221.06173245288545 252.74120010383666 L 306.6264772864279 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_31__stack1"><path d="M 381.5941347464367 410.25734547443597 L 381.5941347464367 352.6911702622273 L 480.43455391394065 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 381.5941347464367 410.25734547443597 L 381.5941347464367 352.6911702622273 L 480.43455391394065 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_32__stack1"><path d="M 1004.0778857782519 259.57086889091966 L 1013.358676310412 259.57086889091966 L 1013.358676310412 213.65622966954436 L 943.752747319212 213.65622966954436 L 943.752747319212 167.74159044816906 L 953.033537851372 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 1004.0778857782519 259.57086889091966 L 1013.358676310412 259.57086889091966 L 1013.358676310412 213.65622966954436 L 943.752747319212 213.65622966954436 L 943.752747319212 167.74159044816906 L 953.033537851372 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_33__stack1"><path d="M 1004.0778857782519 351.4001473336702 L 1013.358676310412 351.4001473336702 L 1013.358676310412 305.4855081122949 L 943.752747319212 305.4855081122949 L 943.752747319212 259.57086889091966 L 953.033537851372 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 1004.0778857782519 351.4001473336702 L 1013.358676310412 351.4001473336702 L 1013.358676310412 305.4855081122949 L 943.752747319212 305.4855081122949 L 943.752747319212 259.57086889091966 L 953.033537851372 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_34__stack1"><path d="M 1004.0778857782519 443.2294257764207 L 1013.358676310412 443.2294257764207 L 1013.358676310412 397.31478655504543 L 943.752747319212 397.31478655504543 L 943.752747319212 351.4001473336702 L 953.033537851372 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 1004.0778857782519 443.2294257764207 L 1013.358676310412 443.2294257764207 L 1013.358676310412 397.31478655504543 L 943.752747319212 397.31478655504543 L 943.752747319212 351.4001473336702 L 953.033537851372 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_35__stack1"><path d="M 531.4789018408206 352.6911702622273 L 540.7596923729807 352.6911702622273 L 540.7596923729807 336.939100270372 L 589.4838426668207 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 531.4789018408206 352.6911702622273 L 540.7596923729807 352.6911702622273 L 540.7596923729807 336.939100270372 L 589.4838426668207 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_36__stack1"><path d="M 788.067486142228 326.498210921692 L 788.067486142228 317.217420389532 L 836.7916364360681 317.217420389532 L 836.7916364360681 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 788.067486142228 326.498210921692 L 788.067486142228 317.217420389532 L 836.7916364360681 317.217420389532 L 836.7916364360681 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_37__stack1"><path d="M 589.4838426668207 336.939100270372 L 589.4838426668207 308.168649620676 L 615.676802007356 308.168649620676 L 615.676802007356 279.39819897098 L 606.3960114751959 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 589.4838426668207 336.939100270372 L 589.4838426668207 308.168649620676 L 615.676802007356 308.168649620676 L 615.676802007356 279.39819897098 L 606.3960114751959 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_38__stack1"><path d="M 730.526584842836 325.80215163178 L 768.6242299773527 325.80215163178 L 768.6242299773527 307.24057056746 L 730.526584842836 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 730.526584842836 325.80215163178 L 768.6242299773527 325.80215163178 L 768.6242299773527 307.24057056746 L 730.526584842836 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_39__stack1"><path d="M 637.7186795212359 316.52136109962 L 628.437888989076 316.52136109962 L 628.437888989076 297.9597800353 L 637.7186795212359 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 637.7186795212359 316.52136109962 L 628.437888989076 316.52136109962 L 628.437888989076 297.9597800353 L 637.7186795212359 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_40__stack1"><path d="M 730.526584842836 288.67898950314003 L 744.447770641076 288.67898950314003 L 744.447770641076 421.394294113028 L 594.0525600674231 421.394294113028 L 594.0525600674231 554.109598722916 L 637.7186795212359 554.109598722916" 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 730.526584842836 288.67898950314003 L 744.447770641076 288.67898950314003 L 744.447770641076 421.394294113028 L 594.0525600674231 421.394294113028 L 594.0525600674231 554.109598722916 L 637.7186795212359 554.109598722916" 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 637.7186795212359 270.11740843882 L 613.936653782576 270.11740843882 L 613.936653782576 196.799163234756 L 590.154628043916 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 637.7186795212359 270.11740843882 L 613.936653782576 270.11740843882 L 613.936653782576 196.799163234756 L 590.154628043916 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_42__stack1"><path d="M 897.1167748951079 327.658309738212 L 933.7758974971398 327.658309738212 L 933.7758974971398 433.94863524426074 L 909.3674183975592 433.94863524426074 L 909.3674183975592 452.51021630858077 L 933.7758974971398 452.51021630858077 L 933.7758974971398 558.749993988996 L 924.4951069649799 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 897.1167748951079 327.658309738212 L 933.7758974971398 327.658309738212 L 933.7758974971398 433.94863524426074 L 909.3674183975592 433.94863524426074 L 909.3674183975592 452.51021630858077 L 933.7758974971398 452.51021630858077 L 933.7758974971398 558.749993988996 L 924.4951069649799 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_43__stack1"><path d="M 265.55897918161986 661.302729369364 L 277.62400687342796 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 265.55897918161986 661.302729369364 L 277.62400687342796 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_44__stack1"><path d="M 399.43438260802793 252.74120010383666 L 409.22561661945673 252.74120010383666 L 409.22561661945673 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 399.43438260802793 252.74120010383666 L 409.22561661945673 252.74120010383666 L 409.22561661945673 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_45__stack1"><path d="M 507.32357254438784 625.7784316710352 L 497.53233853295905 625.7784316710352 L 497.53233853295905 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 507.32357254438784 625.7784316710352 L 497.53233853295905 625.7784316710352 L 497.53233853295905 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_46__stack1"><path d="M 221.06173245288545 410.0253257111319 L 221.06173245288545 405.38493044505196 L 225.70212771896541 405.38493044505196 L 225.70212771896541 356.61437619855116 L 200.1335498028647 356.61437619855116" 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 221.06173245288545 410.0253257111319 L 221.06173245288545 405.38493044505196 L 225.70212771896541 405.38493044505196 L 225.70212771896541 356.61437619855116 L 200.1335498028647 356.61437619855116" 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_47__stack1"><path d="M 588.9945292273959 88.21391400848401 L 588.9945292273959 27.84237159678318 L 540.2239749808952 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 588.9945292273959 88.21391400848401 L 588.9945292273959 27.84237159678318 L 540.2239749808952 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_48__stack1"><path d="M 730.5265848428359 672.439678007956 L 730.5265848428359 677.1264772266968 L 721.1993903580151 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 730.5265848428359 672.439678007956 L 730.5265848428359 677.1264772266968 L 721.1993903580151 677.1264772266968" 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_49__stack1"><path d="M 871.594600931668 426.93749451950725 L 871.594600931668 452.5060724356081 L 869.2279993459672 452.5060724356081" 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 871.594600931668 426.93749451950725 L 871.594600931668 452.5060724356081 L 869.2279993459672 452.5060724356081" 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="474.8408056818279" 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="163.47028332785987" cy="652.0219388372041" r="1.392118579824" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="154.18949279569995" cy="652.0219388372041" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="265.55897918161986" 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_6__stack1"><circle cx="606.3960114751959" 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_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"><circle cx="730.526584842836" 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_9__stack1"><circle cx="730.526584842836" 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_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"><circle cx="836.7916364360681" cy="327.658309738212" 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"><circle cx="730.5265848428359" 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_13__stack1"><circle cx="730.5265848428359" 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_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"><circle cx="306.6264772864279" 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_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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><circle cx="589.4838426668207" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__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="360.6870821362599" 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="360.6870821362599" y="738.7467824872665" width="55.68474319295996" height="27.842371596480007" fill="transparent"/><text class="sch-text" x="388.5294537327399" y="752.6679682855065" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 388.5294537327399, 752.6679682855065)">J_BAT_POS</text><line class="component-pin sch-component-pin sch-port-line" x1="360.6870821362599" y1="748.0275730194264" x2="342.1255010719399" y2="748.0275730194264" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="341.1974220187239" y="747.0994939662104" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="351.4062916040999" 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="360.6870821362599" y1="757.3083635515865" x2="342.1255010719399" y2="757.3083635515865" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="341.1974220187239" y="756.3802844983704" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="351.4062916040999" 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="416.37182532921986" y1="757.3083635515865" x2="434.93340639353994" y2="757.3083635515865" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="434.00532734032396" y="756.3802844983704" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="425.6526158613799" 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="416.37182532921986" y1="748.0275730194264" x2="434.93340639353994" y2="748.0275730194264" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="434.00532734032396" y="747.0994939662104" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="425.6526158613799" 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="182.0318643921799" 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="182.0318643921799" y="642.7411483050439" width="55.68474319296001" height="27.84237159648012" fill="transparent"/><text class="sch-text" x="209.8742359886599" y="656.6623341032839" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 209.8742359886599, 656.6623341032839)">J_BAT_NEG</text><line class="component-pin sch-component-pin sch-port-line" x1="182.0318643921799" y1="652.0219388372041" x2="163.47028332785987" y2="652.0219388372041" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="162.54220427464386" y="651.093859783988" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="172.75107386001986" 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="182.0318643921799" y1="661.302729369364" x2="163.47028332785987" y2="661.302729369364" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="162.54220427464386" y="660.374650316148" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="172.75107386001986" 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="237.7166075851399" y1="661.302729369364" x2="256.27818864945993" y2="661.302729369364" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="255.35010959624393" y="660.374650316148" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="246.99739811729995" 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="237.7166075851399" y1="652.0219388372041" x2="256.27818864945993" y2="652.0219388372041" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="255.35010959624393" y="651.093859783988" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="246.99739811729995" 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="274.83976971377984" y="532.3354363205406" width="92.80790532160006" height="24.094360035415434" fill="transparent"/><path class="sch-component-symbol-path" d="M 333.7370942447953 544.8288081907559 L 310.53511791439524 556.429796355956" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 310.53511791439524 532.3354363205406 L 333.7370942447953 544.8288081907559" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 310.53511791439524 556.429796355956 L 310.53511791439524 532.3354363205406" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 333.7370942447953 532.3354363205406 L 333.7370942447953 556.429796355956" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 310.53511791439524 544.8288081907559 L 274.83976971377984 544.8288081907559" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 367.6476750353799 544.8288081907559 L 334.6294779498107 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="320.3513386695645" 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="321.2437223745799" 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="306.62647728642787" y="240.2478282336213" width="92.80790532159995" height="24.094360035415377" fill="transparent"/><path class="sch-component-symbol-path" d="M 365.52380181744326 252.7412001038367 L 342.3218254870432 264.3421882690367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 342.3218254870432 240.2478282336213 L 365.52380181744326 252.7412001038367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 342.3218254870432 264.3421882690367 L 342.3218254870432 240.2478282336213" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 365.52380181744326 240.2478282336213 L 365.52380181744326 264.3421882690367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 342.3218254870432 252.7412001038367 L 306.62647728642787 252.7412001038367" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 399.4343826080278 252.7412001038367 L 366.4161855224586 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="352.13804624221245" 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="353.03042994722784" 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="525.8851536087078" 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="525.8851536087078" y="607.2168506067153" width="55.68474319296001" height="27.842371596480007" fill="transparent"/><text class="sch-text" x="553.7275252051878" y="621.1380364049553" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 553.7275252051878, 621.1380364049553)">U_REF</text><line class="component-pin sch-component-pin sch-port-line" x1="525.8851536087078" y1="616.4976411388752" x2="507.32357254438784" y2="616.4976411388752" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="506.39549349117186" y="615.5695620856592" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="516.6043630765479" 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="525.8851536087078" y1="625.7784316710352" x2="507.32357254438784" y2="625.7784316710352" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="506.39549349117186" y="624.8503526178191" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="516.6043630765479" 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="581.5698968016678" y1="621.1380364049553" x2="599.2033988127719" 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="600.1314778659878" cy="621.1380364049553" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="599.2033988127718" y="620.2099573517393" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="590.8506873338279" 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="656.2802605855559" 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="656.2802605855559" y="260.83661790666" width="55.68474319296001" height="74.24632425727998" fill="transparent"/><text class="sch-text" x="684.1226321820359" y="297.9597800353" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 684.1226321820359, 297.9597800353)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="656.2802605855559" y1="270.11740843882" x2="637.7186795212359" y2="270.11740843882" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="636.7906004680199" y="269.189329385604" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="646.999470053396" 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="656.2802605855559" y1="279.39819897098" x2="637.7186795212359" y2="279.39819897098" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="636.7906004680199" y="278.470119917764" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="646.999470053396" 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="656.2802605855559" y1="288.67898950314003" x2="638.646758574452" 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="637.7186795212359" cy="288.67898950314003" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="636.7906004680199" y="287.75091044992405" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="646.999470053396" 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="656.2802605855559" y1="297.9597800353" x2="637.7186795212359" y2="297.9597800353" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="636.7906004680199" y="297.03170098208403" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="646.999470053396" 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="656.2802605855559" y1="307.24057056746" x2="638.646758574452" 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="637.7186795212359" cy="307.24057056746" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="636.7906004680199" y="306.312491514244" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="646.999470053396" 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="656.2802605855559" y1="316.52136109962" x2="637.7186795212359" y2="316.52136109962" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="636.7906004680199" y="315.593282046404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="646.999470053396" 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="656.2802605855559" y1="325.80215163178" x2="638.646758574452" 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="637.7186795212359" cy="325.80215163178" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="636.7906004680199" y="324.87407257856404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="646.999470053396" 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="711.9650037785159" y1="325.80215163178" x2="730.526584842836" y2="325.80215163178" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_7__stack1"><rect x="729.5985057896199" y="324.87407257856404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.2457943106759" 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="711.9650037785159" y1="316.52136109962" x2="729.5985057896199" 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="730.526584842836" cy="316.52136109962" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="729.5985057896199" y="315.593282046404" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.2457943106759" 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="711.9650037785159" y1="307.24057056746" x2="730.526584842836" y2="307.24057056746" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_9__stack1"><rect x="729.5985057896199" y="306.312491514244" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.2457943106759" 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="711.9650037785159" y1="297.9597800353" x2="729.5985057896199" y2="297.9597800353" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="730.526584842836" cy="297.9597800353" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="729.5985057896199" y="297.03170098208403" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.2457943106759" 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="711.9650037785159" y1="288.67898950314003" x2="730.526584842836" y2="288.67898950314003" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_11__stack1"><rect x="729.5985057896199" y="287.75091044992405" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.2457943106759" 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="711.9650037785159" y1="279.39819897098" x2="729.5985057896199" 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="730.526584842836" cy="279.39819897098" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="729.5985057896199" y="278.470119917764" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.2457943106759" 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="711.9650037785159" y1="270.11740843882" x2="730.526584842836" y2="270.11740843882" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_5_13__stack1"><rect x="729.5985057896199" y="269.189329385604" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.2457943106759" 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="656.2802605855559" 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="656.2802605855559" y="535.548017658596" width="55.68474319296001" height="37.12316212864005" fill="transparent"/><text class="sch-text" x="684.1226321820359" y="554.109598722916" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 684.1226321820359, 554.109598722916)">U2</text><line class="component-pin sch-component-pin sch-port-line" x1="656.2802605855559" y1="544.828808190756" x2="638.6467585744518" 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="637.7186795212359" cy="544.828808190756" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="636.7906004680199" y="543.90072913754" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="646.9994700533958" 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="656.2802605855559" y1="554.109598722916" x2="637.7186795212359" y2="554.109598722916" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="636.7906004680199" y="553.1815196696999" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="646.9994700533958" 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="656.2802605855559" y1="563.390389255076" x2="638.6467585744518" 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="637.7186795212359" cy="563.390389255076" r="0.928079053216" stroke-width="0.928079053216px"/><rect x="636.7906004680199" y="562.46231020186" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="646.9994700533958" 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="711.9650037785159" y1="558.749993988996" x2="730.5265848428359" y2="558.749993988996" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><rect x="729.5985057896198" y="557.82191493578" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.2457943106758" 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="711.9650037785159" y1="549.4692034568361" x2="730.5265848428359" y2="549.4692034568361" stroke-width="0.928079053216px"/><g class="sch-port" data-schematic-port-id="source_port_6_4__stack1"><rect x="729.5985057896198" y="548.5411244036201" width="1.856158106432" height="1.856158106432" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.2457943106758" 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="207.44820486078655" y="410.025325711132" width="27.22705518419781" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 221.06173245288545 461.06967363801203 L 221.06173245288545 440.65193446726" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 221.06173245288545 430.443064881884 L 221.06173245288545 410.025325711132" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 234.67526004498436 440.65193446726 L 207.44820486078655 440.65193446726" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 234.67526004498436 430.443064881884 L 207.44820486078655 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="230.84523247220412" 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="230.84523247220415" y="452.5622823168654" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" 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_8__stack1"><rect class="component-overlay sch-component-overlay" x="176.53902851572107" y="517.21845635758" width="27.22705518419781" height="51.044347926880164" fill="transparent"/><path class="sch-component-symbol-path" d="M 190.15255610781998 568.2628042844601 L 190.15255610781998 547.8450651137081" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 190.15255610781998 537.636195528332 L 190.15255610781998 517.21845635758" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 203.76608369991888 547.8450651137081 L 176.53902851572107 547.8450651137081" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 203.76608369991888 537.636195528332 L 176.53902851572107 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="199.93605612713864" 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="199.93605612713867" y="559.7554129633133" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" 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_9__stack1"><rect class="component-overlay sch-component-overlay" x="207.44820486078655" y="302.83219506468396" width="27.22705518419781" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 221.06173245288545 353.876542991564 L 221.06173245288545 333.45880382081197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 221.06173245288545 323.249934235436 L 221.06173245288545 302.83219506468396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 234.67526004498436 333.45880382081197 L 207.44820486078655 333.45880382081197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 234.67526004498436 323.249934235436 L 207.44820486078655 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="230.84523247220412" 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="230.84523247220415" y="345.36915167041735" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" 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_10__stack1"><rect class="component-overlay sch-component-overlay" x="442.51442013973474" y="517.2184563575801" width="13.60842315730622" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 449.31863171838785 517.2184563575801 L 449.31863171838785 525.7275491569909" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 449.31863171838785 559.7537114850492 L 449.31863171838785 568.26280428446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 456.12284329704096 525.7275491569909 L 456.12284329704096 559.7537114850492 L 442.51442013973474 559.7537114850492 L 442.51442013973474 525.7275491569909 L 456.12284329704096 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="462.9304578322225" 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="462.9304578322225" 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="316.6033271084999" y="639.6239790264382" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 316.6033271084999 646.4281906050912 L 325.1124199079108 646.4281906050912" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 359.13858223596895 646.4281906050912 L 367.64767503537985 646.4281906050912" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 325.1124199079108 639.6239790264382 L 359.13858223596895 639.6239790264382 L 359.13858223596895 653.2324021837443 L 325.1124199079108 653.2324021837443 L 325.1124199079108 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="342.1255010719399" 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="342.1255010719399" 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="367.64767503537985" 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="316.7849823417836" y="336.5003346565806" width="13.60842315730622" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 323.5891939204367 336.5003346565806 L 323.5891939204367 345.0094274559915" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 323.5891939204367 379.03558978404976 L 323.5891939204367 387.54468258346066" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 330.3934054990898 345.0094274559915 L 330.3934054990898 379.03558978404976 L 316.7849823417836 379.03558978404976 L 316.7849823417836 345.0094274559915 L 330.3934054990898 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="337.2010200342714" 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="337.2010200342714" 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="423.7964577549479" y="609.6934295602222" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 474.8408056818278 616.4976411388752 L 466.3317128824169 616.4976411388752" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 432.3055505543588 616.4976411388752 L 423.7964577549479 616.4976411388752" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 466.3317128824169 623.3018527175283 L 432.3055505543588 623.3018527175283 L 432.3055505543588 609.6934295602222 L 466.3317128824169 609.6934295602222 L 466.3317128824169 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="449.31863171838785" 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="449.31863171838785" 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="423.7964577549479" 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="953.033537851372" y="436.4252141977676" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 953.033537851372 443.2294257764207 L 961.5426306507828 443.2294257764207" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 995.5687929788411 443.2294257764207 L 1004.0778857782519 443.2294257764207" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 961.5426306507828 436.4252141977676 L 995.5687929788411 436.4252141977676 L 995.5687929788411 450.03363735507384 L 961.5426306507828 450.03363735507384 L 961.5426306507828 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="978.555711814812" 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="978.555711814812" 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="953.033537851372" 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="953.033537851372" y="344.5959357550171" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 953.033537851372 351.4001473336702 L 961.5426306507828 351.4001473336702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 995.5687929788411 351.4001473336702 L 1004.0778857782519 351.4001473336702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 961.5426306507828 344.5959357550171 L 995.5687929788411 344.5959357550171 L 995.5687929788411 358.2043589123233 L 961.5426306507828 358.2043589123233 L 961.5426306507828 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="978.555711814812" 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="978.555711814812" 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="953.033537851372" y="252.76665731226655" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 953.033537851372 259.57086889091966 L 961.5426306507828 259.57086889091966" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 995.5687929788411 259.57086889091966 L 1004.0778857782519 259.57086889091966" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 961.5426306507828 252.76665731226655 L 995.5687929788411 252.76665731226655 L 995.5687929788411 266.37508046957277 L 961.5426306507828 266.37508046957277 L 961.5426306507828 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="978.555711814812" 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="978.555711814812" 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="953.033537851372" y="160.93737886951595" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 953.033537851372 167.74159044816906 L 961.5426306507828 167.74159044816906" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 995.5687929788411 167.74159044816906 L 1004.0778857782519 167.74159044816906" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 961.5426306507828 160.93737886951595 L 995.5687929788411 160.93737886951595 L 995.5687929788411 174.54580202682217 L 961.5426306507828 174.54580202682217 L 961.5426306507828 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="978.555711814812" 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="978.555711814812" 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="1004.0778857782519" 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="374.78992316778357" y="410.25734547443597" width="13.60842315730622" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 381.5941347464367 410.25734547443597 L 381.5941347464367 418.76643827384686" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 381.5941347464367 452.792600601905 L 381.5941347464367 461.3016934013159" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 388.3983463250898 418.76643827384686 L 388.3983463250898 452.792600601905 L 374.78992316778357 452.792600601905 L 374.78992316778357 418.76643827384686 L 388.3983463250898 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="395.2059608602713" 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="395.2059608602713" 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="480.43455391394065" y="345.88695868357416" width="51.04434792687999" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 531.4789018408206 352.6911702622273 L 522.9698090414097 352.6911702622273" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 488.94364671335154 352.6911702622273 L 480.43455391394065 352.6911702622273" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 522.9698090414097 359.4953818408804 L 488.94364671335154 359.4953818408804 L 488.94364671335154 345.88695868357416 L 522.9698090414097 345.88695868357416 L 522.9698090414097 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="505.9567278773806" 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="505.9567278773806" 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="479.94524047451597" y="116.70198036485564" width="51.04434792687999" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 530.989588401396 123.50619194350875 L 522.480495601985 123.50619194350875" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 488.45433327392686 123.50619194350875 L 479.94524047451597 123.50619194350875" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 522.480495601985 130.31040352216186 L 488.45433327392686 130.31040352216186 L 488.45433327392686 116.70198036485566 L 522.480495601985 116.70198036485564 L 522.480495601985 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="505.46741443795594" 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="505.46741443795594" 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="479.94524047451597" 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="621.477296089956" y="189.55618604231162" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 672.5216440168359 196.36039762096473 L 664.0125512174251 196.36039762096473" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 629.9863888893668 196.36039762096473 L 621.477296089956 196.36039762096473" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 664.0125512174251 203.16460919961784 L 629.9863888893668 203.16460919961784 L 629.9863888893668 189.55618604231162 L 664.0125512174251 189.55618604231162 L 664.0125512174251 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="646.999470053396" 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="646.999470053396" 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="621.477296089956" 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="864.7903893530149" y="375.8931465926273" width="13.608423157306106" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 871.594600931668 375.8931465926273 L 871.594600931668 384.4022393920382" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 871.594600931668 418.42840172009636 L 871.594600931668 426.93749451950725" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 878.398812510321 384.4022393920382 L 878.398812510321 418.42840172009636 L 864.7903893530149 418.42840172009636 L 864.7903893530149 384.4022393920382 L 878.398812510321 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="885.2064270455027" 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="885.2064270455027" 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="788.5315256688359" y="625.2387537015902" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 788.5315256688359 632.0429652802433 L 797.0406184682467 632.0429652802433" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 831.066780796305 632.0429652802433 L 839.5758735957158 632.0429652802433" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 797.0406184682467 625.2387537015902 L 831.066780796305 625.2387537015902 L 831.066780796305 638.8471768588963 L 797.0406184682467 638.8471768588963 L 797.0406184682467 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="814.0536996322759" 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="814.0536996322759" 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="839.5758735957158" 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="582.6796310881675" y="336.93910027037197" width="13.608423157306333" height="51.04434792688005" fill="transparent"/><path class="sch-component-symbol-path" d="M 589.4838426668207 387.983448197252 L 589.4838426668207 379.4743553978411" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 589.4838426668207 345.44819306978286 L 589.4838426668207 336.93910027037197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 582.6796310881675 379.4743553978411 L 582.6796310881676 345.44819306978286 L 596.2880542454739 345.44819306978286 L 596.2880542454737 379.4743553978411 L 582.6796310881675 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="603.0956687806554" 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="603.0956687806554" 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="582.1903176487428" y="88.213914008484" width="13.608423157306106" height="51.044347926880036" fill="transparent"/><path class="sch-component-symbol-path" d="M 588.9945292273959 88.213914008484 L 588.9945292273959 96.72300680789489" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 588.9945292273959 130.7491691359531 L 588.9945292273959 139.25826193536403" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 595.798740806049 96.72300680789489 L 595.798740806049 130.7491691359531 L 582.1903176487428 130.7491691359531 L 582.1903176487428 96.72300680789489 L 595.798740806049 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="602.6063553412306" 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="602.6063553412306" 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="723.7223732641829" y="161.06811968594002" width="13.608423157306106" height="51.04434792687999" fill="transparent"/><path class="sch-component-symbol-path" d="M 730.526584842836 161.06811968594002 L 730.526584842836 169.5772124853509" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 730.526584842836 203.60337481340912 L 730.526584842836 212.11246761282" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 737.330796421489 169.5772124853509 L 737.330796421489 203.60337481340912 L 723.7223732641829 203.60337481340912 L 723.7223732641829 169.5772124853509 L 737.330796421489 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="744.1384109566707" 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="744.1384109566707" 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="846.072426968228" y="320.8540981595589" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 897.1167748951079 327.658309738212 L 888.6076820956971 327.658309738212" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 854.5815197676388 327.658309738212 L 846.072426968228 327.658309738212" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 888.6076820956971 334.4625213168651 L 854.5815197676388 334.4625213168651 L 854.5815197676388 320.8540981595589 L 888.6076820956971 320.8540981595589 L 888.6076820956971 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="871.594600931668" 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="871.594600931668" 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="723.7223732641828" y="621.395330081076" width="13.608423157306106" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 730.5265848428359 672.439678007956 L 730.5265848428359 663.9305852085452" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 730.5265848428359 629.9044228804869 L 730.5265848428359 621.395330081076" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 723.7223732641828 663.9305852085452 L 723.7223732641828 629.9044228804869 L 737.3307964214889 629.9044228804869 L 737.3307964214889 663.9305852085452 L 723.7223732641828 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="744.1384109566706" 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="744.1384109566706" 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="553.959544968492" y="263.8614681541788" width="52.43646650670394" height="22.334050549151698" fill="transparent"/><path class="sch-component-symbol-path" d="M 586.9750979541944 279.39819897098 L 573.8659813275185 286.1955187033305" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 586.4895751161694 279.39819897098 L 606.3960114751959 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 573.8659813275185 273.0864020766545 L 586.9750979541944 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 573.8659813275185 286.1955187033305 L 573.8659813275185 273.0864020766545" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 586.9750979541944 273.0864020766545 L 586.9750979541944 286.1955187033305" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 573.8659813275185 279.39819897098 L 553.959544968492 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 587.9461436302445 265.3180366682539 L 592.3158491724698 264.8325138302289 L 590.8592806583947 269.20221937245424" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 584.0619609260442 271.1443107245544 L 584.5474837640693 271.1443107245544 L 590.3737578203697 266.289082344304 L 590.3737578203697 266.289082344304" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 579.2067325457939 264.34699099220387 L 584.0619609260442 263.8614681541788 L 582.1198695739441 268.23117369640414" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 575.3225498415935 270.1732650485043 L 575.8080726796186 269.68774221047926 L 582.1198695739441 265.3180366682539 L 582.1198695739441 265.3180366682539" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="580.1777782218439" 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="580.1777782218439" 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="471.59252899557185" y="272.5939873923269" width="51.04434792687999" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 471.59252899557185 279.39819897098 L 480.10162179498275 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 514.127784123041 279.39819897098 L 522.6368769224518 279.39819897098" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 480.10162179498275 272.5939873923269 L 514.127784123041 272.5939873923269 L 514.127784123041 286.2024105496331 L 480.10162179498275 286.2024105496331 L 480.10162179498275 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="497.1147029590119" 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="497.1147029590119" 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="537.7181615372119" y="181.2624324179548" width="52.43646650670394" height="22.334050549151726" fill="transparent"/><path class="sch-component-symbol-path" d="M 570.7337145229144 196.799163234756 L 557.6245978962385 203.59648296710654" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 570.2481916848893 196.799163234756 L 590.1546280439159 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 557.6245978962385 190.48736634043053 L 570.7337145229144 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 557.6245978962385 203.59648296710654 L 557.6245978962385 190.48736634043053" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 570.7337145229144 190.48736634043053 L 570.7337145229144 203.59648296710654" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 557.6245978962385 196.799163234756 L 537.7181615372119 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 571.7047601989644 182.71900093202993 L 576.0744657411898 182.2334780940049 L 574.6178972271147 186.60318363623023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 567.8205774947642 188.5452749883304 L 568.3061003327892 188.5452749883304 L 574.1323743890897 183.69004660808002 L 574.1323743890897 183.69004660808002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.9653491145139 181.74795525597986 L 567.8205774947642 181.2624324179548 L 565.8784861426641 185.63213796018016" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 559.0811664103135 187.5742293122803 L 559.5666892483385 187.08870647425528 L 565.8784861426641 182.71900093202993 L 565.8784861426641 182.71900093202993" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="563.9363947905639" 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="563.9363947905639" 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="455.351145564292" y="189.9949516561029" width="51.04434792687994" height="13.60842315730622" fill="transparent"/><path class="sch-component-symbol-path" d="M 455.351145564292 196.799163234756 L 463.8602383637029 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 497.886400691761 196.799163234756 L 506.3954934911719 196.799163234756" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 463.8602383637029 189.9949516561029 L 497.886400691761 189.9949516561029 L 497.886400691761 203.60337481340912 L 463.8602383637029 203.60337481340912 L 463.8602383637029 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="480.87331952773195" 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="480.87331952773195" 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="761.849252888876" y="254.5806776220188" width="52.43646650670394" height="22.334050549151698" fill="transparent"/><path class="sch-component-symbol-path" d="M 781.2701664098774 270.11740843882 L 794.3792830365534 276.9147281711705" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 781.7556892479025 270.11740843882 L 761.849252888876 270.11740843882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.3792830365534 263.8056115444945 L 781.2701664098774 270.11740843882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.3792830365534 276.9147281711705 L 794.3792830365534 263.8056115444945" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 781.2701664098774 263.8056115444945 L 781.2701664098774 276.9147281711705" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.3792830365534 270.11740843882 L 814.2857193955799 270.11740843882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 780.2991207338274 256.0372461360939 L 775.9294151916021 255.5517232980689 L 777.3859837056772 259.92142884029425" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 784.1833034380277 261.8635201923944 L 783.6977806000026 261.8635201923944 L 777.8715065437021 257.008291812144 L 777.8715065437021 257.008291812144" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 789.038531818278 255.06620046004386 L 784.1833034380277 254.5806776220188 L 786.1253947901278 258.95038316424416" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 792.9227145224784 260.8924745163443 L 792.4371916844533 260.4069516783193 L 786.1253947901278 256.0372461360939 L 786.1253947901278 256.0372461360939" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="788.067486142228" 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="788.067486142228" 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="806.3214090004069" y="161.06811968594002" width="13.608423157306106" height="51.04434792687999" fill="transparent"/><path class="sch-component-symbol-path" d="M 813.12562057906 161.06811968594002 L 813.12562057906 169.5772124853509" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 813.12562057906 203.60337481340912 L 813.12562057906 212.11246761282" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 819.929832157713 169.5772124853509 L 819.929832157713 203.60337481340912 L 806.3214090004069 203.60337481340912 L 806.3214090004069 169.5772124853509 L 819.929832157713 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="826.7374466928947" 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="826.7374466928947" 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="772.5307553254268" y="326.498210921692" width="22.334050549151698" height="52.43646650670394" fill="transparent"/><path class="sch-component-symbol-path" d="M 788.067486142228 345.9191244426935 L 794.8648058745785 359.02824106936947" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 788.067486142228 346.4046472807185 L 788.067486142228 326.498210921692" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 781.7556892479025 359.02824106936947 L 788.067486142228 345.9191244426935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.8648058745785 359.02824106936947 L 781.7556892479025 359.02824106936947" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 781.7556892479025 345.9191244426935 L 794.8648058745785 345.9191244426935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 788.067486142228 359.02824106936947 L 788.067486142228 378.93467742839596" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 773.9873238395019 344.9480787666434 L 773.5018010014768 340.57837322441804 L 777.8715065437021 342.03494173849316" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 779.8135978958023 348.8322614708437 L 779.8135978958023 348.34673863281864 L 774.9583695155519 342.52046457651824 L 774.9583695155519 342.52046457651824" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 773.0162781634518 353.6874898510941 L 772.5307553254268 348.8322614708437 L 776.9004608676521 350.77435282294385" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 778.8425522197523 357.57167255529436 L 778.3570293817272 357.08614971726934 L 773.9873238395019 350.77435282294385 L 773.9873238395019 350.77435282294385" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="798.2634657407538" 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="798.2634657407538" 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></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="781.2632745635749" y="410.2573454744361" width="13.608423157306106" height="51.04434792687994" fill="transparent"/><path class="sch-component-symbol-path" d="M 788.067486142228 461.301693401316 L 788.067486142228 452.7926006019051" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 788.067486142228 418.766438273847 L 788.067486142228 410.2573454744361" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 781.2632745635749 452.7926006019051 L 781.2632745635749 418.766438273847 L 794.871697720881 418.766438273847 L 794.871697720881 452.7926006019051 L 781.2632745635749 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="801.6793122560626" 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="801.6793122560626" 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="761.8492528888759" y="543.2132631721948" width="52.43646650670394" height="22.334050549151698" fill="transparent"/><path class="sch-component-symbol-path" d="M 781.2701664098773 558.749993988996 L 794.3792830365533 565.5473137213465" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 781.7556892479024 558.749993988996 L 761.8492528888759 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.3792830365533 552.4381970946706 L 781.2701664098773 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.3792830365533 565.5473137213465 L 794.3792830365533 552.4381970946706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 781.2701664098773 552.4381970946706 L 781.2701664098773 565.5473137213465" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.3792830365533 558.749993988996 L 814.2857193955798 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 780.2991207338273 544.66983168627 L 775.929415191602 544.1843088482449 L 777.3859837056771 548.5540143904702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 784.1833034380276 550.4961057425704 L 783.6977806000025 550.4961057425704 L 777.871506543702 545.64087736232 L 777.871506543702 545.64087736232" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 789.0385318182779 543.6987860102199 L 784.1833034380276 543.2132631721948 L 786.1253947901276 547.5829687144202" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 792.9227145224783 549.5250600665204 L 792.4371916844532 549.0395372284953 L 786.1253947901276 544.66983168627 L 786.1253947901276 544.66983168627" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><text class="sch-component-text" x="788.0674861422278" 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="788.0674861422278" 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="873.4507590380998" y="551.945782410343" width="51.04434792687994" height="13.608423157306106" fill="transparent"/><path class="sch-component-symbol-path" d="M 924.4951069649798 558.749993988996 L 915.9860141655689 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 881.9598518375107 558.749993988996 L 873.4507590380998 558.749993988996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.928079053216px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 915.9860141655689 565.5542055676491 L 881.9598518375107 565.5542055676491 L 881.9598518375107 551.945782410343 L 915.9860141655689 551.945782410343 L 915.9860141655689 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="898.9729330015398" 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="898.9729330015398" 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="342.1255010719399" 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="342.1255010719399" 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="434.93340639353994" 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="434.93340639353994" 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="163.47028332785987" 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="163.47028332785987" 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="256.27818864945993" 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="256.27818864945993" 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="297.11366699096385" 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="389.92157231256397" 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="328.9003745636119" 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="421.70827988521194" 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="507.32357254438784" 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="507.32357254438784" 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="600.1314778659878" 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="637.7186795212359" 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="637.7186795212359" 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="637.7186795212359" 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="637.7186795212359" 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="637.7186795212359" 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="637.7186795212359" 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="637.7186795212359" 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="730.526584842836" 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="730.526584842836" 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="730.526584842836" 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="730.526584842836" 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="730.526584842836" 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="730.526584842836" 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="730.526584842836" 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="637.7186795212359" 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="637.7186795212359" 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="637.7186795212359" 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="730.5265848428359" 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="730.5265848428359" 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="221.06173245288545" 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="221.06173245288545" 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="190.15255610781998" 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="190.15255610781998" 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="221.06173245288545" 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="221.06173245288545" 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="449.31863171838785" 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="449.31863171838785" 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="328.20431527369993" 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="379.24866320057987" 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="323.5891939204367" 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="323.5891939204367" 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="486.44179384702784" 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="435.39744592014785" 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="964.634526016572" 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="1015.6788739434519" 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="964.634526016572" 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="1015.6788739434519" 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="964.634526016572" 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="1015.6788739434519" 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="964.634526016572" 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="1015.6788739434519" 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="381.5941347464367" 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="381.5941347464367" 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="543.0798900060206" 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="492.03554207914067" 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="542.5905765665959" 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="491.54622863971593" 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="684.1226321820359" 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="633.078284255156" 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="871.594600931668" 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="871.594600931668" 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="800.1325138340359" 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="851.1768617609159" 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="589.4838426668207" 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="589.4838426668207" 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="588.9945292273959" 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="588.9945292273959" 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="730.526584842836" 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="730.526584842836" 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="908.717763060308" 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="857.6734151334281" 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="730.5265848428359" 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="730.5265848428359" 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="555.1196437850119" 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="607.5561102917159" 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="483.1935171607719" 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="534.2378650876519" 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="538.878260353732" 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="591.3147268604359" 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="466.95213372949195" 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="517.9964816563719" 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="815.4458182121" 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="763.0093517053959" 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="813.12562057906" 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="813.12562057906" 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="788.067486142228" 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="788.067486142228" 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="788.067486142228" 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="788.067486142228" 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="815.4458182120999" 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="763.0093517053958" 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="936.0960951301798" 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="885.0517472032998" 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="
|
|
265
|
+
M 332.8447105397799,757.3083635515865
|
|
266
|
+
L 330.3388970960967,761.9487588176664
|
|
267
|
+
L 287.1708467341765,761.9487588176664
|
|
268
|
+
L 287.1708467341765,752.6679682855065
|
|
269
|
+
L 330.3388970960967,752.6679682855065
|
|
270
|
+
Z
|
|
271
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="328.6683548003079" y="757.3083635515865" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
272
|
+
M 444.2141969256999,748.0275730194264
|
|
273
|
+
L 446.72001036938315,743.3871777533465
|
|
274
|
+
L 489.8880607313033,743.3871777533465
|
|
275
|
+
L 489.8880607313033,752.6679682855064
|
|
276
|
+
L 446.72001036938315,752.6679682855064
|
|
277
|
+
Z
|
|
278
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="448.3905526651719" y="748.0275730194264" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
279
|
+
M 376.9284655675399,544.828808190756
|
|
280
|
+
L 379.4342790112231,540.1884129246761
|
|
281
|
+
L 422.6023293731433,540.1884129246761
|
|
282
|
+
L 422.6023293731433,549.469203456836
|
|
283
|
+
L 379.4342790112231,549.469203456836
|
|
284
|
+
Z
|
|
285
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="381.1048213070119" y="544.828808190756" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
286
|
+
M 381.5941347464367,470.58248393347594
|
|
287
|
+
L 386.2345300125167,473.08829737715917
|
|
288
|
+
L 386.2345300125167,494.45267718219145
|
|
289
|
+
L 376.95373948035666,494.45267718219145
|
|
290
|
+
L 376.95373948035666,473.08829737715917
|
|
291
|
+
Z
|
|
292
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="381.5941347464367" y="474.75883967294794" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(90 381.5941347464367 474.75883967294794)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
293
|
+
M 190.15255610781998,610.142371560832
|
|
294
|
+
L 194.79295137389997,612.6481850045152
|
|
295
|
+
L 194.79295137389997,634.0125648095475
|
|
296
|
+
L 185.51216084173998,634.0125648095475
|
|
297
|
+
L 185.51216084173998,612.6481850045152
|
|
298
|
+
Z
|
|
299
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="190.15255610781998" y="614.318727300304" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(90 190.15255610781998 614.318727300304)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
300
|
+
M 277.62400687342796,661.302729369364
|
|
301
|
+
L 282.264402139508,663.8085428130472
|
|
302
|
+
L 282.264402139508,685.1729226180795
|
|
303
|
+
L 272.98361160734794,685.1729226180795
|
|
304
|
+
L 272.98361160734794,663.8085428130472
|
|
305
|
+
Z
|
|
306
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="277.62400687342796" y="665.479085108836" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(90 277.62400687342796 665.479085108836)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
307
|
+
M 409.22561661945673,262.0683945886575
|
|
308
|
+
L 413.86601188553675,264.5742080323407
|
|
309
|
+
L 413.86601188553675,285.938587837373
|
|
310
|
+
L 404.5852213533767,285.938587837373
|
|
311
|
+
L 404.5852213533767,264.5742080323407
|
|
312
|
+
Z
|
|
313
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="409.22561661945673" y="266.2447503281295" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(90 409.22561661945673 266.2447503281295)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
314
|
+
M 497.53233853295905,635.105626155856
|
|
315
|
+
L 502.17273379903907,637.6114395995393
|
|
316
|
+
L 502.17273379903907,658.9758194045716
|
|
317
|
+
L 492.891943266879,658.9758194045716
|
|
318
|
+
L 492.891943266879,637.6114395995393
|
|
319
|
+
Z
|
|
320
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="497.53233853295905" y="639.281981895328" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(90 497.53233853295905 639.281981895328)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
321
|
+
M 744.447770641076,421.39429411302797
|
|
322
|
+
L 749.0881659071559,423.9001075567112
|
|
323
|
+
L 749.0881659071559,445.2644873617435
|
|
324
|
+
L 739.807375374996,445.2644873617435
|
|
325
|
+
L 739.807375374996,423.9001075567112
|
|
326
|
+
Z
|
|
327
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="744.447770641076" y="425.57064985249997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(90 744.447770641076 425.57064985249997)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
328
|
+
M 221.06173245288545,470.350464170172
|
|
329
|
+
L 225.70212771896544,472.85627761385524
|
|
330
|
+
L 225.70212771896544,494.2206574188875
|
|
331
|
+
L 216.42133718680546,494.2206574188875
|
|
332
|
+
L 216.42133718680546,472.85627761385524
|
|
333
|
+
Z
|
|
334
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="221.06173245288545" y="474.526819909644" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(90 221.06173245288545 474.526819909644)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
335
|
+
M 232.49616291079997,526.3832370080879
|
|
336
|
+
L 235.00197635448316,521.742841742008
|
|
337
|
+
L 278.17002671640336,521.742841742008
|
|
338
|
+
L 278.17002671640336,531.0236322741679
|
|
339
|
+
L 235.00197635448316,531.0236322741679
|
|
340
|
+
Z
|
|
341
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="236.67251865027197" y="526.3832370080879" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
342
|
+
M 637.7186795212359,288.67898950314003
|
|
343
|
+
L 635.2128660775527,293.31938476922005
|
|
344
|
+
L 592.0448157156325,293.31938476922005
|
|
345
|
+
L 592.0448157156325,284.03859423706
|
|
346
|
+
L 635.2128660775527,284.03859423706
|
|
347
|
+
Z
|
|
348
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="633.5423237817639" y="288.67898950314003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
|
|
349
|
+
M 746.1879188658559,522.090871386964
|
|
350
|
+
L 743.6821054221726,526.7312666530439
|
|
351
|
+
L 700.5140550602524,526.7312666530439
|
|
352
|
+
L 700.5140550602524,517.450476120884
|
|
353
|
+
L 743.6821054221726,517.450476120884
|
|
354
|
+
Z
|
|
355
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="742.0115631263839" y="522.090871386964" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
|
|
356
|
+
M 200.1335498028647,356.61437619855116
|
|
357
|
+
L 197.6277363591815,361.2547714646312
|
|
358
|
+
L 154.4596859972613,361.2547714646312
|
|
359
|
+
L 154.4596859972613,351.97398093247114
|
|
360
|
+
L 197.6277363591815,351.97398093247114
|
|
361
|
+
Z
|
|
362
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="195.9571940633927" y="356.61437619855116" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
|
|
363
|
+
M 449.31863171838785,484.909704317498
|
|
364
|
+
L 446.8128182747046,489.550099583578
|
|
365
|
+
L 403.64476791278446,489.550099583578
|
|
366
|
+
L 403.64476791278446,480.26930905141796
|
|
367
|
+
L 446.8128182747046,480.26930905141796
|
|
368
|
+
Z
|
|
369
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="445.14227597891585" y="484.909704317498" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
|
|
370
|
+
M 540.2239749808952,27.84237159678318
|
|
371
|
+
L 537.7181615372119,32.48276686286318
|
|
372
|
+
L 494.55011117529176,32.48276686286317
|
|
373
|
+
L 494.55011117529176,23.201976330703175
|
|
374
|
+
L 537.7181615372119,23.201976330703182
|
|
375
|
+
Z
|
|
376
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="536.0476192414231" y="27.84237159678318" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
|
|
377
|
+
M 730.526584842836,151.78732915378
|
|
378
|
+
L 728.0207713991527,156.42772441986
|
|
379
|
+
L 684.8527210372325,156.42772441986
|
|
380
|
+
L 684.8527210372325,147.14693388770002
|
|
381
|
+
L 728.0207713991527,147.14693388770002
|
|
382
|
+
Z
|
|
383
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="726.350229103364" y="151.78732915378" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
|
|
384
|
+
M 933.7758974971398,327.658309738212
|
|
385
|
+
L 936.281710940823,323.01791447213196
|
|
386
|
+
L 979.4497613027432,323.01791447213196
|
|
387
|
+
L 979.4497613027432,332.298705004292
|
|
388
|
+
L 936.281710940823,332.298705004292
|
|
389
|
+
Z
|
|
390
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="937.9522532366118" y="327.658309738212" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
|
|
391
|
+
M 721.1993903580151,677.1264772266968
|
|
392
|
+
L 718.6935769143319,681.7668724927768
|
|
393
|
+
L 675.5255265524116,681.7668724927768
|
|
394
|
+
L 675.5255265524116,672.4860819606168
|
|
395
|
+
L 718.6935769143319,672.4860819606168
|
|
396
|
+
Z
|
|
397
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="717.0230346185431" y="677.1264772266968" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
|
|
398
|
+
M 446.07035503213194,196.799163234756
|
|
399
|
+
L 443.5645415884487,201.439558500836
|
|
400
|
+
L 400.39649122652855,201.439558500836
|
|
401
|
+
L 400.39649122652855,192.158767968676
|
|
402
|
+
L 443.5645415884487,192.15876796867602
|
|
403
|
+
Z
|
|
404
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="441.89399929265994" y="196.799163234756" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
|
|
405
|
+
M 323.5891939204367,315.5605510183946
|
|
406
|
+
L 321.08338047675346,320.20094628447464
|
|
407
|
+
L 267.0134948363893,320.20094628447464
|
|
408
|
+
L 267.0134948363893,310.9201557523146
|
|
409
|
+
L 321.08338047675346,310.9201557523146
|
|
410
|
+
Z
|
|
411
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="319.4128381809647" y="315.5605510183946" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
|
|
412
|
+
M 768.6242299773527,307.24057056746
|
|
413
|
+
L 771.1300434210359,302.60017530138
|
|
414
|
+
L 825.1999290614001,302.60017530138
|
|
415
|
+
L 825.1999290614001,311.88096583354
|
|
416
|
+
L 771.1300434210359,311.88096583354
|
|
417
|
+
Z
|
|
418
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="772.8005857168247" y="307.24057056746" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
|
|
419
|
+
M 637.7186795212359,563.390389255076
|
|
420
|
+
L 635.2128660775527,568.030784521156
|
|
421
|
+
L 581.1429804371885,568.030784521156
|
|
422
|
+
L 581.1429804371885,558.749993988996
|
|
423
|
+
L 635.2128660775527,558.749993988996
|
|
424
|
+
Z
|
|
425
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="633.5423237817639" y="563.390389255076" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
|
|
426
|
+
M 367.6476750353799,646.4281906050912
|
|
427
|
+
L 370.1534884790631,641.7877953390113
|
|
428
|
+
L 424.22337411942726,641.7877953390113
|
|
429
|
+
L 424.22337411942726,651.0685858711712
|
|
430
|
+
L 370.1534884790631,651.0685858711712
|
|
431
|
+
Z
|
|
432
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="371.8240307748519" y="646.4281906050912" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
|
|
433
|
+
M 491.0821891131078,616.4976411388752
|
|
434
|
+
L 486.4417938470278,613.991827695192
|
|
435
|
+
L 486.4417938470278,598.0783655293817
|
|
436
|
+
L 495.7225843791878,598.0783655293817
|
|
437
|
+
L 495.7225843791878,613.991827695192
|
|
438
|
+
Z
|
|
439
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="491.0821891131078" y="612.3212853994032" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(-90 491.0821891131078 612.3212853994032)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
|
|
440
|
+
M 613.936653782576,233.458285836788
|
|
441
|
+
L 616.4424672262592,228.81789057070802
|
|
442
|
+
L 708.6687763411771,228.81789057070802
|
|
443
|
+
L 708.6687763411771,238.098681102868
|
|
444
|
+
L 616.4424672262592,238.098681102868
|
|
445
|
+
Z
|
|
446
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="618.113009522048" y="233.458285836788" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
|
|
447
|
+
M 545.4908236078959,123.50619194350875
|
|
448
|
+
L 540.8504283418159,121.00037849982556
|
|
449
|
+
L 540.8504283418159,28.77406938490759
|
|
450
|
+
L 550.1312188739759,28.77406938490759
|
|
451
|
+
L 550.1312188739759,121.00037849982556
|
|
452
|
+
Z
|
|
453
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="545.4908236078959" y="119.32983620403675" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(-90 545.4908236078959 119.32983620403675)">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
|
|
454
|
+
M 622.0573454982159,279.39819897098
|
|
455
|
+
L 626.6977407642959,281.9040124146632
|
|
456
|
+
L 626.6977407642959,297.8174745804735
|
|
457
|
+
L 617.416950232136,297.8174745804735
|
|
458
|
+
L 617.416950232136,281.9040124146632
|
|
459
|
+
Z
|
|
460
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="622.0573454982159" y="283.574554710452" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(90 622.0573454982159 283.574554710452)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
|
|
461
|
+
M 637.7186795212359,307.24057056746
|
|
462
|
+
L 635.2128660775527,311.88096583354
|
|
463
|
+
L 602.9466509940764,311.88096583354
|
|
464
|
+
L 602.9466509940764,302.60017530138
|
|
465
|
+
L 635.2128660775527,302.60017530138
|
|
466
|
+
Z
|
|
467
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="633.5423237817639" y="307.24057056746" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
|
|
468
|
+
M 1004.0778857782519,167.74159044816906
|
|
469
|
+
L 1006.5836992219351,163.10119518208907
|
|
470
|
+
L 1038.8499143054114,163.10119518208907
|
|
471
|
+
L 1038.8499143054114,172.38198571424905
|
|
472
|
+
L 1006.5836992219351,172.38198571424905
|
|
473
|
+
Z
|
|
474
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="1008.2542415177239" y="167.74159044816906" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
|
|
475
|
+
M 381.5941347464367,381.4742578683316
|
|
476
|
+
L 384.0999481901199,376.8338626022516
|
|
477
|
+
L 416.36616327359616,376.8338626022516
|
|
478
|
+
L 416.36616327359616,386.11465313441164
|
|
479
|
+
L 384.0999481901199,386.11465313441164
|
|
480
|
+
Z
|
|
481
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="385.7704904859087" y="381.4742578683316" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
|
|
482
|
+
M 637.7186795212359,325.80215163178
|
|
483
|
+
L 635.2128660775527,330.44254689786004
|
|
484
|
+
L 602.9466509940764,330.44254689786004
|
|
485
|
+
L 602.9466509940764,321.1617563657
|
|
486
|
+
L 635.2128660775527,321.1617563657
|
|
487
|
+
Z
|
|
488
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="633.5423237817639" y="325.80215163178" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
|
|
489
|
+
M 1013.358676310412,259.57086889091966
|
|
490
|
+
L 1015.8644897540952,254.93047362483966
|
|
491
|
+
L 1048.1307048375713,254.93047362483966
|
|
492
|
+
L 1048.1307048375713,264.2112641569997
|
|
493
|
+
L 1015.8644897540952,264.2112641569997
|
|
494
|
+
Z
|
|
495
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="1017.535032049884" y="259.57086889091966" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
|
|
496
|
+
M 479.9452404745159,123.50619194350875
|
|
497
|
+
L 477.4394270308327,128.14658720958874
|
|
498
|
+
L 445.17321194735644,128.14658720958874
|
|
499
|
+
L 445.17321194735644,118.86579667742875
|
|
500
|
+
L 477.4394270308327,118.86579667742875
|
|
501
|
+
Z
|
|
502
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="475.7688847350439" y="123.50619194350875" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
|
|
503
|
+
M 730.526584842836,316.52136109962
|
|
504
|
+
L 733.0323982865192,311.88096583353996
|
|
505
|
+
L 765.2986133699955,311.88096583353996
|
|
506
|
+
L 765.2986133699955,321.1617563657
|
|
507
|
+
L 733.0323982865192,321.1617563657
|
|
508
|
+
Z
|
|
509
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="734.702940582308" y="316.52136109962" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="
|
|
510
|
+
M 1013.358676310412,351.4001473336702
|
|
511
|
+
L 1015.8644897540952,346.75975206759017
|
|
512
|
+
L 1048.1307048375713,346.75975206759017
|
|
513
|
+
L 1048.1307048375713,356.0405425997502
|
|
514
|
+
L 1015.8644897540952,356.0405425997502
|
|
515
|
+
Z
|
|
516
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="1017.535032049884" y="351.4001473336702" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="
|
|
517
|
+
M 621.4772960899559,196.36039762096473
|
|
518
|
+
L 618.9714826462726,201.00079288704472
|
|
519
|
+
L 586.7052675627964,201.00079288704472
|
|
520
|
+
L 586.7052675627964,191.72000235488474
|
|
521
|
+
L 618.9714826462726,191.72000235488474
|
|
522
|
+
Z
|
|
523
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="617.3009403504839" y="196.36039762096473" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
|
|
524
|
+
M 730.526584842836,297.9597800353
|
|
525
|
+
L 733.0323982865192,293.31938476922
|
|
526
|
+
L 765.2986133699955,293.31938476922
|
|
527
|
+
L 765.2986133699955,302.60017530138003
|
|
528
|
+
L 733.0323982865192,302.60017530138003
|
|
529
|
+
Z
|
|
530
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="734.702940582308" y="297.9597800353" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" d="
|
|
531
|
+
M 1013.358676310412,443.2294257764207
|
|
532
|
+
L 1015.8644897540952,438.5890305103407
|
|
533
|
+
L 1048.1307048375713,438.5890305103407
|
|
534
|
+
L 1048.1307048375713,447.86982104250075
|
|
535
|
+
L 1015.8644897540952,447.86982104250075
|
|
536
|
+
Z
|
|
537
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" x="1017.535032049884" y="443.2294257764207" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" d="
|
|
538
|
+
M 869.2279993459672,452.5060724356081
|
|
539
|
+
L 866.722185902284,457.1464677016881
|
|
540
|
+
L 834.4559708188077,457.1464677016881
|
|
541
|
+
L 834.4559708188077,447.86567716952806
|
|
542
|
+
L 866.722185902284,447.86567716952806
|
|
543
|
+
Z
|
|
544
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" x="865.0516436064952" y="452.5060724356081" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" d="
|
|
545
|
+
M 730.526584842836,279.39819897098
|
|
546
|
+
L 733.0323982865192,274.75780370489997
|
|
547
|
+
L 825.2587074014372,274.75780370489997
|
|
548
|
+
L 825.2587074014372,284.03859423706
|
|
549
|
+
L 733.0323982865192,284.03859423706
|
|
550
|
+
Z
|
|
551
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" x="734.702940582308" y="279.39819897098" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" d="
|
|
552
|
+
M 854.193118683868,351.77572816541965
|
|
553
|
+
L 858.8335139499479,354.2815416091029
|
|
554
|
+
L 858.8335139499479,446.50785072402084
|
|
555
|
+
L 849.552723417788,446.50785072402084
|
|
556
|
+
L 849.552723417788,354.2815416091029
|
|
557
|
+
Z
|
|
558
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" x="854.193118683868" y="355.95208390489165" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(90 854.193118683868 355.95208390489165)">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" d="
|
|
559
|
+
M 730.526584842836,226.61370281932
|
|
560
|
+
L 733.0323982865192,221.97330755324
|
|
561
|
+
L 748.9458604523295,221.97330755324
|
|
562
|
+
L 748.9458604523295,231.2540980854
|
|
563
|
+
L 733.0323982865192,231.2540980854
|
|
564
|
+
Z
|
|
565
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" x="734.702940582308" y="226.61370281932" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" d="
|
|
566
|
+
M 637.7186795212359,544.828808190756
|
|
567
|
+
L 635.2128660775527,549.469203456836
|
|
568
|
+
L 597.4957333548545,549.469203456836
|
|
569
|
+
L 597.4957333548545,540.1884129246761
|
|
570
|
+
L 635.2128660775527,540.1884129246761
|
|
571
|
+
Z
|
|
572
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" x="633.5423237817639" y="544.828808190756" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" d="
|
|
573
|
+
M 423.7964577549478,616.4976411388752
|
|
574
|
+
L 421.2906443112646,621.1380364049552
|
|
575
|
+
L 383.57351158856636,621.1380364049552
|
|
576
|
+
L 383.57351158856636,611.8572458727953
|
|
577
|
+
L 421.2906443112646,611.8572458727953
|
|
578
|
+
Z
|
|
579
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" x="419.6201020154758" y="616.4976411388752" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" d="
|
|
580
|
+
M 953.033537851372,443.2294257764207
|
|
581
|
+
L 950.5277244076888,447.86982104250075
|
|
582
|
+
L 912.8105916849905,447.86982104250075
|
|
583
|
+
L 912.8105916849905,438.5890305103407
|
|
584
|
+
L 950.5277244076888,438.5890305103407
|
|
585
|
+
Z
|
|
586
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" x="948.8571821119" y="443.2294257764207" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" d="
|
|
587
|
+
M 839.5758735957158,632.0429652802433
|
|
588
|
+
L 842.0816870393991,627.4025700141633
|
|
589
|
+
L 879.7988197620973,627.4025700141633
|
|
590
|
+
L 879.7988197620973,636.6833605463232
|
|
591
|
+
L 842.0816870393991,636.6833605463232
|
|
592
|
+
Z
|
|
593
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" x="843.7522293351878" y="632.0429652802433" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" d="
|
|
594
|
+
M 730.5265848428359,605.7339960580559
|
|
595
|
+
L 733.0323982865191,601.093600791976
|
|
596
|
+
L 748.9458604523294,601.093600791976
|
|
597
|
+
L 748.9458604523294,610.3743913241359
|
|
598
|
+
L 733.0323982865191,610.3743913241359
|
|
599
|
+
Z
|
|
600
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" x="734.7029405823079" y="605.7339960580559" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" d="
|
|
601
|
+
M 538.298210945472,279.39819897098
|
|
602
|
+
L 533.657815679392,276.89238552729677
|
|
603
|
+
L 533.657815679392,260.97892336148647
|
|
604
|
+
L 542.9386062115519,260.97892336148647
|
|
605
|
+
L 542.9386062115519,276.89238552729677
|
|
606
|
+
Z
|
|
607
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" x="538.298210945472" y="275.221843231508" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(-90 538.298210945472 275.221843231508)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" d="
|
|
608
|
+
M 522.0568275141919,196.799163234756
|
|
609
|
+
L 517.416432248112,194.2933497910728
|
|
610
|
+
L 517.416432248112,178.37988762526246
|
|
611
|
+
L 526.6972227802719,178.37988762526246
|
|
612
|
+
L 526.6972227802719,194.2933497910728
|
|
613
|
+
Z
|
|
614
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" x="522.0568275141919" y="192.622807495284" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(-90 522.0568275141919 192.622807495284)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" d="
|
|
615
|
+
M 813.12562057906,226.61370281932
|
|
616
|
+
L 815.6314340227432,221.97330755324
|
|
617
|
+
L 831.5448961885535,221.97330755324
|
|
618
|
+
L 831.5448961885535,231.2540980854
|
|
619
|
+
L 815.6314340227432,231.2540980854
|
|
620
|
+
Z
|
|
621
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" x="817.301976318532" y="226.61370281932" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" d="
|
|
622
|
+
M 788.067486142228,394.596011451416
|
|
623
|
+
L 790.5732995859112,389.955616185336
|
|
624
|
+
L 806.4867617517215,389.955616185336
|
|
625
|
+
L 806.4867617517215,399.23640671749604
|
|
626
|
+
L 790.5732995859112,399.23640671749604
|
|
627
|
+
Z
|
|
628
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" x="792.2438418817" y="394.596011451416" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" d="
|
|
629
|
+
M 843.8682392168398,558.749993988996
|
|
630
|
+
L 839.2278439507598,556.2441805453128
|
|
631
|
+
L 839.2278439507598,540.3307183795025
|
|
632
|
+
L 848.5086344829198,540.3307183795025
|
|
633
|
+
L 848.5086344829198,556.2441805453128
|
|
634
|
+
Z
|
|
635
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.928079053216px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" x="843.8682392168398" y="554.573638249524" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.352711478944px" transform="rotate(-90 843.8682392168398 554.573638249524)">XX</text><text class="sch-text" x="391.3136908923879" y="772.6216679296505" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943988px" transform="rotate(0, 391.3136908923879, 772.6216679296505)">MY_18650_02</text><text class="sch-text" x="385.7452165730919" y="732.7142686413624" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943988px" transform="rotate(0, 385.7452165730919, 732.7142686413624)">J_BAT_POS</text><text class="sch-text" x="212.6584731483079" y="676.616033747428" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943988px" transform="rotate(0, 212.6584731483079, 676.616033747428)">MY_18650_02</text><text class="sch-text" x="207.08999882901196" y="636.7086344591401" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943988px" transform="rotate(0, 207.08999882901196, 636.7086344591401)">J_BAT_NEG</text><text class="sch-text" x="312.8910108956359" y="560.14211256882" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943988px" transform="rotate(0, 312.8910108956359, 560.14211256882)">BAT54WS</text><text class="sch-text" x="310.1067737359878" y="529.515503812692" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943988px" transform="rotate(0, 310.1067737359878, 529.515503812692)">D_PROT</text><text class="sch-text" x="344.6777184682839" y="268.05450448190066" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 344.6777184682839, 268.05450448190066)">BAT54WS</text><text class="sch-text" x="361.3831414261719" y="237.42789572577266" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943997px" transform="rotate(0, 361.3831414261719, 237.42789572577266)">D_SENSE_CLAMP</text><text class="sch-text" x="559.2959995244838" y="641.0917360490992" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943988px" transform="rotate(0, 559.2959995244838, 641.0917360490992)">LM4040D25FTA</text><text class="sch-text" x="539.8063394069478" y="601.1843367608112" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943988px" transform="rotate(0, 539.8063394069478, 601.1843367608112)">U_REF</text><text class="sch-text" x="681.3383950223879" y="341.115456009844" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478944px" transform="rotate(0, 681.3383950223879, 341.115456009844)">LMV339IDR</text><text class="sch-text" x="661.8487349048519" y="254.804104060756" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943997px" transform="rotate(0, 661.8487349048519, 254.804104060756)">U1</text><text class="sch-text" x="686.9068693416839" y="578.70369363314" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943988px" transform="rotate(0, 686.9068693416839, 578.70369363314)">LMV331IDBVR</text><text class="sch-text" x="661.8487349048519" y="529.515503812692" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.352711478943988px" transform="rotate(0, 661.8487349048519, 529.515503812692)">U2</text><rect class="schematic-box sch-box" x="360.6870821362599" y="768.4453121901785" width="61.253217512256015" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="360.6870821362599" y="728.5379129018905" width="50.11626887366401" height="8.352711478943888" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="182.0318643921799" y="672.439678007956" width="61.253217512256015" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="182.03186439218" y="632.532278719668" width="50.11626887366401" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="293.40135077809987" y="555.965756829348" width="38.97932023507201" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="293.40135077809987" y="525.33914807322" width="33.41084591577601" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="325.1880583507479" y="263.87814874242866" width="38.97932023507201" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="325.1880583507479" y="233.25153998630066" width="72.39016615084802" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="525.8851536087079" y="636.9153803096272" width="66.8216918315519" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="525.8851536087079" y="597.0079810213392" width="27.842371596480007" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="656.2802605855559" y="336.939100270372" width="50.11626887366401" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="656.2802605855559" y="250.627748321284" width="11.136948638592003" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="656.2802605855559" y="574.5273378936681" width="61.253217512256015" height="8.352711478943888" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/><rect class="schematic-box sch-box" x="656.2802605855559" y="525.33914807322" width="11.136948638592003" height="8.352711478944002" stroke-width="0.928079053216px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.424632425728 3.712316212864"/>
|
|
636
|
+
</g>
|
|
637
|
+
</svg>
|