@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="-5.3,0 -8.4,-3.5" data-type="line" data-label="" points="250.34469696969694,99.04040404040401 195.54671717171715,160.90909090909088" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,0 -3,-0.6200000000000001" data-type="line" data-label="" points="260.95075757575756,99.04040404040401 291.0012626262626,109.99999999999997" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-0.6200000000000001 3.5999999999999996,1.9000000000000012" data-type="line" data-label="" points="291.0012626262626,109.99999999999997 407.6679292929293,65.45454545454541" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-1.38 -4,-2.6199999999999997" data-type="line" data-label="" points="291.0012626262626,123.4343434343434 273.3244949494949,145.35353535353534" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-2 -8.4,-3.7" data-type="line" data-label="" points="250.34469696969694,134.39393939393938 195.54671717171715,164.44444444444443" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-2 -4,-2.6199999999999997" data-type="line" data-label="" points="260.95075757575756,134.39393939393938 273.3244949494949,145.35353535353534" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-2.6199999999999997 3.5999999999999996,1.7000000000000013" data-type="line" data-label="" points="273.3244949494949,145.35353535353534 407.6679292929293,68.98989898989893" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-3.3800000000000003 -3,-4.62" data-type="line" data-label="" points="273.3244949494949,158.78787878787878 291.0012626262626,180.70707070707067" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-4 -8.4,-3.9" data-type="line" data-label="" points="250.34469696969694,169.7474747474747 195.54671717171715,167.97979797979795" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-4 -3,-4.62" data-type="line" data-label="" points="260.95075757575756,169.7474747474747 291.0012626262626,180.70707070707067" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-4.62 3.5999999999999996,1.5000000000000013" data-type="line" data-label="" points="291.0012626262626,180.70707070707067 407.6679292929293,72.52525252525247" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-5.38 -4,-6.62" data-type="line" data-label="" points="291.0012626262626,194.14141414141412 273.3244949494949,216.06060606060606" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-6 -8.4,-4.1" data-type="line" data-label="" points="250.34469696969694,205.10101010101008 195.54671717171715,171.5151515151515" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-6 -4,-6.62" data-type="line" data-label="" points="260.95075757575756,205.10101010101008 273.3244949494949,216.06060606060606" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-6.62 3.5999999999999996,1.3000000000000014" data-type="line" data-label="" points="273.3244949494949,216.06060606060606 407.6679292929293,76.060606060606" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-7.38 -3,-8.620000000000001" data-type="line" data-label="" points="273.3244949494949,229.49494949494948 291.0012626262626,251.41414141414143" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-8 -8.4,-4.3" data-type="line" data-label="" points="250.34469696969694,240.45454545454544 195.54671717171715,175.05050505050502" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-8 -3,-8.620000000000001" data-type="line" data-label="" points="260.95075757575756,240.45454545454544 291.0012626262626,251.41414141414143" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-8.620000000000001 3.5999999999999996,1.1000000000000014" data-type="line" data-label="" points="291.0012626262626,251.41414141414143 407.6679292929293,79.59595959595954" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-9.379999999999999 -4,-10.620000000000001" data-type="line" data-label="" points="291.0012626262626,264.8484848484848 273.3244949494949,286.7676767676768" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-10 -8.4,-4.5" data-type="line" data-label="" points="250.34469696969694,275.80808080808083 195.54671717171715,178.58585858585855" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-10 -4,-10.620000000000001" data-type="line" data-label="" points="260.95075757575756,275.80808080808083 273.3244949494949,286.7676767676768" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-10.620000000000001 3.5999999999999996,0.7000000000000015" data-type="line" data-label="" points="273.3244949494949,286.7676767676768 407.6679292929293,86.66666666666661" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-11.379999999999999 -3,-12.620000000000001" data-type="line" data-label="" points="273.3244949494949,300.2020202020202 291.0012626262626,322.1212121212121" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-12 -8.4,-9.6" data-type="line" data-label="" points="250.34469696969694,311.16161616161617 195.54671717171715,268.73737373737373" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-12 -3,-12.620000000000001" data-type="line" data-label="" points="260.95075757575756,311.16161616161617 291.0012626262626,322.1212121212121" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-12.620000000000001 3.5999999999999996,0.5000000000000013" data-type="line" data-label="" points="291.0012626262626,322.1212121212121 407.6679292929293,90.20202020202015" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-13.379999999999999 -4,-14.620000000000001" data-type="line" data-label="" points="291.0012626262626,335.55555555555554 273.3244949494949,357.47474747474746" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-14 -8.4,-9.8" data-type="line" data-label="" points="250.34469696969694,346.5151515151515 195.54671717171715,272.27272727272725" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-14 -4,-14.620000000000001" data-type="line" data-label="" points="260.95075757575756,346.5151515151515 273.3244949494949,357.47474747474746" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-14.620000000000001 3.5999999999999996,0.30000000000000115" data-type="line" data-label="" points="273.3244949494949,357.47474747474746 407.6679292929293,93.73737373737369" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-15.379999999999999 -3,-16.62" data-type="line" data-label="" points="273.3244949494949,370.9090909090909 291.0012626262626,392.8282828282828" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-16 -8.4,-10" data-type="line" data-label="" points="250.34469696969694,381.86868686868684 195.54671717171715,275.80808080808083" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-16 -3,-16.62" data-type="line" data-label="" points="260.95075757575756,381.86868686868684 291.0012626262626,392.8282828282828" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-16.62 3.5999999999999996,-0.0999999999999992" data-type="line" data-label="" points="291.0012626262626,392.8282828282828 407.6679292929293,100.80808080808076" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-17.38 -4,-18.62" data-type="line" data-label="" points="291.0012626262626,406.2626262626262 273.3244949494949,428.18181818181824" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-18 -8.4,-10.2" data-type="line" data-label="" points="250.34469696969694,417.2222222222222 195.54671717171715,279.3434343434343" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-18 -4,-18.62" data-type="line" data-label="" points="260.95075757575756,417.2222222222222 273.3244949494949,428.18181818181824" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-18.62 3.5999999999999996,-0.2999999999999994" data-type="line" data-label="" points="273.3244949494949,428.18181818181824 407.6679292929293,104.34343434343431" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-19.38 -3,-20.62" data-type="line" data-label="" points="273.3244949494949,441.61616161616155 291.0012626262626,463.5353535353536" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-20 -8.4,-10.4" data-type="line" data-label="" points="250.34469696969694,452.5757575757576 195.54671717171715,282.8787878787879" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-20 -3,-20.62" data-type="line" data-label="" points="260.95075757575756,452.5757575757576 291.0012626262626,463.5353535353536" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-20.62 3.5999999999999996,-0.49999999999999956" data-type="line" data-label="" points="291.0012626262626,463.5353535353536 407.6679292929293,107.87878787878785" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-21.38 -4,-22.62" data-type="line" data-label="" points="291.0012626262626,476.969696969697 273.3244949494949,498.8888888888889" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-22 -8.4,-15.5" data-type="line" data-label="" points="250.34469696969694,487.92929292929296 195.54671717171715,373.030303030303" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-22 -4,-22.62" data-type="line" data-label="" points="260.95075757575756,487.92929292929296 273.3244949494949,498.8888888888889" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-22.62 3.5999999999999996,-0.6999999999999997" data-type="line" data-label="" points="273.3244949494949,498.8888888888889 407.6679292929293,111.41414141414138" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-23.38 -3,-24.62" data-type="line" data-label="" points="273.3244949494949,512.3232323232323 291.0012626262626,534.2424242424242" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-24 -8.4,-15.7" data-type="line" data-label="" points="250.34469696969694,523.2828282828283 195.54671717171715,376.5656565656566" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-24 -3,-24.62" data-type="line" data-label="" points="260.95075757575756,523.2828282828283 291.0012626262626,534.2424242424242" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-24.62 3.5999999999999996,-0.8999999999999999" data-type="line" data-label="" points="291.0012626262626,534.2424242424242 407.6679292929293,114.94949494949492" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-25.38 -4,-26.62" data-type="line" data-label="" points="291.0012626262626,547.6767676767677 273.3244949494949,569.5959595959596" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-26 -8.4,-15.9" data-type="line" data-label="" points="250.34469696969694,558.6363636363636 195.54671717171715,380.10101010101005" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-26 -4,-26.62" data-type="line" data-label="" points="260.95075757575756,558.6363636363636 273.3244949494949,569.5959595959596" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-26.62 3.5999999999999996,-1.0999999999999996" data-type="line" data-label="" points="273.3244949494949,569.5959595959596 407.6679292929293,118.48484848484846" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-28 -8.4,-16.1" data-type="line" data-label="" points="250.34469696969694,593.989898989899 195.54671717171715,383.6363636363636" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,0 -6.85,0 -6.85,-3.5 -8.4,-3.5" data-type="line" data-label="" points="250.34469696969694,99.04040404040401 222.94570707070704,99.04040404040401 222.94570707070704,160.90909090909088 195.54671717171715,160.90909090909088" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,0 -3,0 -3,-0.6200000000000001" data-type="line" data-label="" points="260.95075757575756,99.04040404040401 291.0012626262626,99.04040404040401 291.0012626262626,109.99999999999997" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.5999999999999996,1.9000000000000012 -3,1.9000000000000012 -3,-0.6200000000000001" data-type="line" data-label="" points="407.6679292929293,65.45454545454541 291.0012626262626,65.45454545454541 291.0012626262626,109.99999999999997" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-2.6199999999999997 -4,-1.9999999999999996 -3,-1.9999999999999996 -3,-1.38" data-type="line" data-label="" points="273.3244949494949,145.35353535353534 273.3244949494949,134.39393939393938 291.0012626262626,134.39393939393938 291.0012626262626,123.4343434343434" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-2 -4,-2 -4,-2.6199999999999997" data-type="line" data-label="" points="260.95075757575756,134.39393939393938 273.3244949494949,134.39393939393938 273.3244949494949,145.35353535353534" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.5999999999999996,1.700000000000001 0.2999999999999998,1.700000000000001 0.2999999999999998,-1.58 -3,-1.58 -3,-1.38" data-type="line" data-label="" points="407.6679292929293,68.98989898989893 349.33459595959596,68.98989898989893 349.33459595959596,126.96969696969694 291.0012626262626,126.96969696969694 291.0012626262626,123.4343434343434" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-2 -6.75,-2 -6.75,-3.7 -8.4,-3.7" data-type="line" data-label="" points="250.34469696969694,134.39393939393938 224.71338383838383,134.39393939393938 224.71338383838383,164.44444444444443 195.54671717171715,164.44444444444443" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-4 -4,-4 -4,-3.3800000000000003" data-type="line" data-label="" points="260.95075757575756,169.7474747474747 273.3244949494949,169.7474747474747 273.3244949494949,158.78787878787878" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9999999999999996,-4.62 -2.9999999999999996,-4 -4,-4 -4,-3.3800000000000003" data-type="line" data-label="" points="291.00126262626264,180.70707070707067 291.00126262626264,169.7474747474747 273.3244949494949,169.7474747474747 273.3244949494949,158.78787878787878" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-4 -6.85,-4 -6.85,-3.9 -8.4,-3.9" data-type="line" data-label="" points="250.34469696969694,169.7474747474747 222.94570707070704,169.7474747474747 222.94570707070704,167.97979797979795 195.54671717171715,167.97979797979795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-6.62 -4,-6 -3,-6 -3,-5.38" data-type="line" data-label="" points="273.3244949494949,216.06060606060606 273.3244949494949,205.10101010101008 291.0012626262626,205.10101010101008 291.0012626262626,194.14141414141412" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-6 -4,-6 -4,-6.62" data-type="line" data-label="" points="260.95075757575756,205.10101010101008 273.3244949494949,205.10101010101008 273.3244949494949,216.06060606060606" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-6 -6.75,-6 -6.75,-4.1 -8.4,-4.1" data-type="line" data-label="" points="250.34469696969694,205.10101010101008 224.71338383838383,205.10101010101008 224.71338383838383,171.5151515151515 195.54671717171715,171.5151515151515" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-8 -4,-8 -4,-7.38" data-type="line" data-label="" points="260.95075757575756,240.45454545454544 273.3244949494949,240.45454545454544 273.3244949494949,229.49494949494948" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.000000000000001,-8.620000000000001 -3.000000000000001,-8 -4,-8 -4,-7.38" data-type="line" data-label="" points="291.0012626262626,251.41414141414143 291.0012626262626,240.45454545454544 273.3244949494949,240.45454545454544 273.3244949494949,229.49494949494948" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-8 -6.85,-8 -6.85,-4.3 -8.4,-4.3" data-type="line" data-label="" points="250.34469696969694,240.45454545454544 222.94570707070704,240.45454545454544 222.94570707070704,175.05050505050502 195.54671717171715,175.05050505050502" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-10.620000000000001 -4,-10 -3,-10 -3,-9.379999999999999" data-type="line" data-label="" points="273.3244949494949,286.7676767676768 273.3244949494949,275.80808080808083 291.0012626262626,275.80808080808083 291.0012626262626,264.8484848484848" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-10 -4,-10 -4,-10.620000000000001" data-type="line" data-label="" points="260.95075757575756,275.80808080808083 273.3244949494949,275.80808080808083 273.3244949494949,286.7676767676768" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-10 -5.5,-10 -5.5,-9.4 -8.200000000000001,-9.4 -8.200000000000001,-4.5 -8.4,-4.5" data-type="line" data-label="" points="250.34469696969694,275.80808080808083 246.80934343434342,275.80808080808083 246.80934343434342,265.2020202020202 199.08207070707067,265.2020202020202 199.08207070707067,178.58585858585855 195.54671717171715,178.58585858585855" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-11.379999999999999 -4,-12 -3,-12 -3,-12.620000000000001" data-type="line" data-label="" points="273.3244949494949,300.2020202020202 273.3244949494949,311.16161616161617 291.0012626262626,311.16161616161617 291.0012626262626,322.1212121212121" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-12 -4,-12 -4,-11.379999999999999" data-type="line" data-label="" points="260.95075757575756,311.16161616161617 273.3244949494949,311.16161616161617 273.3244949494949,300.2020202020202" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-12 -6.3500000000000005,-12 -6.3500000000000005,-9.6 -8.4,-9.6" data-type="line" data-label="" points="250.34469696969694,311.16161616161617 231.78409090909088,311.16161616161617 231.78409090909088,268.73737373737373 195.54671717171715,268.73737373737373" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-14.620000000000001 -4,-14 -3,-14 -3,-13.379999999999999" data-type="line" data-label="" points="273.3244949494949,357.47474747474746 273.3244949494949,346.5151515151515 291.0012626262626,346.5151515151515 291.0012626262626,335.55555555555554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-14 -4,-14 -4,-14.620000000000001" data-type="line" data-label="" points="260.95075757575756,346.5151515151515 273.3244949494949,346.5151515151515 273.3244949494949,357.47474747474746" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-14 -7.149999999999999,-14 -7.149999999999999,-9.8 -8.4,-9.8" data-type="line" data-label="" points="250.34469696969694,346.5151515151515 217.6426767676768,346.5151515151515 217.6426767676768,272.27272727272725 195.54671717171715,272.27272727272725" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-16 -4,-16 -4,-15.379999999999999" data-type="line" data-label="" points="260.95075757575756,381.86868686868684 273.3244949494949,381.86868686868684 273.3244949494949,370.9090909090909" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-16.62 -3,-16 -4,-16 -4,-15.379999999999999" data-type="line" data-label="" points="291.0012626262626,392.8282828282828 291.0012626262626,381.86868686868684 273.3244949494949,381.86868686868684 273.3244949494949,370.9090909090909" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-16 -6.550000000000001,-16 -6.550000000000001,-10.1 -8.200000000000001,-10.1 -8.200000000000001,-10 -8.4,-10" data-type="line" data-label="" points="250.34469696969694,381.86868686868684 228.24873737373736,381.86868686868684 228.24873737373736,277.57575757575756 199.08207070707067,277.57575757575756 199.08207070707067,275.80808080808083 195.54671717171715,275.80808080808083" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-18.62 -4,-18 -3,-18 -3,-17.38" data-type="line" data-label="" points="273.3244949494949,428.18181818181824 273.3244949494949,417.2222222222222 291.0012626262626,417.2222222222222 291.0012626262626,406.2626262626262" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-18 -4,-18 -4,-18.62" data-type="line" data-label="" points="260.95075757575756,417.2222222222222 273.3244949494949,417.2222222222222 273.3244949494949,428.18181818181824" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-18 -6.75,-18 -6.75,-14.1 -7.349999999999999,-14.1 -7.349999999999999,-10.2 -8.4,-10.2" data-type="line" data-label="" points="250.34469696969694,417.2222222222222 224.71338383838383,417.2222222222222 224.71338383838383,348.2828282828283 214.10732323232324,348.2828282828283 214.10732323232324,279.3434343434343 195.54671717171715,279.3434343434343" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-20 -4,-20 -4,-19.38" data-type="line" data-label="" points="260.95075757575756,452.5757575757576 273.3244949494949,452.5757575757576 273.3244949494949,441.61616161616155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-20.62 -3,-20 -4,-20 -4,-19.38" data-type="line" data-label="" points="291.0012626262626,463.5353535353536 291.0012626262626,452.5757575757576 273.3244949494949,452.5757575757576 273.3244949494949,441.61616161616155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-22.62 -4,-22 -3,-22 -3,-21.38" data-type="line" data-label="" points="273.3244949494949,498.8888888888889 273.3244949494949,487.92929292929296 291.0012626262626,487.92929292929296 291.0012626262626,476.969696969697" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-22 -4,-22 -4,-22.62" data-type="line" data-label="" points="260.95075757575756,487.92929292929296 273.3244949494949,487.92929292929296 273.3244949494949,498.8888888888889" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-22 -6.85,-22 -6.85,-15.5 -8.4,-15.5" data-type="line" data-label="" points="250.34469696969694,487.92929292929296 222.94570707070704,487.92929292929296 222.94570707070704,373.030303030303 195.54671717171715,373.030303030303" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-24 -4,-24 -4,-23.38" data-type="line" data-label="" points="260.95075757575756,523.2828282828283 273.3244949494949,523.2828282828283 273.3244949494949,512.3232323232323" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-24.62 -3,-24 -4,-24 -4,-23.38" data-type="line" data-label="" points="291.0012626262626,534.2424242424242 291.0012626262626,523.2828282828283 273.3244949494949,523.2828282828283 273.3244949494949,512.3232323232323" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-24 -6.949999999999999,-24 -6.949999999999999,-15.7 -8.4,-15.7" data-type="line" data-label="" points="250.34469696969694,523.2828282828283 221.1780303030303,523.2828282828283 221.1780303030303,376.5656565656566 195.54671717171715,376.5656565656566" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-26.62 -4,-26 -3,-26 -3,-25.38" data-type="line" data-label="" points="273.3244949494949,569.5959595959596 273.3244949494949,558.6363636363636 291.0012626262626,558.6363636363636 291.0012626262626,547.6767676767677" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-26 -4,-26 -4,-26.62" data-type="line" data-label="" points="260.95075757575756,558.6363636363636 273.3244949494949,558.6363636363636 273.3244949494949,569.5959595959596" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.4,-2.600000000000001 6.641000000000001,-2.600000000000001 6.641000000000001,-3.101000000000001" data-type="line" data-label="" points="457.1628787878788,145 461.4229797979798,145 461.4229797979798,153.8560606060606" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-5" data-y="0" x="250.34469696969694" y="93.030303030303" width="10.606060606060623" height="12.02020202020202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.8674999999999997" data-y="-1" x="283.0467171717172" y="109.99999999999997" width="20.593434343434353" height="13.434343434343432" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-5" data-y="-2" x="250.34469696969694" y="128.38383838383837" width="10.606060606060623" height="12.02020202020202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-3.8674999999999997" data-y="-3" x="265.3699494949494" y="145.35353535353534" width="20.593434343434353" height="13.434343434343447" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-5" data-y="-4" x="250.34469696969694" y="163.7373737373737" width="10.606060606060623" height="12.02020202020202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-2.8674999999999997" data-y="-5" x="283.0467171717172" y="180.70707070707067" width="20.593434343434353" height="13.434343434343447" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-5" data-y="-6" x="250.34469696969694" y="199.09090909090907" width="10.606060606060623" height="12.02020202020202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-3.8674999999999997" data-y="-7" x="265.3699494949494" y="216.06060606060606" width="20.593434343434353" height="13.434343434343418" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-5" data-y="-8" x="250.34469696969694" y="234.44444444444443" width="10.606060606060623" height="12.02020202020202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-2.8674999999999997" data-y="-9" x="283.0467171717172" y="251.4141414141414" width="20.593434343434353" height="13.43434343434339" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-5" data-y="-10" x="250.34469696969694" y="269.7979797979798" width="10.606060606060623" height="12.02020202020202" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-3.8674999999999997" data-y="-11" x="265.3699494949494" y="286.7676767676768" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-5" data-y="-12" x="250.34469696969694" y="305.1515151515151" width="10.606060606060623" height="12.02020202020202" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-2.8674999999999997" data-y="-13" x="283.0467171717172" y="322.1212121212121" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-5" data-y="-14" x="250.34469696969694" y="340.50505050505046" width="10.606060606060623" height="12.020202020202078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-3.8674999999999997" data-y="-15" x="265.3699494949494" y="357.47474747474746" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-5" data-y="-16" x="250.34469696969694" y="375.85858585858585" width="10.606060606060623" height="12.020202020201964" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-2.8674999999999997" data-y="-17" x="283.0467171717172" y="392.8282828282828" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5" data-y="-18" x="250.34469696969694" y="411.2121212121212" width="10.606060606060623" height="12.020202020201964" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-3.8674999999999997" data-y="-19" x="265.3699494949494" y="428.1818181818183" width="20.593434343434353" height="13.434343434343305" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-5" data-y="-20" x="250.34469696969694" y="446.56565656565664" width="10.606060606060623" height="12.020202020201964" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-2.8674999999999997" data-y="-21" x="283.0467171717172" y="463.5353535353536" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="-5" data-y="-22" x="250.34469696969694" y="481.9191919191919" width="10.606060606060623" height="12.020202020202078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="-3.8674999999999997" data-y="-23" x="265.3699494949494" y="498.8888888888889" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-5" data-y="-24" x="250.34469696969694" y="517.2727272727273" width="10.606060606060623" height="12.020202020202078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-2.8674999999999997" data-y="-25" x="283.0467171717172" y="534.2424242424242" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="-5" data-y="-26" x="250.34469696969694" y="552.6262626262626" width="10.606060606060623" height="12.020202020202078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="-3.8674999999999997" data-y="-27" x="265.3699494949494" y="569.5959595959596" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="-5" data-y="-28" x="250.34469696969694" y="587.9797979797979" width="10.606060606060623" height="12.020202020201964" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="5" data-y="0" x="407.6679292929293" y="44.24242424242419" width="49.49494949494954" height="109.59595959595964" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-9" data-y="-4" x="174.33459595959596" y="157.37373737373733" width="21.212121212121218" height="24.74747474747477" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-9" data-y="-10" x="174.33459595959596" y="265.2020202020202" width="21.212121212121218" height="21.21212121212119" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-9" data-y="-16" x="174.33459595959596" y="369.4949494949495" width="21.212121212121218" height="24.747474747474712" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="BQ76952PFBR" data-x="4.66" data-y="-3.2300000000000013" x="414.7386363636364" y="154.54545454545456" width="23.333333333333314" height="3.1818181818181586" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="U1" data-x="4.12" data-y="3.2150000000000016" x="413.67803030303037" y="39.99999999999994" width="6.363636363636317" height="4.419191919191924" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="J1" data-x="-9.079999999999998" data-y="-3.1849999999999996" x="180.34469696969697" y="153.1313131313131" width="6.363636363636374" height="4.419191919191917" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="J3" data-x="-9.079999999999998" data-y="-9.285" x="180.34469696969697" y="260.95959595959596" width="6.363636363636374" height="4.419191919191917" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="J4" data-x="-9.079999999999998" data-y="-15.185" x="180.34469696969697" y="365.2525252525253" width="6.363636363636374" height="4.419191919191917" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="netId: .R2 > .pin1 to J1.pin1
|
|
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="-5.3,0 -8.4,-3.5" data-type="line" data-label="" points="250.34469696969694,99.04040404040401 195.54671717171715,160.90909090909088" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,0 -3,-0.6200000000000001" data-type="line" data-label="" points="260.95075757575756,99.04040404040401 291.0012626262626,109.99999999999997" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-0.6200000000000001 3.5999999999999996,1.9000000000000012" data-type="line" data-label="" points="291.0012626262626,109.99999999999997 407.6679292929293,65.45454545454541" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-1.38 -4,-2.6199999999999997" data-type="line" data-label="" points="291.0012626262626,123.4343434343434 273.3244949494949,145.35353535353534" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-2 -8.4,-3.7" data-type="line" data-label="" points="250.34469696969694,134.39393939393938 195.54671717171715,164.44444444444443" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-2 -4,-2.6199999999999997" data-type="line" data-label="" points="260.95075757575756,134.39393939393938 273.3244949494949,145.35353535353534" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-2.6199999999999997 3.5999999999999996,1.7000000000000013" data-type="line" data-label="" points="273.3244949494949,145.35353535353534 407.6679292929293,68.98989898989893" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-3.3800000000000003 -3,-4.62" data-type="line" data-label="" points="273.3244949494949,158.78787878787878 291.0012626262626,180.70707070707067" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-4 -8.4,-3.9" data-type="line" data-label="" points="250.34469696969694,169.7474747474747 195.54671717171715,167.97979797979795" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-4 -3,-4.62" data-type="line" data-label="" points="260.95075757575756,169.7474747474747 291.0012626262626,180.70707070707067" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-4.62 3.5999999999999996,1.5000000000000013" data-type="line" data-label="" points="291.0012626262626,180.70707070707067 407.6679292929293,72.52525252525247" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-5.38 -4,-6.62" data-type="line" data-label="" points="291.0012626262626,194.14141414141412 273.3244949494949,216.06060606060606" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-6 -8.4,-4.1" data-type="line" data-label="" points="250.34469696969694,205.10101010101008 195.54671717171715,171.5151515151515" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-6 -4,-6.62" data-type="line" data-label="" points="260.95075757575756,205.10101010101008 273.3244949494949,216.06060606060606" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-6.62 3.5999999999999996,1.3000000000000014" data-type="line" data-label="" points="273.3244949494949,216.06060606060606 407.6679292929293,76.060606060606" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-7.38 -3,-8.620000000000001" data-type="line" data-label="" points="273.3244949494949,229.49494949494948 291.0012626262626,251.41414141414143" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-8 -8.4,-4.3" data-type="line" data-label="" points="250.34469696969694,240.45454545454544 195.54671717171715,175.05050505050502" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-8 -3,-8.620000000000001" data-type="line" data-label="" points="260.95075757575756,240.45454545454544 291.0012626262626,251.41414141414143" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-8.620000000000001 3.5999999999999996,1.1000000000000014" data-type="line" data-label="" points="291.0012626262626,251.41414141414143 407.6679292929293,79.59595959595954" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-9.379999999999999 -4,-10.620000000000001" data-type="line" data-label="" points="291.0012626262626,264.8484848484848 273.3244949494949,286.7676767676768" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-10 -8.4,-4.5" data-type="line" data-label="" points="250.34469696969694,275.80808080808083 195.54671717171715,178.58585858585855" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-10 -4,-10.620000000000001" data-type="line" data-label="" points="260.95075757575756,275.80808080808083 273.3244949494949,286.7676767676768" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-10.620000000000001 3.5999999999999996,0.7000000000000015" data-type="line" data-label="" points="273.3244949494949,286.7676767676768 407.6679292929293,86.66666666666661" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-11.379999999999999 -3,-12.620000000000001" data-type="line" data-label="" points="273.3244949494949,300.2020202020202 291.0012626262626,322.1212121212121" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-12 -8.4,-9.6" data-type="line" data-label="" points="250.34469696969694,311.16161616161617 195.54671717171715,268.73737373737373" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-12 -3,-12.620000000000001" data-type="line" data-label="" points="260.95075757575756,311.16161616161617 291.0012626262626,322.1212121212121" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-12.620000000000001 3.5999999999999996,0.5000000000000013" data-type="line" data-label="" points="291.0012626262626,322.1212121212121 407.6679292929293,90.20202020202015" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-13.379999999999999 -4,-14.620000000000001" data-type="line" data-label="" points="291.0012626262626,335.55555555555554 273.3244949494949,357.47474747474746" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-14 -8.4,-9.8" data-type="line" data-label="" points="250.34469696969694,346.5151515151515 195.54671717171715,272.27272727272725" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-14 -4,-14.620000000000001" data-type="line" data-label="" points="260.95075757575756,346.5151515151515 273.3244949494949,357.47474747474746" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-14.620000000000001 3.5999999999999996,0.30000000000000115" data-type="line" data-label="" points="273.3244949494949,357.47474747474746 407.6679292929293,93.73737373737369" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-15.379999999999999 -3,-16.62" data-type="line" data-label="" points="273.3244949494949,370.9090909090909 291.0012626262626,392.8282828282828" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-16 -8.4,-10" data-type="line" data-label="" points="250.34469696969694,381.86868686868684 195.54671717171715,275.80808080808083" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-16 -3,-16.62" data-type="line" data-label="" points="260.95075757575756,381.86868686868684 291.0012626262626,392.8282828282828" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-16.62 3.5999999999999996,-0.0999999999999992" data-type="line" data-label="" points="291.0012626262626,392.8282828282828 407.6679292929293,100.80808080808076" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-17.38 -4,-18.62" data-type="line" data-label="" points="291.0012626262626,406.2626262626262 273.3244949494949,428.18181818181824" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-18 -8.4,-10.2" data-type="line" data-label="" points="250.34469696969694,417.2222222222222 195.54671717171715,279.3434343434343" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-18 -4,-18.62" data-type="line" data-label="" points="260.95075757575756,417.2222222222222 273.3244949494949,428.18181818181824" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-18.62 3.5999999999999996,-0.2999999999999994" data-type="line" data-label="" points="273.3244949494949,428.18181818181824 407.6679292929293,104.34343434343431" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-19.38 -3,-20.62" data-type="line" data-label="" points="273.3244949494949,441.61616161616155 291.0012626262626,463.5353535353536" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-20 -8.4,-10.4" data-type="line" data-label="" points="250.34469696969694,452.5757575757576 195.54671717171715,282.8787878787879" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-20 -3,-20.62" data-type="line" data-label="" points="260.95075757575756,452.5757575757576 291.0012626262626,463.5353535353536" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-20.62 3.5999999999999996,-0.49999999999999956" data-type="line" data-label="" points="291.0012626262626,463.5353535353536 407.6679292929293,107.87878787878785" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-21.38 -4,-22.62" data-type="line" data-label="" points="291.0012626262626,476.969696969697 273.3244949494949,498.8888888888889" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-22 -8.4,-15.5" data-type="line" data-label="" points="250.34469696969694,487.92929292929296 195.54671717171715,373.030303030303" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-22 -4,-22.62" data-type="line" data-label="" points="260.95075757575756,487.92929292929296 273.3244949494949,498.8888888888889" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-22.62 3.5999999999999996,-0.6999999999999997" data-type="line" data-label="" points="273.3244949494949,498.8888888888889 407.6679292929293,111.41414141414138" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-23.38 -3,-24.62" data-type="line" data-label="" points="273.3244949494949,512.3232323232323 291.0012626262626,534.2424242424242" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-24 -8.4,-15.7" data-type="line" data-label="" points="250.34469696969694,523.2828282828283 195.54671717171715,376.5656565656566" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-24 -3,-24.62" data-type="line" data-label="" points="260.95075757575756,523.2828282828283 291.0012626262626,534.2424242424242" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-24.62 3.5999999999999996,-0.8999999999999999" data-type="line" data-label="" points="291.0012626262626,534.2424242424242 407.6679292929293,114.94949494949492" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-25.38 -4,-26.62" data-type="line" data-label="" points="291.0012626262626,547.6767676767677 273.3244949494949,569.5959595959596" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-26 -8.4,-15.9" data-type="line" data-label="" points="250.34469696969694,558.6363636363636 195.54671717171715,380.10101010101005" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-26 -4,-26.62" data-type="line" data-label="" points="260.95075757575756,558.6363636363636 273.3244949494949,569.5959595959596" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-26.62 3.5999999999999996,-1.0999999999999996" data-type="line" data-label="" points="273.3244949494949,569.5959595959596 407.6679292929293,118.48484848484846" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,-28 -8.4,-16.1" data-type="line" data-label="" points="250.34469696969694,593.989898989899 195.54671717171715,383.6363636363636" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.3,0 -6.85,0 -6.85,-3.5 -8.4,-3.5" data-type="line" data-label="" points="250.34469696969694,99.04040404040401 222.94570707070704,99.04040404040401 222.94570707070704,160.90909090909088 195.54671717171715,160.90909090909088" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,0 -3,0 -3,-0.6200000000000001" data-type="line" data-label="" points="260.95075757575756,99.04040404040401 291.0012626262626,99.04040404040401 291.0012626262626,109.99999999999997" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.5999999999999996,1.9000000000000012 -3,1.9000000000000012 -3,-0.6200000000000001" data-type="line" data-label="" points="407.6679292929293,65.45454545454541 291.0012626262626,65.45454545454541 291.0012626262626,109.99999999999997" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-2.6199999999999997 -4,-1.9999999999999996 -3,-1.9999999999999996 -3,-1.38" data-type="line" data-label="" points="273.3244949494949,145.35353535353534 273.3244949494949,134.39393939393938 291.0012626262626,134.39393939393938 291.0012626262626,123.4343434343434" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-2 -4,-2 -4,-2.6199999999999997" data-type="line" data-label="" points="260.95075757575756,134.39393939393938 273.3244949494949,134.39393939393938 273.3244949494949,145.35353535353534" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.5999999999999996,1.700000000000001 0.2999999999999998,1.700000000000001 0.2999999999999998,-1.58 -3,-1.58 -3,-1.38" data-type="line" data-label="" points="407.6679292929293,68.98989898989893 349.33459595959596,68.98989898989893 349.33459595959596,126.96969696969694 291.0012626262626,126.96969696969694 291.0012626262626,123.4343434343434" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-2 -6.75,-2 -6.75,-3.7 -8.4,-3.7" data-type="line" data-label="" points="250.34469696969694,134.39393939393938 224.71338383838383,134.39393939393938 224.71338383838383,164.44444444444443 195.54671717171715,164.44444444444443" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-4 -4,-4 -4,-3.3800000000000003" data-type="line" data-label="" points="260.95075757575756,169.7474747474747 273.3244949494949,169.7474747474747 273.3244949494949,158.78787878787878" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9999999999999996,-4.62 -2.9999999999999996,-4 -4,-4 -4,-3.3800000000000003" data-type="line" data-label="" points="291.00126262626264,180.70707070707067 291.00126262626264,169.7474747474747 273.3244949494949,169.7474747474747 273.3244949494949,158.78787878787878" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-4 -6.85,-4 -6.85,-3.9 -8.4,-3.9" data-type="line" data-label="" points="250.34469696969694,169.7474747474747 222.94570707070704,169.7474747474747 222.94570707070704,167.97979797979795 195.54671717171715,167.97979797979795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-6.62 -4,-6 -3,-6 -3,-5.38" data-type="line" data-label="" points="273.3244949494949,216.06060606060606 273.3244949494949,205.10101010101008 291.0012626262626,205.10101010101008 291.0012626262626,194.14141414141412" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-6 -4,-6 -4,-6.62" data-type="line" data-label="" points="260.95075757575756,205.10101010101008 273.3244949494949,205.10101010101008 273.3244949494949,216.06060606060606" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-6 -6.75,-6 -6.75,-4.1 -8.4,-4.1" data-type="line" data-label="" points="250.34469696969694,205.10101010101008 224.71338383838383,205.10101010101008 224.71338383838383,171.5151515151515 195.54671717171715,171.5151515151515" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-8 -4,-8 -4,-7.38" data-type="line" data-label="" points="260.95075757575756,240.45454545454544 273.3244949494949,240.45454545454544 273.3244949494949,229.49494949494948" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.000000000000001,-8.620000000000001 -3.000000000000001,-8 -4,-8 -4,-7.38" data-type="line" data-label="" points="291.0012626262626,251.41414141414143 291.0012626262626,240.45454545454544 273.3244949494949,240.45454545454544 273.3244949494949,229.49494949494948" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-8 -6.85,-8 -6.85,-4.3 -8.4,-4.3" data-type="line" data-label="" points="250.34469696969694,240.45454545454544 222.94570707070704,240.45454545454544 222.94570707070704,175.05050505050502 195.54671717171715,175.05050505050502" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-10.620000000000001 -4,-10 -3,-10 -3,-9.379999999999999" data-type="line" data-label="" points="273.3244949494949,286.7676767676768 273.3244949494949,275.80808080808083 291.0012626262626,275.80808080808083 291.0012626262626,264.8484848484848" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-10 -4,-10 -4,-10.620000000000001" data-type="line" data-label="" points="260.95075757575756,275.80808080808083 273.3244949494949,275.80808080808083 273.3244949494949,286.7676767676768" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-10 -5.5,-10 -5.5,-9.4 -8.200000000000001,-9.4 -8.200000000000001,-4.5 -8.4,-4.5" data-type="line" data-label="" points="250.34469696969694,275.80808080808083 246.80934343434342,275.80808080808083 246.80934343434342,265.2020202020202 199.08207070707067,265.2020202020202 199.08207070707067,178.58585858585855 195.54671717171715,178.58585858585855" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-11.379999999999999 -4,-12 -3,-12 -3,-12.620000000000001" data-type="line" data-label="" points="273.3244949494949,300.2020202020202 273.3244949494949,311.16161616161617 291.0012626262626,311.16161616161617 291.0012626262626,322.1212121212121" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-12 -4,-12 -4,-11.379999999999999" data-type="line" data-label="" points="260.95075757575756,311.16161616161617 273.3244949494949,311.16161616161617 273.3244949494949,300.2020202020202" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-12 -6.3500000000000005,-12 -6.3500000000000005,-9.6 -8.4,-9.6" data-type="line" data-label="" points="250.34469696969694,311.16161616161617 231.78409090909088,311.16161616161617 231.78409090909088,268.73737373737373 195.54671717171715,268.73737373737373" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-14.620000000000001 -4,-14 -3,-14 -3,-13.379999999999999" data-type="line" data-label="" points="273.3244949494949,357.47474747474746 273.3244949494949,346.5151515151515 291.0012626262626,346.5151515151515 291.0012626262626,335.55555555555554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-14 -4,-14 -4,-14.620000000000001" data-type="line" data-label="" points="260.95075757575756,346.5151515151515 273.3244949494949,346.5151515151515 273.3244949494949,357.47474747474746" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-14 -7.149999999999999,-14 -7.149999999999999,-9.8 -8.4,-9.8" data-type="line" data-label="" points="250.34469696969694,346.5151515151515 217.6426767676768,346.5151515151515 217.6426767676768,272.27272727272725 195.54671717171715,272.27272727272725" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-16 -4,-16 -4,-15.379999999999999" data-type="line" data-label="" points="260.95075757575756,381.86868686868684 273.3244949494949,381.86868686868684 273.3244949494949,370.9090909090909" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-16.62 -3,-16 -4,-16 -4,-15.379999999999999" data-type="line" data-label="" points="291.0012626262626,392.8282828282828 291.0012626262626,381.86868686868684 273.3244949494949,381.86868686868684 273.3244949494949,370.9090909090909" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-16 -6.550000000000001,-16 -6.550000000000001,-10.1 -8.200000000000001,-10.1 -8.200000000000001,-10 -8.4,-10" data-type="line" data-label="" points="250.34469696969694,381.86868686868684 228.24873737373736,381.86868686868684 228.24873737373736,277.57575757575756 199.08207070707067,277.57575757575756 199.08207070707067,275.80808080808083 195.54671717171715,275.80808080808083" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-18.62 -4,-18 -3,-18 -3,-17.38" data-type="line" data-label="" points="273.3244949494949,428.18181818181824 273.3244949494949,417.2222222222222 291.0012626262626,417.2222222222222 291.0012626262626,406.2626262626262" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-18 -4,-18 -4,-18.62" data-type="line" data-label="" points="260.95075757575756,417.2222222222222 273.3244949494949,417.2222222222222 273.3244949494949,428.18181818181824" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-18 -6.75,-18 -6.75,-14.1 -7.349999999999999,-14.1 -7.349999999999999,-10.2 -8.4,-10.2" data-type="line" data-label="" points="250.34469696969694,417.2222222222222 224.71338383838383,417.2222222222222 224.71338383838383,348.2828282828283 214.10732323232324,348.2828282828283 214.10732323232324,279.3434343434343 195.54671717171715,279.3434343434343" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-20 -4,-20 -4,-19.38" data-type="line" data-label="" points="260.95075757575756,452.5757575757576 273.3244949494949,452.5757575757576 273.3244949494949,441.61616161616155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-20.62 -3,-20 -4,-20 -4,-19.38" data-type="line" data-label="" points="291.0012626262626,463.5353535353536 291.0012626262626,452.5757575757576 273.3244949494949,452.5757575757576 273.3244949494949,441.61616161616155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-22.62 -4,-22 -3,-22 -3,-21.38" data-type="line" data-label="" points="273.3244949494949,498.8888888888889 273.3244949494949,487.92929292929296 291.0012626262626,487.92929292929296 291.0012626262626,476.969696969697" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-22 -4,-22 -4,-22.62" data-type="line" data-label="" points="260.95075757575756,487.92929292929296 273.3244949494949,487.92929292929296 273.3244949494949,498.8888888888889" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-22 -6.85,-22 -6.85,-15.5 -8.4,-15.5" data-type="line" data-label="" points="250.34469696969694,487.92929292929296 222.94570707070704,487.92929292929296 222.94570707070704,373.030303030303 195.54671717171715,373.030303030303" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-24 -4,-24 -4,-23.38" data-type="line" data-label="" points="260.95075757575756,523.2828282828283 273.3244949494949,523.2828282828283 273.3244949494949,512.3232323232323" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-24.62 -3,-24 -4,-24 -4,-23.38" data-type="line" data-label="" points="291.0012626262626,534.2424242424242 291.0012626262626,523.2828282828283 273.3244949494949,523.2828282828283 273.3244949494949,512.3232323232323" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.3,-24 -6.949999999999999,-24 -6.949999999999999,-15.7 -8.4,-15.7" data-type="line" data-label="" points="250.34469696969694,523.2828282828283 221.1780303030303,523.2828282828283 221.1780303030303,376.5656565656566 195.54671717171715,376.5656565656566" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-26.62 -4,-26 -3,-26 -3,-25.38" data-type="line" data-label="" points="273.3244949494949,569.5959595959596 273.3244949494949,558.6363636363636 291.0012626262626,558.6363636363636 291.0012626262626,547.6767676767677" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-26 -4,-26 -4,-26.62" data-type="line" data-label="" points="260.95075757575756,558.6363636363636 273.3244949494949,558.6363636363636 273.3244949494949,569.5959595959596" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.4,-2.600000000000001 6.641000000000001,-2.600000000000001 6.641000000000001,-3.101000000000001" data-type="line" data-label="" points="457.1628787878788,145 461.4229797979798,145 461.4229797979798,153.8560606060606" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-5" data-y="0" x="250.34469696969694" y="93.030303030303" width="10.606060606060623" height="12.02020202020202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.8674999999999997" data-y="-1" x="283.0467171717172" y="109.99999999999997" width="20.593434343434353" height="13.434343434343432" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-5" data-y="-2" x="250.34469696969694" y="128.38383838383837" width="10.606060606060623" height="12.02020202020202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-3.8674999999999997" data-y="-3" x="265.3699494949494" y="145.35353535353534" width="20.593434343434353" height="13.434343434343447" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-5" data-y="-4" x="250.34469696969694" y="163.7373737373737" width="10.606060606060623" height="12.02020202020202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-2.8674999999999997" data-y="-5" x="283.0467171717172" y="180.70707070707067" width="20.593434343434353" height="13.434343434343447" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-5" data-y="-6" x="250.34469696969694" y="199.09090909090907" width="10.606060606060623" height="12.02020202020202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-3.8674999999999997" data-y="-7" x="265.3699494949494" y="216.06060606060606" width="20.593434343434353" height="13.434343434343418" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-5" data-y="-8" x="250.34469696969694" y="234.44444444444443" width="10.606060606060623" height="12.02020202020202" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-2.8674999999999997" data-y="-9" x="283.0467171717172" y="251.4141414141414" width="20.593434343434353" height="13.43434343434339" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-5" data-y="-10" x="250.34469696969694" y="269.7979797979798" width="10.606060606060623" height="12.02020202020202" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-3.8674999999999997" data-y="-11" x="265.3699494949494" y="286.7676767676768" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-5" data-y="-12" x="250.34469696969694" y="305.1515151515151" width="10.606060606060623" height="12.02020202020202" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-2.8674999999999997" data-y="-13" x="283.0467171717172" y="322.1212121212121" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-5" data-y="-14" x="250.34469696969694" y="340.50505050505046" width="10.606060606060623" height="12.020202020202078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-3.8674999999999997" data-y="-15" x="265.3699494949494" y="357.47474747474746" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-5" data-y="-16" x="250.34469696969694" y="375.85858585858585" width="10.606060606060623" height="12.020202020201964" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-2.8674999999999997" data-y="-17" x="283.0467171717172" y="392.8282828282828" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5" data-y="-18" x="250.34469696969694" y="411.2121212121212" width="10.606060606060623" height="12.020202020201964" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-3.8674999999999997" data-y="-19" x="265.3699494949494" y="428.1818181818183" width="20.593434343434353" height="13.434343434343305" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-5" data-y="-20" x="250.34469696969694" y="446.56565656565664" width="10.606060606060623" height="12.020202020201964" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-2.8674999999999997" data-y="-21" x="283.0467171717172" y="463.5353535353536" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="-5" data-y="-22" x="250.34469696969694" y="481.9191919191919" width="10.606060606060623" height="12.020202020202078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="-3.8674999999999997" data-y="-23" x="265.3699494949494" y="498.8888888888889" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-5" data-y="-24" x="250.34469696969694" y="517.2727272727273" width="10.606060606060623" height="12.020202020202078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-2.8674999999999997" data-y="-25" x="283.0467171717172" y="534.2424242424242" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="-5" data-y="-26" x="250.34469696969694" y="552.6262626262626" width="10.606060606060623" height="12.020202020202078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="-3.8674999999999997" data-y="-27" x="265.3699494949494" y="569.5959595959596" width="20.593434343434353" height="13.434343434343418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="-5" data-y="-28" x="250.34469696969694" y="587.9797979797979" width="10.606060606060623" height="12.020202020201964" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="5" data-y="0" x="407.6679292929293" y="44.24242424242419" width="49.49494949494954" height="109.59595959595964" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-9" data-y="-4" x="174.33459595959596" y="157.37373737373733" width="21.212121212121218" height="24.74747474747477" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-9" data-y="-10" x="174.33459595959596" y="265.2020202020202" width="21.212121212121218" height="21.21212121212119" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-9" data-y="-16" x="174.33459595959596" y="369.4949494949495" width="21.212121212121218" height="24.747474747474712" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="BQ76952PFBR" data-x="4.66" data-y="-3.2300000000000013" x="414.7386363636364" y="154.54545454545456" width="23.333333333333314" height="3.1818181818181586" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="U1" data-x="4.12" data-y="3.2150000000000016" x="413.67803030303037" y="39.99999999999994" width="6.363636363636317" height="4.419191919191924" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="J1" data-x="-9.079999999999998" data-y="-3.1849999999999996" x="180.34469696969697" y="153.1313131313131" width="6.363636363636374" height="4.419191919191917" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="J3" data-x="-9.079999999999998" data-y="-9.285" x="180.34469696969697" y="260.95959595959596" width="6.363636363636374" height="4.419191919191917" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="J4" data-x="-9.079999999999998" data-y="-15.185" x="180.34469696969697" y="365.2525252525253" width="6.363636363636374" height="4.419191919191917" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="netId: .R2 > .pin1 to J1.pin1
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="-6.074999999999999" data-y="0.225" x="234.87752525252523" y="91.08585858585855" width="3.5353535353535506" height="7.954545454545453" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="netId: .R2 > .pin2 to C4.pin1
|
|
3
5
|
globalConnNetId: connectivity_net1" data-x="-3" data-y="2.1250000000000013" x="289.2335858585858" y="57.499999999999936" width="3.535353535353522" height="7.9545454545454675" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="netId: .C5 > .pin1 to U1.VC15
|
|
4
6
|
globalConnNetId: connectivity_net2" data-x="1.9499999999999997" data-y="1.475000000000001" x="376.7335858585858" y="68.98989898989893" width="3.535353535353522" height="7.9545454545454675" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.056571428571428564"/></g><g><rect data-type="rect" data-label="netId: .R3 > .pin1 to J1.pin2
|
|
@@ -253,4 +255,335 @@ orientation: y-" data-x="6.641000000000001" data-y="-3.101000000000001" cx="461.
|
|
|
253
255
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
254
256
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
255
257
|
});
|
|
256
|
-
]]></script
|
|
258
|
+
]]></script>
|
|
259
|
+
</g>
|
|
260
|
+
<g transform="translate(1216, 200)">
|
|
261
|
+
<style>
|
|
262
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
263
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
264
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
265
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
266
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
267
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
268
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
269
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
270
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
271
|
+
|
|
272
|
+
</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 501.04393081285 94.0456145722 L 463.082810347525 94.0456145722 L 463.082810347525 179.76427368745 L 425.12168988220003 179.76427368745" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 94.0456145722 L 463.082810347525 94.0456145722 L 463.082810347525 179.76427368745 L 425.12168988220003 179.76427368745" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 94.0456145722 L 557.3733353743 94.0456145722 L 557.3733353743 109.23006275832999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 94.0456145722 L 557.3733353743 94.0456145722 L 557.3733353743 109.23006275832999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 719.0142354202001 47.51262819534996 L 557.3733353743 47.51262819534996 L 557.3733353743 109.23006275832999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 719.0142354202001 47.51262819534996 L 557.3733353743 47.51262819534996 L 557.3733353743 109.23006275832999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 532.8822899128 158.21215368133 L 532.8822899128 143.0277054952 L 557.3733353743 143.0277054952 L 557.3733353743 127.84325730907" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.8822899128 158.21215368133 L 532.8822899128 143.0277054952 L 557.3733353743 143.0277054952 L 557.3733353743 127.84325730907" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 143.0277054952 L 532.8822899128 143.0277054952 L 532.8822899128 158.21215368133" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 143.0277054952 L 532.8822899128 143.0277054952 L 532.8822899128 158.21215368133" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 719.0142354202001 52.41083728764997 L 638.19378539725 52.41083728764997 L 638.19378539725 132.74146640137 L 557.3733353743 132.74146640137 L 557.3733353743 127.84325730907" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 719.0142354202001 52.41083728764997 L 638.19378539725 52.41083728764997 L 638.19378539725 132.74146640137 L 557.3733353743 132.74146640137 L 557.3733353743 127.84325730907" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 501.04393081285 143.0277054952 L 465.531914893675 143.0277054952 L 465.531914893675 184.66248277975 L 425.12168988220003 184.66248277975" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 143.0277054952 L 465.531914893675 143.0277054952 L 465.531914893675 184.66248277975 L 425.12168988220003 184.66248277975" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 192.00979641819998 L 532.8822899128 192.00979641819998 L 532.8822899128 176.82534823206998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 192.00979641819998 L 532.8822899128 192.00979641819998 L 532.8822899128 176.82534823206998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 557.3733353743 207.19424460432998 L 557.3733353743 192.00979641819998 L 532.8822899128 192.00979641819998 L 532.8822899128 176.82534823206998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 557.3733353743 207.19424460432998 L 557.3733353743 192.00979641819998 L 532.8822899128 192.00979641819998 L 532.8822899128 176.82534823206998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 501.04393081285 192.00979641819998 L 463.082810347525 192.00979641819998 L 463.082810347525 189.56069187205 L 425.12168988220003 189.56069187205" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 192.00979641819998 L 463.082810347525 192.00979641819998 L 463.082810347525 189.56069187205 L 425.12168988220003 189.56069187205" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 532.8822899128 256.17633552733 L 532.8822899128 240.99188734120003 L 557.3733353743 240.99188734120003 L 557.3733353743 225.80743915506997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.8822899128 256.17633552733 L 532.8822899128 240.99188734120003 L 557.3733353743 240.99188734120003 L 557.3733353743 225.80743915506997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 240.99188734120003 L 532.8822899128 240.99188734120003 L 532.8822899128 256.17633552733" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 240.99188734120003 L 532.8822899128 240.99188734120003 L 532.8822899128 256.17633552733" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 501.04393081285 240.99188734120003 L 465.531914893675 240.99188734120003 L 465.531914893675 194.45890096435 L 425.12168988220003 194.45890096435" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 240.99188734120003 L 465.531914893675 240.99188734120003 L 465.531914893675 194.45890096435 L 425.12168988220003 194.45890096435" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 289.9739782642 L 532.8822899128 289.9739782642 L 532.8822899128 274.78953007807" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 289.9739782642 L 532.8822899128 289.9739782642 L 532.8822899128 274.78953007807" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 557.3733353743 305.15842645033 L 557.3733353743 289.9739782642 L 532.8822899128 289.9739782642 L 532.8822899128 274.78953007807" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 557.3733353743 305.15842645033 L 557.3733353743 289.9739782642 L 532.8822899128 289.9739782642 L 532.8822899128 274.78953007807" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 501.04393081285 289.9739782642 L 463.082810347525 289.9739782642 L 463.082810347525 199.35711005665 L 425.12168988220003 199.35711005665" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 289.9739782642 L 463.082810347525 289.9739782642 L 463.082810347525 199.35711005665 L 425.12168988220003 199.35711005665" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 532.8822899128 354.14051737333006 L 532.8822899128 338.9560691872 L 557.3733353743 338.9560691872 L 557.3733353743 323.77162100107" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.8822899128 354.14051737333006 L 532.8822899128 338.9560691872 L 557.3733353743 338.9560691872 L 557.3733353743 323.77162100107" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 338.9560691872 L 532.8822899128 338.9560691872 L 532.8822899128 354.14051737333006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 338.9560691872 L 532.8822899128 338.9560691872 L 532.8822899128 354.14051737333006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 501.04393081285 338.9560691872 L 496.14572172055 338.9560691872 L 496.14572172055 324.2614419103 L 430.0198989745 324.2614419103 L 430.0198989745 204.25531914894998 L 425.12168988220003 204.25531914894998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 338.9560691872 L 496.14572172055 338.9560691872 L 496.14572172055 324.2614419103 L 430.0198989745 324.2614419103 L 430.0198989745 204.25531914894998 L 425.12168988220003 204.25531914894998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 532.8822899128 372.75371192407 L 532.8822899128 387.93816011020004 L 557.3733353743 387.93816011020004 L 557.3733353743 403.12260829633004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.8822899128 372.75371192407 L 532.8822899128 387.93816011020004 L 557.3733353743 387.93816011020004 L 557.3733353743 403.12260829633004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 387.93816011020004 L 532.8822899128 387.93816011020004 L 532.8822899128 372.75371192407" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 387.93816011020004 L 532.8822899128 387.93816011020004 L 532.8822899128 372.75371192407" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 501.04393081285 387.93816011020004 L 475.328333078275 387.93816011020004 L 475.328333078275 329.1596510026 L 425.12168988220003 329.1596510026" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 387.93816011020004 L 475.328333078275 387.93816011020004 L 475.328333078275 329.1596510026 L 425.12168988220003 329.1596510026" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 532.8822899128 452.10469921933003 L 532.8822899128 436.92025103320003 L 557.3733353743 436.92025103320003 L 557.3733353743 421.73580284707" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.8822899128 452.10469921933003 L 532.8822899128 436.92025103320003 L 557.3733353743 436.92025103320003 L 557.3733353743 421.73580284707" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 436.92025103320003 L 532.8822899128 436.92025103320003 L 532.8822899128 452.10469921933003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 436.92025103320003 L 532.8822899128 436.92025103320003 L 532.8822899128 452.10469921933003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 501.04393081285 436.92025103320003 L 455.73549670907505 436.92025103320003 L 455.73549670907505 334.05786009490004 L 425.12168988220003 334.05786009490004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 436.92025103320003 L 455.73549670907505 436.92025103320003 L 455.73549670907505 334.05786009490004 L 425.12168988220003 334.05786009490004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 485.9023419562 L 532.8822899128 485.9023419562 L 532.8822899128 470.71789377007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 485.9023419562 L 532.8822899128 485.9023419562 L 532.8822899128 470.71789377007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 557.3733353743 501.08679014233 L 557.3733353743 485.9023419562 L 532.8822899128 485.9023419562 L 532.8822899128 470.71789377007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 557.3733353743 501.08679014233 L 557.3733353743 485.9023419562 L 532.8822899128 485.9023419562 L 532.8822899128 470.71789377007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 501.04393081285 485.9023419562 L 470.430123985975 485.9023419562 L 470.430123985975 341.40517373335 L 430.0198989745 341.40517373335 L 430.0198989745 338.9560691872 L 425.12168988220003 338.9560691872" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 485.9023419562 L 470.430123985975 485.9023419562 L 470.430123985975 341.40517373335 L 430.0198989745 341.40517373335 L 430.0198989745 338.9560691872 L 425.12168988220003 338.9560691872" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 532.8822899128 550.0688810653301 L 532.8822899128 534.8844328792 L 557.3733353743 534.8844328792 L 557.3733353743 519.69998469307" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.8822899128 550.0688810653301 L 532.8822899128 534.8844328792 L 557.3733353743 534.8844328792 L 557.3733353743 519.69998469307" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 534.8844328792 L 532.8822899128 534.8844328792 L 532.8822899128 550.0688810653301" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 534.8844328792 L 532.8822899128 534.8844328792 L 532.8822899128 550.0688810653301" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 501.04393081285 534.8844328792 L 465.531914893675 534.8844328792 L 465.531914893675 439.36935557935 L 450.83728761677503 439.36935557935 L 450.83728761677503 343.85427827949997 L 425.12168988220003 343.85427827949997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 534.8844328792 L 465.531914893675 534.8844328792 L 465.531914893675 439.36935557935 L 450.83728761677503 439.36935557935 L 450.83728761677503 343.85427827949997 L 425.12168988220003 343.85427827949997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 583.8665238021999 L 532.8822899128 583.8665238021999 L 532.8822899128 568.6820756160699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 583.8665238021999 L 532.8822899128 583.8665238021999 L 532.8822899128 568.6820756160699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 557.3733353743 599.05097198833 L 557.3733353743 583.8665238021999 L 532.8822899128 583.8665238021999 L 532.8822899128 568.6820756160699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 557.3733353743 599.05097198833 L 557.3733353743 583.8665238021999 L 532.8822899128 583.8665238021999 L 532.8822899128 568.6820756160699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 532.8822899128 648.03306291133 L 532.8822899128 632.8486147251999 L 557.3733353743 632.8486147251999 L 557.3733353743 617.6641665390699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.8822899128 648.03306291133 L 532.8822899128 632.8486147251999 L 557.3733353743 632.8486147251999 L 557.3733353743 617.6641665390699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 632.8486147251999 L 532.8822899128 632.8486147251999 L 532.8822899128 648.03306291133" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 632.8486147251999 L 532.8822899128 632.8486147251999 L 532.8822899128 648.03306291133" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 501.04393081285 632.8486147251999 L 463.082810347525 632.8486147251999 L 463.082810347525 473.65681922545 L 425.12168988220003 473.65681922545" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 632.8486147251999 L 463.082810347525 632.8486147251999 L 463.082810347525 473.65681922545 L 425.12168988220003 473.65681922545" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 681.8307056482 L 532.8822899128 681.8307056482 L 532.8822899128 666.6462574620699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 681.8307056482 L 532.8822899128 681.8307056482 L 532.8822899128 666.6462574620699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 557.3733353743 697.01515383433 L 557.3733353743 681.8307056482 L 532.8822899128 681.8307056482 L 532.8822899128 666.6462574620699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 557.3733353743 697.01515383433 L 557.3733353743 681.8307056482 L 532.8822899128 681.8307056482 L 532.8822899128 666.6462574620699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 501.04393081285 681.8307056482 L 460.6337058013751 681.8307056482 L 460.6337058013751 478.55502831775 L 425.12168988220003 478.55502831775" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.04393081285 681.8307056482 L 460.6337058013751 681.8307056482 L 460.6337058013751 478.55502831775 L 425.12168988220003 478.55502831775" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 532.8822899128 745.99724475733 L 532.8822899128 730.8127965712 L 557.3733353743 730.8127965712 L 557.3733353743 715.6283483850699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 532.8822899128 745.99724475733 L 532.8822899128 730.8127965712 L 557.3733353743 730.8127965712 L 557.3733353743 715.6283483850699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 515.73855808975 730.8127965712 L 532.8822899128 730.8127965712 L 532.8822899128 745.99724475733" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.73855808975 730.8127965712 L 532.8822899128 730.8127965712 L 532.8822899128 745.99724475733" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" 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 787.5891627124 157.7223327721 L 793.4915046686216 157.7223327721 L 793.4915046686216 169.9923465483115" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9185672738400004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 787.5891627124 157.7223327721 L 793.4915046686216 157.7223327721 L 793.4915046686216 169.9923465483115" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="557.3733353743" cy="109.23006275832999" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="532.8822899128" cy="158.21215368133" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="143.0277054952" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="557.3733353743" cy="127.84325730907" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="532.8822899128" cy="192.00979641819998" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="176.82534823206998" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="532.8822899128" cy="256.17633552733" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="240.99188734120003" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="532.8822899128" cy="289.9739782642" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="274.78953007807" r="0.734731363845" 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"><circle cx="532.8822899128" cy="354.14051737333006" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="338.9560691872" r="0.734731363845" 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_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"><circle cx="532.8822899128" cy="372.75371192407" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="387.93816011020004" r="0.734731363845" 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_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><circle cx="532.8822899128" cy="452.10469921933003" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="436.92025103320003" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><circle cx="532.8822899128" cy="485.9023419562" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="470.71789377007" r="0.734731363845" 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_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"><circle cx="532.8822899128" cy="550.0688810653301" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="534.8844328792" r="0.734731363845" 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_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"><circle cx="532.8822899128" cy="583.8665238021999" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="568.6820756160699" r="0.734731363845" 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_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"><circle cx="532.8822899128" cy="648.03306291133" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="632.8486147251999" r="0.734731363845" 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_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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><circle cx="532.8822899128" cy="681.8307056482" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="666.6462574620699" r="0.734731363845" 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_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"><circle cx="532.8822899128" cy="745.99724475733" r="0.734731363845" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="532.8822899128" cy="730.8127965712" r="0.734731363845" 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_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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="501.0439308128501" y="92.08682075618923" width="14.694627276900007" height="3.9175876320215366" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 94.0456145722 L 503.4935251799093 94.0456145722" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 94.0456145722 L 515.7385580897501 94.0456145722" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 92.08682075618923 L 513.2889637226908 92.08682075618923 L 513.2889637226908 96.00440838821076 L 503.4935251799093 96.00440838821076 L 503.4935251799093 92.08682075618923" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="90.12704729836" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R2</text><text class="sch-component-text" x="508.39124445130005" y="97.96418184603999" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="552.4091963876177" y="109.23006275833" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 557.3733353743 127.84325730907 L 557.3733353743 120.397979488774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 557.3733353743 116.675340578626 L 557.3733353743 109.23006275833" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 120.397979488774 L 552.4091963876177 120.397979488774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 116.675340578626 L 552.4091963876177 116.675340578626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="560.9408643298585" y="112.33226185012" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C4</text><text class="sch-component-text" x="560.9408643298585" y="124.74105821728" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></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="501.0439308128501" y="141.06891167918923" width="14.694627276900007" height="3.9175876320215366" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 143.0277054952 L 503.4935251799093 143.0277054952" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 143.0277054952 L 515.7385580897501 143.0277054952" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 141.06891167918923 L 513.2889637226908 141.06891167918923 L 513.2889637226908 144.98649931121076 L 503.4935251799093 144.98649931121076 L 503.4935251799093 141.06891167918923" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="139.10913822135998" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R3</text><text class="sch-component-text" x="508.39124445130005" y="146.94627276904" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></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="527.9181509261177" y="158.21215368133" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 532.8822899128 176.82534823206998 L 532.8822899128 169.380070411774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.8822899128 165.65743150162598 L 532.8822899128 158.21215368133" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 169.380070411774 L 527.9181509261177 169.380070411774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 165.65743150162598 L 527.9181509261177 165.65743150162598" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="536.4498188683585" y="161.31435277312" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C5</text><text class="sch-component-text" x="536.4498188683585" y="173.72314914028" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="501.0439308128501" y="190.05100260218921" width="14.694627276900007" height="3.9175876320215366" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 192.00979641819998 L 503.4935251799093 192.00979641819998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 192.00979641819998 L 515.7385580897501 192.00979641819998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 190.05100260218921 L 513.2889637226908 190.05100260218921 L 513.2889637226908 193.96859023421075 L 503.4935251799093 193.96859023421075 L 503.4935251799093 190.05100260218921" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="188.09122914435997" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R4</text><text class="sch-component-text" x="508.39124445130005" y="195.92836369204" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="552.4091963876177" y="207.19424460432998" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 557.3733353743 225.80743915506997 L 557.3733353743 218.362161334774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 557.3733353743 214.63952242462597 L 557.3733353743 207.19424460432998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 218.362161334774 L 552.4091963876177 218.362161334774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 214.63952242462597 L 552.4091963876177 214.63952242462597" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="560.9408643298585" y="210.29644369611998" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C6</text><text class="sch-component-text" x="560.9408643298585" y="222.70524006327997" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="501.0439308128501" y="239.03309352518926" width="14.694627276900007" height="3.9175876320215366" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 240.99188734120003 L 503.4935251799093 240.99188734120003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 240.99188734120003 L 515.7385580897501 240.99188734120003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 239.03309352518926 L 513.2889637226908 239.03309352518926 L 513.2889637226908 242.9506811572108 L 503.4935251799093 242.9506811572108 L 503.4935251799093 239.03309352518926" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="237.07332006736002" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R7</text><text class="sch-component-text" x="508.39124445130005" y="244.91045461504004" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></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="527.9181509261177" y="256.17633552733" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 532.8822899128 274.78953007807 L 532.8822899128 267.34425225777403" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.8822899128 263.621613347626 L 532.8822899128 256.17633552733" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 267.34425225777403 L 527.9181509261177 267.34425225777403" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 263.621613347626 L 527.9181509261177 263.621613347626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="536.4498188683585" y="259.27853461912" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C7</text><text class="sch-component-text" x="536.4498188683585" y="271.68733098628" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></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="501.0439308128501" y="288.01518444818925" width="14.694627276900007" height="3.9175876320215366" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 289.9739782642 L 503.4935251799093 289.9739782642" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 289.9739782642 L 515.7385580897501 289.9739782642" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 288.01518444818925 L 513.2889637226908 288.01518444818925 L 513.2889637226908 291.9327720802108 L 503.4935251799093 291.9327720802108 L 503.4935251799093 288.01518444818925" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="286.05541099036003" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R8</text><text class="sch-component-text" x="508.39124445130005" y="293.89254553804" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></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="552.4091963876177" y="305.15842645033" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 557.3733353743 323.77162100107 L 557.3733353743 316.326343180774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 557.3733353743 312.603704270626 L 557.3733353743 305.15842645033" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 316.326343180774 L 552.4091963876177 316.326343180774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 312.603704270626 L 552.4091963876177 312.603704270626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="560.9408643298585" y="308.26062554212" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C8</text><text class="sch-component-text" x="560.9408643298585" y="320.66942190928" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></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="501.0439308128501" y="336.99727537118923" width="14.694627276900007" height="3.9175876320215366" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 338.9560691872 L 503.4935251799093 338.9560691872" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 338.9560691872 L 515.7385580897501 338.9560691872" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 336.99727537118923 L 513.2889637226908 336.99727537118923 L 513.2889637226908 340.91486300321077 L 503.4935251799093 340.91486300321077 L 503.4935251799093 336.99727537118923" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="335.03750191336" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R11</text><text class="sch-component-text" x="508.39124445130005" y="342.87463646104" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></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="527.9181509261177" y="354.14051737333" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 532.8822899128 372.75371192407 L 532.8822899128 365.308434103774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.8822899128 361.585795193626 L 532.8822899128 354.14051737333" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 365.308434103774 L 527.9181509261177 365.308434103774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 361.585795193626 L 527.9181509261177 361.585795193626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="536.4498188683585" y="357.24271646512" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C9</text><text class="sch-component-text" x="536.4498188683585" y="369.65151283228" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component-overlay sch-component-overlay" x="501.0439308128501" y="385.9793662941893" width="14.694627276900007" height="3.9175876320215366" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 387.93816011020004 L 503.4935251799093 387.93816011020004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 387.93816011020004 L 515.7385580897501 387.93816011020004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 385.9793662941893 L 513.2889637226908 385.9793662941893 L 513.2889637226908 389.8969539262108 L 503.4935251799093 389.8969539262108 L 503.4935251799093 385.9793662941893" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="384.01959283636006" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R12</text><text class="sch-component-text" x="508.39124445130005" y="391.85672738404" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></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="552.4091963876177" y="403.12260829633004" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 557.3733353743 421.73580284707003 L 557.3733353743 414.29052502677405" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 557.3733353743 410.567886116626 L 557.3733353743 403.12260829633004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 414.29052502677405 L 552.4091963876177 414.29052502677405" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 410.567886116626 L 552.4091963876177 410.567886116626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="560.9408643298585" y="406.22480738812004" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C10</text><text class="sch-component-text" x="560.9408643298585" y="418.63360375528003" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component-overlay sch-component-overlay" x="501.0439308128501" y="434.96145721718926" width="14.694627276900007" height="3.9175876320215366" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 436.92025103320003 L 503.4935251799093 436.92025103320003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 436.92025103320003 L 515.7385580897501 436.92025103320003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 434.96145721718926 L 513.2889637226908 434.96145721718926 L 513.2889637226908 438.8790448492108 L 503.4935251799093 438.8790448492108 L 503.4935251799093 434.96145721718926" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="433.00168375936005" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R13</text><text class="sch-component-text" x="508.39124445130005" y="440.83881830704" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component-overlay sch-component-overlay" x="527.9181509261177" y="452.10469921933003" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 532.8822899128 470.71789377007 L 532.8822899128 463.27261594977404" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.8822899128 459.549977039626 L 532.8822899128 452.10469921933003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 463.27261594977404 L 527.9181509261177 463.27261594977404" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 459.549977039626 L 527.9181509261177 459.549977039626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="536.4498188683585" y="455.20689831112" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C11</text><text class="sch-component-text" x="536.4498188683585" y="467.61569467828" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></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="501.0439308128501" y="483.94354814018925" width="14.694627276900007" height="3.9175876320215366" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 485.9023419562 L 503.4935251799093 485.9023419562" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 485.9023419562 L 515.7385580897501 485.9023419562" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 483.94354814018925 L 513.2889637226908 483.94354814018925 L 513.2889637226908 487.8611357722108 L 503.4935251799093 487.8611357722108 L 503.4935251799093 483.94354814018925" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="481.98377468236004" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R14</text><text class="sch-component-text" x="508.39124445130005" y="489.82090923004" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></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="552.4091963876177" y="501.08679014233" width="9.92827797336463" height="18.613194550739934" fill="transparent"/><path class="sch-component-symbol-path" d="M 557.3733353743 519.69998469307 L 557.3733353743 512.254706872774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 557.3733353743 508.532067962626 L 557.3733353743 501.08679014233" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 512.254706872774 L 552.4091963876177 512.254706872774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 508.532067962626 L 552.4091963876177 508.532067962626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="560.9408643298585" y="504.18898923412" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C14</text><text class="sch-component-text" x="560.9408643298585" y="516.59778560128" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></text></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="501.0439308128501" y="532.9256390631891" width="14.694627276900007" height="3.9175876320216503" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 534.8844328792 L 503.4935251799093 534.8844328792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 534.8844328792 L 515.7385580897501 534.8844328792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 532.9256390631891 L 513.2889637226908 532.9256390631891 L 513.2889637226908 536.8432266952108 L 503.4935251799093 536.8432266952108 L 503.4935251799093 532.9256390631891" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="530.9658656053599" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R16</text><text class="sch-component-text" x="508.39124445130005" y="538.80300015304" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></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="527.9181509261177" y="550.06888106533" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 532.8822899128 568.6820756160699 L 532.8822899128 561.2367977957739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.8822899128 557.514158885626 L 532.8822899128 550.06888106533" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 561.2367977957739 L 527.9181509261177 561.2367977957739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 557.514158885626 L 527.9181509261177 557.514158885626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="536.4498188683585" y="553.17108015712" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C16</text><text class="sch-component-text" x="536.4498188683585" y="565.5798765242799" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></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="501.0439308128501" y="581.9077299861891" width="14.694627276900007" height="3.9175876320216503" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 583.8665238021999 L 503.4935251799093 583.8665238021999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 583.8665238021999 L 515.7385580897501 583.8665238021999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 581.9077299861891 L 513.2889637226908 581.9077299861891 L 513.2889637226908 585.8253176182108 L 503.4935251799093 585.8253176182108 L 503.4935251799093 581.9077299861891" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="579.9479565283599" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R17</text><text class="sch-component-text" x="508.39124445130005" y="587.78509107604" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></text><circle class="component-pin sch-component-pin" cx="501.0439308128501" cy="583.8665238021999" r="0.48982090923000005px" stroke-width="0.48982090923000005px" 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="552.4091963876177" y="599.0509719883299" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 557.3733353743 617.6641665390699 L 557.3733353743 610.2188887187739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 557.3733353743 606.496249808626 L 557.3733353743 599.0509719883299" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 610.2188887187739 L 552.4091963876177 610.2188887187739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 606.496249808626 L 552.4091963876177 606.496249808626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="560.9408643298585" y="602.1531710801199" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C17</text><text class="sch-component-text" x="560.9408643298585" y="614.5619674472799" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></text></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="501.0439308128501" y="630.8898209091891" width="14.694627276900007" height="3.9175876320216503" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 632.8486147251999 L 503.4935251799093 632.8486147251999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 632.8486147251999 L 515.7385580897501 632.8486147251999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 630.8898209091891 L 513.2889637226908 630.8898209091891 L 513.2889637226908 634.8074085412107 L 503.4935251799093 634.8074085412107 L 503.4935251799093 630.8898209091891" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="628.9300474513599" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R18</text><text class="sch-component-text" x="508.39124445130005" y="636.76718199904" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></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="527.9181509261177" y="648.0330629113299" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 532.8822899128 666.6462574620699 L 532.8822899128 659.2009796417739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.8822899128 655.478340731626 L 532.8822899128 648.0330629113299" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 659.2009796417739 L 527.9181509261177 659.2009796417739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 655.478340731626 L 527.9181509261177 655.478340731626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="536.4498188683585" y="651.1352620031199" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C18</text><text class="sch-component-text" x="536.4498188683585" y="663.5440583702799" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></text></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="501.0439308128501" y="679.8719118321892" width="14.694627276900007" height="3.9175876320216503" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 681.8307056482 L 503.4935251799093 681.8307056482" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 681.8307056482 L 515.7385580897501 681.8307056482" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 679.8719118321892 L 513.2889637226908 679.8719118321892 L 513.2889637226908 683.7894994642108 L 503.4935251799093 683.7894994642108 L 503.4935251799093 679.8719118321892" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="677.91213837436" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R19</text><text class="sch-component-text" x="508.39124445130005" y="685.7492729220401" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></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="552.4091963876177" y="697.01515383433" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 557.3733353743 715.62834838507 L 557.3733353743 708.183070564774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 557.3733353743 704.4604316546261 L 557.3733353743 697.01515383433" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 708.183070564774 L 552.4091963876177 708.183070564774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 562.3374743609824 704.4604316546261 L 552.4091963876177 704.4604316546261" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="560.9408643298585" y="700.11735292612" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C19</text><text class="sch-component-text" x="560.9408643298585" y="712.52614929328" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></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="501.0439308128501" y="728.8540027551892" width="14.694627276900007" height="3.9175876320216503" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 730.8127965712 L 503.4935251799093 730.8127965712" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 730.8127965712 L 515.7385580897501 730.8127965712" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 728.8540027551892 L 513.2889637226908 728.8540027551892 L 513.2889637226908 732.7715903872108 L 503.4935251799093 732.7715903872108 L 503.4935251799093 728.8540027551892" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="726.89422929736" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R21</text><text class="sch-component-text" x="508.39124445130005" y="734.73136384504" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></text><circle class="component-pin sch-component-pin" cx="501.0439308128501" cy="730.8127965712" r="0.48982090923000005px" stroke-width="0.48982090923000005px" fill="none" stroke="rgb(132, 0, 0)"/></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="527.9181509261177" y="745.99724475733" width="9.92827797336463" height="18.61319455073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 532.8822899128 764.61043930807 L 532.8822899128 757.165161487774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.8822899128 753.442522577626 L 532.8822899128 745.99724475733" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 757.165161487774 L 527.9181509261177 757.165161487774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 537.8464288994824 753.442522577626 L 527.9181509261177 753.442522577626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="536.4498188683585" y="749.09944384912" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.40838818307px">C21</text><text class="sch-component-text" x="536.4498188683585" y="761.50824021628" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.40838818307px"></text><circle class="component-pin sch-component-pin" cx="532.8822899128" cy="764.61043930807" r="0.48982090923000005px" stroke-width="0.48982090923000005px" fill="none" stroke="rgb(132, 0, 0)"/></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="501.0439308128501" y="777.8360936781892" width="14.694627276900007" height="3.9175876320216503" fill="transparent"/><path class="sch-component-symbol-path" d="M 501.0439308128501 779.7948874942 L 503.4935251799093 779.7948874942" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.2889637226908 779.7948874942 L 515.7385580897501 779.7948874942" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 503.4935251799093 777.8360936781892 L 513.2889637226908 777.8360936781892 L 513.2889637226908 781.7536813102108 L 503.4935251799093 781.7536813102108 L 503.4935251799093 777.8360936781892" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48982090923000005px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.39124445130005" y="775.87632022036" stroke="rgb(245, 241, 237)" stroke-width="0.48982090923000005px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.40838818307px">R22</text><text class="sch-component-text" x="508.39124445130005" y="783.71345476804" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.40838818307px"></text><circle class="component-pin sch-component-pin" cx="501.0439308128501" cy="779.7948874942" r="0.48982090923000005px" stroke-width="0.48982090923000005px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="515.7385580897501" cy="779.7948874942" r="0.48982090923000005px" stroke-width="0.48982090923000005px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component chip sch-component-body" x="728.8106536048" y="18.12337364154996" width="48.9820909230001" height="151.84448186130007" stroke-width="0.48982090923000005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="728.8106536048" y="18.12337364154996" width="48.9820909230001" height="151.84448186130007" fill="transparent"/><text class="sch-text" x="753.3016990663" y="94.0456145722" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.40838818307px" transform="rotate(0, 753.3016990663, 94.0456145722)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="52.41083728764996" x2="719.0142354202001" y2="52.41083728764996" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="718.52441451097" y="51.921016378419964" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="51.921016378419964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="57.30904637994996" x2="719.50405632943" y2="57.30904637994996" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="57.30904637994996" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="56.819225470719964" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="56.819225470719964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="62.20725547224996" x2="719.50405632943" y2="62.20725547224996" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="62.20725547224996" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="61.717434563019964" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="61.71743456301996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="67.10546456454996" x2="719.50405632943" y2="67.10546456454996" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="67.10546456454996" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="66.61564365531996" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="66.61564365531996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="72.00367365684995" x2="719.50405632943" y2="72.00367365684995" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="72.00367365684995" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="71.51385274761995" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="71.51385274761995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="76.90188274914996" x2="719.50405632943" y2="76.90188274914996" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="76.90188274914996" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="76.41206183991996" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="76.41206183991996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="81.80009184144996" x2="719.50405632943" y2="81.80009184144996" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="81.80009184144996" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="81.31027093221995" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="81.31027093221996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="86.69830093374996" x2="719.50405632943" y2="86.69830093374996" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="86.69830093374996" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="86.20848002451996" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="86.20848002451997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="91.59651002604997" x2="719.50405632943" y2="91.59651002604997" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="91.59651002604997" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="91.10668911681996" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="91.10668911681996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="96.49471911834998" x2="719.50405632943" y2="96.49471911834998" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="96.49471911834998" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="96.00489820911997" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="96.00489820911997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="101.39292821064998" x2="719.50405632943" y2="101.39292821064998" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="101.39292821064998" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="100.90310730141998" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="100.90310730141998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="106.29113730294998" x2="719.50405632943" y2="106.29113730294998" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="106.29113730294998" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="105.80131639371997" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="105.80131639371999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="111.18934639524998" x2="719.50405632943" y2="111.18934639524998" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="111.18934639524998" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="110.69952548601998" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="110.69952548601998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="116.08755548754999" x2="719.50405632943" y2="116.08755548754999" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="116.08755548754999" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="115.59773457831999" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="115.59773457832" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="120.98576457984998" x2="719.50405632943" y2="120.98576457984998" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="120.98576457984998" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="120.49594367061998" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="120.49594367062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">15</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="125.88397367214999" x2="719.50405632943" y2="125.88397367214999" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="125.88397367214999" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="125.39415276291999" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="125.39415276291999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">16</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="157.7223327721" x2="787.5891627124" y2="157.7223327721" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_16__stack1"><rect x="787.09934180317" y="157.23251186287" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="157.23251186287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="135.68039185675" x2="719.50405632943" y2="135.68039185675" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="135.68039185675" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="135.19057094752" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="135.19057094752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="140.57860094905" x2="719.50405632943" y2="140.57860094905" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="140.57860094905" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="140.08878003982002" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="140.08878003982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">19</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="145.47681004135" x2="719.50405632943" y2="145.47681004135" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="145.47681004135" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="144.98698913212002" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="144.98698913212002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">20</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="150.37501913365003" x2="719.50405632943" y2="150.37501913365003" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="150.37501913365003" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="149.88519822442004" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="149.88519822442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">21</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="155.27322822595002" x2="719.50405632943" y2="155.27322822595002" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="155.27322822595002" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="154.78340731672003" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="154.78340731672" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="160.17143731825" x2="719.50405632943" y2="160.17143731825" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="160.17143731825" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="159.68161640902002" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="159.68161640902002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">23</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="165.06964641055004" x2="719.50405632943" y2="165.06964641055004" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="165.06964641055004" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="164.57982550132004" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="164.57982550132004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">24</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="147.92591458750002" x2="787.0993418031701" y2="147.92591458750002" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="147.92591458750002" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="147.43609367827003" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="147.43609367827003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="143.02770549520002" x2="787.0993418031701" y2="143.02770549520002" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="143.02770549520002" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="142.53788458597003" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="142.53788458597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="138.12949640290003" x2="787.0993418031701" y2="138.12949640290003" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="138.12949640290003" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="137.63967549367004" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="137.63967549367" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="128.33307821830002" x2="787.0993418031701" y2="128.33307821830002" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="128.33307821830002" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="127.84325730907001" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="127.84325730907003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="118.53666003370003" x2="787.0993418031701" y2="118.53666003370003" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="118.53666003370003" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="118.04683912447003" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="118.04683912447003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">29</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="108.74024184910003" x2="787.0993418031701" y2="108.74024184910003" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="108.74024184910003" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="108.25042093987003" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="108.25042093987003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="98.94382366450002" x2="787.0993418031701" y2="98.94382366450002" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="98.94382366450002" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="98.45400275527001" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="98.45400275527003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="94.04561457220002" x2="787.0993418031701" y2="94.04561457220002" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="94.04561457220002" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="93.55579366297002" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="93.55579366297002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">32</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="89.14740547990002" x2="787.0993418031701" y2="89.14740547990002" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="89.14740547990002" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="88.65758457067001" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="88.65758457067001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">33</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="84.24919638760001" x2="787.0993418031701" y2="84.24919638760001" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="84.24919638760001" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="83.75937547837" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="83.75937547837" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">34</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="79.3509872953" x2="787.0993418031701" y2="79.3509872953" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="79.3509872953" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="78.86116638607" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="78.86116638607" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">35</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="74.452778203" x2="787.0993418031701" y2="74.452778203" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="74.452778203" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="73.96295729376999" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="73.96295729377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">36</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="69.55456911069999" x2="787.0993418031701" y2="69.55456911069999" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="69.55456911069999" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="69.06474820146998" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="69.06474820147" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">37</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="64.6563600184" x2="787.0993418031701" y2="64.6563600184" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="64.6563600184" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="64.16653910916999" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="64.16653910916999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">38</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="59.758150926099994" x2="787.0993418031701" y2="59.758150926099994" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="59.758150926099994" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="59.268330016869996" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="59.268330016869996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">39</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="54.859941833799994" x2="787.0993418031701" y2="54.859941833799994" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="54.859941833799994" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="54.370120924569996" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="54.37012092456999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">40</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="49.961732741499986" x2="787.0993418031701" y2="49.961732741499986" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="49.961732741499986" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="49.47191183226999" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="49.47191183226999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">41</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="45.06352364919998" x2="787.0993418031701" y2="45.06352364919998" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="45.06352364919998" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="44.57370273996998" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="44.57370273996998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">42</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="40.16531455689998" x2="787.0993418031701" y2="40.16531455689998" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="40.16531455689998" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="39.67549364766998" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="39.675493647669974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">43</text><line class="component-pin sch-component-pin sch-port-line" x1="777.7927445278001" y1="30.36889637229997" x2="787.0993418031701" y2="30.36889637229997" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.5891627124" cy="30.36889637229997" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="787.09934180317" y="29.87907546306997" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="782.6909536201" y="29.879075463069967" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">45</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="27.91979182614996" x2="719.50405632943" y2="27.91979182614996" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="27.91979182614996" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="27.42997091691996" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="27.42997091691997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">46</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="37.71621001074997" x2="719.50405632943" y2="37.71621001074997" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.0142354202001" cy="37.71621001074997" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="718.52441451097" y="37.22638910151997" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="37.22638910151996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">47</text><line class="component-pin sch-component-pin sch-port-line" x1="728.8106536048" y1="47.51262819534996" x2="719.0142354202001" y2="47.51262819534996" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_29_46__stack1"><rect x="718.52441451097" y="47.02280728611996" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.9124445125" y="47.02280728611996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">48</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component chip sch-component-body" x="405.52885351300006" y="174.86606459515" width="9.79641818459993" height="34.28746364610001" stroke-width="0.48982090923000005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="405.52885351300006" y="174.86606459515" width="9.79641818459993" height="34.28746364610001" fill="transparent"/><text class="sch-text" x="410.4270626053" y="192.00979641819998" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.40838818307px" transform="rotate(0, 410.4270626053, 192.00979641819998)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="179.76427368745" x2="425.12168988220003" y2="179.76427368745" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="424.63186897297004" y="179.27445277822" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="179.27445277822" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="184.66248277975" x2="425.12168988220003" y2="184.66248277975" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="424.63186897297004" y="184.17266187052002" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="184.17266187052002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="189.56069187205" x2="425.12168988220003" y2="189.56069187205" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_30_2__stack1"><rect x="424.63186897297004" y="189.07087096282" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="189.07087096281998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="194.45890096435" x2="425.12168988220003" y2="194.45890096435" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_30_3__stack1"><rect x="424.63186897297004" y="193.96908005512" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="193.96908005512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="199.35711005665" x2="425.12168988220003" y2="199.35711005665" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_30_4__stack1"><rect x="424.63186897297004" y="198.86728914742" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="198.86728914742002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="204.25531914894998" x2="425.12168988220003" y2="204.25531914894998" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_30_5__stack1"><rect x="424.63186897297004" y="203.76549823972" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="203.76549823972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">6</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component chip sch-component-body" x="405.52885351300006" y="324.2614419103" width="9.79641818459993" height="29.389254553800015" stroke-width="0.48982090923000005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="405.52885351300006" y="324.2614419103" width="9.79641818459993" height="29.389254553800015" fill="transparent"/><text class="sch-text" x="410.4270626053" y="338.9560691872" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.40838818307px" transform="rotate(0, 410.4270626053, 338.9560691872)">J3</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="329.1596510026" x2="425.12168988220003" y2="329.1596510026" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><rect x="424.63186897297004" y="328.66983009337" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="328.66983009337" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="334.05786009490004" x2="425.12168988220003" y2="334.05786009490004" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><rect x="424.63186897297004" y="333.56803918567005" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="333.56803918567005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="338.9560691872" x2="425.12168988220003" y2="338.9560691872" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_31_2__stack1"><rect x="424.63186897297004" y="338.46624827797" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="338.46624827797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="343.85427827949997" x2="425.12168988220003" y2="343.85427827949997" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_31_3__stack1"><rect x="424.63186897297004" y="343.36445737027" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="343.36445737027" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="348.7524873718" x2="424.63186897297" y2="348.7524873718" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_31_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.12168988220003" cy="348.7524873718" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="424.63186897297004" y="348.26266646257" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="348.26266646257" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">5</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component chip sch-component-body" x="405.52885351300006" y="468.75861013315006" width="9.79641818459993" height="34.28746364609992" stroke-width="0.48982090923000005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="405.52885351300006" y="468.75861013315006" width="9.79641818459993" height="34.28746364609992" fill="transparent"/><text class="sch-text" x="410.4270626053" y="485.9023419562" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.40838818307px" transform="rotate(0, 410.4270626053, 485.9023419562)">J4</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="473.65681922545" x2="425.12168988220003" y2="473.65681922545" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><rect x="424.63186897297004" y="473.16699831622003" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="473.16699831622003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="478.55502831775" x2="425.12168988220003" y2="478.55502831775" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="424.63186897297004" y="478.06520740852" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="478.06520740852" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="483.45323741005" x2="424.63186897297" y2="483.45323741005" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_32_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.12168988220003" cy="483.45323741005" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="424.63186897297004" y="482.96341650082" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="482.96341650082" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="488.35144650235003" x2="424.63186897297" y2="488.35144650235003" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_32_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.12168988220003" cy="488.35144650235003" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="424.63186897297004" y="487.86162559312004" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="487.86162559312004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="493.24965559465005" x2="424.63186897297" y2="493.24965559465005" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_32_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.12168988220003" cy="493.24965559465005" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="424.63186897297004" y="492.75983468542006" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="492.75983468542006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="415.3252716976" y1="498.14786468695" x2="424.63186897297" y2="498.14786468695" stroke-width="0.48982090923000005px"/><g class="sch-port" data-schematic-port-id="source_port_32_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.12168988220003" cy="498.14786468695" r="0.48982090923000005" stroke-width="0.48982090923000005px"/><rect x="424.63186897297004" y="497.65804377772" width="0.9796418184600001" height="0.9796418184600001" opacity="0"/></g><text class="pin-number sch-pin-number" x="420.2234807899" y="497.65804377772" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.673656819225px" transform="">6</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="501.04393081285" cy="94.0456145722" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="515.73855808975" cy="94.0456145722" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="557.3733353743" cy="111.18934639525" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="557.3733353743" cy="129.80254094599" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="501.04393081285" cy="143.0277054952" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="515.73855808975" cy="143.0277054952" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="532.8822899128" cy="160.17143731825" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="532.8822899128" cy="178.78463186899" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="501.04393081285" cy="192.00979641819998" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="515.73855808975" cy="192.00979641819998" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="557.3733353743" cy="209.15352824125" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="557.3733353743" cy="227.76672279199" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="501.04393081285" cy="240.99188734120003" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="515.73855808975" cy="240.99188734120003" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="532.8822899128" cy="258.13561916425" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="532.8822899128" cy="276.74881371499" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="501.04393081285" cy="289.9739782642" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="515.73855808975" cy="289.9739782642" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="557.3733353743" cy="307.11771008725" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="557.3733353743" cy="325.7309046379899" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="501.04393081285" cy="338.9560691872" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="515.73855808975" cy="338.9560691872" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="532.8822899128" cy="356.09980101025" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="532.8822899128" cy="374.71299556098995" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="501.04393081285" cy="387.93816011020004" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="515.73855808975" cy="387.93816011020004" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="557.3733353743" cy="405.08189193325" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="557.3733353743" cy="423.69508648398994" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="501.04393081285" cy="436.92025103320003" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="515.73855808975" cy="436.92025103320003" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="532.8822899128" cy="454.06398285625" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="532.8822899128" cy="472.6771774069899" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="501.04393081285" cy="485.9023419562" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="515.73855808975" cy="485.9023419562" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="557.3733353743" cy="503.04607377925" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="557.3733353743" cy="521.6592683299899" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="501.04393081285" cy="534.8844328792" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="515.73855808975" cy="534.8844328792" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="532.8822899128" cy="552.02816470225" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="532.8822899128" cy="570.6413592529899" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="501.04393081285" cy="583.8665238021999" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="515.73855808975" cy="583.8665238021999" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="557.3733353743" cy="601.01025562525" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="557.3733353743" cy="619.6234501759899" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="501.04393081285" cy="632.8486147251999" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="515.73855808975" cy="632.8486147251999" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="532.8822899128" cy="649.99234654825" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="532.8822899128" cy="668.6055410989899" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="501.04393081285" cy="681.8307056482" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="515.73855808975" cy="681.8307056482" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="557.3733353743" cy="698.97443747125" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="557.3733353743" cy="717.5876320219899" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="501.04393081285" cy="730.8127965712" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="515.73855808975" cy="730.8127965712" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="532.8822899128" cy="747.95652839425" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="532.8822899128" cy="766.5697229449898" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="501.04393081285" cy="779.7948874942" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="515.73855808975" cy="779.7948874942" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="719.0142354202001" cy="52.41083728764996" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="719.0142354202001" cy="57.30904637994996" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_2__stack1"><circle cx="719.0142354202001" cy="62.20725547224996" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_3__stack1"><circle cx="719.0142354202001" cy="67.10546456454996" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_4__stack1"><circle cx="719.0142354202001" cy="72.00367365684995" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_5__stack1"><circle cx="719.0142354202001" cy="76.90188274914996" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_6__stack1"><circle cx="719.0142354202001" cy="81.80009184144996" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_7__stack1"><circle cx="719.0142354202001" cy="86.69830093374996" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_8__stack1"><circle cx="719.0142354202001" cy="91.59651002604997" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_9__stack1"><circle cx="719.0142354202001" cy="96.49471911834998" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_10__stack1"><circle cx="719.0142354202001" cy="101.39292821064998" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_11__stack1"><circle cx="719.0142354202001" cy="106.29113730294998" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_12__stack1"><circle cx="719.0142354202001" cy="111.18934639524998" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_13__stack1"><circle cx="719.0142354202001" cy="116.08755548754999" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_14__stack1"><circle cx="719.0142354202001" cy="120.98576457984998" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_15__stack1"><circle cx="719.0142354202001" cy="125.88397367214999" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_16__stack1"><circle cx="787.5891627124" cy="157.7223327721" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_17__stack1"><circle cx="719.0142354202001" cy="135.68039185675" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_18__stack1"><circle cx="719.0142354202001" cy="140.57860094905" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_19__stack1"><circle cx="719.0142354202001" cy="145.47681004135" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_20__stack1"><circle cx="719.0142354202001" cy="150.37501913365003" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_21__stack1"><circle cx="719.0142354202001" cy="155.27322822595002" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_22__stack1"><circle cx="719.0142354202001" cy="160.17143731825" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_23__stack1"><circle cx="719.0142354202001" cy="165.06964641055004" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_24__stack1"><circle cx="787.5891627124" cy="147.92591458750002" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_25__stack1"><circle cx="787.5891627124" cy="143.02770549520002" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_26__stack1"><circle cx="787.5891627124" cy="138.12949640290003" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_27__stack1"><circle cx="787.5891627124" cy="128.33307821830002" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_28__stack1"><circle cx="787.5891627124" cy="118.53666003370003" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_29__stack1"><circle cx="787.5891627124" cy="108.74024184910003" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_30__stack1"><circle cx="787.5891627124" cy="98.94382366450002" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_31__stack1"><circle cx="787.5891627124" cy="94.04561457220002" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_32__stack1"><circle cx="787.5891627124" cy="89.14740547990002" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_33__stack1"><circle cx="787.5891627124" cy="84.24919638760001" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_34__stack1"><circle cx="787.5891627124" cy="79.3509872953" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_35__stack1"><circle cx="787.5891627124" cy="74.452778203" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_36__stack1"><circle cx="787.5891627124" cy="69.55456911069999" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_37__stack1"><circle cx="787.5891627124" cy="64.6563600184" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_38__stack1"><circle cx="787.5891627124" cy="59.758150926099994" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_39__stack1"><circle cx="787.5891627124" cy="54.859941833799994" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_40__stack1"><circle cx="787.5891627124" cy="49.961732741499986" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_41__stack1"><circle cx="787.5891627124" cy="45.06352364919998" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_42__stack1"><circle cx="787.5891627124" cy="40.16531455689998" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_43__stack1"><circle cx="787.5891627124" cy="30.36889637229997" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_44__stack1"><circle cx="719.0142354202001" cy="27.91979182614996" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_45__stack1"><circle cx="719.0142354202001" cy="37.71621001074997" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_46__stack1"><circle cx="719.0142354202001" cy="47.51262819534996" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="425.12168988220003" cy="179.76427368745" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="425.12168988220003" cy="184.66248277975" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_2__stack1"><circle cx="425.12168988220003" cy="189.56069187205" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_3__stack1"><circle cx="425.12168988220003" cy="194.45890096435" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_4__stack1"><circle cx="425.12168988220003" cy="199.35711005665" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_5__stack1"><circle cx="425.12168988220003" cy="204.25531914894998" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="425.12168988220003" cy="329.1596510026" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="425.12168988220003" cy="334.05786009490004" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_2__stack1"><circle cx="425.12168988220003" cy="338.9560691872" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_3__stack1"><circle cx="425.12168988220003" cy="343.85427827949997" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_4__stack1"><circle cx="425.12168988220003" cy="348.7524873718" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="425.12168988220003" cy="473.65681922545" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="425.12168988220003" cy="478.55502831775" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_2__stack1"><circle cx="425.12168988220003" cy="483.45323741005" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_3__stack1"><circle cx="425.12168988220003" cy="488.35144650235003" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_4__stack1"><circle cx="425.12168988220003" cy="493.24965559465005" r="0.9796418184600001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_5__stack1"><circle cx="425.12168988220003" cy="498.14786468695" r="0.9796418184600001" 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="
|
|
273
|
+
M 482.06337058018755,94.0456145722
|
|
274
|
+
L 479.61426603403754,92.723098117279
|
|
275
|
+
L 479.61426603403754,84.32430226034859
|
|
276
|
+
L 484.51247512633756,84.32430226034859
|
|
277
|
+
L 484.51247512633756,92.723098117279
|
|
278
|
+
Z
|
|
279
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="482.06337058018755" y="91.841420480665" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 482.06337058018755 91.841420480665)">XX</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="
|
|
280
|
+
M 557.3733353743,47.51262819534996
|
|
281
|
+
L 554.92423082815,46.19011174042896
|
|
282
|
+
L 554.92423082815,37.79131588349856
|
|
283
|
+
L 559.82243992045,37.79131588349856
|
|
284
|
+
L 559.82243992045,46.19011174042896
|
|
285
|
+
Z
|
|
286
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="557.3733353743" y="45.30843410381496" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 557.3733353743 45.30843410381496)">XX</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="
|
|
287
|
+
M 678.604010408725,52.41083728764997
|
|
288
|
+
L 681.053114954875,53.73335374257097
|
|
289
|
+
L 681.053114954875,62.13214959950137
|
|
290
|
+
L 676.154905862575,62.13214959950137
|
|
291
|
+
L 676.154905862575,53.73335374257097
|
|
292
|
+
Z
|
|
293
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="678.604010408725" y="54.61503137918497" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(90 678.604010408725 54.61503137918497)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
294
|
+
M 483.2879228532625,143.0277054952
|
|
295
|
+
L 480.8388183071125,141.705189040279
|
|
296
|
+
L 480.8388183071125,133.3063931833486
|
|
297
|
+
L 485.7370273994125,133.3063931833486
|
|
298
|
+
L 485.7370273994125,141.705189040279
|
|
299
|
+
Z
|
|
300
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="483.2879228532625" y="140.823511403665" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 483.2879228532625 140.823511403665)">XX</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="
|
|
301
|
+
M 524.310424001275,192.00979641819998
|
|
302
|
+
L 521.861319455125,190.687279963279
|
|
303
|
+
L 521.861319455125,182.2884841063486
|
|
304
|
+
L 526.759528547425,182.2884841063486
|
|
305
|
+
L 526.759528547425,190.687279963279
|
|
306
|
+
Z
|
|
307
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="524.310424001275" y="189.805602326665" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 524.310424001275 189.805602326665)">XX</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="
|
|
308
|
+
M 719.0142354202001,57.30904637994996
|
|
309
|
+
L 717.691718965279,59.75815092609996
|
|
310
|
+
L 709.2929231083486,59.75815092609996
|
|
311
|
+
L 709.2929231083486,54.85994183379996
|
|
312
|
+
L 717.691718965279,54.859941833799965
|
|
313
|
+
Z
|
|
314
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="57.30904637994996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_6__stack1" d="
|
|
315
|
+
M 482.06337058018755,192.00979641819998
|
|
316
|
+
L 479.61426603403754,190.687279963279
|
|
317
|
+
L 479.61426603403754,182.2884841063486
|
|
318
|
+
L 484.51247512633756,182.2884841063486
|
|
319
|
+
L 484.51247512633756,190.687279963279
|
|
320
|
+
Z
|
|
321
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="482.06337058018755" y="189.805602326665" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 482.06337058018755 189.805602326665)">XX</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="
|
|
322
|
+
M 532.8822899128,248.58411143426503
|
|
323
|
+
L 534.2048063677211,246.13500688811502
|
|
324
|
+
L 542.6036022246515,246.13500688811502
|
|
325
|
+
L 542.6036022246515,251.03321598041504
|
|
326
|
+
L 534.2048063677211,251.03321598041504
|
|
327
|
+
Z
|
|
328
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="535.086484004335" y="248.58411143426503" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_8__stack1" d="
|
|
329
|
+
M 719.0142354202001,62.20725547224996
|
|
330
|
+
L 717.691718965279,64.65636001839997
|
|
331
|
+
L 709.2929231083486,64.65636001839997
|
|
332
|
+
L 709.2929231083486,59.75815092609996
|
|
333
|
+
L 717.691718965279,59.75815092609996
|
|
334
|
+
Z
|
|
335
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="62.20725547224996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_9__stack1" d="
|
|
336
|
+
M 483.2879228532625,240.99188734120003
|
|
337
|
+
L 480.8388183071125,239.66937088627904
|
|
338
|
+
L 480.8388183071125,231.27057502934863
|
|
339
|
+
L 485.7370273994125,231.27057502934863
|
|
340
|
+
L 485.7370273994125,239.66937088627904
|
|
341
|
+
Z
|
|
342
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="483.2879228532625" y="238.78769324966504" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 483.2879228532625 238.78769324966504)">XX</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="
|
|
343
|
+
M 524.310424001275,289.9739782642
|
|
344
|
+
L 521.861319455125,288.651461809279
|
|
345
|
+
L 521.861319455125,280.2526659523486
|
|
346
|
+
L 526.759528547425,280.2526659523486
|
|
347
|
+
L 526.759528547425,288.651461809279
|
|
348
|
+
Z
|
|
349
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="524.310424001275" y="287.769784172665" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 524.310424001275 287.769784172665)">XX</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="
|
|
350
|
+
M 719.0142354202001,67.10546456454996
|
|
351
|
+
L 717.691718965279,69.55456911069996
|
|
352
|
+
L 709.2929231083486,69.55456911069996
|
|
353
|
+
L 709.2929231083486,64.65636001839997
|
|
354
|
+
L 717.691718965279,64.65636001839997
|
|
355
|
+
Z
|
|
356
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="67.10546456454996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_12__stack1" d="
|
|
357
|
+
M 482.06337058018755,289.9739782642
|
|
358
|
+
L 479.61426603403754,288.651461809279
|
|
359
|
+
L 479.61426603403754,280.2526659523486
|
|
360
|
+
L 484.51247512633756,280.2526659523486
|
|
361
|
+
L 484.51247512633756,288.651461809279
|
|
362
|
+
Z
|
|
363
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="482.06337058018755" y="287.769784172665" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 482.06337058018755 287.769784172665)">XX</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="
|
|
364
|
+
M 532.8822899128,346.548293280265
|
|
365
|
+
L 534.2048063677211,344.099188734115
|
|
366
|
+
L 542.6036022246515,344.099188734115
|
|
367
|
+
L 542.6036022246515,348.997397826415
|
|
368
|
+
L 534.2048063677211,348.997397826415
|
|
369
|
+
Z
|
|
370
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="535.086484004335" y="346.548293280265" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_14__stack1" d="
|
|
371
|
+
M 719.0142354202001,76.90188274914996
|
|
372
|
+
L 717.691718965279,79.35098729529996
|
|
373
|
+
L 709.2929231083486,79.35098729529996
|
|
374
|
+
L 709.2929231083486,74.45277820299997
|
|
375
|
+
L 717.691718965279,74.45277820299997
|
|
376
|
+
Z
|
|
377
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="76.90188274914996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_15__stack1" d="
|
|
378
|
+
M 498.5948262667,338.9560691872
|
|
379
|
+
L 501.04393081285,340.278585642121
|
|
380
|
+
L 501.04393081285,348.6773814990514
|
|
381
|
+
L 496.14572172055,348.6773814990514
|
|
382
|
+
L 496.14572172055,340.278585642121
|
|
383
|
+
Z
|
|
384
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="498.5948262667" y="341.160263278735" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(90 498.5948262667 341.160263278735)">XX</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="
|
|
385
|
+
M 532.8822899128,380.345936017135
|
|
386
|
+
L 534.2048063677211,377.896831470985
|
|
387
|
+
L 542.6036022246515,377.896831470985
|
|
388
|
+
L 542.6036022246515,382.795040563285
|
|
389
|
+
L 534.2048063677211,382.795040563285
|
|
390
|
+
Z
|
|
391
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="535.086484004335" y="380.345936017135" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_17__stack1" d="
|
|
392
|
+
M 719.0142354202001,81.80009184144996
|
|
393
|
+
L 717.691718965279,84.24919638759995
|
|
394
|
+
L 709.2929231083486,84.24919638759995
|
|
395
|
+
L 709.2929231083486,79.35098729529996
|
|
396
|
+
L 717.691718965279,79.35098729529996
|
|
397
|
+
Z
|
|
398
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="81.80009184144996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_18__stack1" d="
|
|
399
|
+
M 488.1861319455625,387.93816011020004
|
|
400
|
+
L 485.7370273994125,386.61564365527903
|
|
401
|
+
L 485.7370273994125,378.2168477983486
|
|
402
|
+
L 490.63523649171253,378.2168477983486
|
|
403
|
+
L 490.63523649171253,386.61564365527903
|
|
404
|
+
Z
|
|
405
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="488.1861319455625" y="385.73396601866506" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 488.1861319455625 385.73396601866506)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
|
|
406
|
+
M 532.8822899128,444.51247512626503
|
|
407
|
+
L 534.2048063677211,442.063370580115
|
|
408
|
+
L 542.6036022246515,442.063370580115
|
|
409
|
+
L 542.6036022246515,446.96157967241504
|
|
410
|
+
L 534.2048063677211,446.96157967241504
|
|
411
|
+
Z
|
|
412
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="535.086484004335" y="444.51247512626503" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_20__stack1" d="
|
|
413
|
+
M 719.0142354202001,86.69830093374996
|
|
414
|
+
L 717.691718965279,89.14740547989996
|
|
415
|
+
L 709.2929231083486,89.14740547989996
|
|
416
|
+
L 709.2929231083486,84.24919638759997
|
|
417
|
+
L 717.691718965279,84.24919638759997
|
|
418
|
+
Z
|
|
419
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="86.69830093374996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_21__stack1" d="
|
|
420
|
+
M 478.38971376096254,436.92025103320003
|
|
421
|
+
L 475.9406092148125,435.597734578279
|
|
422
|
+
L 475.9406092148125,427.1989387213486
|
|
423
|
+
L 480.83881830711255,427.1989387213486
|
|
424
|
+
L 480.83881830711255,435.597734578279
|
|
425
|
+
Z
|
|
426
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="478.38971376096254" y="434.71605694166504" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 478.38971376096254 434.71605694166504)">XX</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="
|
|
427
|
+
M 524.310424001275,485.9023419562
|
|
428
|
+
L 521.861319455125,484.579825501279
|
|
429
|
+
L 521.861319455125,476.1810296443486
|
|
430
|
+
L 526.759528547425,476.1810296443486
|
|
431
|
+
L 526.759528547425,484.579825501279
|
|
432
|
+
Z
|
|
433
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="524.310424001275" y="483.69814786466503" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 524.310424001275 483.69814786466503)">XX</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="
|
|
434
|
+
M 719.0142354202001,96.49471911834998
|
|
435
|
+
L 717.691718965279,98.94382366449997
|
|
436
|
+
L 709.2929231083486,98.94382366449997
|
|
437
|
+
L 709.2929231083486,94.04561457219998
|
|
438
|
+
L 717.691718965279,94.04561457219998
|
|
439
|
+
Z
|
|
440
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="96.49471911834998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_24__stack1" d="
|
|
441
|
+
M 485.7370273994125,485.9023419562
|
|
442
|
+
L 483.2879228532625,484.579825501279
|
|
443
|
+
L 483.2879228532625,476.1810296443486
|
|
444
|
+
L 488.1861319455625,476.1810296443486
|
|
445
|
+
L 488.1861319455625,484.579825501279
|
|
446
|
+
Z
|
|
447
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="485.7370273994125" y="483.69814786466503" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 485.7370273994125 483.69814786466503)">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="
|
|
448
|
+
M 532.8822899128,542.476656972265
|
|
449
|
+
L 534.2048063677211,540.027552426115
|
|
450
|
+
L 542.6036022246515,540.027552426115
|
|
451
|
+
L 542.6036022246515,544.925761518415
|
|
452
|
+
L 534.2048063677211,544.925761518415
|
|
453
|
+
Z
|
|
454
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="535.086484004335" y="542.476656972265" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_26__stack1" d="
|
|
455
|
+
M 719.0142354202001,101.39292821064998
|
|
456
|
+
L 717.691718965279,103.84203275679998
|
|
457
|
+
L 709.2929231083486,103.84203275679998
|
|
458
|
+
L 709.2929231083486,98.94382366449999
|
|
459
|
+
L 717.691718965279,98.94382366449999
|
|
460
|
+
Z
|
|
461
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="101.39292821064998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_27__stack1" d="
|
|
462
|
+
M 483.2879228532625,534.8844328792
|
|
463
|
+
L 480.8388183071125,533.5619164242789
|
|
464
|
+
L 480.8388183071125,525.1631205673485
|
|
465
|
+
L 485.7370273994125,525.1631205673485
|
|
466
|
+
L 485.7370273994125,533.5619164242789
|
|
467
|
+
Z
|
|
468
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="483.2879228532625" y="532.680238787665" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 483.2879228532625 532.680238787665)">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="
|
|
469
|
+
M 524.310424001275,583.8665238021999
|
|
470
|
+
L 521.861319455125,582.5440073472789
|
|
471
|
+
L 521.861319455125,574.1452114903485
|
|
472
|
+
L 526.759528547425,574.1452114903485
|
|
473
|
+
L 526.759528547425,582.5440073472789
|
|
474
|
+
Z
|
|
475
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="524.310424001275" y="581.662329710665" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 524.310424001275 581.662329710665)">XX</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="
|
|
476
|
+
M 719.0142354202001,106.29113730294998
|
|
477
|
+
L 717.691718965279,108.74024184909997
|
|
478
|
+
L 709.2929231083486,108.74024184909997
|
|
479
|
+
L 709.2929231083486,103.84203275679998
|
|
480
|
+
L 717.691718965279,103.84203275679998
|
|
481
|
+
Z
|
|
482
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="106.29113730294998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_30__stack1" d="
|
|
483
|
+
M 501.04393081285,583.8665238021999
|
|
484
|
+
L 499.721414357929,586.31562834835
|
|
485
|
+
L 491.3226185009986,586.31562834835
|
|
486
|
+
L 491.3226185009986,581.4174192560499
|
|
487
|
+
L 499.721414357929,581.4174192560499
|
|
488
|
+
Z
|
|
489
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="498.83973672131503" y="583.8665238021999" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_31__stack1" d="
|
|
490
|
+
M 425.12168988220003,348.7524873718
|
|
491
|
+
L 426.44420633712105,346.30338282565
|
|
492
|
+
L 434.84300219405145,346.30338282565
|
|
493
|
+
L 434.84300219405145,351.20159191795
|
|
494
|
+
L 426.44420633712105,351.20159191795
|
|
495
|
+
Z
|
|
496
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="427.325883973735" y="348.7524873718" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_32__stack1" d="
|
|
497
|
+
M 532.8822899128,640.440838818265
|
|
498
|
+
L 534.2048063677211,637.991734272115
|
|
499
|
+
L 542.6036022246515,637.991734272115
|
|
500
|
+
L 542.6036022246515,642.889943364415
|
|
501
|
+
L 534.2048063677211,642.889943364415
|
|
502
|
+
Z
|
|
503
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="535.086484004335" y="640.440838818265" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_33__stack1" d="
|
|
504
|
+
M 719.0142354202001,111.18934639524998
|
|
505
|
+
L 717.691718965279,113.63845094139998
|
|
506
|
+
L 709.2929231083486,113.63845094139998
|
|
507
|
+
L 709.2929231083486,108.74024184909999
|
|
508
|
+
L 717.691718965279,108.74024184909999
|
|
509
|
+
Z
|
|
510
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="111.18934639524998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_34__stack1" d="
|
|
511
|
+
M 482.06337058018755,632.8486147251999
|
|
512
|
+
L 479.61426603403754,631.5260982702789
|
|
513
|
+
L 479.61426603403754,623.1273024133485
|
|
514
|
+
L 484.51247512633756,623.1273024133485
|
|
515
|
+
L 484.51247512633756,631.5260982702789
|
|
516
|
+
Z
|
|
517
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="482.06337058018755" y="630.6444206336649" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 482.06337058018755 630.6444206336649)">XX</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="
|
|
518
|
+
M 524.310424001275,681.8307056482
|
|
519
|
+
L 521.861319455125,680.508189193279
|
|
520
|
+
L 521.861319455125,672.1093933363486
|
|
521
|
+
L 526.759528547425,672.1093933363486
|
|
522
|
+
L 526.759528547425,680.508189193279
|
|
523
|
+
Z
|
|
524
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="524.310424001275" y="679.626511556665" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 524.310424001275 679.626511556665)">XX</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="
|
|
525
|
+
M 719.0142354202001,116.08755548754999
|
|
526
|
+
L 717.691718965279,118.53666003369999
|
|
527
|
+
L 709.2929231083486,118.53666003369999
|
|
528
|
+
L 709.2929231083486,113.6384509414
|
|
529
|
+
L 717.691718965279,113.6384509414
|
|
530
|
+
Z
|
|
531
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="116.08755548754999" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_37__stack1" d="
|
|
532
|
+
M 480.83881830711255,681.8307056482
|
|
533
|
+
L 478.38971376096254,680.508189193279
|
|
534
|
+
L 478.38971376096254,672.1093933363486
|
|
535
|
+
L 483.28792285326256,672.1093933363486
|
|
536
|
+
L 483.28792285326256,680.508189193279
|
|
537
|
+
Z
|
|
538
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="480.83881830711255" y="679.626511556665" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(-90 480.83881830711255 679.626511556665)">XX</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="
|
|
539
|
+
M 532.8822899128,738.4050206642651
|
|
540
|
+
L 534.2048063677211,735.955916118115
|
|
541
|
+
L 542.6036022246515,735.955916118115
|
|
542
|
+
L 542.6036022246515,740.8541252104151
|
|
543
|
+
L 534.2048063677211,740.8541252104151
|
|
544
|
+
Z
|
|
545
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="535.086484004335" y="738.4050206642651" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_39__stack1" d="
|
|
546
|
+
M 719.0142354202001,120.98576457984998
|
|
547
|
+
L 717.691718965279,123.43486912599998
|
|
548
|
+
L 709.2929231083486,123.43486912599998
|
|
549
|
+
L 709.2929231083486,118.53666003369999
|
|
550
|
+
L 717.691718965279,118.53666003369999
|
|
551
|
+
Z
|
|
552
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="716.8100413286651" y="120.98576457984998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_40__stack1" d="
|
|
553
|
+
M 501.04393081285,730.8127965712
|
|
554
|
+
L 499.721414357929,733.26190111735
|
|
555
|
+
L 491.3226185009986,733.26190111735
|
|
556
|
+
L 491.3226185009986,728.36369202505
|
|
557
|
+
L 499.721414357929,728.36369202505
|
|
558
|
+
Z
|
|
559
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="498.83973672131503" y="730.8127965712" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_41__stack1" d="
|
|
560
|
+
M 425.12168988220003,483.45323741005
|
|
561
|
+
L 426.44420633712105,481.0041328639
|
|
562
|
+
L 434.84300219405145,481.0041328639
|
|
563
|
+
L 434.84300219405145,485.9023419562
|
|
564
|
+
L 426.44420633712105,485.9023419562
|
|
565
|
+
Z
|
|
566
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="427.325883973735" y="483.45323741005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_42__stack1" d="
|
|
567
|
+
M 501.04393081285,779.7948874942
|
|
568
|
+
L 499.721414357929,782.24399204035
|
|
569
|
+
L 491.3226185009986,782.24399204035
|
|
570
|
+
L 491.3226185009986,777.34578294805
|
|
571
|
+
L 499.721414357929,777.34578294805
|
|
572
|
+
Z
|
|
573
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="498.83973672131503" y="779.7948874942" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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="
|
|
574
|
+
M 425.12168988220003,488.35144650235003
|
|
575
|
+
L 426.44420633712105,485.9023419562
|
|
576
|
+
L 434.84300219405145,485.9023419562
|
|
577
|
+
L 434.84300219405145,490.80055104850004
|
|
578
|
+
L 426.44420633712105,490.80055104850004
|
|
579
|
+
Z
|
|
580
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="427.325883973735" y="488.35144650235003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" 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_44__stack1" d="
|
|
581
|
+
M 793.4915046686216,169.9923465483115
|
|
582
|
+
L 795.9406092147716,171.3148630032325
|
|
583
|
+
L 795.9406092147716,179.7136588601629
|
|
584
|
+
L 791.0424001224716,179.7136588601629
|
|
585
|
+
L 791.0424001224716,171.3148630032325
|
|
586
|
+
Z
|
|
587
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48982090923000005px"/><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="793.4915046686216" y="172.1965406398465" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.40838818307px" transform="rotate(90 793.4915046686216 172.1965406398465)">XX</text><text class="sch-text" x="744.9747436093901" y="173.15169141284503" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.408388183069993px" transform="rotate(0, 744.9747436093901, 173.15169141284503)">BQ76952PFBR</text><text class="sch-text" x="731.74957906018" y="15.306903413477457" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.40838818307px" transform="rotate(0, 731.74957906018, 15.306903413477457)">U1</text><text class="sch-text" x="408.46777896838006" y="172.04959436707747" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.40838818307px" transform="rotate(0, 408.46777896838006, 172.04959436707747)">J1</text><text class="sch-text" x="408.46777896838006" y="321.4449716822275" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.40838818307px" transform="rotate(0, 408.46777896838006, 321.4449716822275)">J3</text><text class="sch-text" x="408.46777896838006" y="465.9421399050775" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.40838818307px" transform="rotate(0, 408.46777896838006, 465.9421399050775)">J4</text><rect class="schematic-box sch-box" x="728.8106536048" y="170.94749732131004" width="32.32818000918007" height="4.408388183069974" stroke-width="0.48982090923000005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.9185672738400004 1.9592836369200002"/><rect class="schematic-box sch-box" x="727.3411908771101" y="12.245522730789958" width="8.816776366139948" height="6.122761365374998" stroke-width="0.48982090923000005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.9185672738400004 1.9592836369200002"/><rect class="schematic-box sch-box" x="404.05939078531003" y="168.98821368439002" width="8.816776366140061" height="6.12276136537497" stroke-width="0.48982090923000005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.9185672738400004 1.9592836369200002"/><rect class="schematic-box sch-box" x="404.05939078531003" y="318.38359099954" width="8.816776366140061" height="6.122761365375027" stroke-width="0.48982090923000005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.9185672738400004 1.9592836369200002"/><rect class="schematic-box sch-box" x="404.05939078531003" y="462.88075922239005" width="8.816776366140061" height="6.12276136537497" stroke-width="0.48982090923000005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.9185672738400004 1.9592836369200002"/>
|
|
588
|
+
</g>
|
|
589
|
+
</svg>
|