@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.550000000000001,0 -8.4,-3" data-type="line" data-label="" points="249.31655223710416,95.47308558607014 198.31710258539454,149.15671679839608" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,0 -3,-0.44999999999999996" data-type="line" data-label="" points="269.00055034829035,95.47308558607014 294.9476387675812,103.52563026791903" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-0.44999999999999996 3.5999999999999996,1.9000000000000012" data-type="line" data-label="" points="294.9476387675812,103.52563026791903 413.0516274346982,61.47345248493037" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-1.55 -4,-2.45" data-type="line" data-label="" points="294.9476387675812,123.2096283791052 277.0530950301392,139.314717742803" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-1.9999999999999998 -8.4,-3.4" data-type="line" data-label="" points="249.31655223710416,131.26217306095407 198.31710258539454,156.31453429337284" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-1.9999999999999998 -4,-2.45" data-type="line" data-label="" points="269.00055034829035,131.26217306095407 277.0530950301392,139.314717742803" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-2.45 3.5999999999999996,1.7000000000000013" data-type="line" data-label="" points="277.0530950301392,139.314717742803 413.0516274346982,65.05236123241876" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-3.55 -3,-4.449999999999999" data-type="line" data-label="" points="277.0530950301392,158.99871585398915 294.9476387675812,175.1038052176869" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-4 -8.4,-3.8" data-type="line" data-label="" points="249.31655223710416,167.05126053583803 198.31710258539454,163.47235178834964" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-4 -3,-4.449999999999999" data-type="line" data-label="" points="269.00055034829035,167.05126053583803 294.9476387675812,175.1038052176869" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-4.449999999999999 3.5999999999999996,1.5000000000000013" data-type="line" data-label="" points="294.9476387675812,175.1038052176869 413.0516274346982,68.63126997990716" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-5.550000000000001 -4,-6.449999999999999" data-type="line" data-label="" points="294.9476387675812,194.7878033288731 277.0530950301392,210.89289269257085" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-6 -8.4,-4.2" data-type="line" data-label="" points="249.31655223710416,202.84034801072198 198.31710258539454,170.63016928332644" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-6 -4,-6.449999999999999" data-type="line" data-label="" points="269.00055034829035,202.84034801072198 277.0530950301392,210.89289269257085" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-6.449999999999999 3.5999999999999996,1.3000000000000014" data-type="line" data-label="" points="277.0530950301392,210.89289269257085 413.0516274346982,72.21017872739554" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-7.550000000000001 -3,-8.45" data-type="line" data-label="" points="277.0530950301392,230.57689080375707 294.9476387675812,246.6819801674548" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-8 -8.4,-4.6" data-type="line" data-label="" points="249.31655223710416,238.62943548560594 198.31710258539454,177.7879867783032" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-8 -3,-8.45" data-type="line" data-label="" points="269.00055034829035,238.62943548560594 294.9476387675812,246.6819801674548" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-8.45 3.5999999999999996,1.1000000000000014" data-type="line" data-label="" points="294.9476387675812,246.6819801674548 413.0516274346982,75.78908747488394" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-9.55 -4,-10.45" data-type="line" data-label="" points="294.9476387675812,266.365978278641 277.0530950301392,282.47106764233877" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-10 -8.4,-5" data-type="line" data-label="" points="249.31655223710416,274.4185229604899 198.31710258539454,184.94580427328003" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-10 -4,-10.45" data-type="line" data-label="" points="269.00055034829035,274.4185229604899 277.0530950301392,282.47106764233877" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-10.45 3.5999999999999996,0.7000000000000015" data-type="line" data-label="" points="277.0530950301392,282.47106764233877 413.0516274346982,82.94690496986073" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-11.55 -3,-12.45" data-type="line" data-label="" points="277.0530950301392,302.1550657535249 294.9476387675812,318.2601551172227" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-12 -8.4,-9.2" data-type="line" data-label="" points="249.31655223710416,310.2076104353738 198.31710258539454,260.1028879705363" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-12 -3,-12.45" data-type="line" data-label="" points="269.00055034829035,310.2076104353738 294.9476387675812,318.2601551172227" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-12.45 3.5999999999999996,0.5000000000000013" data-type="line" data-label="" points="294.9476387675812,318.2601551172227 413.0516274346982,86.52581371734914" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-13.55 -4,-14.45" data-type="line" data-label="" points="294.9476387675812,337.94415322840894 277.0530950301392,354.0492425921067" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-14 -8.4,-9.6" data-type="line" data-label="" points="249.31655223710416,345.9966979102578 198.31710258539454,267.26070546551307" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-14 -4,-14.45" data-type="line" data-label="" points="269.00055034829035,345.9966979102578 277.0530950301392,354.0492425921067" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-14.45 3.5999999999999996,0.30000000000000115" data-type="line" data-label="" points="277.0530950301392,354.0492425921067 413.0516274346982,90.10472246483752" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-15.55 -3,-16.45" data-type="line" data-label="" points="277.0530950301392,373.73324070329284 294.9476387675812,389.8383300669906" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-16 -8.4,-10" data-type="line" data-label="" points="249.31655223710416,381.7857853851417 198.31710258539454,274.4185229604899" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-16 -3,-16.45" data-type="line" data-label="" points="269.00055034829035,381.7857853851417 294.9476387675812,389.8383300669906" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-16.45 3.5999999999999996,-0.0999999999999992" data-type="line" data-label="" points="294.9476387675812,389.8383300669906 413.0516274346982,97.26253995981432" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-17.55 -4,-18.45" data-type="line" data-label="" points="294.9476387675812,409.52232817817685 277.0530950301392,425.6274175418746" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-18 -8.4,-10.4" data-type="line" data-label="" points="249.31655223710416,417.5748728600257 198.31710258539454,281.5763404554667" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-18 -4,-18.45" data-type="line" data-label="" points="269.00055034829035,417.5748728600257 277.0530950301392,425.6274175418746" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-18.45 3.5999999999999996,-0.2999999999999994" data-type="line" data-label="" points="277.0530950301392,425.6274175418746 413.0516274346982,100.84144870730272" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-19.55 -3,-20.45" data-type="line" data-label="" points="277.0530950301392,445.31141565306075 294.9476387675812,461.4165050167585" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-20 -8.4,-10.8" data-type="line" data-label="" points="249.31655223710416,453.3639603349096 198.31710258539454,288.7341579504435" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-20 -3,-20.45" data-type="line" data-label="" points="269.00055034829035,453.3639603349096 294.9476387675812,461.4165050167585" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-20.45 3.5999999999999996,-0.49999999999999956" data-type="line" data-label="" points="294.9476387675812,461.4165050167585 413.0516274346982,104.42035745479112" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-21.55 -4,-22.45" data-type="line" data-label="" points="294.9476387675812,481.10050312794476 277.0530950301392,497.2055924916425" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-22 -8.4,-15" data-type="line" data-label="" points="249.31655223710416,489.15304780979363 198.31710258539454,363.89124164769976" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-22 -4,-22.45" data-type="line" data-label="" points="269.00055034829035,489.15304780979363 277.0530950301392,497.2055924916425" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-22.45 3.5999999999999996,-0.6999999999999997" data-type="line" data-label="" points="277.0530950301392,497.2055924916425 413.0516274346982,107.99926620227951" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-23.55 -3,-24.45" data-type="line" data-label="" points="277.0530950301392,516.8895906028287 294.9476387675812,532.9946799665264" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-24 -8.4,-15.4" data-type="line" data-label="" points="249.31655223710416,524.9421352846775 198.31710258539454,371.0490591426766" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-24 -3,-24.45" data-type="line" data-label="" points="269.00055034829035,524.9421352846775 294.9476387675812,532.9946799665264" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-24.45 3.5999999999999996,-0.8999999999999999" data-type="line" data-label="" points="294.9476387675812,532.9946799665264 413.0516274346982,111.57817494976791" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-25.55 -4,-26.45" data-type="line" data-label="" points="294.9476387675812,552.6786780777126 277.0530950301392,568.7837674414103" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-26 -8.4,-15.8" data-type="line" data-label="" points="249.31655223710416,560.7312227595614 198.31710258539454,378.2068766376534" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-26 -4,-26.45" data-type="line" data-label="" points="269.00055034829035,560.7312227595614 277.0530950301392,568.7837674414103" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-26.45 3.5999999999999996,-1.0999999999999996" data-type="line" data-label="" points="277.0530950301392,568.7837674414103 413.0516274346982,115.15708369725631" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-28 -8.4,-16.2" data-type="line" data-label="" points="249.31655223710416,596.5203102344454 198.31710258539454,385.3646941326301" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,0 -6.9750000000000005,0 -6.9750000000000005,-3 -8.4,-3" data-type="line" data-label="" points="249.31655223710416,95.47308558607014 223.81682741124934,95.47308558607014 223.81682741124934,149.15671679839608 198.31710258539454,149.15671679839608" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,0 -3,0 -3,-0.44999999999999996" data-type="line" data-label="" points="269.00055034829035,95.47308558607014 294.9476387675812,95.47308558607014 294.9476387675812,103.52563026791903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.5999999999999996,1.9000000000000015 -3,1.9000000000000015 -3,-0.44999999999999996" data-type="line" data-label="" points="413.0516274346982,61.47345248493036 294.9476387675812,61.47345248493036 294.9476387675812,103.52563026791903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-1.9999999999999998 -3,-1.9999999999999998 -3,-1.55" data-type="line" data-label="" points="269.00055034829035,131.26217306095407 294.9476387675812,131.26217306095407 294.9476387675812,123.2096283791052" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-2.45 -4,-1.9999999999999998 -4.449999999999999,-1.9999999999999998" data-type="line" data-label="" points="277.0530950301392,139.314717742803 277.0530950301392,131.26217306095407 269.00055034829035,131.26217306095407" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.6000000000000005,1.7000000000000017 0.3000000000000007,1.7000000000000017 0.3000000000000007,-1.7500000000000002 -3,-1.7500000000000002 -3,-1.55" data-type="line" data-label="" points="413.0516274346983,65.05236123241875 353.99963310113975,65.05236123241875 353.99963310113975,126.7885371265936 294.9476387675812,126.7885371265936 294.9476387675812,123.2096283791052" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-1.9999999999999998 -5.750000000000001,-1.9999999999999998 -5.750000000000001,-3.4 -8.4,-3.4" data-type="line" data-label="" points="249.31655223710416,131.26217306095407 245.73764348961578,131.26217306095407 245.73764348961578,156.31453429337284 198.31710258539454,156.31453429337284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-4 -4,-4 -4,-3.55" data-type="line" data-label="" points="269.00055034829035,167.05126053583803 277.0530950301392,167.05126053583803 277.0530950301392,158.99871585398915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-4.449999999999999 -3,-4 -4.449999999999999,-4" data-type="line" data-label="" points="294.9476387675812,175.1038052176869 294.9476387675812,167.05126053583803 269.00055034829035,167.05126053583803" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-4 -6.9750000000000005,-4 -6.9750000000000005,-3.8 -8.4,-3.8" data-type="line" data-label="" points="249.31655223710416,167.05126053583803 223.81682741124934,167.05126053583803 223.81682741124934,163.47235178834964 198.31710258539454,163.47235178834964" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-6.449999999999999 -4,-6 -3,-6 -3,-5.550000000000001" data-type="line" data-label="" points="277.0530950301392,210.89289269257085 277.0530950301392,202.84034801072198 294.9476387675812,202.84034801072198 294.9476387675812,194.7878033288731" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-6 -4,-6 -4,-6.449999999999999" data-type="line" data-label="" points="269.00055034829035,202.84034801072198 277.0530950301392,202.84034801072198 277.0530950301392,210.89289269257085" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-6 -5.750000000000001,-6 -5.750000000000001,-4.2 -8.4,-4.2" data-type="line" data-label="" points="249.31655223710416,202.84034801072198 245.73764348961578,202.84034801072198 245.73764348961578,170.63016928332644 198.31710258539454,170.63016928332644" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-8 -4,-8 -4,-7.550000000000001" data-type="line" data-label="" points="269.00055034829035,238.62943548560594 277.0530950301392,238.62943548560594 277.0530950301392,230.57689080375707" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-8.45 -3,-8 -4,-8 -4,-7.550000000000001" data-type="line" data-label="" points="294.9476387675812,246.6819801674548 294.9476387675812,238.62943548560594 277.0530950301392,238.62943548560594 277.0530950301392,230.57689080375707" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-8 -6.9750000000000005,-8 -6.9750000000000005,-4.6 -8.4,-4.6" data-type="line" data-label="" points="249.31655223710416,238.62943548560594 223.81682741124934,238.62943548560594 223.81682741124934,177.7879867783032 198.31710258539454,177.7879867783032" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-10.45 -4,-10 -3,-10 -3,-9.55" data-type="line" data-label="" points="277.0530950301392,282.47106764233877 277.0530950301392,274.4185229604899 294.9476387675812,274.4185229604899 294.9476387675812,266.365978278641" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-10 -4,-10 -4,-10.45" data-type="line" data-label="" points="269.00055034829035,274.4185229604899 277.0530950301392,274.4185229604899 277.0530950301392,282.47106764233877" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-10 -5.750000000000001,-10 -5.750000000000001,-9 -8.200000000000001,-9 -8.200000000000001,-5 -8.4,-5" data-type="line" data-label="" points="249.31655223710416,274.4185229604899 245.73764348961578,274.4185229604899 245.73764348961578,256.52397922304795 201.89601133288292,256.52397922304795 201.89601133288292,184.94580427328003 198.31710258539454,184.94580427328003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-11.55 -4,-12 -3,-12 -3,-12.45" data-type="line" data-label="" points="277.0530950301392,302.1550657535249 277.0530950301392,310.2076104353738 294.9476387675812,310.2076104353738 294.9476387675812,318.2601551172227" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-12 -4,-12 -4,-11.55" data-type="line" data-label="" points="269.00055034829035,310.2076104353738 277.0530950301392,310.2076104353738 277.0530950301392,302.1550657535249" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-12 -6.875000000000001,-12 -6.875000000000001,-9.2 -8.4,-9.2" data-type="line" data-label="" points="249.31655223710416,310.2076104353738 225.60628178499354,310.2076104353738 225.60628178499354,260.1028879705363 198.31710258539454,260.1028879705363" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-14.45 -4,-14 -3,-14 -3,-13.55" data-type="line" data-label="" points="277.0530950301392,354.0492425921067 277.0530950301392,345.9966979102578 294.9476387675812,345.9966979102578 294.9476387675812,337.94415322840894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-14 -4,-14 -4,-14.45" data-type="line" data-label="" points="269.00055034829035,345.9966979102578 277.0530950301392,345.9966979102578 277.0530950301392,354.0492425921067" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-14 -7.2749999999999995,-14 -7.2749999999999995,-9.6 -8.4,-9.6" data-type="line" data-label="" points="249.31655223710416,345.9966979102578 218.44846429001677,345.9966979102578 218.44846429001677,267.26070546551307 198.31710258539454,267.26070546551307" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-16 -4,-16 -4,-15.55" data-type="line" data-label="" points="269.00055034829035,381.7857853851417 277.0530950301392,381.7857853851417 277.0530950301392,373.73324070329284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-16.45 -3,-16 -4,-16 -4,-15.55" data-type="line" data-label="" points="294.9476387675812,389.8383300669906 294.9476387675812,381.7857853851417 277.0530950301392,381.7857853851417 277.0530950301392,373.73324070329284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-16 -6.675000000000002,-16 -6.675000000000002,-10.1 -8.200000000000001,-10.1 -8.200000000000001,-10 -8.4,-10" data-type="line" data-label="" points="249.31655223710416,381.7857853851417 229.18519053248193,381.7857853851417 229.18519053248193,276.2079773342341 201.89601133288292,276.2079773342341 201.89601133288292,274.4185229604899 198.31710258539454,274.4185229604899" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-18.45 -4,-18 -3,-18 -3,-17.55" data-type="line" data-label="" points="277.0530950301392,425.6274175418746 277.0530950301392,417.5748728600257 294.9476387675812,417.5748728600257 294.9476387675812,409.52232817817685" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-18 -4,-18 -4,-18.45" data-type="line" data-label="" points="269.00055034829035,417.5748728600257 277.0530950301392,417.5748728600257 277.0530950301392,425.6274175418746" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-18 -6.775000000000001,-18 -6.775000000000001,-10.4 -8.4,-10.4" data-type="line" data-label="" points="249.31655223710416,417.5748728600257 227.39573615873775,417.5748728600257 227.39573615873775,281.5763404554667 198.31710258539454,281.5763404554667" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-20 -4,-20 -4,-19.55" data-type="line" data-label="" points="269.00055034829035,453.3639603349096 277.0530950301392,453.3639603349096 277.0530950301392,445.31141565306075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-20.45 -3,-20 -4,-20 -4,-19.55" data-type="line" data-label="" points="294.9476387675812,461.4165050167585 294.9476387675812,453.3639603349096 277.0530950301392,453.3639603349096 277.0530950301392,445.31141565306075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-20 -7.075,-20 -7.075,-14.2 -8.200000000000001,-14.2 -8.200000000000001,-10.8 -8.4,-10.8" data-type="line" data-label="" points="249.31655223710416,453.3639603349096 222.02737303750516,453.3639603349096 222.02737303750516,349.57560665774616 201.89601133288292,349.57560665774616 201.89601133288292,288.7341579504435 198.31710258539454,288.7341579504435" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-22.45 -4,-22 -3,-22 -3,-21.55" data-type="line" data-label="" points="277.0530950301392,497.2055924916425 277.0530950301392,489.15304780979363 294.9476387675812,489.15304780979363 294.9476387675812,481.10050312794476" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-22 -4,-22 -4,-22.45" data-type="line" data-label="" points="269.00055034829035,489.15304780979363 277.0530950301392,489.15304780979363 277.0530950301392,497.2055924916425" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-22 -6.9750000000000005,-22 -6.9750000000000005,-15 -8.4,-15" data-type="line" data-label="" points="249.31655223710416,489.15304780979363 223.81682741124934,489.15304780979363 223.81682741124934,363.89124164769976 198.31710258539454,363.89124164769976" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-24 -4,-24 -4,-23.55" data-type="line" data-label="" points="269.00055034829035,524.9421352846775 277.0530950301392,524.9421352846775 277.0530950301392,516.8895906028287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-24.45 -3,-24 -4,-24 -4,-23.55" data-type="line" data-label="" points="294.9476387675812,532.9946799665264 294.9476387675812,524.9421352846775 277.0530950301392,524.9421352846775 277.0530950301392,516.8895906028287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-24 -7.175,-24 -7.175,-15.4 -8.4,-15.4" data-type="line" data-label="" points="249.31655223710416,524.9421352846775 220.23791866376098,524.9421352846775 220.23791866376098,371.0490591426766 198.31710258539454,371.0490591426766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-26.45 -4,-26 -3,-26 -3,-25.55" data-type="line" data-label="" points="277.0530950301392,568.7837674414103 277.0530950301392,560.7312227595614 294.9476387675812,560.7312227595614 294.9476387675812,552.6786780777126" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-26 -4,-26 -4,-26.45" data-type="line" data-label="" points="269.00055034829035,560.7312227595614 277.0530950301392,560.7312227595614 277.0530950301392,568.7837674414103" 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="249.3165522371042" y="91.99339582051556" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3" data-y="-1" x="290.2055846771591" y="103.52563026791904" width="9.48410818084426" height="19.68399811118617" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-5" data-y="-2" x="249.3165522371042" y="127.78248329539952" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-4" data-y="-3" x="272.31104093971715" y="139.314717742803" width="9.484108180844203" height="19.683998111186156" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-5" data-y="-4" x="249.3165522371042" y="163.57157077028347" width="19.683998111186185" height="6.9593795311091355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-3" data-y="-5" x="290.2055846771591" y="175.10380521768693" width="9.48410818084426" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-5" data-y="-6" x="249.3165522371042" y="199.36065824516743" width="19.683998111186185" height="6.9593795311091355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-4" data-y="-7" x="272.31104093971715" y="210.89289269257085" width="9.484108180844203" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-5" data-y="-8" x="249.3165522371042" y="235.14974572005136" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-3" data-y="-9" x="290.2055846771591" y="246.68198016745484" width="9.48410818084426" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-5" data-y="-10" x="249.3165522371042" y="270.93883319493534" width="19.683998111186185" height="6.959379531109164" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-4" data-y="-11" x="272.31104093971715" y="282.47106764233877" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-5" data-y="-12" x="249.3165522371042" y="306.7279206698192" width="19.683998111186185" height="6.959379531109221" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-3" data-y="-13" x="290.2055846771591" y="318.26015511722267" width="9.48410818084426" height="19.683998111186213" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-5" data-y="-14" x="249.3165522371042" y="342.51700814470325" width="19.683998111186185" height="6.959379531109164" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-4" data-y="-15" x="272.31104093971715" y="354.0492425921067" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-5" data-y="-16" x="249.3165522371042" y="378.30609561958715" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-3" data-y="-17" x="290.2055846771591" y="389.8383300669905" width="9.48410818084426" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5" data-y="-18" x="249.3165522371042" y="414.09518309447117" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-4" data-y="-19" x="272.31104093971715" y="425.6274175418746" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-5" data-y="-20" x="249.3165522371042" y="449.88427056935507" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-3" data-y="-21" x="290.2055846771591" y="461.41650501675844" width="9.48410818084426" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="-5" data-y="-22" x="249.3165522371042" y="485.6733580442391" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="-4" data-y="-23" x="272.31104093971715" y="497.2055924916425" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-5" data-y="-24" x="249.3165522371042" y="521.462445519123" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-3" data-y="-25" x="290.2055846771591" y="532.9946799665264" width="9.48410818084426" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="-5" data-y="-26" x="249.3165522371042" y="557.2515329940069" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="-4" data-y="-27" x="272.31104093971715" y="568.7837674414104" width="9.484108180844203" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="-5" data-y="-28" x="249.3165522371042" y="593.0406204688909" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="5" data-y="0" x="413.0516274346982" y="40" width="50.10472246483755" height="110.94617117214028" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-9" data-y="-4" x="176.84365010046417" y="145.57780805090766" width="21.473452484930363" height="42.94690496986075" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-9" data-y="-10" x="176.84365010046417" y="256.52397922304795" width="21.473452484930363" height="35.7890874748839" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-9" data-y="-16" x="176.84365010046417" y="360.31233290021135" width="21.473452484930363" height="42.946904969860725" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></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.550000000000001,0 -8.4,-3" data-type="line" data-label="" points="249.31655223710416,95.47308558607014 198.31710258539454,149.15671679839608" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,0 -3,-0.44999999999999996" data-type="line" data-label="" points="269.00055034829035,95.47308558607014 294.9476387675812,103.52563026791903" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-0.44999999999999996 3.5999999999999996,1.9000000000000012" data-type="line" data-label="" points="294.9476387675812,103.52563026791903 413.0516274346982,61.47345248493037" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-1.55 -4,-2.45" data-type="line" data-label="" points="294.9476387675812,123.2096283791052 277.0530950301392,139.314717742803" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-1.9999999999999998 -8.4,-3.4" data-type="line" data-label="" points="249.31655223710416,131.26217306095407 198.31710258539454,156.31453429337284" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-1.9999999999999998 -4,-2.45" data-type="line" data-label="" points="269.00055034829035,131.26217306095407 277.0530950301392,139.314717742803" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-2.45 3.5999999999999996,1.7000000000000013" data-type="line" data-label="" points="277.0530950301392,139.314717742803 413.0516274346982,65.05236123241876" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-3.55 -3,-4.449999999999999" data-type="line" data-label="" points="277.0530950301392,158.99871585398915 294.9476387675812,175.1038052176869" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-4 -8.4,-3.8" data-type="line" data-label="" points="249.31655223710416,167.05126053583803 198.31710258539454,163.47235178834964" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-4 -3,-4.449999999999999" data-type="line" data-label="" points="269.00055034829035,167.05126053583803 294.9476387675812,175.1038052176869" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-4.449999999999999 3.5999999999999996,1.5000000000000013" data-type="line" data-label="" points="294.9476387675812,175.1038052176869 413.0516274346982,68.63126997990716" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-5.550000000000001 -4,-6.449999999999999" data-type="line" data-label="" points="294.9476387675812,194.7878033288731 277.0530950301392,210.89289269257085" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-6 -8.4,-4.2" data-type="line" data-label="" points="249.31655223710416,202.84034801072198 198.31710258539454,170.63016928332644" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-6 -4,-6.449999999999999" data-type="line" data-label="" points="269.00055034829035,202.84034801072198 277.0530950301392,210.89289269257085" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-6.449999999999999 3.5999999999999996,1.3000000000000014" data-type="line" data-label="" points="277.0530950301392,210.89289269257085 413.0516274346982,72.21017872739554" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-7.550000000000001 -3,-8.45" data-type="line" data-label="" points="277.0530950301392,230.57689080375707 294.9476387675812,246.6819801674548" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-8 -8.4,-4.6" data-type="line" data-label="" points="249.31655223710416,238.62943548560594 198.31710258539454,177.7879867783032" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-8 -3,-8.45" data-type="line" data-label="" points="269.00055034829035,238.62943548560594 294.9476387675812,246.6819801674548" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-8.45 3.5999999999999996,1.1000000000000014" data-type="line" data-label="" points="294.9476387675812,246.6819801674548 413.0516274346982,75.78908747488394" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-9.55 -4,-10.45" data-type="line" data-label="" points="294.9476387675812,266.365978278641 277.0530950301392,282.47106764233877" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-10 -8.4,-5" data-type="line" data-label="" points="249.31655223710416,274.4185229604899 198.31710258539454,184.94580427328003" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-10 -4,-10.45" data-type="line" data-label="" points="269.00055034829035,274.4185229604899 277.0530950301392,282.47106764233877" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-10.45 3.5999999999999996,0.7000000000000015" data-type="line" data-label="" points="277.0530950301392,282.47106764233877 413.0516274346982,82.94690496986073" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-11.55 -3,-12.45" data-type="line" data-label="" points="277.0530950301392,302.1550657535249 294.9476387675812,318.2601551172227" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-12 -8.4,-9.2" data-type="line" data-label="" points="249.31655223710416,310.2076104353738 198.31710258539454,260.1028879705363" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-12 -3,-12.45" data-type="line" data-label="" points="269.00055034829035,310.2076104353738 294.9476387675812,318.2601551172227" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-12.45 3.5999999999999996,0.5000000000000013" data-type="line" data-label="" points="294.9476387675812,318.2601551172227 413.0516274346982,86.52581371734914" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-13.55 -4,-14.45" data-type="line" data-label="" points="294.9476387675812,337.94415322840894 277.0530950301392,354.0492425921067" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-14 -8.4,-9.6" data-type="line" data-label="" points="249.31655223710416,345.9966979102578 198.31710258539454,267.26070546551307" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-14 -4,-14.45" data-type="line" data-label="" points="269.00055034829035,345.9966979102578 277.0530950301392,354.0492425921067" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-14.45 3.5999999999999996,0.30000000000000115" data-type="line" data-label="" points="277.0530950301392,354.0492425921067 413.0516274346982,90.10472246483752" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-15.55 -3,-16.45" data-type="line" data-label="" points="277.0530950301392,373.73324070329284 294.9476387675812,389.8383300669906" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-16 -8.4,-10" data-type="line" data-label="" points="249.31655223710416,381.7857853851417 198.31710258539454,274.4185229604899" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-16 -3,-16.45" data-type="line" data-label="" points="269.00055034829035,381.7857853851417 294.9476387675812,389.8383300669906" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-16.45 3.5999999999999996,-0.0999999999999992" data-type="line" data-label="" points="294.9476387675812,389.8383300669906 413.0516274346982,97.26253995981432" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-17.55 -4,-18.45" data-type="line" data-label="" points="294.9476387675812,409.52232817817685 277.0530950301392,425.6274175418746" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-18 -8.4,-10.4" data-type="line" data-label="" points="249.31655223710416,417.5748728600257 198.31710258539454,281.5763404554667" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-18 -4,-18.45" data-type="line" data-label="" points="269.00055034829035,417.5748728600257 277.0530950301392,425.6274175418746" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-18.45 3.5999999999999996,-0.2999999999999994" data-type="line" data-label="" points="277.0530950301392,425.6274175418746 413.0516274346982,100.84144870730272" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-19.55 -3,-20.45" data-type="line" data-label="" points="277.0530950301392,445.31141565306075 294.9476387675812,461.4165050167585" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-20 -8.4,-10.8" data-type="line" data-label="" points="249.31655223710416,453.3639603349096 198.31710258539454,288.7341579504435" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-20 -3,-20.45" data-type="line" data-label="" points="269.00055034829035,453.3639603349096 294.9476387675812,461.4165050167585" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-20.45 3.5999999999999996,-0.49999999999999956" data-type="line" data-label="" points="294.9476387675812,461.4165050167585 413.0516274346982,104.42035745479112" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-21.55 -4,-22.45" data-type="line" data-label="" points="294.9476387675812,481.10050312794476 277.0530950301392,497.2055924916425" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-22 -8.4,-15" data-type="line" data-label="" points="249.31655223710416,489.15304780979363 198.31710258539454,363.89124164769976" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-22 -4,-22.45" data-type="line" data-label="" points="269.00055034829035,489.15304780979363 277.0530950301392,497.2055924916425" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-22.45 3.5999999999999996,-0.6999999999999997" data-type="line" data-label="" points="277.0530950301392,497.2055924916425 413.0516274346982,107.99926620227951" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-23.55 -3,-24.45" data-type="line" data-label="" points="277.0530950301392,516.8895906028287 294.9476387675812,532.9946799665264" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-24 -8.4,-15.4" data-type="line" data-label="" points="249.31655223710416,524.9421352846775 198.31710258539454,371.0490591426766" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-24 -3,-24.45" data-type="line" data-label="" points="269.00055034829035,524.9421352846775 294.9476387675812,532.9946799665264" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-24.45 3.5999999999999996,-0.8999999999999999" data-type="line" data-label="" points="294.9476387675812,532.9946799665264 413.0516274346982,111.57817494976791" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3,-25.55 -4,-26.45" data-type="line" data-label="" points="294.9476387675812,552.6786780777126 277.0530950301392,568.7837674414103" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-26 -8.4,-15.8" data-type="line" data-label="" points="249.31655223710416,560.7312227595614 198.31710258539454,378.2068766376534" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-26 -4,-26.45" data-type="line" data-label="" points="269.00055034829035,560.7312227595614 277.0530950301392,568.7837674414103" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,-26.45 3.5999999999999996,-1.0999999999999996" data-type="line" data-label="" points="277.0530950301392,568.7837674414103 413.0516274346982,115.15708369725631" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-28 -8.4,-16.2" data-type="line" data-label="" points="249.31655223710416,596.5203102344454 198.31710258539454,385.3646941326301" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,0 -6.9750000000000005,0 -6.9750000000000005,-3 -8.4,-3" data-type="line" data-label="" points="249.31655223710416,95.47308558607014 223.81682741124934,95.47308558607014 223.81682741124934,149.15671679839608 198.31710258539454,149.15671679839608" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,0 -3,0 -3,-0.44999999999999996" data-type="line" data-label="" points="269.00055034829035,95.47308558607014 294.9476387675812,95.47308558607014 294.9476387675812,103.52563026791903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.5999999999999996,1.9000000000000015 -3,1.9000000000000015 -3,-0.44999999999999996" data-type="line" data-label="" points="413.0516274346982,61.47345248493036 294.9476387675812,61.47345248493036 294.9476387675812,103.52563026791903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-1.9999999999999998 -3,-1.9999999999999998 -3,-1.55" data-type="line" data-label="" points="269.00055034829035,131.26217306095407 294.9476387675812,131.26217306095407 294.9476387675812,123.2096283791052" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-2.45 -4,-1.9999999999999998 -4.449999999999999,-1.9999999999999998" data-type="line" data-label="" points="277.0530950301392,139.314717742803 277.0530950301392,131.26217306095407 269.00055034829035,131.26217306095407" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.6000000000000005,1.7000000000000017 0.3000000000000007,1.7000000000000017 0.3000000000000007,-1.7500000000000002 -3,-1.7500000000000002 -3,-1.55" data-type="line" data-label="" points="413.0516274346983,65.05236123241875 353.99963310113975,65.05236123241875 353.99963310113975,126.7885371265936 294.9476387675812,126.7885371265936 294.9476387675812,123.2096283791052" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-1.9999999999999998 -5.750000000000001,-1.9999999999999998 -5.750000000000001,-3.4 -8.4,-3.4" data-type="line" data-label="" points="249.31655223710416,131.26217306095407 245.73764348961578,131.26217306095407 245.73764348961578,156.31453429337284 198.31710258539454,156.31453429337284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-4 -4,-4 -4,-3.55" data-type="line" data-label="" points="269.00055034829035,167.05126053583803 277.0530950301392,167.05126053583803 277.0530950301392,158.99871585398915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-4.449999999999999 -3,-4 -4.449999999999999,-4" data-type="line" data-label="" points="294.9476387675812,175.1038052176869 294.9476387675812,167.05126053583803 269.00055034829035,167.05126053583803" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-4 -6.9750000000000005,-4 -6.9750000000000005,-3.8 -8.4,-3.8" data-type="line" data-label="" points="249.31655223710416,167.05126053583803 223.81682741124934,167.05126053583803 223.81682741124934,163.47235178834964 198.31710258539454,163.47235178834964" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-6.449999999999999 -4,-6 -3,-6 -3,-5.550000000000001" data-type="line" data-label="" points="277.0530950301392,210.89289269257085 277.0530950301392,202.84034801072198 294.9476387675812,202.84034801072198 294.9476387675812,194.7878033288731" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-6 -4,-6 -4,-6.449999999999999" data-type="line" data-label="" points="269.00055034829035,202.84034801072198 277.0530950301392,202.84034801072198 277.0530950301392,210.89289269257085" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-6 -5.750000000000001,-6 -5.750000000000001,-4.2 -8.4,-4.2" data-type="line" data-label="" points="249.31655223710416,202.84034801072198 245.73764348961578,202.84034801072198 245.73764348961578,170.63016928332644 198.31710258539454,170.63016928332644" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-8 -4,-8 -4,-7.550000000000001" data-type="line" data-label="" points="269.00055034829035,238.62943548560594 277.0530950301392,238.62943548560594 277.0530950301392,230.57689080375707" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-8.45 -3,-8 -4,-8 -4,-7.550000000000001" data-type="line" data-label="" points="294.9476387675812,246.6819801674548 294.9476387675812,238.62943548560594 277.0530950301392,238.62943548560594 277.0530950301392,230.57689080375707" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-8 -6.9750000000000005,-8 -6.9750000000000005,-4.6 -8.4,-4.6" data-type="line" data-label="" points="249.31655223710416,238.62943548560594 223.81682741124934,238.62943548560594 223.81682741124934,177.7879867783032 198.31710258539454,177.7879867783032" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-10.45 -4,-10 -3,-10 -3,-9.55" data-type="line" data-label="" points="277.0530950301392,282.47106764233877 277.0530950301392,274.4185229604899 294.9476387675812,274.4185229604899 294.9476387675812,266.365978278641" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-10 -4,-10 -4,-10.45" data-type="line" data-label="" points="269.00055034829035,274.4185229604899 277.0530950301392,274.4185229604899 277.0530950301392,282.47106764233877" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-10 -5.750000000000001,-10 -5.750000000000001,-9 -8.200000000000001,-9 -8.200000000000001,-5 -8.4,-5" data-type="line" data-label="" points="249.31655223710416,274.4185229604899 245.73764348961578,274.4185229604899 245.73764348961578,256.52397922304795 201.89601133288292,256.52397922304795 201.89601133288292,184.94580427328003 198.31710258539454,184.94580427328003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-11.55 -4,-12 -3,-12 -3,-12.45" data-type="line" data-label="" points="277.0530950301392,302.1550657535249 277.0530950301392,310.2076104353738 294.9476387675812,310.2076104353738 294.9476387675812,318.2601551172227" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-12 -4,-12 -4,-11.55" data-type="line" data-label="" points="269.00055034829035,310.2076104353738 277.0530950301392,310.2076104353738 277.0530950301392,302.1550657535249" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-12 -6.875000000000001,-12 -6.875000000000001,-9.2 -8.4,-9.2" data-type="line" data-label="" points="249.31655223710416,310.2076104353738 225.60628178499354,310.2076104353738 225.60628178499354,260.1028879705363 198.31710258539454,260.1028879705363" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-14.45 -4,-14 -3,-14 -3,-13.55" data-type="line" data-label="" points="277.0530950301392,354.0492425921067 277.0530950301392,345.9966979102578 294.9476387675812,345.9966979102578 294.9476387675812,337.94415322840894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-14 -4,-14 -4,-14.45" data-type="line" data-label="" points="269.00055034829035,345.9966979102578 277.0530950301392,345.9966979102578 277.0530950301392,354.0492425921067" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-14 -7.2749999999999995,-14 -7.2749999999999995,-9.6 -8.4,-9.6" data-type="line" data-label="" points="249.31655223710416,345.9966979102578 218.44846429001677,345.9966979102578 218.44846429001677,267.26070546551307 198.31710258539454,267.26070546551307" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-16 -4,-16 -4,-15.55" data-type="line" data-label="" points="269.00055034829035,381.7857853851417 277.0530950301392,381.7857853851417 277.0530950301392,373.73324070329284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-16.45 -3,-16 -4,-16 -4,-15.55" data-type="line" data-label="" points="294.9476387675812,389.8383300669906 294.9476387675812,381.7857853851417 277.0530950301392,381.7857853851417 277.0530950301392,373.73324070329284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-16 -6.675000000000002,-16 -6.675000000000002,-10.1 -8.200000000000001,-10.1 -8.200000000000001,-10 -8.4,-10" data-type="line" data-label="" points="249.31655223710416,381.7857853851417 229.18519053248193,381.7857853851417 229.18519053248193,276.2079773342341 201.89601133288292,276.2079773342341 201.89601133288292,274.4185229604899 198.31710258539454,274.4185229604899" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-18.45 -4,-18 -3,-18 -3,-17.55" data-type="line" data-label="" points="277.0530950301392,425.6274175418746 277.0530950301392,417.5748728600257 294.9476387675812,417.5748728600257 294.9476387675812,409.52232817817685" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-18 -4,-18 -4,-18.45" data-type="line" data-label="" points="269.00055034829035,417.5748728600257 277.0530950301392,417.5748728600257 277.0530950301392,425.6274175418746" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-18 -6.775000000000001,-18 -6.775000000000001,-10.4 -8.4,-10.4" data-type="line" data-label="" points="249.31655223710416,417.5748728600257 227.39573615873775,417.5748728600257 227.39573615873775,281.5763404554667 198.31710258539454,281.5763404554667" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-20 -4,-20 -4,-19.55" data-type="line" data-label="" points="269.00055034829035,453.3639603349096 277.0530950301392,453.3639603349096 277.0530950301392,445.31141565306075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-20.45 -3,-20 -4,-20 -4,-19.55" data-type="line" data-label="" points="294.9476387675812,461.4165050167585 294.9476387675812,453.3639603349096 277.0530950301392,453.3639603349096 277.0530950301392,445.31141565306075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-20 -7.075,-20 -7.075,-14.2 -8.200000000000001,-14.2 -8.200000000000001,-10.8 -8.4,-10.8" data-type="line" data-label="" points="249.31655223710416,453.3639603349096 222.02737303750516,453.3639603349096 222.02737303750516,349.57560665774616 201.89601133288292,349.57560665774616 201.89601133288292,288.7341579504435 198.31710258539454,288.7341579504435" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-22.45 -4,-22 -3,-22 -3,-21.55" data-type="line" data-label="" points="277.0530950301392,497.2055924916425 277.0530950301392,489.15304780979363 294.9476387675812,489.15304780979363 294.9476387675812,481.10050312794476" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-22 -4,-22 -4,-22.45" data-type="line" data-label="" points="269.00055034829035,489.15304780979363 277.0530950301392,489.15304780979363 277.0530950301392,497.2055924916425" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-22 -6.9750000000000005,-22 -6.9750000000000005,-15 -8.4,-15" data-type="line" data-label="" points="249.31655223710416,489.15304780979363 223.81682741124934,489.15304780979363 223.81682741124934,363.89124164769976 198.31710258539454,363.89124164769976" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-24 -4,-24 -4,-23.55" data-type="line" data-label="" points="269.00055034829035,524.9421352846775 277.0530950301392,524.9421352846775 277.0530950301392,516.8895906028287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,-24.45 -3,-24 -4,-24 -4,-23.55" data-type="line" data-label="" points="294.9476387675812,532.9946799665264 294.9476387675812,524.9421352846775 277.0530950301392,524.9421352846775 277.0530950301392,516.8895906028287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.550000000000001,-24 -7.175,-24 -7.175,-15.4 -8.4,-15.4" data-type="line" data-label="" points="249.31655223710416,524.9421352846775 220.23791866376098,524.9421352846775 220.23791866376098,371.0490591426766 198.31710258539454,371.0490591426766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-26.45 -4,-26 -3,-26 -3,-25.55" data-type="line" data-label="" points="277.0530950301392,568.7837674414103 277.0530950301392,560.7312227595614 294.9476387675812,560.7312227595614 294.9476387675812,552.6786780777126" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.449999999999999,-26 -4,-26 -4,-26.45" data-type="line" data-label="" points="269.00055034829035,560.7312227595614 277.0530950301392,560.7312227595614 277.0530950301392,568.7837674414103" 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="249.3165522371042" y="91.99339582051556" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3" data-y="-1" x="290.2055846771591" y="103.52563026791904" width="9.48410818084426" height="19.68399811118617" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-5" data-y="-2" x="249.3165522371042" y="127.78248329539952" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-4" data-y="-3" x="272.31104093971715" y="139.314717742803" width="9.484108180844203" height="19.683998111186156" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-5" data-y="-4" x="249.3165522371042" y="163.57157077028347" width="19.683998111186185" height="6.9593795311091355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-3" data-y="-5" x="290.2055846771591" y="175.10380521768693" width="9.48410818084426" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-5" data-y="-6" x="249.3165522371042" y="199.36065824516743" width="19.683998111186185" height="6.9593795311091355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-4" data-y="-7" x="272.31104093971715" y="210.89289269257085" width="9.484108180844203" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-5" data-y="-8" x="249.3165522371042" y="235.14974572005136" width="19.683998111186185" height="6.959379531109164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-3" data-y="-9" x="290.2055846771591" y="246.68198016745484" width="9.48410818084426" height="19.683998111186213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-5" data-y="-10" x="249.3165522371042" y="270.93883319493534" width="19.683998111186185" height="6.959379531109164" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-4" data-y="-11" x="272.31104093971715" y="282.47106764233877" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-5" data-y="-12" x="249.3165522371042" y="306.7279206698192" width="19.683998111186185" height="6.959379531109221" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-3" data-y="-13" x="290.2055846771591" y="318.26015511722267" width="9.48410818084426" height="19.683998111186213" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-5" data-y="-14" x="249.3165522371042" y="342.51700814470325" width="19.683998111186185" height="6.959379531109164" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-4" data-y="-15" x="272.31104093971715" y="354.0492425921067" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-5" data-y="-16" x="249.3165522371042" y="378.30609561958715" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-3" data-y="-17" x="290.2055846771591" y="389.8383300669905" width="9.48410818084426" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5" data-y="-18" x="249.3165522371042" y="414.09518309447117" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-4" data-y="-19" x="272.31104093971715" y="425.6274175418746" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-5" data-y="-20" x="249.3165522371042" y="449.88427056935507" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-3" data-y="-21" x="290.2055846771591" y="461.41650501675844" width="9.48410818084426" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="-5" data-y="-22" x="249.3165522371042" y="485.6733580442391" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="-4" data-y="-23" x="272.31104093971715" y="497.2055924916425" width="9.484108180844203" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-5" data-y="-24" x="249.3165522371042" y="521.462445519123" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-3" data-y="-25" x="290.2055846771591" y="532.9946799665264" width="9.48410818084426" height="19.683998111186156" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="-5" data-y="-26" x="249.3165522371042" y="557.2515329940069" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="-4" data-y="-27" x="272.31104093971715" y="568.7837674414104" width="9.484108180844203" height="19.68399811118627" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="-5" data-y="-28" x="249.3165522371042" y="593.0406204688909" width="19.683998111186185" height="6.959379531109107" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="5" data-y="0" x="413.0516274346982" y="40" width="50.10472246483755" height="110.94617117214028" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-9" data-y="-4" x="176.84365010046417" y="145.57780805090766" width="21.473452484930363" height="42.94690496986075" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-9" data-y="-10" x="176.84365010046417" y="256.52397922304795" width="21.473452484930363" height="35.7890874748839" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-9" data-y="-16" x="176.84365010046417" y="360.31233290021135" width="21.473452484930363" height="42.946904969860725" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R2 > .pin1 to J1.pin1
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="-6.262500000000001" data-y="0.225" x="234.77723545043256" y="87.42054090422124" width="3.5789087474883843" height="8.052544681848886" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></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="293.158184393837" y="53.42090780308148" width="3.5789087474884127" height="8.052544681848893" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R3 > .pin2 to C5.pin1
|
|
4
6
|
globalConnNetId: connectivity_net2" data-x="1.9500000000000006" data-y="1.4750000000000016" x="381.7361758941748" y="65.05236123241875" width="3.5789087474884127" height="8.0525446818489" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.05588295598214286"/></g><g><rect data-type="rect" data-label="netId: .R3 > .pin1 to J1.pin2
|
|
@@ -216,7 +218,7 @@ orientation: x+" data-x="-8.4" data-y="-16.2" cx="198.31710258539454" cy="385.36
|
|
|
216
218
|
const h = svg.getElementById('crosshair-h');
|
|
217
219
|
const v = svg.getElementById('crosshair-v');
|
|
218
220
|
const coords = svg.getElementById('coordinates');
|
|
219
|
-
|
|
221
|
+
|
|
220
222
|
crosshair.style.display = 'block';
|
|
221
223
|
h.setAttribute('x1', '0');
|
|
222
224
|
h.setAttribute('x2', '640');
|
|
@@ -235,13 +237,13 @@ orientation: x+" data-x="-8.4" data-y="-16.2" cx="198.31710258539454" cy="385.36
|
|
|
235
237
|
// y' = (y - ty) / sy
|
|
236
238
|
const sx = matrix.a;
|
|
237
239
|
const sy = matrix.d;
|
|
238
|
-
const tx = matrix.e;
|
|
240
|
+
const tx = matrix.e;
|
|
239
241
|
const ty = matrix.f;
|
|
240
242
|
const realPoint = {
|
|
241
243
|
x: (x - tx) / sx,
|
|
242
244
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
243
245
|
}
|
|
244
|
-
|
|
246
|
+
|
|
245
247
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
246
248
|
coords.setAttribute('x', (x + 5).toString());
|
|
247
249
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -249,4 +251,321 @@ orientation: x+" data-x="-8.4" data-y="-16.2" cx="198.31710258539454" cy="385.36
|
|
|
249
251
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
250
252
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
251
253
|
});
|
|
252
|
-
]]></script
|
|
254
|
+
]]></script>
|
|
255
|
+
</g>
|
|
256
|
+
<g transform="translate(1216, 200)">
|
|
257
|
+
<style>
|
|
258
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
259
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
260
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
261
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
262
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
263
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
264
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
265
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
266
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
267
|
+
|
|
268
|
+
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 497.23461195340496 88.0846183255 L 462.36778386617243 88.0846183255 L 462.36778386617243 161.4884669302 L 427.5009557789399 161.4884669302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 88.0846183255 L 462.36778386617243 88.0846183255 L 462.36778386617243 161.4884669302 L 427.5009557789399 161.4884669302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 88.0846183255 L 559.6278832674 88.0846183255 L 559.6278832674 99.095195616205" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 88.0846183255 L 559.6278832674 88.0846183255 L 559.6278832674 99.095195616205" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 721.11635019774 41.595514209189965 L 559.6278832674 41.595514209189965 L 559.6278832674 99.095195616205" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 721.11635019774 41.595514209189965 L 559.6278832674 41.595514209189965 L 559.6278832674 99.095195616205" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 137.0205173953 L 559.6278832674 137.0205173953 L 559.6278832674 126.009940104595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 137.0205173953 L 559.6278832674 137.0205173953 L 559.6278832674 126.009940104595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 535.1599337324999 148.03109468600502 L 535.1599337324999 137.0205173953 L 524.1493564417949 137.0205173953" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.1599337324999 148.03109468600502 L 535.1599337324999 137.0205173953 L 524.1493564417949 137.0205173953" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 721.11635019774 46.48910411616996 L 640.37211673257 46.48910411616996 L 640.37211673257 130.90353001157501 L 559.6278832674 130.90353001157501 L 559.6278832674 126.009940104595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 721.11635019774 46.48910411616996 L 640.37211673257 46.48910411616996 L 640.37211673257 130.90353001157501 L 559.6278832674 130.90353001157501 L 559.6278832674 126.009940104595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 137.0205173953 L 492.34102204642494 137.0205173953 L 492.34102204642494 171.27564674415999 L 427.5009557789399 171.27564674415999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 137.0205173953 L 492.34102204642494 137.0205173953 L 492.34102204642494 171.27564674415999 L 427.5009557789399 171.27564674415999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 185.9564164651 L 535.1599337324999 185.9564164651 L 535.1599337324999 174.94583917439502" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 185.9564164651 L 535.1599337324999 185.9564164651 L 535.1599337324999 174.94583917439502" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 559.6278832674 196.966993755805 L 559.6278832674 185.9564164651 L 524.1493564417949 185.9564164651" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 559.6278832674 196.966993755805 L 559.6278832674 185.9564164651 L 524.1493564417949 185.9564164651" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 185.9564164651 L 462.36778386617243 185.9564164651 L 462.36778386617243 181.06282655811998 L 427.5009557789399 181.06282655811998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 185.9564164651 L 462.36778386617243 185.9564164651 L 462.36778386617243 181.06282655811998 L 427.5009557789399 181.06282655811998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 535.1599337324999 245.902892825605 L 535.1599337324999 234.8923155349 L 559.6278832674 234.8923155349 L 559.6278832674 223.88173824419502" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.1599337324999 245.902892825605 L 535.1599337324999 234.8923155349 L 559.6278832674 234.8923155349 L 559.6278832674 223.88173824419502" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 234.8923155349 L 535.1599337324999 234.8923155349 L 535.1599337324999 245.902892825605" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 234.8923155349 L 535.1599337324999 234.8923155349 L 535.1599337324999 245.902892825605" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 234.8923155349 L 492.34102204642494 234.8923155349 L 492.34102204642494 190.85000637208003 L 427.5009557789399 190.85000637208003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 234.8923155349 L 492.34102204642494 234.8923155349 L 492.34102204642494 190.85000637208003 L 427.5009557789399 190.85000637208003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 283.8282146047 L 535.1599337324999 283.8282146047 L 535.1599337324999 272.817637313995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 283.8282146047 L 535.1599337324999 283.8282146047 L 535.1599337324999 272.817637313995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 559.6278832674 294.838791895405 L 559.6278832674 283.8282146047 L 535.1599337324999 283.8282146047 L 535.1599337324999 272.817637313995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 559.6278832674 294.838791895405 L 559.6278832674 283.8282146047 L 535.1599337324999 283.8282146047 L 535.1599337324999 272.817637313995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 283.8282146047 L 462.36778386617243 283.8282146047 L 462.36778386617243 200.63718618604 L 427.5009557789399 200.63718618604" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 283.8282146047 L 462.36778386617243 283.8282146047 L 462.36778386617243 200.63718618604 L 427.5009557789399 200.63718618604" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 535.1599337324999 343.77469096520497 L 535.1599337324999 332.7641136745 L 559.6278832674 332.7641136745 L 559.6278832674 321.753536383795" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.1599337324999 343.77469096520497 L 535.1599337324999 332.7641136745 L 559.6278832674 332.7641136745 L 559.6278832674 321.753536383795" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 332.7641136745 L 535.1599337324999 332.7641136745 L 535.1599337324999 343.77469096520497" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 332.7641136745 L 535.1599337324999 332.7641136745 L 535.1599337324999 343.77469096520497" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 332.7641136745 L 492.34102204642494 332.7641136745 L 492.34102204642494 308.2961641396 L 432.3945456859199 308.2961641396 L 432.3945456859199 210.42436600000002 L 427.5009557789399 210.42436600000002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 332.7641136745 L 492.34102204642494 332.7641136745 L 492.34102204642494 308.2961641396 L 432.3945456859199 308.2961641396 L 432.3945456859199 210.42436600000002 L 427.5009557789399 210.42436600000002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 535.1599337324999 370.689435453595 L 535.1599337324999 381.7000127443 L 559.6278832674 381.7000127443 L 559.6278832674 392.710590035005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.1599337324999 370.689435453595 L 535.1599337324999 381.7000127443 L 559.6278832674 381.7000127443 L 559.6278832674 392.710590035005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 381.7000127443 L 535.1599337324999 381.7000127443 L 535.1599337324999 370.689435453595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 381.7000127443 L 535.1599337324999 381.7000127443 L 535.1599337324999 370.689435453595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 381.7000127443 L 464.8145788196624 381.7000127443 L 464.8145788196624 313.18975404658 L 427.5009557789399 313.18975404658" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 381.7000127443 L 464.8145788196624 381.7000127443 L 464.8145788196624 313.18975404658 L 427.5009557789399 313.18975404658" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 535.1599337324999 441.64648910480497 L 535.1599337324999 430.6359118141 L 559.6278832674 430.6359118141 L 559.6278832674 419.62533452339505" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.1599337324999 441.64648910480497 L 535.1599337324999 430.6359118141 L 559.6278832674 430.6359118141 L 559.6278832674 419.62533452339505" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 430.6359118141 L 535.1599337324999 430.6359118141 L 535.1599337324999 441.64648910480497" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 430.6359118141 L 535.1599337324999 430.6359118141 L 535.1599337324999 441.64648910480497" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 430.6359118141 L 455.0273990057025 430.6359118141 L 455.0273990057025 322.97693386054 L 427.5009557789399 322.97693386054" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 430.6359118141 L 455.0273990057025 430.6359118141 L 455.0273990057025 322.97693386054 L 427.5009557789399 322.97693386054" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 479.5718108839 L 535.1599337324999 479.5718108839 L 535.1599337324999 468.561233593195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 479.5718108839 L 535.1599337324999 479.5718108839 L 535.1599337324999 468.561233593195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 559.6278832674 490.582388174605 L 559.6278832674 479.5718108839 L 535.1599337324999 479.5718108839 L 535.1599337324999 468.561233593195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 559.6278832674 490.582388174605 L 559.6278832674 479.5718108839 L 535.1599337324999 479.5718108839 L 535.1599337324999 468.561233593195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 479.5718108839 L 469.7081687266424 479.5718108839 L 469.7081687266424 335.21090862798997 L 432.3945456859199 335.21090862798997 L 432.3945456859199 332.7641136745 L 427.5009557789399 332.7641136745" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 479.5718108839 L 469.7081687266424 479.5718108839 L 469.7081687266424 335.21090862798997 L 432.3945456859199 335.21090862798997 L 432.3945456859199 332.7641136745 L 427.5009557789399 332.7641136745" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 535.1599337324999 539.518287244405 L 535.1599337324999 528.5077099537 L 559.6278832674 528.5077099537 L 559.6278832674 517.497132662995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.1599337324999 539.518287244405 L 535.1599337324999 528.5077099537 L 559.6278832674 528.5077099537 L 559.6278832674 517.497132662995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 528.5077099537 L 535.1599337324999 528.5077099537 L 535.1599337324999 539.518287244405" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 528.5077099537 L 535.1599337324999 528.5077099537 L 535.1599337324999 539.518287244405" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 528.5077099537 L 467.2613737731524 528.5077099537 L 467.2613737731524 342.55129348846003 L 427.5009557789399 342.55129348846003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 528.5077099537 L 467.2613737731524 528.5077099537 L 467.2613737731524 342.55129348846003 L 427.5009557789399 342.55129348846003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 577.4436090235 L 535.1599337324999 577.4436090235 L 535.1599337324999 566.433031732795" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 577.4436090235 L 535.1599337324999 577.4436090235 L 535.1599337324999 566.433031732795" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 559.6278832674 588.454186314205 L 559.6278832674 577.4436090235 L 535.1599337324999 577.4436090235 L 535.1599337324999 566.433031732795" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 559.6278832674 588.454186314205 L 559.6278832674 577.4436090235 L 535.1599337324999 577.4436090235 L 535.1599337324999 566.433031732795" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 577.4436090235 L 459.92098891268245 577.4436090235 L 459.92098891268245 435.52950172108 L 432.3945456859199 435.52950172108 L 432.3945456859199 352.33847330242 L 427.5009557789399 352.33847330242" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 577.4436090235 L 459.92098891268245 577.4436090235 L 459.92098891268245 435.52950172108 L 432.3945456859199 435.52950172108 L 432.3945456859199 352.33847330242 L 427.5009557789399 352.33847330242" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 535.1599337324999 637.390085384005 L 535.1599337324999 626.3795080933 L 559.6278832674 626.3795080933 L 559.6278832674 615.3689308025951" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.1599337324999 637.390085384005 L 535.1599337324999 626.3795080933 L 559.6278832674 626.3795080933 L 559.6278832674 615.3689308025951" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 626.3795080933 L 535.1599337324999 626.3795080933 L 535.1599337324999 637.390085384005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 626.3795080933 L 535.1599337324999 626.3795080933 L 535.1599337324999 637.390085384005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 626.3795080933 L 462.36778386617243 626.3795080933 L 462.36778386617243 455.103861349 L 427.5009557789399 455.103861349" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 626.3795080933 L 462.36778386617243 626.3795080933 L 462.36778386617243 455.103861349 L 427.5009557789399 455.103861349" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 675.3154071631 L 535.1599337324999 675.3154071631 L 535.1599337324999 664.304829872395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 675.3154071631 L 535.1599337324999 675.3154071631 L 535.1599337324999 664.304829872395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 559.6278832674 686.325984453805 L 559.6278832674 675.3154071631 L 535.1599337324999 675.3154071631 L 535.1599337324999 664.304829872395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 559.6278832674 686.325984453805 L 559.6278832674 675.3154071631 L 535.1599337324999 675.3154071631 L 535.1599337324999 664.304829872395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 497.23461195340496 675.3154071631 L 457.47419395919246 675.3154071631 L 457.47419395919246 464.89104116296005 L 427.5009557789399 464.89104116296005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.23461195340496 675.3154071631 L 457.47419395919246 675.3154071631 L 457.47419395919246 464.89104116296005 L 427.5009557789399 464.89104116296005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 535.1599337324999 735.2618835236051 L 535.1599337324999 724.2513062329001 L 559.6278832674 724.2513062329001 L 559.6278832674 713.2407289421951" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 535.1599337324999 735.2618835236051 L 535.1599337324999 724.2513062329001 L 559.6278832674 724.2513062329001 L 559.6278832674 713.2407289421951" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round" 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 524.1493564417949 724.2513062329001 L 535.1599337324999 724.2513062329001 L 535.1599337324999 735.2618835236051" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.9148719255840003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 524.1493564417949 724.2513062329001 L 535.1599337324999 724.2513062329001 L 535.1599337324999 735.2618835236051" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.48935899069800004px" 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="559.6278832674" cy="99.095195616205" r="0.734038486047" 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="524.1493564417949" cy="137.0205173953" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="559.6278832674" cy="126.009940104595" r="0.734038486047" 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="524.1493564417949" cy="185.9564164651" r="0.734038486047" 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="535.1599337324999" cy="245.902892825605" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="535.1599337324999" cy="234.8923155349" r="0.734038486047" 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="535.1599337324999" cy="283.8282146047" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="535.1599337324999" cy="272.817637313995" r="0.734038486047" 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="535.1599337324999" cy="343.77469096520497" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="535.1599337324999" cy="332.7641136745" r="0.734038486047" 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="535.1599337324999" cy="370.689435453595" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="535.1599337324999" cy="381.7000127443" r="0.734038486047" 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="535.1599337324999" cy="441.64648910480497" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="535.1599337324999" cy="430.6359118141" r="0.734038486047" 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="535.1599337324999" cy="479.5718108839" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="535.1599337324999" cy="468.561233593195" r="0.734038486047" 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="535.1599337324999" cy="539.518287244405" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="535.1599337324999" cy="528.5077099537" r="0.734038486047" 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="535.1599337324999" cy="577.4436090235" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="535.1599337324999" cy="566.433031732795" r="0.734038486047" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><circle cx="535.1599337324999" cy="637.390085384005" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="535.1599337324999" cy="626.3795080933" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><circle cx="535.1599337324999" cy="675.3154071631" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="535.1599337324999" cy="664.304829872395" r="0.734038486047" 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_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><circle cx="535.1599337324999" cy="735.2618835236051" r="0.734038486047" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="535.1599337324999" cy="724.2513062329001" r="0.734038486047" 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_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="497.2346119534049" y="84.4968828851976" width="26.91474448839" height="7.1754708806047915" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 88.0846183255 L 501.72129985961953 88.0846183255" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 88.0846183255 L 524.1493564417949 88.0846183255" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 84.4968828851976 L 519.6626685355803 84.4968828851976 L 519.6626685355803 91.6723537658024 L 501.72129985961953 91.6723537658024 L 501.72129985961953 84.4968828851976" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="80.907353128596" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R2</text><text class="sch-component-text" x="510.69198419759994" y="95.261883522404" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.4497209123464" y="99.095195616205" width="14.356324710107174" height="26.91474448839" fill="transparent"/><path class="sch-component-symbol-path" d="M 559.6278832674 126.009940104595 L 559.6278832674 115.244042309239" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 559.6278832674 109.861093411561 L 559.6278832674 99.095195616205" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 115.244042309239 L 552.4497209123464 115.244042309239" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 109.861093411561 L 552.4497209123464 109.861093411561" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="564.7865426276747" y="103.58098636427" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C4</text><text class="sch-component-text" x="564.7865426276747" y="121.52414935653" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="133.4327819549976" width="26.91474448839" height="7.1754708806047915" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 137.0205173953 L 501.72129985961953 137.0205173953" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 137.0205173953 L 524.1493564417949 137.0205173953" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 133.4327819549976 L 519.6626685355803 133.4327819549976 L 519.6626685355803 140.6082528356024 L 501.72129985961953 140.6082528356024 L 501.72129985961953 133.4327819549976" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="129.843252198396" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R3</text><text class="sch-component-text" x="510.69198419759994" y="144.19778259220402" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.9817713774463" y="148.031094686005" width="14.356324710107174" height="26.91474448839" fill="transparent"/><path class="sch-component-symbol-path" d="M 535.1599337324999 174.945839174395 L 535.1599337324999 164.17994137903898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 535.1599337324999 158.796992481361 L 535.1599337324999 148.031094686005" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 164.17994137903898 L 527.9817713774463 164.17994137903898" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 158.796992481361 L 527.9817713774463 158.796992481361" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="540.3185930927747" y="152.51688543407" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C5</text><text class="sch-component-text" x="540.3185930927747" y="170.46004842633" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="182.3686810247976" width="26.91474448839" height="7.1754708806047915" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 185.9564164651 L 501.72129985961953 185.9564164651" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 185.9564164651 L 524.1493564417949 185.9564164651" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 182.3686810247976 L 519.6626685355803 182.3686810247976 L 519.6626685355803 189.5441519054024 L 501.72129985961953 189.5441519054024 L 501.72129985961953 182.3686810247976" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="178.779151268196" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R4</text><text class="sch-component-text" x="510.69198419759994" y="193.13368166200402" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.4497209123464" y="196.966993755805" width="14.356324710107174" height="26.914744488390056" fill="transparent"/><path class="sch-component-symbol-path" d="M 559.6278832674 223.88173824419505 L 559.6278832674 213.11584044883904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 559.6278832674 207.732891551161 L 559.6278832674 196.966993755805" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 213.11584044883904 L 552.4497209123464 213.11584044883904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 207.732891551161 L 552.4497209123464 207.732891551161" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="564.7865426276747" y="201.45278450387002" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C6</text><text class="sch-component-text" x="564.7865426276747" y="219.39594749613002" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="231.3045800945976" width="26.91474448839" height="7.1754708806047915" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 234.8923155349 L 501.72129985961953 234.8923155349" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 234.8923155349 L 524.1493564417949 234.8923155349" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 231.3045800945976 L 519.6626685355803 231.3045800945976 L 519.6626685355803 238.4800509752024 L 501.72129985961953 238.4800509752024 L 501.72129985961953 231.3045800945976" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="227.715050337996" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R7</text><text class="sch-component-text" x="510.69198419759994" y="242.06958073180402" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.9817713774463" y="245.90289282560497" width="14.356324710107174" height="26.914744488390056" fill="transparent"/><path class="sch-component-symbol-path" d="M 535.1599337324999 272.817637313995 L 535.1599337324999 262.051739518639" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 535.1599337324999 256.668790620961 L 535.1599337324999 245.90289282560497" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 262.051739518639 L 527.9817713774463 262.051739518639" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 256.668790620961 L 527.9817713774463 256.668790620961" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="540.3185930927747" y="250.38868357367" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C7</text><text class="sch-component-text" x="540.3185930927747" y="268.33184656593" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="280.24047916439764" width="26.91474448839" height="7.175470880604735" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 283.8282146047 L 501.72129985961953 283.8282146047" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 283.8282146047 L 524.1493564417949 283.8282146047" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 280.24047916439764 L 519.6626685355803 280.24047916439764 L 519.6626685355803 287.4159500450024 L 501.72129985961953 287.4159500450024 L 501.72129985961953 280.24047916439764" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="276.650949407796" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R8</text><text class="sch-component-text" x="510.69198419759994" y="291.005479801604" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.4497209123464" y="294.838791895405" width="14.356324710107174" height="26.914744488390056" fill="transparent"/><path class="sch-component-symbol-path" d="M 559.6278832674 321.75353638379505 L 559.6278832674 310.98763858843904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 559.6278832674 305.604689690761 L 559.6278832674 294.838791895405" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 310.98763858843904 L 552.4497209123464 310.98763858843904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 305.604689690761 L 552.4497209123464 305.604689690761" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="564.7865426276747" y="299.32458264347" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C8</text><text class="sch-component-text" x="564.7865426276747" y="317.26774563573" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="329.1763782341976" width="26.91474448839" height="7.175470880604735" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 332.7641136745 L 501.72129985961953 332.7641136745" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 332.7641136745 L 524.1493564417949 332.7641136745" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 329.1763782341976 L 519.6626685355803 329.1763782341976 L 519.6626685355803 336.35184911480235 L 501.72129985961953 336.35184911480235 L 501.72129985961953 329.1763782341976" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="325.586848477596" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R11</text><text class="sch-component-text" x="510.69198419759994" y="339.94137887140397" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.9817713774463" y="343.77469096520497" width="14.356324710107174" height="26.914744488390056" fill="transparent"/><path class="sch-component-symbol-path" d="M 535.1599337324999 370.689435453595 L 535.1599337324999 359.923537658239" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 535.1599337324999 354.540588760561 L 535.1599337324999 343.77469096520497" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 359.923537658239 L 527.9817713774463 359.923537658239" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 354.540588760561 L 527.9817713774463 354.540588760561" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="540.3185930927747" y="348.26048171327" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C9</text><text class="sch-component-text" x="540.3185930927747" y="366.20364470553" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="378.11227730399764" width="26.91474448839" height="7.175470880604735" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 381.7000127443 L 501.72129985961953 381.7000127443" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 381.7000127443 L 524.1493564417949 381.7000127443" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 378.11227730399764 L 519.6626685355803 378.11227730399764 L 519.6626685355803 385.2877481846024 L 501.72129985961953 385.2877481846024 L 501.72129985961953 378.11227730399764" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="374.522747547396" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R12</text><text class="sch-component-text" x="510.69198419759994" y="388.877277941204" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.4497209123464" y="392.710590035005" width="14.356324710107174" height="26.914744488390056" fill="transparent"/><path class="sch-component-symbol-path" d="M 559.6278832674 419.62533452339505 L 559.6278832674 408.85943672803904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 559.6278832674 403.476487830361 L 559.6278832674 392.710590035005" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 408.85943672803904 L 552.4497209123464 408.85943672803904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 403.476487830361 L 552.4497209123464 403.476487830361" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="564.7865426276747" y="397.19638078307" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C10</text><text class="sch-component-text" x="564.7865426276747" y="415.13954377533" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="427.0481763737976" width="26.91474448839" height="7.175470880604735" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 430.6359118141 L 501.72129985961953 430.6359118141" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 430.6359118141 L 524.1493564417949 430.6359118141" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 427.0481763737976 L 519.6626685355803 427.0481763737976 L 519.6626685355803 434.22364725440235 L 501.72129985961953 434.22364725440235 L 501.72129985961953 427.0481763737976" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="423.458646617196" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R13</text><text class="sch-component-text" x="510.69198419759994" y="437.813177011004" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.9817713774463" y="441.64648910480497" width="14.356324710107174" height="26.914744488390056" fill="transparent"/><path class="sch-component-symbol-path" d="M 535.1599337324999 468.561233593195 L 535.1599337324999 457.795335797839" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 535.1599337324999 452.412386900161 L 535.1599337324999 441.64648910480497" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 457.795335797839 L 527.9817713774463 457.795335797839" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 452.412386900161 L 527.9817713774463 452.412386900161" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="540.3185930927747" y="446.13227985287" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C11</text><text class="sch-component-text" x="540.3185930927747" y="464.07544284513" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="475.98407544359765" width="26.91474448839" height="7.175470880604735" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 479.5718108839 L 501.72129985961953 479.5718108839" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 479.5718108839 L 524.1493564417949 479.5718108839" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 475.98407544359765 L 519.6626685355803 475.98407544359765 L 519.6626685355803 483.1595463242024 L 501.72129985961953 483.1595463242024 L 501.72129985961953 475.98407544359765" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="472.394545686996" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R14</text><text class="sch-component-text" x="510.69198419759994" y="486.749076080804" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.4497209123464" y="490.582388174605" width="14.356324710107174" height="26.91474448839" fill="transparent"/><path class="sch-component-symbol-path" d="M 559.6278832674 517.497132662995 L 559.6278832674 506.73123486763905" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 559.6278832674 501.348285969961 L 559.6278832674 490.582388174605" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 506.73123486763905 L 552.4497209123464 506.73123486763905" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 501.348285969961 L 552.4497209123464 501.348285969961" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="564.7865426276747" y="495.06817892267003" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C14</text><text class="sch-component-text" x="564.7865426276747" y="513.0113419149301" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="524.9199745133976" width="26.91474448839" height="7.175470880604735" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 528.5077099537 L 501.72129985961953 528.5077099537" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 528.5077099537 L 524.1493564417949 528.5077099537" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 524.9199745133976 L 519.6626685355803 524.9199745133976 L 519.6626685355803 532.0954453940024 L 501.72129985961953 532.0954453940024 L 501.72129985961953 524.9199745133976" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="521.3304447567959" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R16</text><text class="sch-component-text" x="510.69198419759994" y="535.684975150604" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.9817713774463" y="539.5182872444051" width="14.356324710107174" height="26.914744488389942" fill="transparent"/><path class="sch-component-symbol-path" d="M 535.1599337324999 566.433031732795 L 535.1599337324999 555.6671339374391" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 535.1599337324999 550.284185039761 L 535.1599337324999 539.5182872444051" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 555.6671339374391 L 527.9817713774463 555.6671339374391" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 550.284185039761 L 527.9817713774463 550.284185039761" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="540.3185930927747" y="544.00407799247" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C16</text><text class="sch-component-text" x="540.3185930927747" y="561.9472409847301" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="573.8558735831976" width="26.91474448839" height="7.175470880604735" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 577.4436090235 L 501.72129985961953 577.4436090235" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 577.4436090235 L 524.1493564417949 577.4436090235" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 573.8558735831976 L 519.6626685355803 573.8558735831976 L 519.6626685355803 581.0313444638024 L 501.72129985961953 581.0313444638024 L 501.72129985961953 573.8558735831976" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="570.266343826596" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R17</text><text class="sch-component-text" x="510.69198419759994" y="584.6208742204041" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></text></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.4497209123464" y="588.454186314205" width="14.356324710107174" height="26.914744488389942" fill="transparent"/><path class="sch-component-symbol-path" d="M 559.6278832674 615.368930802595 L 559.6278832674 604.603033007239" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 559.6278832674 599.220084109561 L 559.6278832674 588.454186314205" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 604.603033007239 L 552.4497209123464 604.603033007239" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 599.220084109561 L 552.4497209123464 599.220084109561" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="564.7865426276747" y="592.9399770622699" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C17</text><text class="sch-component-text" x="564.7865426276747" y="610.88314005453" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="622.7917726529977" width="26.91474448839" height="7.175470880604735" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 626.3795080933 L 501.72129985961953 626.3795080933" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 626.3795080933 L 524.1493564417949 626.3795080933" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 622.7917726529977 L 519.6626685355803 622.7917726529977 L 519.6626685355803 629.9672435336024 L 501.72129985961953 629.9672435336024 L 501.72129985961953 622.7917726529977" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="619.202242896396" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R18</text><text class="sch-component-text" x="510.69198419759994" y="633.5567732902041" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.9817713774463" y="637.3900853840051" width="14.356324710107174" height="26.914744488389942" fill="transparent"/><path class="sch-component-symbol-path" d="M 535.1599337324999 664.3048298723951 L 535.1599337324999 653.5389320770391" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 535.1599337324999 648.1559831793611 L 535.1599337324999 637.3900853840051" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 653.5389320770391 L 527.9817713774463 653.5389320770391" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 648.1559831793611 L 527.9817713774463 648.1559831793611" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="540.3185930927747" y="641.8758761320701" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C18</text><text class="sch-component-text" x="540.3185930927747" y="659.8190391243302" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="671.7276717227976" width="26.91474448839" height="7.175470880604735" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 675.3154071631 L 501.72129985961953 675.3154071631" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 675.3154071631 L 524.1493564417949 675.3154071631" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 671.7276717227976 L 519.6626685355803 671.7276717227976 L 519.6626685355803 678.9031426034023 L 501.72129985961953 678.9031426034023 L 501.72129985961953 671.7276717227976" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="668.1381419661959" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R19</text><text class="sch-component-text" x="510.69198419759994" y="682.492672360004" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></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.4497209123464" y="686.3259844538051" width="14.356324710107174" height="26.914744488389942" fill="transparent"/><path class="sch-component-symbol-path" d="M 559.6278832674 713.240728942195 L 559.6278832674 702.474831146839" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 559.6278832674 697.091882249161 L 559.6278832674 686.3259844538051" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 702.474831146839 L 552.4497209123464 702.474831146839" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 566.8060456224536 697.091882249161 L 552.4497209123464 697.091882249161" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="564.7865426276747" y="690.81177520187" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C19</text><text class="sch-component-text" x="564.7865426276747" y="708.7549381941301" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></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="497.2346119534049" y="720.6635707925977" width="26.91474448839" height="7.175470880604735" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 724.2513062329001 L 501.72129985961953 724.2513062329001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 724.2513062329001 L 524.1493564417949 724.2513062329001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 720.6635707925977 L 519.6626685355803 720.6635707925977 L 519.6626685355803 727.8390416732025 L 501.72129985961953 727.8390416732025 L 501.72129985961953 720.6635707925977" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="717.0740410359961" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R21</text><text class="sch-component-text" x="510.69198419759994" y="731.4285714298042" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></text><circle class="component-pin sch-component-pin" cx="497.2346119534049" cy="724.2513062329001" r="0.48935899069800004px" stroke-width="0.48935899069800004px" 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.9817713774463" y="735.261883523605" width="14.356324710107174" height="26.914744488389942" fill="transparent"/><path class="sch-component-symbol-path" d="M 535.1599337324999 762.1766280119949 L 535.1599337324999 751.410730216639" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 535.1599337324999 746.0277813189609 L 535.1599337324999 735.261883523605" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 751.410730216639 L 527.9817713774463 751.410730216639" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.3380960875535 746.0277813189609 L 527.9817713774463 746.0277813189609" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="540.3185930927747" y="739.7476742716699" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="4.404230916282px">C21</text><text class="sch-component-text" x="540.3185930927747" y="757.69083726393" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="4.404230916282px"></text><circle class="component-pin sch-component-pin" cx="535.1599337324999" cy="762.1766280119949" r="0.48935899069800004px" stroke-width="0.48935899069800004px" 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="497.2346119534049" y="769.5994698623977" width="26.91474448839" height="7.175470880604735" fill="transparent"/><path class="sch-component-symbol-path" d="M 497.2346119534049 773.1872053027 L 501.72129985961953 773.1872053027" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.6626685355803 773.1872053027 L 524.1493564417949 773.1872053027" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.72129985961953 769.5994698623977 L 519.6626685355803 769.5994698623977 L 519.6626685355803 776.7749407430024 L 501.72129985961953 776.7749407430024 L 501.72129985961953 769.5994698623977" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.48935899069800004px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="510.69198419759994" y="766.009940105796" stroke="rgb(245, 241, 237)" stroke-width="0.48935899069800004px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="4.404230916282px">R22</text><text class="sch-component-text" x="510.69198419759994" y="780.3644704996041" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="4.404230916282px"></text><circle class="component-pin sch-component-pin" cx="497.2346119534049" cy="773.1872053027" r="0.48935899069800004px" stroke-width="0.48935899069800004px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="524.1493564417949" cy="773.1872053027" r="0.48935899069800004px" stroke-width="0.48935899069800004px" 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="730.9035300116999" y="12.23397476730996" width="48.93589906980003" height="151.70128711638006" stroke-width="0.48935899069800004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="730.9035300116999" y="12.23397476730996" width="48.93589906980003" height="151.70128711638006" fill="transparent"/><text class="sch-text" x="755.3714795466" y="88.0846183255" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.404230916282px" transform="rotate(0, 755.3714795466, 88.0846183255)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="46.48910411616997" x2="721.11635019774" y2="46.48910411616997" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="720.626991207042" y="45.99974512547197" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="45.99974512547197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="51.382694023149966" x2="721.6057091884379" y2="51.382694023149966" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="51.382694023149966" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="50.893335032451965" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="50.89333503245197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="56.27628393012996" x2="721.6057091884379" y2="56.27628393012996" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="56.27628393012996" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="55.78692493943196" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="55.78692493943197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="61.16987383710997" x2="721.6057091884379" y2="61.16987383710997" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="61.16987383710997" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="60.68051484641197" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="60.68051484641197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="66.06346374408997" x2="721.6057091884379" y2="66.06346374408997" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="66.06346374408997" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="65.57410475339198" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="65.57410475339196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="70.95705365106997" x2="721.6057091884379" y2="70.95705365106997" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="70.95705365106997" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="70.46769466037198" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="70.46769466037196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="75.85064355804997" x2="721.6057091884379" y2="75.85064355804997" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="75.85064355804997" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="75.36128456735197" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="75.36128456735197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="80.74423346502998" x2="721.6057091884379" y2="80.74423346502998" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="80.74423346502998" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="80.25487447433198" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="80.25487447433197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="85.63782337200998" x2="721.6057091884379" y2="85.63782337200998" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="85.63782337200998" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="85.14846438131198" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="85.14846438131198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="90.53141327898999" x2="721.6057091884379" y2="90.53141327898999" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="90.53141327898999" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="90.042054288292" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="90.04205428829198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="95.42500318596998" x2="721.6057091884379" y2="95.42500318596998" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="95.42500318596998" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="94.93564419527199" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="94.93564419527199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="100.31859309295" x2="721.6057091884379" y2="100.31859309295" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="100.31859309295" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="99.829234102252" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="99.82923410225199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="105.21218299993" x2="721.6057091884379" y2="105.21218299993" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="105.21218299993" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="104.722824009232" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="104.722824009232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="110.10577290691" x2="721.6057091884379" y2="110.10577290691" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="110.10577290691" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="109.61641391621201" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="109.616413916212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="114.99936281389" x2="721.6057091884379" y2="114.99936281389" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="114.99936281389" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="114.51000382319201" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="114.510003823192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">15</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="119.89295272087" x2="721.6057091884379" y2="119.89295272087" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="119.89295272087" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="119.403593730172" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="119.40359373017199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">16</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="151.70128711624002" x2="789.137249904762" y2="151.70128711624002" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="151.70128711624002" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="151.21192812554202" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="151.21192812554204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="129.68013253483002" x2="721.6057091884379" y2="129.68013253483002" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="129.68013253483002" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="129.190773544132" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="129.190773544132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="134.57372244181002" x2="721.6057091884379" y2="134.57372244181002" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="134.57372244181002" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="134.084363451112" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="134.084363451112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">19</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="139.46731234879002" x2="721.6057091884379" y2="139.46731234879002" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="139.46731234879002" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="138.977953358092" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="138.977953358092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">20</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="144.36090225577001" x2="721.6057091884379" y2="144.36090225577001" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="144.36090225577001" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="143.871543265072" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="143.87154326507203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">21</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="149.25449216275" x2="721.6057091884379" y2="149.25449216275" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="149.25449216275" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="148.765133172052" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="148.76513317205203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="154.14808206973004" x2="721.6057091884379" y2="154.14808206973004" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="154.14808206973004" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="153.65872307903203" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="153.65872307903203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">23</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="159.04167197671003" x2="721.6057091884379" y2="159.04167197671003" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="159.04167197671003" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="158.55231298601203" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="158.55231298601205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">24</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="141.91410730228003" x2="789.137249904762" y2="141.91410730228003" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="141.91410730228003" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="141.42474831158202" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="141.42474831158202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="137.02051739530003" x2="789.137249904762" y2="137.02051739530003" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="137.02051739530003" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="136.53115840460202" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="136.53115840460202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="132.12692748832004" x2="789.137249904762" y2="132.12692748832004" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="132.12692748832004" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="131.63756849762203" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="131.63756849762203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="122.33974767436003" x2="789.137249904762" y2="122.33974767436003" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="122.33974767436003" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="121.85038868366203" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="121.85038868366203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="112.55256786040003" x2="789.137249904762" y2="112.55256786040003" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="112.55256786040003" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="112.06320886970204" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="112.06320886970204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">29</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="102.76538804644004" x2="789.137249904762" y2="102.76538804644004" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="102.76538804644004" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="102.27602905574204" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="102.27602905574203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="92.97820823248003" x2="789.137249904762" y2="92.97820823248003" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="92.97820823248003" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="92.48884924178203" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="92.48884924178203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="88.08461832550003" x2="789.137249904762" y2="88.08461832550003" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="88.08461832550003" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="87.59525933480204" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="87.59525933480202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">32</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="83.19102841852002" x2="789.137249904762" y2="83.19102841852002" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="83.19102841852002" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="82.70166942782203" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="82.70166942782203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">33</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="78.29743851154001" x2="789.137249904762" y2="78.29743851154001" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="78.29743851154001" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="77.80807952084201" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="77.80807952084201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">34</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="73.40384860456001" x2="789.137249904762" y2="73.40384860456001" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="73.40384860456001" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="72.91448961386202" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="72.914489613862" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">35</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="68.51025869758001" x2="789.137249904762" y2="68.51025869758001" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="68.51025869758001" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="68.02089970688202" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="68.020899706882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">36</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="63.6166687906" x2="789.137249904762" y2="63.6166687906" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="63.6166687906" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="63.127309799902" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="63.127309799902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">37</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="58.72307888362" x2="789.137249904762" y2="58.72307888362" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="58.72307888362" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="58.233719892922" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="58.233719892922" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">38</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="53.82948897664001" x2="789.137249904762" y2="53.82948897664001" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="53.82948897664001" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="53.340129985942006" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="53.340129985942006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">39</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="48.935899069659996" x2="789.137249904762" y2="48.935899069659996" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="48.935899069659996" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="48.446540078961995" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="48.446540078962" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">40</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="44.04230916267999" x2="789.137249904762" y2="44.04230916267999" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="44.04230916267999" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="43.55295017198199" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="43.552950171982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">41</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="39.14871925569999" x2="789.137249904762" y2="39.14871925569999" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="39.14871925569999" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="38.659360265001986" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="38.65936026500199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">42</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="34.25512934871998" x2="789.137249904762" y2="34.25512934871998" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="34.25512934871998" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="33.76577035802198" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="33.76577035802199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">43</text><line class="component-pin sch-component-pin sch-port-line" x1="779.8394290814999" y1="24.467949534759974" x2="789.137249904762" y2="24.467949534759974" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="789.62660889546" cy="24.467949534759974" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="789.137249904762" y="23.978590544061973" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.7330189884799" y="23.978590544061973" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">45</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="22.02115458126997" x2="721.6057091884379" y2="22.02115458126997" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="22.02115458126997" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="21.531795590571967" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="21.531795590571974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">46</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="31.80833439522997" x2="721.6057091884379" y2="31.80833439522997" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="721.11635019774" cy="31.80833439522997" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="720.626991207042" y="31.31897540453197" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="31.318975404531976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">47</text><line class="component-pin sch-component-pin sch-port-line" x1="730.9035300116999" y1="41.59551420918997" x2="721.11635019774" y2="41.59551420918997" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_29_46__stack1"><rect x="720.626991207042" y="41.10615521849197" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="726.0099401047199" y="41.10615521849197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" 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="407.92659615101996" y="156.59487702322" width="9.787179813959995" height="58.723078883760024" stroke-width="0.48935899069800004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="407.92659615101996" y="156.59487702322" width="9.787179813959995" height="58.723078883760024" fill="transparent"/><text class="sch-text" x="412.82018605799993" y="185.9564164651" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.404230916282px" transform="rotate(0, 412.82018605799993, 185.9564164651)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="161.4884669302" x2="427.5009557789399" y2="161.4884669302" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="427.0115967882419" y="160.99910793950198" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="160.999107939502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="171.27564674415999" x2="427.5009557789399" y2="171.27564674415999" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="427.0115967882419" y="170.78628775346198" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="170.786287753462" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="181.06282655811998" x2="427.5009557789399" y2="181.06282655811998" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_30_2__stack1"><rect x="427.0115967882419" y="180.57346756742197" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="180.573467567422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="190.85000637208003" x2="427.5009557789399" y2="190.85000637208003" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_30_3__stack1"><rect x="427.0115967882419" y="190.36064738138202" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="190.36064738138202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="200.63718618604" x2="427.5009557789399" y2="200.63718618604" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_30_4__stack1"><rect x="427.0115967882419" y="200.147827195342" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="200.14782719534202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="210.42436600000002" x2="427.5009557789399" y2="210.42436600000002" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_30_5__stack1"><rect x="427.0115967882419" y="209.935007009302" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="209.935007009302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" 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="407.92659615101996" y="308.2961641396" width="9.787179813959995" height="48.93589906979997" stroke-width="0.48935899069800004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="407.92659615101996" y="308.2961641396" width="9.787179813959995" height="48.93589906979997" fill="transparent"/><text class="sch-text" x="412.82018605799993" y="332.7641136745" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.404230916282px" transform="rotate(0, 412.82018605799993, 332.7641136745)">J3</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="313.18975404658" x2="427.5009557789399" y2="313.18975404658" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><rect x="427.0115967882419" y="312.700395055882" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="312.70039505588204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="322.97693386054" x2="427.5009557789399" y2="322.97693386054" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><rect x="427.0115967882419" y="322.487574869842" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="322.487574869842" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="332.7641136745" x2="427.5009557789399" y2="332.7641136745" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_31_2__stack1"><rect x="427.0115967882419" y="332.274754683802" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="332.27475468380203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="342.55129348846003" x2="427.5009557789399" y2="342.55129348846003" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_31_3__stack1"><rect x="427.0115967882419" y="342.061934497762" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="342.061934497762" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="352.33847330242" x2="427.5009557789399" y2="352.33847330242" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_31_4__stack1"><rect x="427.0115967882419" y="351.849114311722" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="351.849114311722" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" 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="407.92659615101996" y="450.21027144202003" width="9.787179813959995" height="58.72307888375997" stroke-width="0.48935899069800004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="407.92659615101996" y="450.21027144202003" width="9.787179813959995" height="58.72307888375997" fill="transparent"/><text class="sch-text" x="412.82018605799993" y="479.5718108839" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.404230916282px" transform="rotate(0, 412.82018605799993, 479.5718108839)">J4</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="455.103861349" x2="427.5009557789399" y2="455.103861349" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><rect x="427.0115967882419" y="454.614502358302" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="454.61450235830205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="464.89104116296005" x2="427.5009557789399" y2="464.89104116296005" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="427.0115967882419" y="464.40168217226204" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="464.40168217226204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="474.67822097692004" x2="427.01159678824195" y2="474.67822097692004" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_32_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="427.5009557789399" cy="474.67822097692004" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="427.0115967882419" y="474.18886198622204" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="474.18886198622204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="484.46540079088" x2="427.01159678824195" y2="484.46540079088" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_32_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="427.5009557789399" cy="484.46540079088" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="427.0115967882419" y="483.976041800182" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="483.97604180018203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="494.25258060484003" x2="427.01159678824195" y2="494.25258060484003" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_32_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="427.5009557789399" cy="494.25258060484003" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="427.0115967882419" y="493.763221614142" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="493.7632216141421" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="417.71377596497996" y1="504.03976041880003" x2="427.01159678824195" y2="504.03976041880003" stroke-width="0.48935899069800004px"/><g class="sch-port" data-schematic-port-id="source_port_32_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="427.5009557789399" cy="504.03976041880003" r="0.48935899069800004" stroke-width="0.48935899069800004px"/><rect x="427.0115967882419" y="503.550401428102" width="0.9787179813960001" height="0.9787179813960001" opacity="0"/></g><text class="pin-number sch-pin-number" x="422.6073658719599" y="503.550401428102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.6701924302349997px" transform="">6</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="503.35159933713" cy="88.0846183255" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="530.26634382552" cy="88.0846183255" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="559.6278832674" cy="105.21218299993001" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="559.6278832674" cy="132.12692748832" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="503.35159933713" cy="137.0205173953" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="530.26634382552" cy="137.0205173953" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="535.1599337324999" cy="154.14808206973" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="535.1599337324999" cy="181.06282655811998" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="503.35159933713" cy="185.9564164651" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="530.26634382552" cy="185.9564164651" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="559.6278832674" cy="203.08398113953" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="559.6278832674" cy="229.99872562792004" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="503.35159933713" cy="234.8923155349" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="530.26634382552" cy="234.8923155349" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="535.1599337324999" cy="252.01988020933" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="535.1599337324999" cy="278.93462469772004" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="503.35159933713" cy="283.8282146047" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="530.26634382552" cy="283.8282146047" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="559.6278832674" cy="300.95577927912996" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="559.6278832674" cy="327.87052376752" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="503.35159933713" cy="332.7641136745" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="530.26634382552" cy="332.7641136745" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="535.1599337324999" cy="349.89167834893" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="535.1599337324999" cy="376.80642283732004" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="503.35159933713" cy="381.7000127443" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="530.26634382552" cy="381.7000127443" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="559.6278832674" cy="398.82757741873" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="559.6278832674" cy="425.74232190712" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="503.35159933713" cy="430.6359118141" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="530.26634382552" cy="430.6359118141" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="535.1599337324999" cy="447.76347648853" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="535.1599337324999" cy="474.67822097692004" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="503.35159933713" cy="479.5718108839" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="530.26634382552" cy="479.5718108839" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="559.6278832674" cy="496.69937555833" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="559.6278832674" cy="523.61412004672" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="503.35159933713" cy="528.5077099537" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="530.26634382552" cy="528.5077099537" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="535.1599337324999" cy="545.63527462813" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="535.1599337324999" cy="572.55001911652" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="503.35159933713" cy="577.4436090235" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="530.26634382552" cy="577.4436090235" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="559.6278832674" cy="594.57117369793" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="559.6278832674" cy="621.4859181863201" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="503.35159933713" cy="626.3795080933" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="530.26634382552" cy="626.3795080933" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="535.1599337324999" cy="643.50707276773" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="535.1599337324999" cy="670.42181725612" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="503.35159933713" cy="675.3154071631" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="530.26634382552" cy="675.3154071631" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="559.6278832674" cy="692.44297183753" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="559.6278832674" cy="719.3577163259201" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="503.35159933713" cy="724.2513062329001" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="530.26634382552" cy="724.2513062329001" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="535.1599337324999" cy="741.3788709073301" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="535.1599337324999" cy="768.29361539572" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="503.35159933713" cy="773.1872053027" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="530.26634382552" cy="773.1872053027" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="721.11635019774" cy="46.48910411616997" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="721.11635019774" cy="51.382694023149966" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_2__stack1"><circle cx="721.11635019774" cy="56.27628393012996" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_3__stack1"><circle cx="721.11635019774" cy="61.16987383710997" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_4__stack1"><circle cx="721.11635019774" cy="66.06346374408997" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_5__stack1"><circle cx="721.11635019774" cy="70.95705365106997" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_6__stack1"><circle cx="721.11635019774" cy="75.85064355804997" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_7__stack1"><circle cx="721.11635019774" cy="80.74423346502998" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_8__stack1"><circle cx="721.11635019774" cy="85.63782337200998" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_9__stack1"><circle cx="721.11635019774" cy="90.53141327898999" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_10__stack1"><circle cx="721.11635019774" cy="95.42500318596998" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_11__stack1"><circle cx="721.11635019774" cy="100.31859309295" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_12__stack1"><circle cx="721.11635019774" cy="105.21218299993" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_13__stack1"><circle cx="721.11635019774" cy="110.10577290691" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_14__stack1"><circle cx="721.11635019774" cy="114.99936281389" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_15__stack1"><circle cx="721.11635019774" cy="119.89295272087" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_16__stack1"><circle cx="789.62660889546" cy="151.70128711624002" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_17__stack1"><circle cx="721.11635019774" cy="129.68013253483002" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_18__stack1"><circle cx="721.11635019774" cy="134.57372244181002" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_19__stack1"><circle cx="721.11635019774" cy="139.46731234879002" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_20__stack1"><circle cx="721.11635019774" cy="144.36090225577001" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_21__stack1"><circle cx="721.11635019774" cy="149.25449216275" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_22__stack1"><circle cx="721.11635019774" cy="154.14808206973004" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_23__stack1"><circle cx="721.11635019774" cy="159.04167197671003" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_24__stack1"><circle cx="789.62660889546" cy="141.91410730228003" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_25__stack1"><circle cx="789.62660889546" cy="137.02051739530003" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_26__stack1"><circle cx="789.62660889546" cy="132.12692748832004" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_27__stack1"><circle cx="789.62660889546" cy="122.33974767436003" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_28__stack1"><circle cx="789.62660889546" cy="112.55256786040003" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_29__stack1"><circle cx="789.62660889546" cy="102.76538804644004" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_30__stack1"><circle cx="789.62660889546" cy="92.97820823248003" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_31__stack1"><circle cx="789.62660889546" cy="88.08461832550003" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_32__stack1"><circle cx="789.62660889546" cy="83.19102841852002" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_33__stack1"><circle cx="789.62660889546" cy="78.29743851154001" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_34__stack1"><circle cx="789.62660889546" cy="73.40384860456001" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_35__stack1"><circle cx="789.62660889546" cy="68.51025869758001" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_36__stack1"><circle cx="789.62660889546" cy="63.6166687906" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_37__stack1"><circle cx="789.62660889546" cy="58.72307888362" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_38__stack1"><circle cx="789.62660889546" cy="53.82948897664001" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_39__stack1"><circle cx="789.62660889546" cy="48.935899069659996" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_40__stack1"><circle cx="789.62660889546" cy="44.04230916267999" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_41__stack1"><circle cx="789.62660889546" cy="39.14871925569999" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_42__stack1"><circle cx="789.62660889546" cy="34.25512934871998" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_43__stack1"><circle cx="789.62660889546" cy="24.467949534759974" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_44__stack1"><circle cx="721.11635019774" cy="22.02115458126997" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_45__stack1"><circle cx="721.11635019774" cy="31.80833439522997" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_46__stack1"><circle cx="721.11635019774" cy="41.59551420918997" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="427.5009557789399" cy="161.4884669302" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="427.5009557789399" cy="171.27564674415999" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_2__stack1"><circle cx="427.5009557789399" cy="181.06282655811998" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_3__stack1"><circle cx="427.5009557789399" cy="190.85000637208003" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_4__stack1"><circle cx="427.5009557789399" cy="200.63718618604" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_5__stack1"><circle cx="427.5009557789399" cy="210.42436600000002" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="427.5009557789399" cy="313.18975404658" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="427.5009557789399" cy="322.97693386054" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_2__stack1"><circle cx="427.5009557789399" cy="332.7641136745" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_3__stack1"><circle cx="427.5009557789399" cy="342.55129348846003" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_4__stack1"><circle cx="427.5009557789399" cy="352.33847330242" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="427.5009557789399" cy="455.103861349" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="427.5009557789399" cy="464.89104116296005" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_2__stack1"><circle cx="427.5009557789399" cy="474.67822097692004" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_3__stack1"><circle cx="427.5009557789399" cy="484.46540079088" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_4__stack1"><circle cx="427.5009557789399" cy="494.25258060484003" r="0.9787179813960001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_5__stack1"><circle cx="427.5009557789399" cy="504.03976041880003" r="0.9787179813960001" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
269
|
+
M 479.8011979097887,88.0846183255
|
|
270
|
+
L 477.3544029562987,86.7633490506154
|
|
271
|
+
L 477.3544029562987,78.37247355678036
|
|
272
|
+
L 482.2479928632787,78.37247355678036
|
|
273
|
+
L 482.2479928632787,86.7633490506154
|
|
274
|
+
Z
|
|
275
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="479.8011979097887" y="85.88250286735901" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 479.8011979097887 85.88250286735901)">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="
|
|
276
|
+
M 559.6278832674,41.595514209189965
|
|
277
|
+
L 557.18108831391,40.274244934305365
|
|
278
|
+
L 557.18108831391,31.883369440470325
|
|
279
|
+
L 562.07467822089,31.883369440470325
|
|
280
|
+
L 562.07467822089,40.274244934305365
|
|
281
|
+
Z
|
|
282
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="559.6278832674" y="39.39339875104896" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 559.6278832674 39.39339875104896)">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="
|
|
283
|
+
M 680.7442334651549,46.48910411616996
|
|
284
|
+
L 683.1910284186449,47.81037339105456
|
|
285
|
+
L 683.1910284186449,56.2012488848896
|
|
286
|
+
L 678.297438511665,56.2012488848896
|
|
287
|
+
L 678.297438511665,47.81037339105456
|
|
288
|
+
Z
|
|
289
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="680.7442334651549" y="48.69121957431096" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(90 680.7442334651549 48.69121957431096)">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="
|
|
290
|
+
M 492.34102204642494,137.0205173953
|
|
291
|
+
L 489.89422709293495,135.6992481204154
|
|
292
|
+
L 489.89422709293495,127.30837262658036
|
|
293
|
+
L 494.7878169999149,127.30837262658036
|
|
294
|
+
L 494.7878169999149,135.6992481204154
|
|
295
|
+
Z
|
|
296
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="492.34102204642494" y="134.818401937159" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 492.34102204642494 134.818401937159)">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="
|
|
297
|
+
M 559.6278832674,191.4617051104525
|
|
298
|
+
L 560.9491525422845,189.0149101569625
|
|
299
|
+
L 569.3400280361196,189.0149101569625
|
|
300
|
+
L 569.3400280361196,193.9085000639425
|
|
301
|
+
L 560.9491525422845,193.9085000639425
|
|
302
|
+
Z
|
|
303
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="561.8299987255409" y="191.4617051104525" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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_5__stack1" d="
|
|
304
|
+
M 721.11635019774,51.382694023149966
|
|
305
|
+
L 719.7950809228554,53.829488976639965
|
|
306
|
+
L 711.4042054290203,53.829488976639965
|
|
307
|
+
L 711.4042054290203,48.93589906965997
|
|
308
|
+
L 719.7950809228554,48.93589906965997
|
|
309
|
+
Z
|
|
310
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="51.382694023149966" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
311
|
+
M 479.8011979097887,185.9564164651
|
|
312
|
+
L 477.3544029562987,184.6351471902154
|
|
313
|
+
L 477.3544029562987,176.24427169638037
|
|
314
|
+
L 482.2479928632787,176.24427169638037
|
|
315
|
+
L 482.2479928632787,184.6351471902154
|
|
316
|
+
Z
|
|
317
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="479.8011979097887" y="183.754301006959" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 479.8011979097887 183.754301006959)">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="
|
|
318
|
+
M 535.1599337324999,240.3976041802525
|
|
319
|
+
L 536.4812030073845,237.9508092267625
|
|
320
|
+
L 544.8720785012196,237.9508092267625
|
|
321
|
+
L 544.8720785012196,242.8443991337425
|
|
322
|
+
L 536.4812030073845,242.8443991337425
|
|
323
|
+
Z
|
|
324
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="537.3620491906408" y="240.3976041802525" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
325
|
+
M 721.11635019774,56.27628393012996
|
|
326
|
+
L 719.7950809228554,58.72307888361996
|
|
327
|
+
L 711.4042054290203,58.72307888361996
|
|
328
|
+
L 711.4042054290203,53.829488976639965
|
|
329
|
+
L 719.7950809228554,53.829488976639965
|
|
330
|
+
Z
|
|
331
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="56.27628393012996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
332
|
+
M 492.34102204642494,234.8923155349
|
|
333
|
+
L 494.7878169999149,236.2135848097846
|
|
334
|
+
L 494.7878169999149,244.60446030361965
|
|
335
|
+
L 489.89422709293495,244.60446030361965
|
|
336
|
+
L 489.89422709293495,236.2135848097846
|
|
337
|
+
Z
|
|
338
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="492.34102204642494" y="237.09443099304102" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(90 492.34102204642494 237.09443099304102)">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="
|
|
339
|
+
M 535.1599337324999,283.8282146047
|
|
340
|
+
L 537.6067286859899,285.14948387958464
|
|
341
|
+
L 537.6067286859899,293.5403593734196
|
|
342
|
+
L 532.7131387790099,293.5403593734196
|
|
343
|
+
L 532.7131387790099,285.14948387958464
|
|
344
|
+
Z
|
|
345
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="535.1599337324999" y="286.030330062841" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(90 535.1599337324999 286.030330062841)">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="
|
|
346
|
+
M 721.11635019774,61.16987383710997
|
|
347
|
+
L 719.7950809228554,63.61666879059997
|
|
348
|
+
L 711.4042054290203,63.61666879059997
|
|
349
|
+
L 711.4042054290203,58.72307888361997
|
|
350
|
+
L 719.7950809228554,58.72307888361997
|
|
351
|
+
Z
|
|
352
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="61.16987383710997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
353
|
+
M 479.8011979097887,283.8282146047
|
|
354
|
+
L 477.3544029562987,282.5069453298154
|
|
355
|
+
L 477.3544029562987,274.1160698359804
|
|
356
|
+
L 482.2479928632787,274.1160698359804
|
|
357
|
+
L 482.2479928632787,282.5069453298154
|
|
358
|
+
Z
|
|
359
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="479.8011979097887" y="281.626099146559" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 479.8011979097887 281.626099146559)">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="
|
|
360
|
+
M 535.1599337324999,338.2694023198525
|
|
361
|
+
L 536.4812030073845,335.8226073663625
|
|
362
|
+
L 544.8720785012196,335.8226073663625
|
|
363
|
+
L 544.8720785012196,340.71619727334246
|
|
364
|
+
L 536.4812030073845,340.71619727334246
|
|
365
|
+
Z
|
|
366
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="537.3620491906408" y="338.2694023198525" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
367
|
+
M 721.11635019774,70.95705365106997
|
|
368
|
+
L 719.7950809228554,73.40384860455997
|
|
369
|
+
L 711.4042054290203,73.40384860455997
|
|
370
|
+
L 711.4042054290203,68.51025869757997
|
|
371
|
+
L 719.7950809228554,68.51025869757997
|
|
372
|
+
Z
|
|
373
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="70.95705365106997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
374
|
+
M 492.34102204642494,332.7641136745
|
|
375
|
+
L 494.7878169999149,334.08538294938455
|
|
376
|
+
L 494.7878169999149,342.47625844321965
|
|
377
|
+
L 489.89422709293495,342.47625844321965
|
|
378
|
+
L 489.89422709293495,334.0853829493846
|
|
379
|
+
Z
|
|
380
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="492.34102204642494" y="334.966229132641" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(90 492.34102204642494 334.966229132641)">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="
|
|
381
|
+
M 535.1599337324999,376.1947240989475
|
|
382
|
+
L 536.4812030073845,373.74792914545753
|
|
383
|
+
L 544.8720785012196,373.74792914545753
|
|
384
|
+
L 544.8720785012196,378.6415190524375
|
|
385
|
+
L 536.4812030073845,378.6415190524375
|
|
386
|
+
Z
|
|
387
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="537.3620491906408" y="376.1947240989475" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
388
|
+
M 721.11635019774,75.85064355804997
|
|
389
|
+
L 719.7950809228554,78.29743851153997
|
|
390
|
+
L 711.4042054290203,78.29743851153997
|
|
391
|
+
L 711.4042054290203,73.40384860455997
|
|
392
|
+
L 719.7950809228554,73.40384860455997
|
|
393
|
+
Z
|
|
394
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="75.85064355804997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
395
|
+
M 481.0245953865337,381.7000127443
|
|
396
|
+
L 478.5778004330437,380.3787434694154
|
|
397
|
+
L 478.5778004330437,371.98786797558034
|
|
398
|
+
L 483.4713903400237,371.98786797558034
|
|
399
|
+
L 483.4713903400237,380.37874346941544
|
|
400
|
+
Z
|
|
401
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="481.0245953865337" y="379.497897286159" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 481.0245953865337 379.497897286159)">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="
|
|
402
|
+
M 535.1599337324999,436.1412004594525
|
|
403
|
+
L 536.4812030073845,433.6944055059625
|
|
404
|
+
L 544.8720785012196,433.6944055059625
|
|
405
|
+
L 544.8720785012196,438.58799541294246
|
|
406
|
+
L 536.4812030073845,438.58799541294246
|
|
407
|
+
Z
|
|
408
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="537.3620491906408" y="436.1412004594525" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
409
|
+
M 721.11635019774,80.74423346502998
|
|
410
|
+
L 719.7950809228554,83.19102841851998
|
|
411
|
+
L 711.4042054290203,83.19102841851998
|
|
412
|
+
L 711.4042054290203,78.29743851153998
|
|
413
|
+
L 719.7950809228554,78.29743851153998
|
|
414
|
+
Z
|
|
415
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="80.74423346502998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
416
|
+
M 476.1310054795537,430.6359118141
|
|
417
|
+
L 473.68421052606374,429.31464253921536
|
|
418
|
+
L 473.68421052606374,420.9237670453804
|
|
419
|
+
L 478.5778004330437,420.9237670453804
|
|
420
|
+
L 478.5778004330437,429.31464253921536
|
|
421
|
+
Z
|
|
422
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="476.1310054795537" y="428.433796355959" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 476.1310054795537 428.433796355959)">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="
|
|
423
|
+
M 535.1599337324999,479.5718108839
|
|
424
|
+
L 537.6067286859899,480.89308015878464
|
|
425
|
+
L 537.6067286859899,489.2839556526196
|
|
426
|
+
L 532.7131387790099,489.2839556526196
|
|
427
|
+
L 532.7131387790099,480.89308015878464
|
|
428
|
+
Z
|
|
429
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="535.1599337324999" y="481.773926342041" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(90 535.1599337324999 481.773926342041)">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="
|
|
430
|
+
M 721.11635019774,90.53141327898999
|
|
431
|
+
L 719.7950809228554,92.97820823247999
|
|
432
|
+
L 711.4042054290203,92.97820823247999
|
|
433
|
+
L 711.4042054290203,88.08461832549999
|
|
434
|
+
L 719.7950809228554,88.08461832549999
|
|
435
|
+
Z
|
|
436
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="90.53141327898999" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
437
|
+
M 483.4713903400237,479.5718108839
|
|
438
|
+
L 481.0245953865337,478.2505416090154
|
|
439
|
+
L 481.0245953865337,469.8596661151804
|
|
440
|
+
L 485.91818529351366,469.8596661151804
|
|
441
|
+
L 485.91818529351366,478.2505416090154
|
|
442
|
+
Z
|
|
443
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="483.4713903400237" y="477.369695425759" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 483.4713903400237 477.369695425759)">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="
|
|
444
|
+
M 535.1599337324999,534.0129985990525
|
|
445
|
+
L 536.4812030073845,531.5662036455625
|
|
446
|
+
L 544.8720785012196,531.5662036455625
|
|
447
|
+
L 544.8720785012196,536.4597935525425
|
|
448
|
+
L 536.4812030073845,536.4597935525425
|
|
449
|
+
Z
|
|
450
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="537.3620491906408" y="534.0129985990525" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
451
|
+
M 721.11635019774,95.42500318596998
|
|
452
|
+
L 719.7950809228554,97.87179813945998
|
|
453
|
+
L 711.4042054290203,97.87179813945998
|
|
454
|
+
L 711.4042054290203,92.97820823247999
|
|
455
|
+
L 719.7950809228554,92.97820823247999
|
|
456
|
+
Z
|
|
457
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="95.42500318596998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
458
|
+
M 482.2479928632787,528.5077099537
|
|
459
|
+
L 479.8011979097887,527.1864406788154
|
|
460
|
+
L 479.8011979097887,518.7955651849803
|
|
461
|
+
L 484.69478781676867,518.7955651849803
|
|
462
|
+
L 484.69478781676867,527.1864406788154
|
|
463
|
+
Z
|
|
464
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="482.2479928632787" y="526.305594495559" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 482.2479928632787 526.305594495559)">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="
|
|
465
|
+
M 535.1599337324999,577.4436090235
|
|
466
|
+
L 537.6067286859899,578.7648782983846
|
|
467
|
+
L 537.6067286859899,587.1557537922197
|
|
468
|
+
L 532.7131387790099,587.1557537922197
|
|
469
|
+
L 532.7131387790099,578.7648782983846
|
|
470
|
+
Z
|
|
471
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="535.1599337324999" y="579.645724481641" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(90 535.1599337324999 579.645724481641)">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="
|
|
472
|
+
M 721.11635019774,100.31859309295
|
|
473
|
+
L 719.7950809228554,102.76538804644
|
|
474
|
+
L 711.4042054290203,102.76538804644
|
|
475
|
+
L 711.4042054290203,97.87179813946
|
|
476
|
+
L 719.7950809228554,97.87179813946
|
|
477
|
+
Z
|
|
478
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="100.31859309295" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
479
|
+
M 478.5778004330437,577.4436090235
|
|
480
|
+
L 476.1310054795537,576.1223397486154
|
|
481
|
+
L 476.1310054795537,567.7314642547803
|
|
482
|
+
L 481.0245953865337,567.7314642547803
|
|
483
|
+
L 481.0245953865337,576.1223397486154
|
|
484
|
+
Z
|
|
485
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="478.5778004330437" y="575.2414935653591" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 478.5778004330437 575.2414935653591)">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="
|
|
486
|
+
M 535.1599337324999,631.8847967386525
|
|
487
|
+
L 536.4812030073845,629.4380017851626
|
|
488
|
+
L 544.8720785012196,629.4380017851626
|
|
489
|
+
L 544.8720785012196,634.3315916921425
|
|
490
|
+
L 536.4812030073845,634.3315916921425
|
|
491
|
+
Z
|
|
492
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="537.3620491906408" y="631.8847967386525" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
493
|
+
M 721.11635019774,105.21218299993
|
|
494
|
+
L 719.7950809228554,107.65897795341999
|
|
495
|
+
L 711.4042054290203,107.65897795341999
|
|
496
|
+
L 711.4042054290203,102.76538804644
|
|
497
|
+
L 719.7950809228554,102.76538804644
|
|
498
|
+
Z
|
|
499
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="105.21218299993" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
500
|
+
M 479.8011979097887,626.3795080933
|
|
501
|
+
L 477.3544029562987,625.0582388184155
|
|
502
|
+
L 477.3544029562987,616.6673633245804
|
|
503
|
+
L 482.2479928632787,616.6673633245804
|
|
504
|
+
L 482.2479928632787,625.0582388184155
|
|
505
|
+
Z
|
|
506
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="479.8011979097887" y="624.1773926351591" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 479.8011979097887 624.1773926351591)">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="
|
|
507
|
+
M 535.1599337324999,675.3154071631
|
|
508
|
+
L 537.6067286859899,676.6366764379845
|
|
509
|
+
L 537.6067286859899,685.0275519318196
|
|
510
|
+
L 532.7131387790099,685.0275519318196
|
|
511
|
+
L 532.7131387790099,676.6366764379845
|
|
512
|
+
Z
|
|
513
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="535.1599337324999" y="677.5175226212409" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(90 535.1599337324999 677.5175226212409)">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="
|
|
514
|
+
M 721.11635019774,110.10577290691
|
|
515
|
+
L 719.7950809228554,112.5525678604
|
|
516
|
+
L 711.4042054290203,112.5525678604
|
|
517
|
+
L 711.4042054290203,107.65897795342
|
|
518
|
+
L 719.7950809228554,107.65897795342
|
|
519
|
+
Z
|
|
520
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="110.10577290691" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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_36__stack1" d="
|
|
521
|
+
M 477.3544029562987,675.3154071631
|
|
522
|
+
L 474.90760800280873,673.9941378882154
|
|
523
|
+
L 474.90760800280873,665.6032623943803
|
|
524
|
+
L 479.8011979097887,665.6032623943803
|
|
525
|
+
L 479.8011979097887,673.9941378882154
|
|
526
|
+
Z
|
|
527
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="477.3544029562987" y="673.113291704959" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="rotate(-90 477.3544029562987 673.113291704959)">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="
|
|
528
|
+
M 535.1599337324999,729.7565948782526
|
|
529
|
+
L 536.4812030073845,727.3097999247626
|
|
530
|
+
L 544.8720785012196,727.3097999247626
|
|
531
|
+
L 544.8720785012196,732.2033898317426
|
|
532
|
+
L 536.4812030073845,732.2033898317426
|
|
533
|
+
Z
|
|
534
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="537.3620491906408" y="729.7565948782526" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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_38__stack1" d="
|
|
535
|
+
M 721.11635019774,114.99936281389
|
|
536
|
+
L 719.7950809228554,117.44615776738
|
|
537
|
+
L 711.4042054290203,117.44615776738
|
|
538
|
+
L 711.4042054290203,112.5525678604
|
|
539
|
+
L 719.7950809228554,112.5525678604
|
|
540
|
+
Z
|
|
541
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="718.914234739599" y="114.99936281389" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
542
|
+
M 497.23461195340496,724.2513062329001
|
|
543
|
+
L 495.91334267852034,726.6981011863901
|
|
544
|
+
L 487.5224671846853,726.6981011863901
|
|
545
|
+
L 487.5224671846853,721.8045112794101
|
|
546
|
+
L 495.9133426785204,721.8045112794101
|
|
547
|
+
Z
|
|
548
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="495.03249649526396" y="724.2513062329001" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
549
|
+
M 427.5009557789399,474.67822097692004
|
|
550
|
+
L 428.8222250538245,472.23142602343006
|
|
551
|
+
L 437.21310054765956,472.23142602343006
|
|
552
|
+
L 437.21310054765956,477.12501593041003
|
|
553
|
+
L 428.8222250538245,477.12501593041003
|
|
554
|
+
Z
|
|
555
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="429.7030712370809" y="474.67822097692004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
556
|
+
M 497.23461195340496,773.1872053027
|
|
557
|
+
L 495.91334267852034,775.63400025619
|
|
558
|
+
L 487.5224671846853,775.63400025619
|
|
559
|
+
L 487.5224671846853,770.74041034921
|
|
560
|
+
L 495.9133426785204,770.74041034921
|
|
561
|
+
Z
|
|
562
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="495.03249649526396" y="773.1872053027" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" 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="
|
|
563
|
+
M 427.5009557789399,484.46540079088
|
|
564
|
+
L 428.8222250538245,482.01860583739
|
|
565
|
+
L 437.21310054765956,482.01860583739
|
|
566
|
+
L 437.21310054765956,486.91219574436997
|
|
567
|
+
L 428.8222250538245,486.91219574436997
|
|
568
|
+
Z
|
|
569
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.48935899069800004px"/><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="429.7030712370809" y="484.46540079088" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="4.404230916282px" transform="">XX</text>
|
|
570
|
+
</g>
|
|
571
|
+
</svg>
|