@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
|
@@ -0,0 +1,260 @@
|
|
|
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.48,2.6 -2.045,2.600000000000001" data-type="line" data-label="" points="140.46621422248447,253.24284449690174 253.98642667453527,253.24284449690168" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,2.4 -2.045,2.400000000000001" data-type="line" data-label="" points="140.46621422248447,259.85246385364417 253.98642667453527,259.8524638536441" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,2.1999999999999997 -2.045,2.200000000000001" data-type="line" data-label="" points="140.46621422248447,266.46208321038654 253.98642667453527,266.4620832103865" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,1.9999999999999996 -2.045,2.000000000000001" data-type="line" data-label="" points="140.46621422248447,273.07170256712897 253.98642667453527,273.0717025671289" fill="none" stroke="hsl(355, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,1.7999999999999994 -2.045,1.800000000000001" data-type="line" data-label="" points="140.46621422248447,279.68132192387134 253.98642667453527,279.68132192387134" fill="none" stroke="hsl(182, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,1.5999999999999992 -2.045,1.600000000000001" data-type="line" data-label="" points="140.46621422248447,286.29094128061377 253.98642667453527,286.2909412806137" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,1.3999999999999992 -2.045,1.400000000000001" data-type="line" data-label="" points="140.46621422248447,292.9005606373562 253.98642667453527,292.9005606373561" fill="none" stroke="hsl(303, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,1.1999999999999993 -2.045,1.200000000000001" data-type="line" data-label="" points="140.46621422248447,299.51017999409856 253.98642667453527,299.5101799940985" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,0.9999999999999993 -2.045,1.000000000000001" data-type="line" data-label="" points="140.46621422248447,306.119799350841 253.98642667453527,306.11979935084094" fill="none" stroke="hsl(2, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,0.7999999999999994 -2.045,0.8000000000000012" data-type="line" data-label="" points="140.46621422248447,312.72941870758336 253.98642667453527,312.7294187075833" fill="none" stroke="hsl(101, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,0.5999999999999994 -2.045,0.6000000000000012" data-type="line" data-label="" points="140.46621422248447,319.3390380643258 253.98642667453527,319.33903806432573" fill="none" stroke="hsl(107, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,0.39999999999999947 -2.045,0.40000000000000124" data-type="line" data-label="" points="140.46621422248447,325.94865742106816 253.98642667453527,325.9486574210681" fill="none" stroke="hsl(91, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,2.8000000000000003 -1.4450000000000003,3.5749999999999997" data-type="line" data-label="" points="140.46621422248447,246.6332251401593 273.81528474476244,221.02095013278253" fill="none" stroke="hsl(217, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,2.8000000000000003 2.220446049250313e-16,3.5749999999999997" data-type="line" data-label="" points="140.46621422248447,246.6332251401593 321.5697845972263,221.02095013278253" fill="none" stroke="hsl(218, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,-4.440892098500626e-16 1.4450000000000003,3.5749999999999997" data-type="line" data-label="" points="140.46621422248447,339.16789613455296 369.3242844496902,221.02095013278253" fill="none" stroke="hsl(278, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,-0.2000000000000004 0.48299999999999965,-3.5749999999999997" data-type="line" data-label="" points="140.46621422248447,345.7775154912954 337.5320153437592,457.31484213632336" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,1.4000000000000004 2.045,2.600000000000001" data-type="line" data-label="" points="505.81292416642077,292.90056063735614 389.15314251991737,253.24284449690168" fill="none" stroke="hsl(193, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,1.2000000000000006 2.045,2.400000000000001" data-type="line" data-label="" points="505.81292416642077,299.5101799940985 389.15314251991737,259.8524638536441" fill="none" stroke="hsl(191, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,1.0000000000000004 2.045,2.2000000000000006" data-type="line" data-label="" points="505.81292416642077,306.11979935084094 389.15314251991737,266.4620832103865" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,0.8000000000000004 2.045,2.0000000000000004" data-type="line" data-label="" points="505.81292416642077,312.72941870758336 389.15314251991737,273.0717025671289" fill="none" stroke="hsl(74, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,0.6000000000000004 2.045,0.7000000000000002" data-type="line" data-label="" points="505.81292416642077,319.33903806432573 389.15314251991737,316.0342283859545" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,0.40000000000000047 2.045,0.5" data-type="line" data-label="" points="505.81292416642077,325.94865742106816 389.15314251991737,322.64384774269695" fill="none" stroke="hsl(311, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,0.2000000000000005 2.045,0.2999999999999998" data-type="line" data-label="" points="505.81292416642077,332.55827677781053 389.15314251991737,329.2534670994394" fill="none" stroke="hsl(171, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,5.551115123125783e-16 2.045,0.09999999999999964" data-type="line" data-label="" points="505.81292416642077,339.16789613455296 389.15314251991737,335.86308645618175" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,-0.1999999999999994 2.045,-0.10000000000000053" data-type="line" data-label="" points="505.81292416642077,345.77751549129533 389.15314251991737,342.4727058129242" fill="none" stroke="hsl(169, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,-0.39999999999999936 2.045,-0.3000000000000007" data-type="line" data-label="" points="505.81292416642077,352.38713484803776 389.15314251991737,349.0823251696666" fill="none" stroke="hsl(218, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,-0.5999999999999993 2.045,-0.5000000000000009" data-type="line" data-label="" points="505.81292416642077,358.99675420478013 389.15314251991737,355.691944526409" fill="none" stroke="hsl(260, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,-0.7999999999999993 2.045,-0.7000000000000011" data-type="line" data-label="" points="505.81292416642077,365.60637356152256 389.15314251991737,362.3015638831514" fill="none" stroke="hsl(3, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,-0.9999999999999994 2.045,-0.900000000000001" data-type="line" data-label="" points="505.81292416642077,372.21599291826493 389.15314251991737,368.91118323989383" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,-1.1999999999999997 2.045,-1.100000000000001" data-type="line" data-label="" points="505.81292416642077,378.82561227500736 389.15314251991737,375.5208025966362" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,-1.4 2.045,-2.000000000000001" data-type="line" data-label="" points="505.81292416642077,385.4352316317498 389.15314251991737,405.264089701977" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,-1.6 2.045,-2.200000000000001" data-type="line" data-label="" points="505.81292416642077,392.04485098849216 389.15314251991737,411.87370905871944" fill="none" stroke="hsl(294, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,-1.8000000000000003 2.045,-2.400000000000001" data-type="line" data-label="" points="505.81292416642077,398.6544703452346 389.15314251991737,418.4833284154618" fill="none" stroke="hsl(293, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,-2.0000000000000004 2.045,-2.600000000000001" data-type="line" data-label="" points="505.81292416642077,405.264089701977 389.15314251991737,425.09294777220424" fill="none" stroke="hsl(306, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.575,-2.2000000000000006 -2.045,-2.0000000000000004" data-type="line" data-label="" points="505.81292416642077,411.87370905871944 253.98642667453527,405.264089701977" fill="none" stroke="hsl(156, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.48,2.6 -2.045,2.600000000000001" data-type="line" data-label="" points="140.46621422248447,253.24284449690174 253.98642667453527,253.24284449690168" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,2.4 -2.045,2.400000000000001" data-type="line" data-label="" points="140.46621422248447,259.85246385364417 253.98642667453527,259.8524638536441" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,2.1999999999999997 -2.045,2.200000000000001" data-type="line" data-label="" points="140.46621422248447,266.46208321038654 253.98642667453527,266.4620832103865" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,1.9999999999999996 -2.045,2.000000000000001" data-type="line" data-label="" points="140.46621422248447,273.07170256712897 253.98642667453527,273.0717025671289" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,1.7999999999999994 -2.045,1.800000000000001" data-type="line" data-label="" points="140.46621422248447,279.68132192387134 253.98642667453527,279.68132192387134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,1.5999999999999992 -2.045,1.600000000000001" data-type="line" data-label="" points="140.46621422248447,286.29094128061377 253.98642667453527,286.2909412806137" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,1.3999999999999992 -2.045,1.400000000000001" data-type="line" data-label="" points="140.46621422248447,292.9005606373562 253.98642667453527,292.9005606373561" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,1.1999999999999993 -2.045,1.200000000000001" data-type="line" data-label="" points="140.46621422248447,299.51017999409856 253.98642667453527,299.5101799940985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,0.9999999999999993 -2.045,1.000000000000001" data-type="line" data-label="" points="140.46621422248447,306.119799350841 253.98642667453527,306.11979935084094" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,0.7999999999999994 -2.045,0.8000000000000012" data-type="line" data-label="" points="140.46621422248447,312.72941870758336 253.98642667453527,312.7294187075833" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,0.5999999999999994 -2.045,0.6000000000000012" data-type="line" data-label="" points="140.46621422248447,319.3390380643258 253.98642667453527,319.33903806432573" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,0.39999999999999947 -2.045,0.40000000000000124" data-type="line" data-label="" points="140.46621422248447,325.94865742106816 253.98642667453527,325.9486574210681" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.440892098500626e-16,3.5749999999999997 4.440892098500626e-16,3.7749999999999995 -1.4450000000000003,3.7749999999999995 -1.4450000000000003,3.5749999999999997" data-type="line" data-label="" points="321.5697845972263,221.02095013278253 321.5697845972263,214.41133077604013 273.81528474476244,214.41133077604013 273.81528474476244,221.02095013278253" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,2.8000000000000003 -3.4625000000000004,2.8000000000000003 -3.4625000000000004,3.775 -1.4450000000000003,3.775 -1.4450000000000003,3.5749999999999997" data-type="line" data-label="" points="140.46621422248447,246.6332251401593 207.14074948362347,246.6332251401593 207.14074948362347,214.41133077604013 273.81528474476244,214.41133077604013 273.81528474476244,221.02095013278253" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,-4.440892098500626e-16 -3.7625,-4.440892098500626e-16 -3.7625,4.265 1.4450000000000003,4.265 1.4450000000000003,3.5749999999999997" data-type="line" data-label="" points="140.46621422248447,339.16789613455296 197.22632044850985,339.16789613455296 197.22632044850985,198.21776335202125 369.3242844496902,198.21776335202125 369.3242844496902,221.02095013278253" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,1.4000000000000004 5.375,1.4000000000000004 5.375,2.600000000000001 2.045,2.600000000000001" data-type="line" data-label="" points="505.81292416642077,292.90056063735614 499.20330480967834,292.90056063735614 499.20330480967834,253.24284449690168 389.15314251991737,253.24284449690168" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,1.2000000000000006 3.81,1.2000000000000006 3.81,2.400000000000001 2.045,2.400000000000001" data-type="line" data-label="" points="505.81292416642077,299.5101799940985 447.4830333431691,299.5101799940985 447.4830333431691,259.8524638536441 389.15314251991737,259.8524638536441" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,1.0000000000000004 3.71,1.0000000000000004 3.71,2.2000000000000006 2.045,2.2000000000000006" data-type="line" data-label="" points="505.81292416642077,306.11979935084094 444.1782236647979,306.11979935084094 444.1782236647979,266.4620832103865 389.15314251991737,266.4620832103865" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,0.8000000000000004 3.61,0.8000000000000004 3.61,2.0000000000000004 2.045,2.0000000000000004" data-type="line" data-label="" points="505.81292416642077,312.72941870758336 440.87341398642667,312.72941870758336 440.87341398642667,273.0717025671289 389.15314251991737,273.0717025671289" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,0.6000000000000004 3.81,0.6000000000000004 3.81,0.7000000000000002 2.045,0.7000000000000002" data-type="line" data-label="" points="505.81292416642077,319.33903806432573 447.4830333431691,319.33903806432573 447.4830333431691,316.0342283859545 389.15314251991737,316.0342283859545" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,0.40000000000000047 2.5100000000000002,0.40000000000000047 2.5100000000000002,0.5 2.045,0.5" data-type="line" data-label="" points="505.81292416642077,325.94865742106816 404.5205075243435,325.94865742106816 404.5205075243435,322.64384774269695 389.15314251991737,322.64384774269695" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,0.2000000000000005 3.81,0.2000000000000005 3.81,0.2999999999999998 2.045,0.2999999999999998" data-type="line" data-label="" points="505.81292416642077,332.55827677781053 447.4830333431691,332.55827677781053 447.4830333431691,329.2534670994394 389.15314251991737,329.2534670994394" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,5.551115123125783e-16 3.81,5.551115123125783e-16 3.81,0.09999999999999964 2.045,0.09999999999999964" data-type="line" data-label="" points="505.81292416642077,339.16789613455296 447.4830333431691,339.16789613455296 447.4830333431691,335.86308645618175 389.15314251991737,335.86308645618175" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,-0.1999999999999994 3.81,-0.1999999999999994 3.81,-0.10000000000000053 2.045,-0.10000000000000053" data-type="line" data-label="" points="505.81292416642077,345.77751549129533 447.4830333431691,345.77751549129533 447.4830333431691,342.4727058129242 389.15314251991737,342.4727058129242" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,-0.39999999999999936 3.81,-0.39999999999999936 3.81,-0.3000000000000007 2.045,-0.3000000000000007" data-type="line" data-label="" points="505.81292416642077,352.38713484803776 447.4830333431691,352.38713484803776 447.4830333431691,349.0823251696666 389.15314251991737,349.0823251696666" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,-0.5999999999999993 3.81,-0.5999999999999993 3.81,-0.5000000000000009 2.045,-0.5000000000000009" data-type="line" data-label="" points="505.81292416642077,358.99675420478013 447.4830333431691,358.99675420478013 447.4830333431691,355.691944526409 389.15314251991737,355.691944526409" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,-0.7999999999999993 3.81,-0.7999999999999993 3.81,-0.7000000000000011 2.045,-0.7000000000000011" data-type="line" data-label="" points="505.81292416642077,365.60637356152256 447.4830333431691,365.60637356152256 447.4830333431691,362.3015638831514 389.15314251991737,362.3015638831514" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,-0.9999999999999994 3.81,-0.9999999999999994 3.81,-0.900000000000001 2.045,-0.900000000000001" data-type="line" data-label="" points="505.81292416642077,372.21599291826493 447.4830333431691,372.21599291826493 447.4830333431691,368.91118323989383 389.15314251991737,368.91118323989383" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,-1.1999999999999997 3.81,-1.1999999999999997 3.81,-1.100000000000001 2.045,-1.100000000000001" data-type="line" data-label="" points="505.81292416642077,378.82561227500736 447.4830333431691,378.82561227500736 447.4830333431691,375.5208025966362 389.15314251991737,375.5208025966362" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,-1.4 2.245,-1.4 2.245,-2.000000000000001 2.045,-2.000000000000001" data-type="line" data-label="" points="505.81292416642077,385.4352316317498 395.7627618766598,385.4352316317498 395.7627618766598,405.264089701977 389.15314251991737,405.264089701977" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,-1.6 3.81,-1.6 3.81,-2.200000000000001 2.045,-2.200000000000001" data-type="line" data-label="" points="505.81292416642077,392.04485098849216 447.4830333431691,392.04485098849216 447.4830333431691,411.87370905871944 389.15314251991737,411.87370905871944" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,-1.8000000000000003 3.91,-1.8000000000000003 3.91,-2.400000000000001 2.045,-2.400000000000001" data-type="line" data-label="" points="505.81292416642077,398.6544703452346 450.7878430215403,398.6544703452346 450.7878430215403,418.4833284154618 389.15314251991737,418.4833284154618" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,-2.0000000000000004 4.01,-2.0000000000000004 4.01,-2.600000000000001 2.045,-2.600000000000001" data-type="line" data-label="" points="505.81292416642077,405.264089701977 454.09265269991147,405.264089701977 454.09265269991147,425.09294777220424 389.15314251991737,425.09294777220424" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.48,-0.2000000000000004 -2.4985000000000004,-0.2000000000000004 -2.4985000000000004,-1.8000000000000003 -3.106,-1.8000000000000003 -3.106,-3.775 0.48299999999999965,-3.775 0.48299999999999965,-3.5749999999999997" data-type="line" data-label="" points="140.46621422248447,345.7775154912954 238.99911478312185,345.7775154912954 238.99911478312185,398.6544703452346 218.9223959870168,398.6544703452346 218.9223959870168,463.9244614930658 337.5320153437592,463.9244614930658 337.5320153437592,457.31484213632336" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4450000000000003,3.775 -1.4450000000000003,4.484999999999999" data-type="line" data-label="" points="273.81528474476244,214.41133077604013 273.81528474476244,190.94718205960461" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.575,-2.2000000000000006 4.735,-2.2000000000000006" data-type="line" data-label="" points="505.81292416642077,411.87370905871944 478.0525228681027,411.87370905871944" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.045,-2.0000000000000004 -2.885,-2.0000000000000004" data-type="line" data-label="" points="253.98642667453527,405.264089701977 226.22602537621717,405.264089701977" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="253.98642667453527" y="221.02095013278256" width="135.1667158453821" height="236.29389200354083" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-7" data-y="1.1999999999999997" x="40.000000000000014" y="233.4139864266745" width="100.46621422248447" height="132.1923871348481" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="7" data-y="-0.3999999999999999" x="505.81292416642077" y="286.2909412806137" width="94.18707583357923" height="132.1923871348481" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="TB67S579FTG" data-x="2.4050000000000002" data-y="3.525" x="379.23871348480384" y="219.69902626143406" width="43.62348775449988" height="5.948657421068162" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="1.865" data-y="3.29" x="377.25582767778104" y="226.30864561817646" width="11.897314842136325" height="8.262024195928007" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="J1" data-x="-8.000000000000002" data-y="3.3150000000000004" x="51.236352906462" y="225.4824431985836" width="11.897314842136325" height="8.262024195928007" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="J4" data-x="6.095" data-y="1.7150000000000007" x="517.0492770728829" y="278.3593980525228" width="11.897314842136325" height="8.262024195928007" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="netId: VM_2
|
|
4
|
+
globalConnNetId: connectivity_net12" data-x="-1.4450000000000003" data-y="4.71" x="270.5104750663912" y="176.0755385069342" width="6.609619356742428" height="14.871643552670378" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: STOP_DET_VTH
|
|
5
|
+
axis: x
|
|
6
|
+
side: y+" data-x="-3.1625" data-y="2.71" x="199.87016819120683" y="247.62466804367068" width="34.3700206550605" height="3.965771614045451" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: KPKI_NANO
|
|
7
|
+
axis: x
|
|
8
|
+
side: y+" data-x="-3.3625000000000003" data-y="2.51" x="197.22632044850985" y="254.23428740041314" width="26.438477426969598" height="3.9657716140454227" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: AGC_TIME
|
|
9
|
+
axis: x
|
|
10
|
+
side: y+" data-x="-3.3625000000000003" data-y="2.3099999999999996" x="198.54824431985833" y="260.84390675715554" width="23.79462968427265" height="3.9657716140454227" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: FREQ_MIN
|
|
11
|
+
axis: x
|
|
12
|
+
side: y+" data-x="-3.3625000000000003" data-y="2.1099999999999994" x="198.54824431985833" y="267.45352611389796" width="23.79462968427265" height="3.9657716140454227" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: VSP_MIN
|
|
13
|
+
axis: x
|
|
14
|
+
side: y+" data-x="-3.3625000000000003" data-y="1.9099999999999995" x="199.8701681912068" y="274.0631454706403" width="21.150781941575673" height="3.9657716140454795" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: AGC_KI
|
|
15
|
+
axis: x
|
|
16
|
+
side: y+" data-x="-3.4625000000000004" data-y="1.7099999999999993" x="197.88728238418412" y="280.6727648273827" width="18.506934198878724" height="3.9657716140454795" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: AGC_KP
|
|
17
|
+
axis: x
|
|
18
|
+
side: y+" data-x="-3.4625000000000004" data-y="1.5099999999999993" x="197.88728238418412" y="287.28238418412514" width="18.506934198878724" height="3.9657716140454227" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: TARGET_ANGLE
|
|
19
|
+
axis: x
|
|
20
|
+
side: y+" data-x="-3.1625" data-y="1.3099999999999994" x="199.87016819120683" y="293.8920035408675" width="34.3700206550605" height="3.9657716140454795" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: NFHYS
|
|
21
|
+
axis: x
|
|
22
|
+
side: y+" data-x="-3.4625000000000004" data-y="1.1099999999999994" x="199.2092062555326" y="300.5016228976099" width="15.863086456181748" height="3.9657716140454227" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: MTBLANK
|
|
23
|
+
axis: x
|
|
24
|
+
side: y+" data-x="-3.3625000000000003" data-y="0.9099999999999994" x="199.8701681912068" y="307.1112422543523" width="21.150781941575673" height="3.9657716140454795" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: STBLANK
|
|
25
|
+
axis: x
|
|
26
|
+
side: y+" data-x="-3.3625000000000003" data-y="0.7099999999999994" x="199.8701681912068" y="313.72086161109473" width="21.150781941575673" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: CTBLANK
|
|
27
|
+
axis: x
|
|
28
|
+
side: y+" data-x="-3.3625000000000003" data-y="0.5099999999999995" x="199.8701681912068" y="320.33048096783716" width="21.150781941575673" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: VREG
|
|
29
|
+
axis: x
|
|
30
|
+
side: y+" data-x="-1.15875" data-y="4.375" x="276.66568309235765" y="192.5995868987902" width="13.219238713484742" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: GND
|
|
31
|
+
axis: x
|
|
32
|
+
side: y+" data-x="-1.3115" data-y="-3.665" x="272.93951017999404" y="458.30628503983473" width="10.57539097078785" height="3.9657716140454795" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: OUT_A_P
|
|
33
|
+
axis: x
|
|
34
|
+
side: y+" data-x="3.71" data-y="2.710000000000001" x="433.60283269401003" y="247.62466804367062" width="21.1507819415757" height="3.965771614045451" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: OUT_A_N
|
|
35
|
+
axis: x
|
|
36
|
+
side: y+" data-x="4.6925" data-y="1.3100000000000007" x="466.0725877840071" y="293.89200354086745" width="21.1507819415757" height="3.9657716140454795" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: OUT_B_N
|
|
37
|
+
axis: x
|
|
38
|
+
side: y+" data-x="4.6425" data-y="1.1100000000000005" x="464.4201829448215" y="300.5016228976099" width="21.1507819415757" height="3.9657716140454795" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: OUT_B_P
|
|
39
|
+
axis: x
|
|
40
|
+
side: y+" data-x="4.5925" data-y="0.9100000000000004" x="462.7677781056359" y="307.1112422543523" width="21.1507819415757" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: SERIAL_IN
|
|
41
|
+
axis: x
|
|
42
|
+
side: y+" data-x="4.6925" data-y="0.7100000000000004" x="463.42874004131016" y="313.7208616110947" width="26.438477426969598" height="3.9657716140454795" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: SERIAL_CLK
|
|
43
|
+
axis: x
|
|
44
|
+
side: y+" data-x="4.0425" data-y="0.5100000000000005" x="440.6255532605488" y="320.33048096783716" width="29.082325169666603" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: DMODE2
|
|
45
|
+
axis: x
|
|
46
|
+
side: y+" data-x="4.6925" data-y="0.3100000000000005" x="467.3945116553556" y="326.9401003245795" width="18.506934198878753" height="3.9657716140454795" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: DMODE1
|
|
47
|
+
axis: x
|
|
48
|
+
side: y+" data-x="4.6925" data-y="0.11000000000000056" x="467.3945116553556" y="333.5497196813219" width="18.506934198878753" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: DMODE0
|
|
49
|
+
axis: x
|
|
50
|
+
side: y+" data-x="4.6925" data-y="-0.0899999999999994" x="467.3945116553556" y="340.1593390380643" width="18.506934198878753" height="3.9657716140454795" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: CLK
|
|
51
|
+
axis: x
|
|
52
|
+
side: y+" data-x="4.6925" data-y="-0.28999999999999937" x="471.36028326940107" y="346.76895839480676" width="10.57539097078785" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: CW_CCW
|
|
53
|
+
axis: x
|
|
54
|
+
side: y+" data-x="4.6925" data-y="-0.4899999999999993" x="467.3945116553556" y="353.3785777515491" width="18.506934198878753" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: ENABLE
|
|
55
|
+
axis: x
|
|
56
|
+
side: y+" data-x="4.6925" data-y="-0.6899999999999993" x="467.3945116553556" y="359.9881971082915" width="18.506934198878753" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: RESET_X
|
|
57
|
+
axis: x
|
|
58
|
+
side: y+" data-x="4.6925" data-y="-0.8899999999999995" x="466.0725877840071" y="366.59781646503393" width="21.1507819415757" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: SLEEP_X
|
|
59
|
+
axis: x
|
|
60
|
+
side: y+" data-x="4.6925" data-y="-1.0899999999999996" x="466.0725877840071" y="373.2074358217763" width="21.1507819415757" height="3.9657716140454795" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: LO2
|
|
61
|
+
axis: x
|
|
62
|
+
side: y+" data-x="3.91" data-y="-1.2899999999999998" x="445.5001475361464" y="379.8170551785188" width="10.57539097078785" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: LO1
|
|
63
|
+
axis: x
|
|
64
|
+
side: y+" data-x="4.6925" data-y="-1.49" x="471.36028326940107" y="386.4266745352611" width="10.57539097078785" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: LO0
|
|
65
|
+
axis: x
|
|
66
|
+
side: y+" data-x="2.9775" data-y="-2.290000000000001" x="414.6827972853349" y="412.8651519622308" width="10.57539097078785" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: MO
|
|
67
|
+
axis: x
|
|
68
|
+
side: y+" data-x="3.0275" data-y="-2.490000000000001" x="417.657125995869" y="419.47477131897324" width="7.931543228090902" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: AGC_OUT
|
|
69
|
+
axis: x
|
|
70
|
+
side: y+" data-x="5.155" data-y="-2.0900000000000007" x="481.35733254647386" y="406.2555326054884" width="21.1507819415757" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: AGC_OUT
|
|
71
|
+
axis: x
|
|
72
|
+
side: y+" data-x="-2.465" data-y="-1.8900000000000003" x="229.53083505458835" y="399.64591324874596" width="21.150781941575673" height="3.9657716140454227" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03025892857142857"/></g><text data-type="text" data-label="STOP_DET_VTH" data-x="-3.1625" data-y="2.71" x="217.05517851873708" y="249.60755385069342" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">STOP_DET_VTH</text><text data-type="text" data-label="KPKI_NANO" data-x="-3.3625000000000003" data-y="2.51" x="210.44555916199465" y="256.21717320743585" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">KPKI_NANO</text><text data-type="text" data-label="AGC_TIME" data-x="-3.3625000000000003" data-y="2.3099999999999996" x="210.44555916199465" y="262.8267925641782" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">AGC_TIME</text><text data-type="text" data-label="FREQ_MIN" data-x="-3.3625000000000003" data-y="2.1099999999999994" x="210.44555916199465" y="269.43641192092065" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">FREQ_MIN</text><text data-type="text" data-label="VSP_MIN" data-x="-3.3625000000000003" data-y="1.9099999999999995" x="210.44555916199465" y="276.046031277663" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">VSP_MIN</text><text data-type="text" data-label="AGC_KI" data-x="-3.4625000000000004" data-y="1.7099999999999993" x="207.14074948362347" y="282.65565063440545" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">AGC_KI</text><text data-type="text" data-label="AGC_KP" data-x="-3.4625000000000004" data-y="1.5099999999999993" x="207.14074948362347" y="289.2652699911479" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">AGC_KP</text><text data-type="text" data-label="TARGET_ANGLE" data-x="-3.1625" data-y="1.3099999999999994" x="217.05517851873708" y="295.87488934789025" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">TARGET_ANGLE</text><text data-type="text" data-label="NFHYS" data-x="-3.4625000000000004" data-y="1.1099999999999994" x="207.14074948362347" y="302.4845087046326" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">NFHYS</text><text data-type="text" data-label="MTBLANK" data-x="-3.3625000000000003" data-y="0.9099999999999994" x="210.44555916199465" y="309.09412806137505" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">MTBLANK</text><text data-type="text" data-label="STBLANK" data-x="-3.3625000000000003" data-y="0.7099999999999994" x="210.44555916199465" y="315.7037474181175" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">STBLANK</text><text data-type="text" data-label="CTBLANK" data-x="-3.3625000000000003" data-y="0.5099999999999995" x="210.44555916199465" y="322.31336677485984" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">CTBLANK</text><text data-type="text" data-label="VREG" data-x="-1.15875" data-y="4.375" x="283.2753024491" y="194.5824727058129" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">VREG</text><text data-type="text" data-label="GND" data-x="-1.3115" data-y="-3.665" x="278.227205665388" y="460.2891708468575" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">GND</text><text data-type="text" data-label="OUT_A_P" data-x="3.71" data-y="2.710000000000001" x="444.1782236647979" y="249.60755385069336" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">OUT_A_P</text><text data-type="text" data-label="OUT_A_N" data-x="4.6925" data-y="1.3100000000000007" x="476.64797875479496" y="295.8748893478902" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">OUT_A_N</text><text data-type="text" data-label="OUT_B_N" data-x="4.6425" data-y="1.1100000000000005" x="474.9955739156093" y="302.4845087046326" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">OUT_B_N</text><text data-type="text" data-label="OUT_B_P" data-x="4.5925" data-y="0.9100000000000004" x="473.34316907642375" y="309.09412806137505" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">OUT_B_P</text><text data-type="text" data-label="SERIAL_IN" data-x="4.6925" data-y="0.7100000000000004" x="476.64797875479496" y="315.7037474181174" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">SERIAL_IN</text><text data-type="text" data-label="SERIAL_CLK" data-x="4.0425" data-y="0.5100000000000005" x="455.1667158453821" y="322.31336677485984" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">SERIAL_CLK</text><text data-type="text" data-label="DMODE2" data-x="4.6925" data-y="0.3100000000000005" x="476.64797875479496" y="328.9229861316022" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">DMODE2</text><text data-type="text" data-label="DMODE1" data-x="4.6925" data-y="0.11000000000000056" x="476.64797875479496" y="335.53260548834464" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">DMODE1</text><text data-type="text" data-label="DMODE0" data-x="4.6925" data-y="-0.0899999999999994" x="476.64797875479496" y="342.142224845087" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">DMODE0</text><text data-type="text" data-label="CLK" data-x="4.6925" data-y="-0.28999999999999937" x="476.64797875479496" y="348.75184420182944" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">CLK</text><text data-type="text" data-label="CW_CCW" data-x="4.6925" data-y="-0.4899999999999993" x="476.64797875479496" y="355.3614635585718" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">CW_CCW</text><text data-type="text" data-label="ENABLE" data-x="4.6925" data-y="-0.6899999999999993" x="476.64797875479496" y="361.97108291531424" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">ENABLE</text><text data-type="text" data-label="RESET_X" data-x="4.6925" data-y="-0.8899999999999995" x="476.64797875479496" y="368.5807022720566" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">RESET_X</text><text data-type="text" data-label="SLEEP_X" data-x="4.6925" data-y="-1.0899999999999996" x="476.64797875479496" y="375.19032162879904" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">SLEEP_X</text><text data-type="text" data-label="LO2" data-x="3.91" data-y="-1.2899999999999998" x="450.7878430215403" y="381.79994098554147" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">LO2</text><text data-type="text" data-label="LO1" data-x="4.6925" data-y="-1.49" x="476.64797875479496" y="388.40956034228384" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">LO1</text><text data-type="text" data-label="LO0" data-x="2.9775" data-y="-2.290000000000001" x="419.9704927707288" y="414.8480377692535" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">LO0</text><text data-type="text" data-label="MO" data-x="3.0275" data-y="-2.490000000000001" x="421.62289760991445" y="421.4576571259959" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">MO</text><text data-type="text" data-label="AGC_OUT" data-x="5.4750000000000005" data-y="-2.0900000000000007" x="502.5081144880496" y="408.2384184125111" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="end" dominant-baseline="central">AGC_OUT</text><text data-type="text" data-label="AGC_OUT" data-x="-2.145" data-y="-1.8900000000000003" x="250.68161699616405" y="401.6287990557687" fill="green" font-size="3.9657716140454413" font-family="sans-serif" text-anchor="end" dominant-baseline="central">AGC_OUT</text><g><circle data-type="point" data-label="schematic_port_0
|
|
73
|
+
x-" data-x="-2.045" data-y="-2.0000000000000004" cx="253.98642667453527" cy="405.264089701977" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_1
|
|
74
|
+
y-" data-x="-1.4450000000000003" data-y="-3.5749999999999997" cx="273.81528474476244" cy="457.31484213632336" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_2
|
|
75
|
+
y+" data-x="-1.4450000000000003" data-y="3.5749999999999997" cx="273.81528474476244" cy="221.02095013278253" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_3
|
|
76
|
+
x+" data-x="2.045" data-y="2.600000000000001" cx="389.15314251991737" cy="253.24284449690168" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_4
|
|
77
|
+
y-" data-x="-0.9630000000000003" data-y="-3.5749999999999997" cx="289.7444673945116" cy="457.31484213632336" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_5
|
|
78
|
+
x+" data-x="2.045" data-y="2.400000000000001" cx="389.15314251991737" cy="259.8524638536441" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_6
|
|
79
|
+
x+" data-x="2.045" data-y="2.2000000000000006" cx="389.15314251991737" cy="266.4620832103865" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_7
|
|
80
|
+
y-" data-x="-0.4810000000000003" data-y="-3.5749999999999997" cx="305.67365004426085" cy="457.31484213632336" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_8
|
|
81
|
+
x+" data-x="2.045" data-y="2.0000000000000004" cx="389.15314251991737" cy="273.0717025671289" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_9
|
|
82
|
+
y+" data-x="2.220446049250313e-16" data-y="3.5749999999999997" cx="321.5697845972263" cy="221.02095013278253" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_10
|
|
83
|
+
x-" data-x="-2.045" data-y="-0.7999999999999994" cx="253.98642667453527" cy="365.60637356152256" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_11
|
|
84
|
+
x-" data-x="-2.045" data-y="-0.5999999999999992" cx="253.98642667453527" cy="358.99675420478013" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_12
|
|
85
|
+
x-" data-x="-2.045" data-y="-0.19999999999999885" cx="253.98642667453527" cy="345.77751549129533" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_13
|
|
86
|
+
x-" data-x="-2.045" data-y="-0.399999999999999" cx="253.98642667453527" cy="352.38713484803776" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_14
|
|
87
|
+
y-" data-x="0.0009999999999996678" data-y="-3.5749999999999997" cx="321.60283269401003" cy="457.31484213632336" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_15
|
|
88
|
+
y-" data-x="0.48299999999999965" data-y="-3.5749999999999997" cx="337.5320153437592" cy="457.31484213632336" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_16
|
|
89
|
+
x-" data-x="-2.045" data-y="2.600000000000001" cx="253.98642667453527" cy="253.24284449690168" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_17
|
|
90
|
+
x-" data-x="-2.045" data-y="-2.600000000000001" cx="253.98642667453527" cy="425.09294777220424" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_18
|
|
91
|
+
x-" data-x="-2.045" data-y="2.400000000000001" cx="253.98642667453527" cy="259.8524638536441" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_19
|
|
92
|
+
x-" data-x="-2.045" data-y="2.200000000000001" cx="253.98642667453527" cy="266.4620832103865" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_20
|
|
93
|
+
x-" data-x="-2.045" data-y="2.000000000000001" cx="253.98642667453527" cy="273.0717025671289" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_21
|
|
94
|
+
x-" data-x="-2.045" data-y="1.800000000000001" cx="253.98642667453527" cy="279.68132192387134" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_22
|
|
95
|
+
x-" data-x="-2.045" data-y="1.600000000000001" cx="253.98642667453527" cy="286.2909412806137" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_23
|
|
96
|
+
x-" data-x="-2.045" data-y="1.400000000000001" cx="253.98642667453527" cy="292.9005606373561" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_24
|
|
97
|
+
x-" data-x="-2.045" data-y="1.200000000000001" cx="253.98642667453527" cy="299.5101799940985" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_25
|
|
98
|
+
x-" data-x="-2.045" data-y="1.000000000000001" cx="253.98642667453527" cy="306.11979935084094" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_26
|
|
99
|
+
x-" data-x="-2.045" data-y="0.8000000000000012" cx="253.98642667453527" cy="312.7294187075833" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_27
|
|
100
|
+
x-" data-x="-2.045" data-y="0.6000000000000012" cx="253.98642667453527" cy="319.33903806432573" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_28
|
|
101
|
+
x-" data-x="-2.045" data-y="0.40000000000000124" cx="253.98642667453527" cy="325.9486574210681" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_29
|
|
102
|
+
y+" data-x="1.4450000000000003" data-y="3.5749999999999997" cx="369.3242844496902" cy="221.02095013278253" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_30
|
|
103
|
+
x+" data-x="2.045" data-y="-2.000000000000001" cx="389.15314251991737" cy="405.264089701977" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_31
|
|
104
|
+
x+" data-x="2.045" data-y="-2.200000000000001" cx="389.15314251991737" cy="411.87370905871944" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_32
|
|
105
|
+
x+" data-x="2.045" data-y="-2.400000000000001" cx="389.15314251991737" cy="418.4833284154618" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_33
|
|
106
|
+
x+" data-x="2.045" data-y="-2.600000000000001" cx="389.15314251991737" cy="425.09294777220424" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_34
|
|
107
|
+
x-" data-x="-2.045" data-y="-1.8000000000000003" cx="253.98642667453527" cy="398.6544703452346" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_35
|
|
108
|
+
x+" data-x="2.045" data-y="-1.100000000000001" cx="389.15314251991737" cy="375.5208025966362" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_36
|
|
109
|
+
x+" data-x="2.045" data-y="-0.900000000000001" cx="389.15314251991737" cy="368.91118323989383" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_37
|
|
110
|
+
x+" data-x="2.045" data-y="-0.5000000000000009" cx="389.15314251991737" cy="355.691944526409" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_38
|
|
111
|
+
x+" data-x="2.045" data-y="-0.7000000000000011" cx="389.15314251991737" cy="362.3015638831514" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_39
|
|
112
|
+
x+" data-x="2.045" data-y="-0.3000000000000007" cx="389.15314251991737" cy="349.0823251696666" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_40
|
|
113
|
+
x+" data-x="2.045" data-y="-0.10000000000000053" cx="389.15314251991737" cy="342.4727058129242" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_41
|
|
114
|
+
x+" data-x="2.045" data-y="0.09999999999999964" cx="389.15314251991737" cy="335.86308645618175" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_42
|
|
115
|
+
x+" data-x="2.045" data-y="0.2999999999999998" cx="389.15314251991737" cy="329.2534670994394" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_43
|
|
116
|
+
x-" data-x="-2.045" data-y="-1.1999999999999997" cx="253.98642667453527" cy="378.82561227500736" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_44
|
|
117
|
+
x-" data-x="-2.045" data-y="-0.9999999999999996" cx="253.98642667453527" cy="372.215992918265" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_45
|
|
118
|
+
y-" data-x="0.9649999999999999" data-y="-3.5749999999999997" cx="353.4611979935084" cy="457.31484213632336" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_46
|
|
119
|
+
x+" data-x="2.045" data-y="0.5" cx="389.15314251991737" cy="322.64384774269695" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_47
|
|
120
|
+
x+" data-x="2.045" data-y="0.7000000000000002" cx="389.15314251991737" cy="316.0342283859545" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_48
|
|
121
|
+
y-" data-x="1.4450000000000003" data-y="-3.5749999999999997" cx="369.3242844496902" cy="457.31484213632336" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_49
|
|
122
|
+
x+" data-x="-5.48" data-y="3.0000000000000004" cx="140.46621422248447" cy="240.0236057834169" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_50
|
|
123
|
+
x+" data-x="-5.48" data-y="2.8000000000000003" cx="140.46621422248447" cy="246.6332251401593" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_51
|
|
124
|
+
x+" data-x="-5.48" data-y="2.6" cx="140.46621422248447" cy="253.24284449690174" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_52
|
|
125
|
+
x+" data-x="-5.48" data-y="2.4" cx="140.46621422248447" cy="259.85246385364417" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_53
|
|
126
|
+
x+" data-x="-5.48" data-y="2.1999999999999997" cx="140.46621422248447" cy="266.46208321038654" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_54
|
|
127
|
+
x+" data-x="-5.48" data-y="1.9999999999999996" cx="140.46621422248447" cy="273.07170256712897" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_55
|
|
128
|
+
x+" data-x="-5.48" data-y="1.7999999999999994" cx="140.46621422248447" cy="279.68132192387134" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_56
|
|
129
|
+
x+" data-x="-5.48" data-y="1.5999999999999992" cx="140.46621422248447" cy="286.29094128061377" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_57
|
|
130
|
+
x+" data-x="-5.48" data-y="1.3999999999999992" cx="140.46621422248447" cy="292.9005606373562" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_58
|
|
131
|
+
x+" data-x="-5.48" data-y="1.1999999999999993" cx="140.46621422248447" cy="299.51017999409856" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_59
|
|
132
|
+
x+" data-x="-5.48" data-y="0.9999999999999993" cx="140.46621422248447" cy="306.119799350841" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_60
|
|
133
|
+
x+" data-x="-5.48" data-y="0.7999999999999994" cx="140.46621422248447" cy="312.72941870758336" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_61
|
|
134
|
+
x+" data-x="-5.48" data-y="0.5999999999999994" cx="140.46621422248447" cy="319.3390380643258" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_62
|
|
135
|
+
x+" data-x="-5.48" data-y="0.39999999999999947" cx="140.46621422248447" cy="325.94865742106816" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_63
|
|
136
|
+
x+" data-x="-5.48" data-y="0.1999999999999995" cx="140.46621422248447" cy="332.5582767778106" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_64
|
|
137
|
+
x+" data-x="-5.48" data-y="-4.440892098500626e-16" cx="140.46621422248447" cy="339.16789613455296" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_65
|
|
138
|
+
x+" data-x="-5.48" data-y="-0.2000000000000004" cx="140.46621422248447" cy="345.7775154912954" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_66
|
|
139
|
+
x+" data-x="-5.48" data-y="-0.4000000000000006" cx="140.46621422248447" cy="352.38713484803776" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_67
|
|
140
|
+
x+" data-x="-5.48" data-y="-0.6000000000000005" cx="140.46621422248447" cy="358.9967542047802" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_68
|
|
141
|
+
x-" data-x="5.575" data-y="1.4000000000000004" cx="505.81292416642077" cy="292.90056063735614" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_69
|
|
142
|
+
x-" data-x="5.575" data-y="1.2000000000000006" cx="505.81292416642077" cy="299.5101799940985" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_70
|
|
143
|
+
x-" data-x="5.575" data-y="1.0000000000000004" cx="505.81292416642077" cy="306.11979935084094" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_71
|
|
144
|
+
x-" data-x="5.575" data-y="0.8000000000000004" cx="505.81292416642077" cy="312.72941870758336" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_72
|
|
145
|
+
x-" data-x="5.575" data-y="0.6000000000000004" cx="505.81292416642077" cy="319.33903806432573" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_73
|
|
146
|
+
x-" data-x="5.575" data-y="0.40000000000000047" cx="505.81292416642077" cy="325.94865742106816" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_74
|
|
147
|
+
x-" data-x="5.575" data-y="0.2000000000000005" cx="505.81292416642077" cy="332.55827677781053" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_75
|
|
148
|
+
x-" data-x="5.575" data-y="5.551115123125783e-16" cx="505.81292416642077" cy="339.16789613455296" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_76
|
|
149
|
+
x-" data-x="5.575" data-y="-0.1999999999999994" cx="505.81292416642077" cy="345.77751549129533" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_77
|
|
150
|
+
x-" data-x="5.575" data-y="-0.39999999999999936" cx="505.81292416642077" cy="352.38713484803776" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_78
|
|
151
|
+
x-" data-x="5.575" data-y="-0.5999999999999993" cx="505.81292416642077" cy="358.99675420478013" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_79
|
|
152
|
+
x-" data-x="5.575" data-y="-0.7999999999999993" cx="505.81292416642077" cy="365.60637356152256" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_80
|
|
153
|
+
x-" data-x="5.575" data-y="-0.9999999999999994" cx="505.81292416642077" cy="372.21599291826493" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_81
|
|
154
|
+
x-" data-x="5.575" data-y="-1.1999999999999997" cx="505.81292416642077" cy="378.82561227500736" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_82
|
|
155
|
+
x-" data-x="5.575" data-y="-1.4" cx="505.81292416642077" cy="385.4352316317498" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_83
|
|
156
|
+
x-" data-x="5.575" data-y="-1.6" cx="505.81292416642077" cy="392.04485098849216" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_84
|
|
157
|
+
x-" data-x="5.575" data-y="-1.8000000000000003" cx="505.81292416642077" cy="398.6544703452346" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_85
|
|
158
|
+
x-" data-x="5.575" data-y="-2.0000000000000004" cx="505.81292416642077" cy="405.264089701977" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_86
|
|
159
|
+
x-" data-x="5.575" data-y="-2.2000000000000006" cx="505.81292416642077" cy="411.87370905871944" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
160
|
+
orientation: y+" data-x="-1.4450000000000003" data-y="4.484999999999999" cx="273.81528474476244" cy="190.94718205960461" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="inline anchor
|
|
161
|
+
STOP_DET_VTH" data-x="-3.1625" data-y="2.6" cx="217.05517851873708" cy="253.24284449690174" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
162
|
+
KPKI_NANO" data-x="-3.3625000000000003" data-y="2.4" cx="210.44555916199465" cy="259.85246385364417" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
163
|
+
AGC_TIME" data-x="-3.3625000000000003" data-y="2.1999999999999997" cx="210.44555916199465" cy="266.46208321038654" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
164
|
+
FREQ_MIN" data-x="-3.3625000000000003" data-y="1.9999999999999996" cx="210.44555916199465" cy="273.07170256712897" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
165
|
+
VSP_MIN" data-x="-3.3625000000000003" data-y="1.7999999999999994" cx="210.44555916199465" cy="279.68132192387134" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
166
|
+
AGC_KI" data-x="-3.4625000000000004" data-y="1.5999999999999992" cx="207.14074948362347" cy="286.29094128061377" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
167
|
+
AGC_KP" data-x="-3.4625000000000004" data-y="1.3999999999999992" cx="207.14074948362347" cy="292.9005606373562" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
168
|
+
TARGET_ANGLE" data-x="-3.1625" data-y="1.1999999999999993" cx="217.05517851873708" cy="299.51017999409856" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
169
|
+
NFHYS" data-x="-3.4625000000000004" data-y="0.9999999999999993" cx="207.14074948362347" cy="306.119799350841" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
170
|
+
MTBLANK" data-x="-3.3625000000000003" data-y="0.7999999999999994" cx="210.44555916199465" cy="312.72941870758336" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
171
|
+
STBLANK" data-x="-3.3625000000000003" data-y="0.5999999999999994" cx="210.44555916199465" cy="319.3390380643258" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
172
|
+
CTBLANK" data-x="-3.3625000000000003" data-y="0.39999999999999947" cx="210.44555916199465" cy="325.94865742106816" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
173
|
+
VREG" data-x="-1.15875" data-y="4.265" cx="283.2753024491" cy="198.21776335202125" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
174
|
+
GND" data-x="-1.3115" data-y="-3.775" cx="278.227205665388" cy="463.9244614930658" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
175
|
+
OUT_A_P" data-x="3.71" data-y="2.600000000000001" cx="444.1782236647979" cy="253.24284449690168" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
176
|
+
OUT_A_N" data-x="4.6925" data-y="1.2000000000000006" cx="476.64797875479496" cy="299.5101799940985" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
177
|
+
OUT_B_N" data-x="4.6425" data-y="1.0000000000000004" cx="474.9955739156093" cy="306.11979935084094" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
178
|
+
OUT_B_P" data-x="4.5925" data-y="0.8000000000000004" cx="473.34316907642375" cy="312.72941870758336" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
179
|
+
SERIAL_IN" data-x="4.6925" data-y="0.6000000000000004" cx="476.64797875479496" cy="319.33903806432573" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
180
|
+
SERIAL_CLK" data-x="4.0425" data-y="0.40000000000000047" cx="455.1667158453821" cy="325.94865742106816" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
181
|
+
DMODE2" data-x="4.6925" data-y="0.2000000000000005" cx="476.64797875479496" cy="332.55827677781053" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
182
|
+
DMODE1" data-x="4.6925" data-y="5.551115123125783e-16" cx="476.64797875479496" cy="339.16789613455296" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
183
|
+
DMODE0" data-x="4.6925" data-y="-0.1999999999999994" cx="476.64797875479496" cy="345.77751549129533" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
184
|
+
CLK" data-x="4.6925" data-y="-0.39999999999999936" cx="476.64797875479496" cy="352.38713484803776" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
185
|
+
CW_CCW" data-x="4.6925" data-y="-0.5999999999999993" cx="476.64797875479496" cy="358.99675420478013" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
186
|
+
ENABLE" data-x="4.6925" data-y="-0.7999999999999993" cx="476.64797875479496" cy="365.60637356152256" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
187
|
+
RESET_X" data-x="4.6925" data-y="-0.9999999999999994" cx="476.64797875479496" cy="372.21599291826493" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
188
|
+
SLEEP_X" data-x="4.6925" data-y="-1.1999999999999997" cx="476.64797875479496" cy="378.82561227500736" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
189
|
+
LO2" data-x="3.91" data-y="-1.4" cx="450.7878430215403" cy="385.4352316317498" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
190
|
+
LO1" data-x="4.6925" data-y="-1.6" cx="476.64797875479496" cy="392.04485098849216" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
191
|
+
LO0" data-x="2.9775" data-y="-2.400000000000001" cx="419.9704927707288" cy="418.4833284154618" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
192
|
+
MO" data-x="3.0275" data-y="-2.600000000000001" cx="421.62289760991445" cy="425.09294777220424" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
193
|
+
AGC_OUT" data-x="5.155" data-y="-2.2000000000000006" cx="491.9327235172617" cy="411.87370905871944" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
194
|
+
AGC_OUT" data-x="-2.465" data-y="-2.0000000000000004" cx="240.1062260253762" cy="405.264089701977" r="3" fill="green"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
|
|
195
|
+
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
196
|
+
const svg = e.currentTarget;
|
|
197
|
+
const rect = svg.getBoundingClientRect();
|
|
198
|
+
const x = e.clientX - rect.left;
|
|
199
|
+
const y = e.clientY - rect.top;
|
|
200
|
+
const crosshair = svg.getElementById('crosshair');
|
|
201
|
+
const h = svg.getElementById('crosshair-h');
|
|
202
|
+
const v = svg.getElementById('crosshair-v');
|
|
203
|
+
const coords = svg.getElementById('coordinates');
|
|
204
|
+
|
|
205
|
+
crosshair.style.display = 'block';
|
|
206
|
+
h.setAttribute('x1', '0');
|
|
207
|
+
h.setAttribute('x2', '640');
|
|
208
|
+
h.setAttribute('y1', y);
|
|
209
|
+
h.setAttribute('y2', y);
|
|
210
|
+
v.setAttribute('x1', x);
|
|
211
|
+
v.setAttribute('x2', x);
|
|
212
|
+
v.setAttribute('y1', '0');
|
|
213
|
+
v.setAttribute('y2', '640');
|
|
214
|
+
|
|
215
|
+
// Calculate real coordinates using inverse transformation
|
|
216
|
+
const matrix = {"a":33.04809678371201,"c":0,"e":321.5697845972263,"b":0,"d":-33.04809678371201,"f":339.16789613455296};
|
|
217
|
+
// Manually invert and apply the affine transform
|
|
218
|
+
// Since we only use translate and scale, we can directly compute:
|
|
219
|
+
// x' = (x - tx) / sx
|
|
220
|
+
// y' = (y - ty) / sy
|
|
221
|
+
const sx = matrix.a;
|
|
222
|
+
const sy = matrix.d;
|
|
223
|
+
const tx = matrix.e;
|
|
224
|
+
const ty = matrix.f;
|
|
225
|
+
const realPoint = {
|
|
226
|
+
x: (x - tx) / sx,
|
|
227
|
+
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
231
|
+
coords.setAttribute('x', (x + 5).toString());
|
|
232
|
+
coords.setAttribute('y', (y - 5).toString());
|
|
233
|
+
});
|
|
234
|
+
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
235
|
+
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
236
|
+
});
|
|
237
|
+
]]></script>
|
|
238
|
+
</g>
|
|
239
|
+
<g transform="translate(1216, 200)">
|
|
240
|
+
<style>
|
|
241
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
242
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
243
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
244
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
245
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
246
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
247
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
248
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
249
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
250
|
+
|
|
251
|
+
</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 249.84025559091594 267.63365282212 L 469.32907348237654 267.6336528221199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 267.63365282212 L 469.32907348237654 267.6336528221199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 280.41320553777996 L 469.32907348237654 280.41320553777996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 280.41320553777996 L 469.32907348237654 280.41320553777996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 293.19275825344005 L 469.32907348237654 293.19275825343993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 293.19275825344005 L 469.32907348237654 293.19275825343993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 305.9723109691 L 469.32907348237654 305.9723109690999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 305.9723109691 L 469.32907348237654 305.9723109690999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 318.75186368476005 L 469.32907348237654 318.75186368475994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 318.75186368476005 L 469.32907348237654 318.75186368475994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 331.53141640042 L 469.32907348237654 331.5314164004199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 331.53141640042 L 469.32907348237654 331.5314164004199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 344.31096911608006 L 469.32907348237654 344.31096911607995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 344.31096911608006 L 469.32907348237654 344.31096911607995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 357.09052183174003 L 469.32907348237654 357.0905218317399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 357.09052183174003 L 469.32907348237654 357.0905218317399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 369.8700745474 L 469.32907348237654 369.8700745473999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 369.8700745474 L 469.32907348237654 369.8700745473999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 382.64962726306004 L 469.32907348237654 382.6496272630599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 382.64962726306004 L 469.32907348237654 382.6496272630599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 395.42917997872 L 469.32907348237654 395.4291799787199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 395.42917997872 L 469.32907348237654 395.4291799787199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 408.20873269438005 L 469.32907348237654 408.20873269437993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 408.20873269438005 L 469.32907348237654 408.20873269437993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 600 205.33333333327752 L 600 192.55378061761752 L 507.66773162935647 192.55378061761752 L 507.66773162935647 205.33333333327752" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 600 205.33333333327752 L 600 192.55378061761752 L 507.66773162935647 192.55378061761752 L 507.66773162935647 205.33333333327752" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 254.85410010645998 L 378.75399361013626 254.85410010645998 L 378.75399361013626 192.5537806176175 L 507.66773162935647 192.5537806176175 L 507.66773162935647 205.33333333327752" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 254.85410010645998 L 378.75399361013626 254.85410010645998 L 378.75399361013626 192.5537806176175 L 507.66773162935647 192.5537806176175 L 507.66773162935647 205.33333333327752" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 433.7678381257 L 359.58466453664624 433.7678381257 L 359.58466453664624 161.2438764642505 L 692.3322683706435 161.2438764642505 L 692.3322683706435 205.33333333327752" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 433.7678381257 L 359.58466453664624 433.7678381257 L 359.58466453664624 161.2438764642505 L 692.3322683706435 161.2438764642505 L 692.3322683706435 205.33333333327752" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 344.31096911607995 L 943.4504792333626 344.31096911607995 L 943.4504792333626 267.6336528221199 L 730.6709265176235 267.6336528221199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 344.31096911607995 L 943.4504792333626 344.31096911607995 L 943.4504792333626 267.6336528221199 L 730.6709265176235 267.6336528221199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 357.0905218317399 L 843.450479233323 357.0905218317399 L 843.450479233323 280.41320553777996 L 730.6709265176235 280.41320553777996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 357.0905218317399 L 843.450479233323 357.0905218317399 L 843.450479233323 280.41320553777996 L 730.6709265176235 280.41320553777996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 369.87007454739995 L 837.060702875493 369.87007454739995 L 837.060702875493 293.19275825343993 L 730.6709265176235 293.19275825343993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 369.87007454739995 L 837.060702875493 369.87007454739995 L 837.060702875493 293.19275825343993 L 730.6709265176235 293.19275825343993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 382.64962726306 L 830.670926517663 382.64962726306 L 830.670926517663 305.97231096909996 L 730.6709265176235 305.97231096909996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 382.64962726306 L 830.670926517663 382.64962726306 L 830.670926517663 305.97231096909996 L 730.6709265176235 305.97231096909996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 395.42917997871996 L 843.450479233323 395.42917997871996 L 843.450479233323 389.03940362088997 L 730.6709265176235 389.03940362088997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 395.42917997871996 L 843.450479233323 395.42917997871996 L 843.450479233323 389.03940362088997 L 730.6709265176235 389.03940362088997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 408.20873269438 L 760.383386581533 408.20873269438 L 760.383386581533 401.81895633655 L 730.6709265176235 401.81895633655" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 408.20873269438 L 760.383386581533 408.20873269438 L 760.383386581533 401.81895633655 L 730.6709265176235 401.81895633655" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 420.98828541003996 L 843.450479233323 420.98828541003996 L 843.450479233323 414.59850905221003 L 730.6709265176235 414.59850905221003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 420.98828541003996 L 843.450479233323 420.98828541003996 L 843.450479233323 414.59850905221003 L 730.6709265176235 414.59850905221003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 433.76783812569994 L 843.450479233323 433.76783812569994 L 843.450479233323 427.37806176787 L 730.6709265176235 427.37806176787" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 433.76783812569994 L 843.450479233323 433.76783812569994 L 843.450479233323 427.37806176787 L 730.6709265176235 427.37806176787" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 446.54739084135997 L 843.450479233323 446.54739084135997 L 843.450479233323 440.15761448353004 L 730.6709265176235 440.15761448353004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 446.54739084135997 L 843.450479233323 446.54739084135997 L 843.450479233323 440.15761448353004 L 730.6709265176235 440.15761448353004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 459.32694355701994 L 843.450479233323 459.32694355701994 L 843.450479233323 452.93716719919007 L 730.6709265176235 452.93716719919007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 459.32694355701994 L 843.450479233323 459.32694355701994 L 843.450479233323 452.93716719919007 L 730.6709265176235 452.93716719919007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 472.10649627268 L 843.450479233323 472.10649627268 L 843.450479233323 465.71671991485005 L 730.6709265176235 465.71671991485005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 472.10649627268 L 843.450479233323 472.10649627268 L 843.450479233323 465.71671991485005 L 730.6709265176235 465.71671991485005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 484.88604898833995 L 843.450479233323 484.88604898833995 L 843.450479233323 478.4962726305101 L 730.6709265176235 478.4962726305101" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 484.88604898833995 L 843.450479233323 484.88604898833995 L 843.450479233323 478.4962726305101 L 730.6709265176235 478.4962726305101" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 497.665601704 L 843.450479233323 497.665601704 L 843.450479233323 491.27582534617005 L 730.6709265176235 491.27582534617005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 497.665601704 L 843.450479233323 497.665601704 L 843.450479233323 491.27582534617005 L 730.6709265176235 491.27582534617005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 510.44515441965996 L 843.450479233323 510.44515441965996 L 843.450479233323 504.0553780618301 L 730.6709265176235 504.0553780618301" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 510.44515441965996 L 843.450479233323 510.44515441965996 L 843.450479233323 504.0553780618301 L 730.6709265176235 504.0553780618301" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 523.2247071353199 L 743.4504792332835 523.2247071353199 L 743.4504792332835 561.5633652823001 L 730.6709265176235 561.5633652823001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 523.2247071353199 L 743.4504792332835 523.2247071353199 L 743.4504792332835 561.5633652823001 L 730.6709265176235 561.5633652823001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 536.00425985098 L 843.450479233323 536.00425985098 L 843.450479233323 574.3429179979601 L 730.6709265176235 574.3429179979601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 536.00425985098 L 843.450479233323 536.00425985098 L 843.450479233323 574.3429179979601 L 730.6709265176235 574.3429179979601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 548.78381256664 L 849.840255591153 548.78381256664 L 849.840255591153 587.12247071362 L 730.6709265176235 587.12247071362" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 548.78381256664 L 849.840255591153 548.78381256664 L 849.840255591153 587.12247071362 L 730.6709265176235 587.12247071362" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 561.5633652823001 L 856.230031948983 561.5633652823001 L 856.230031948983 599.90202342928 L 730.6709265176235 599.90202342928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 561.5633652823001 L 856.230031948983 561.5633652823001 L 856.230031948983 599.90202342928 L 730.6709265176235 599.90202342928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 249.84025559091594 446.54739084136 L 440.35143769961746 446.54739084136 L 440.35143769961746 548.78381256664 L 401.5335463258002 548.78381256664 L 401.5335463258002 674.9818956337825 L 630.8626198083189 674.9818956337825 L 630.8626198083189 662.2023429181224" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 249.84025559091594 446.54739084136 L 440.35143769961746 446.54739084136 L 440.35143769961746 548.78381256664 L 401.5335463258002 548.78381256664 L 401.5335463258002 674.9818956337825 L 630.8626198083189 674.9818956337825 L 630.8626198083189 662.2023429181224" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 507.66773162935647 192.5537806176175 L 507.66773162935647 147.18636847702453" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 507.66773162935647 192.5537806176175 L 507.66773162935647 147.18636847702453" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 956.2300319490225 574.3429179979601 L 902.5559105432505 574.3429179979601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 956.2300319490225 574.3429179979601 L 902.5559105432505 574.3429179979601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" 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 469.32907348237654 561.5633652823001 L 415.6549520766045 561.5633652823001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.223642172528px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 469.32907348237654 561.5633652823001 L 415.6549520766045 561.5633652823001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.277955271566px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="507.66773162935647" cy="192.55378061761752" r="1.916932907349" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="507.66773162935647" cy="205.33333333327752" r="1.916932907349" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="494.8881789136965" y="230.8924387645975" width="210.22364217260701" height="405.750798722205" stroke-width="1.277955271566px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="494.8881789136965" y="230.8924387645975" width="210.22364217260701" height="405.750798722205" fill="transparent"/><text class="sch-text" x="600" y="433.7678381257" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 600, 433.7678381257)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="561.5633652823001" x2="469.32907348237654" y2="561.5633652823001" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="468.05111821081056" y="560.285410010734" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="560.285410010734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="561.5633652823001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="507.66773162935647" y1="636.6432374868025" x2="507.66773162935647" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="507.66773162935647" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="506.3897763577905" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="506.3897763577905" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 506.3897763577905 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="507.66773162935647" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 507.66773162935647 630.2534611289725)">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="507.66773162935647" y1="230.8924387645975" x2="507.66773162935647" y2="205.33333333327752" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="506.3897763577905" y="204.05537806171154" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="506.3897763577905" y="218.1128860489375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 506.3897763577905 218.1128860489375)"></text><text class="pin-number sch-pin-label" x="507.66773162935647" y="237.28221512242752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 507.66773162935647 237.28221512242752)">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="267.6336528221199" x2="730.6709265176235" y2="267.6336528221199" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="729.3929712460574" y="266.35569755055394" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="266.35569755055394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="267.6336528221199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="538.4664536740971" y1="636.6432374868025" x2="538.4664536740971" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="538.4664536740971" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="537.1884984025311" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="537.1884984025311" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 537.1884984025311 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="538.4664536740971" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 538.4664536740971 630.2534611289725)">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="280.41320553777996" x2="730.6709265176235" y2="280.41320553777996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="729.3929712460574" y="279.135250266214" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="279.1352502662139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="280.41320553777996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="293.19275825343993" x2="730.6709265176235" y2="293.19275825343993" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="729.3929712460574" y="291.91480298187395" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="291.91480298187395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="293.19275825343993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="569.2651757188377" y1="636.6432374868025" x2="569.2651757188377" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="569.2651757188377" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="567.9872204472716" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="567.9872204472716" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 567.9872204472716 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="569.2651757188377" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 569.2651757188377 630.2534611289725)">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="305.97231096909996" x2="730.6709265176235" y2="305.97231096909996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="729.3929712460574" y="304.694355697534" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="304.694355697534" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="305.97231096909996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="600" y1="230.8924387645975" x2="600" y2="205.33333333327752" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="598.722044728434" y="204.05537806171154" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.7220447284341" y="218.1128860489375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 598.7220447284341 218.1128860489375)"></text><text class="pin-number sch-pin-label" x="600" y="237.28221512242752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 600 237.28221512242752)">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="484.88604898833995" x2="470.6070287539425" y2="484.88604898833995" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="484.88604898833995" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="483.60809371677396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="483.60809371677396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="484.88604898833995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="472.1064962726799" x2="470.6070287539425" y2="472.1064962726799" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="472.1064962726799" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="470.82854100111393" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="470.82854100111393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="472.1064962726799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="446.5473908413599" x2="470.6070287539425" y2="446.5473908413599" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="446.5473908413599" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="445.2694355697939" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="445.2694355697939" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="446.5473908413599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="459.32694355701994" x2="470.6070287539425" y2="459.32694355701994" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="459.32694355701994" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="458.04898828545396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="458.04898828545396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="459.32694355701994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="600.0638977635783" y1="636.6432374868025" x2="600.0638977635783" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="600.0638977635783" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="598.7859424920123" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.7859424920123" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 598.7859424920123 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="600.0638977635783" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 600.0638977635783 630.2534611289725)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="630.8626198083189" y1="636.6432374868025" x2="630.8626198083189" y2="662.2023429181224" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="629.5846645367528" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="629.5846645367528" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 629.5846645367528 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="630.8626198083189" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 630.8626198083189 630.2534611289725)">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="267.6336528221199" x2="469.32907348237654" y2="267.6336528221199" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="468.05111821081056" y="266.35569755055394" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="266.35569755055394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="267.6336528221199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="599.90202342928" x2="470.6070287539425" y2="599.90202342928" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="599.90202342928" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="598.624068157714" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="598.6240681577141" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="599.90202342928" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="280.41320553777996" x2="469.32907348237654" y2="280.41320553777996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="468.05111821081056" y="279.135250266214" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="279.1352502662139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="280.41320553777996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="293.19275825343993" x2="469.32907348237654" y2="293.19275825343993" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><rect x="468.05111821081056" y="291.91480298187395" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="291.9148029818739" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="293.19275825343993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="305.9723109690999" x2="469.32907348237654" y2="305.9723109690999" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="468.05111821081056" y="304.6943556975339" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="304.6943556975339" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="305.9723109690999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="318.75186368475994" x2="469.32907348237654" y2="318.75186368475994" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="468.05111821081056" y="317.47390841319395" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="317.47390841319395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="318.75186368475994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="331.5314164004199" x2="469.32907348237654" y2="331.5314164004199" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="468.05111821081056" y="330.2534611288539" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="330.2534611288539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="331.5314164004199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="344.31096911607995" x2="469.32907348237654" y2="344.31096911607995" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="468.05111821081056" y="343.03301384451396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="343.0330138445139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="344.31096911607995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="357.0905218317399" x2="469.32907348237654" y2="357.0905218317399" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><rect x="468.05111821081056" y="355.81256656017393" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="355.81256656017393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="357.0905218317399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="369.8700745473999" x2="469.32907348237654" y2="369.8700745473999" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="468.05111821081056" y="368.5921192758339" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="368.5921192758339" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="369.8700745473999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="382.6496272630599" x2="469.32907348237654" y2="382.6496272630599" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><rect x="468.05111821081056" y="381.37167199149394" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="381.37167199149394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="382.6496272630599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="395.4291799787199" x2="469.32907348237654" y2="395.4291799787199" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="468.05111821081056" y="394.1512247071539" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="394.1512247071539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="395.4291799787199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="408.20873269437993" x2="469.32907348237654" y2="408.20873269437993" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="468.05111821081056" y="406.93077742281395" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="406.9307774228139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="408.20873269437993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="692.3322683706435" y1="230.8924387645975" x2="692.3322683706435" y2="205.33333333327752" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><rect x="691.0543130990775" y="204.05537806171154" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.0543130990775" y="218.1128860489375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 691.0543130990775 218.1128860489375)"></text><text class="pin-number sch-pin-label" x="692.3322683706435" y="237.28221512242752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 692.3322683706435 237.28221512242752)">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="561.5633652823001" x2="730.6709265176235" y2="561.5633652823001" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="729.3929712460574" y="560.285410010734" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="560.285410010734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="561.5633652823001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="574.3429179979601" x2="730.6709265176235" y2="574.3429179979601" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><rect x="729.3929712460574" y="573.064962726394" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="573.064962726394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="574.3429179979601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="587.12247071362" x2="730.6709265176235" y2="587.12247071362" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="729.3929712460574" y="585.844515442054" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="585.844515442054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="587.12247071362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="599.90202342928" x2="730.6709265176235" y2="599.90202342928" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="729.3929712460574" y="598.624068157714" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="598.6240681577141" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="599.90202342928" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="548.78381256664" x2="470.6070287539425" y2="548.78381256664" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="548.78381256664" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="547.505857295074" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="547.5058572950741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="548.78381256664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="504.0553780618301" x2="730.6709265176235" y2="504.0553780618301" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><rect x="729.3929712460574" y="502.7774227902641" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="502.77742279026404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="504.0553780618301" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="491.27582534617005" x2="730.6709265176235" y2="491.27582534617005" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><rect x="729.3929712460574" y="489.99787007460407" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="489.99787007460407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="491.27582534617005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="465.71671991485005" x2="730.6709265176235" y2="465.71671991485005" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="729.3929712460574" y="464.43876464328406" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="464.43876464328406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="465.71671991485005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="478.4962726305101" x2="730.6709265176235" y2="478.4962726305101" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><rect x="729.3929712460574" y="477.2183173589441" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="477.2183173589441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="478.4962726305101" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="452.93716719919007" x2="730.6709265176235" y2="452.93716719919007" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="729.3929712460574" y="451.6592119276241" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="451.659211927624" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="452.93716719919007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="440.15761448353004" x2="730.6709265176235" y2="440.15761448353004" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="729.3929712460574" y="438.87965921196405" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="438.87965921196405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="440.15761448353004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="427.37806176787" x2="730.6709265176235" y2="427.37806176787" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><rect x="729.3929712460574" y="426.100106496304" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="426.100106496304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="427.37806176787" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="414.59850905221003" x2="730.6709265176235" y2="414.59850905221003" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><rect x="729.3929712460574" y="413.32055378064405" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="413.320553780644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="414.59850905221003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="510.44515441965996" x2="470.6070287539425" y2="510.44515441965996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="510.44515441965996" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="509.16719914809397" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="509.16719914809397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="510.44515441965996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="494.8881789136965" y1="497.665601704" x2="470.6070287539425" y2="497.665601704" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="469.32907348237654" cy="497.665601704" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="468.05111821081056" y="496.387646432434" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.1086261980365" y="496.38764643243394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="501.2779552715265" y="497.665601704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="661.6613418530595" y1="636.6432374868025" x2="661.6613418530595" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="661.6613418530595" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="660.3833865814935" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="660.3833865814935" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 660.3833865814935 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="661.6613418530595" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 661.6613418530595 630.2534611289725)">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="401.81895633655" x2="730.6709265176235" y2="401.81895633655" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><rect x="729.3929712460574" y="400.541001064984" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="400.541001064984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="401.81895633655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="705.1118210863035" y1="389.03940362088997" x2="730.6709265176235" y2="389.03940362088997" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="729.3929712460574" y="387.761448349324" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="717.8913738019635" y="387.761448349324" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="698.7220447284735" y="389.03940362088997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="692.3322683706435" y1="636.6432374868025" x2="692.3322683706435" y2="660.9243876465565" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="692.3322683706435" cy="662.2023429181224" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="691.0543130990775" y="660.9243876465564" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.0543130990775" y="649.4227902024625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform="rotate(-90 691.0543130990775 649.4227902024625)"></text><text class="pin-number sch-pin-label" x="692.3322683706435" y="630.2534611289725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="rotate(-90 692.3322683706435 630.2534611289725)">schematic_port_48</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="81.15015974420407" y="229.29499467513998" width="143.13099041539186" height="255.5910543132001" stroke-width="1.277955271566px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="81.15015974420407" y="229.29499467513998" width="143.13099041539186" height="255.5910543132001" fill="transparent"/><text class="sch-text" x="152.71565495189998" y="357.09052183174003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 152.71565495189998, 357.09052183174003)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="242.07454739079998" x2="248.56230031935002" y2="242.07454739079998" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="249.84025559091594" cy="242.07454739079998" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="248.56230031934996" y="240.796592119234" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="240.79659211923396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="242.07454739079998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="254.85410010645998" x2="249.84025559091594" y2="254.85410010645998" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="248.56230031934996" y="253.576144834894" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="253.57614483489397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="254.85410010645998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="267.63365282212" x2="249.84025559091594" y2="267.63365282212" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="248.56230031934996" y="266.355697550554" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="266.355697550554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="267.63365282212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="280.41320553777996" x2="249.84025559091594" y2="280.41320553777996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="248.56230031934996" y="279.135250266214" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="279.13525026621403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="280.41320553777996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="293.19275825344005" x2="249.84025559091594" y2="293.19275825344005" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="248.56230031934996" y="291.91480298187406" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="291.914802981874" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="293.19275825344005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="305.9723109691" x2="249.84025559091594" y2="305.9723109691" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="248.56230031934996" y="304.69435569753404" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="304.694355697534" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="305.9723109691" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="318.75186368476005" x2="249.84025559091594" y2="318.75186368476005" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="248.56230031934996" y="317.47390841319407" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="317.47390841319407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="318.75186368476005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="331.53141640042" x2="249.84025559091594" y2="331.53141640042" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="248.56230031934996" y="330.25346112885404" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="330.25346112885404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="331.53141640042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_56</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="344.31096911608006" x2="249.84025559091594" y2="344.31096911608006" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><rect x="248.56230031934996" y="343.0330138445141" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="343.033013844514" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="344.31096911608006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="357.09052183174003" x2="249.84025559091594" y2="357.09052183174003" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="248.56230031934996" y="355.81256656017405" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="355.81256656017405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="357.09052183174003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_58</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="369.8700745474" x2="249.84025559091594" y2="369.8700745474" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="248.56230031934996" y="368.592119275834" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="368.592119275834" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="369.8700745474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="382.64962726306004" x2="249.84025559091594" y2="382.64962726306004" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="248.56230031934996" y="381.37167199149405" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="381.37167199149405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="382.64962726306004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_60</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="395.42917997872" x2="249.84025559091594" y2="395.42917997872" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="248.56230031934996" y="394.15122470715403" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="394.15122470715403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="395.42917997872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_61</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="408.20873269438005" x2="249.84025559091594" y2="408.20873269438005" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_13__stack1"><rect x="248.56230031934996" y="406.93077742281406" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="406.930777422814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="408.20873269438005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_62</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="420.98828541004" x2="248.56230031935002" y2="420.98828541004" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="249.84025559091594" cy="420.98828541004" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="248.56230031934996" y="419.71033013847403" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="419.71033013847403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="420.98828541004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_63</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="433.7678381257" x2="249.84025559091594" y2="433.7678381257" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_15__stack1"><rect x="248.56230031934996" y="432.489882854134" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="432.489882854134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="433.7678381257" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_64</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="446.54739084136" x2="249.84025559091594" y2="446.54739084136" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_16__stack1"><rect x="248.56230031934996" y="445.26943556979404" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="445.26943556979404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="446.54739084136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_65</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="459.32694355702006" x2="248.56230031935002" y2="459.32694355702006" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="249.84025559091594" cy="459.32694355702006" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="248.56230031934996" y="458.0489882854541" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="458.048988285454" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="459.32694355702006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_66</text><line class="component-pin sch-component-pin sch-port-line" x1="224.28115015959594" y1="472.10649627268003" x2="248.56230031935002" y2="472.10649627268003" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_1_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="249.84025559091594" cy="472.10649627268003" r="1.277955271566" stroke-width="1.277955271566px"/><rect x="248.56230031934996" y="470.82854100111405" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.06070287525597" y="470.82854100111405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="217.89137380176595" y="472.10649627268003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_67</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="981.7891373803425" y="331.53141640041997" width="130.99041533551508" height="255.59105431320006" stroke-width="1.277955271566px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="981.7891373803425" y="331.53141640041997" width="130.99041533551508" height="255.59105431320006" fill="transparent"/><text class="sch-text" x="1047.2843450481" y="459.32694355702" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 1047.2843450481, 459.32694355702)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="344.31096911607995" x2="956.2300319490225" y2="344.31096911607995" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="954.9520766774565" y="343.03301384451396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="343.03301384451396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="344.31096911607995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_68</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="357.0905218317399" x2="956.2300319490225" y2="357.0905218317399" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="954.9520766774565" y="355.81256656017393" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="355.81256656017393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="357.0905218317399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_69</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="369.87007454739995" x2="956.2300319490225" y2="369.87007454739995" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="954.9520766774565" y="368.59211927583397" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="368.59211927583397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="369.87007454739995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_70</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="382.64962726306" x2="956.2300319490225" y2="382.64962726306" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><rect x="954.9520766774565" y="381.371671991494" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="381.37167199149394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="382.64962726306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_71</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="395.42917997871996" x2="956.2300319490225" y2="395.42917997871996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="954.9520766774565" y="394.151224707154" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="394.151224707154" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="395.42917997871996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_72</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="408.20873269438" x2="956.2300319490225" y2="408.20873269438" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="954.9520766774565" y="406.930777422814" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="406.93077742281395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="408.20873269438" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_73</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="420.98828541003996" x2="956.2300319490225" y2="420.98828541003996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><rect x="954.9520766774565" y="419.710330138474" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="419.710330138474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="420.98828541003996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_74</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="433.76783812569994" x2="956.2300319490225" y2="433.76783812569994" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><rect x="954.9520766774565" y="432.48988285413395" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="432.48988285413395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="433.76783812569994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_75</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="446.54739084135997" x2="956.2300319490225" y2="446.54739084135997" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_8__stack1"><rect x="954.9520766774565" y="445.269435569794" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="445.269435569794" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="446.54739084135997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_76</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="459.32694355701994" x2="956.2300319490225" y2="459.32694355701994" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_9__stack1"><rect x="954.9520766774565" y="458.04898828545396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="458.04898828545396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="459.32694355701994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_77</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="472.10649627268" x2="956.2300319490225" y2="472.10649627268" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_10__stack1"><rect x="954.9520766774565" y="470.828541001114" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="470.82854100111393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="472.10649627268" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_78</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="484.88604898833995" x2="956.2300319490225" y2="484.88604898833995" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_11__stack1"><rect x="954.9520766774565" y="483.60809371677396" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="483.60809371677396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="484.88604898833995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_79</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="497.665601704" x2="956.2300319490225" y2="497.665601704" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_12__stack1"><rect x="954.9520766774565" y="496.387646432434" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="496.38764643243394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="497.665601704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_80</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="510.44515441965996" x2="956.2300319490225" y2="510.44515441965996" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_13__stack1"><rect x="954.9520766774565" y="509.16719914809397" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="509.16719914809397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="510.44515441965996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_81</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="523.2247071353199" x2="956.2300319490225" y2="523.2247071353199" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_14__stack1"><rect x="954.9520766774565" y="521.9467518637539" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="521.946751863754" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="523.2247071353199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_82</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="536.00425985098" x2="956.2300319490225" y2="536.00425985098" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_15__stack1"><rect x="954.9520766774565" y="534.726304579414" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="534.726304579414" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="536.00425985098" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_83</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="548.78381256664" x2="956.2300319490225" y2="548.78381256664" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_16__stack1"><rect x="954.9520766774565" y="547.505857295074" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="547.5058572950741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="548.78381256664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_84</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="561.5633652823001" x2="956.2300319490225" y2="561.5633652823001" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_17__stack1"><rect x="954.9520766774565" y="560.285410010734" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="560.285410010734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="561.5633652823001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_85</text><line class="component-pin sch-component-pin sch-port-line" x1="981.7891373803425" y1="574.3429179979601" x2="956.2300319490225" y2="574.3429179979601" stroke-width="1.277955271566px"/><g class="sch-port" data-schematic-port-id="source_port_2_18__stack1"><rect x="954.9520766774565" y="573.064962726394" width="2.555910543132" height="2.555910543132" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.0095846646825" y="573.064962726394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.584664536745px" transform=""></text><text class="pin-number sch-pin-label" x="988.1789137381725" y="574.3429179979601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.584664536745px" transform="">schematic_port_86</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="469.32907348237654" cy="561.5633652823001" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="507.66773162935647" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="507.66773162935647" cy="205.33333333327752" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="730.6709265176235" cy="267.6336528221199" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="538.4664536740971" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="730.6709265176235" cy="280.41320553777996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="730.6709265176235" cy="293.19275825343993" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="569.2651757188377" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="730.6709265176235" cy="305.97231096909996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="600" cy="205.33333333327752" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="469.32907348237654" cy="484.88604898833995" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="469.32907348237654" cy="472.1064962726799" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="469.32907348237654" cy="446.5473908413599" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="469.32907348237654" cy="459.32694355701994" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="600.0638977635783" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="630.8626198083189" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="469.32907348237654" cy="267.6336528221199" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="469.32907348237654" cy="599.90202342928" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="469.32907348237654" cy="280.41320553777996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="469.32907348237654" cy="293.19275825343993" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="469.32907348237654" cy="305.9723109690999" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="469.32907348237654" cy="318.75186368475994" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="469.32907348237654" cy="331.5314164004199" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="469.32907348237654" cy="344.31096911607995" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="469.32907348237654" cy="357.0905218317399" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="469.32907348237654" cy="369.8700745473999" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="469.32907348237654" cy="382.6496272630599" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="469.32907348237654" cy="395.4291799787199" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="469.32907348237654" cy="408.20873269437993" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="692.3322683706435" cy="205.33333333327752" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="730.6709265176235" cy="561.5633652823001" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="730.6709265176235" cy="574.3429179979601" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="730.6709265176235" cy="587.12247071362" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="730.6709265176235" cy="599.90202342928" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="469.32907348237654" cy="548.78381256664" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="730.6709265176235" cy="504.0553780618301" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="730.6709265176235" cy="491.27582534617005" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="730.6709265176235" cy="465.71671991485005" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="730.6709265176235" cy="478.4962726305101" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="730.6709265176235" cy="452.93716719919007" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="730.6709265176235" cy="440.15761448353004" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="730.6709265176235" cy="427.37806176787" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="730.6709265176235" cy="414.59850905221003" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="469.32907348237654" cy="510.44515441965996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="469.32907348237654" cy="497.665601704" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="661.6613418530595" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="730.6709265176235" cy="401.81895633655" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="730.6709265176235" cy="389.03940362088997" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="692.3322683706435" cy="662.2023429181224" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="249.84025559091594" cy="242.07454739079998" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="249.84025559091594" cy="254.85410010645998" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="249.84025559091594" cy="267.63365282212" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="249.84025559091594" cy="280.41320553777996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="249.84025559091594" cy="293.19275825344005" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="249.84025559091594" cy="305.9723109691" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="249.84025559091594" cy="318.75186368476005" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="249.84025559091594" cy="331.53141640042" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="249.84025559091594" cy="344.31096911608006" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="249.84025559091594" cy="357.09052183174003" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="249.84025559091594" cy="369.8700745474" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="249.84025559091594" cy="382.64962726306004" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="249.84025559091594" cy="395.42917997872" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_13__stack1"><circle cx="249.84025559091594" cy="408.20873269438005" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_14__stack1"><circle cx="249.84025559091594" cy="420.98828541004" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_15__stack1"><circle cx="249.84025559091594" cy="433.7678381257" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_16__stack1"><circle cx="249.84025559091594" cy="446.54739084136" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_17__stack1"><circle cx="249.84025559091594" cy="459.32694355702006" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_18__stack1"><circle cx="249.84025559091594" cy="472.10649627268003" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="956.2300319490225" cy="344.31096911607995" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="956.2300319490225" cy="357.0905218317399" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="956.2300319490225" cy="369.87007454739995" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="956.2300319490225" cy="382.64962726306" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="956.2300319490225" cy="395.42917997871996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="956.2300319490225" cy="408.20873269438" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="956.2300319490225" cy="420.98828541003996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="956.2300319490225" cy="433.76783812569994" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_8__stack1"><circle cx="956.2300319490225" cy="446.54739084135997" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_9__stack1"><circle cx="956.2300319490225" cy="459.32694355701994" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_10__stack1"><circle cx="956.2300319490225" cy="472.10649627268" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_11__stack1"><circle cx="956.2300319490225" cy="484.88604898833995" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_12__stack1"><circle cx="956.2300319490225" cy="497.665601704" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_13__stack1"><circle cx="956.2300319490225" cy="510.44515441965996" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_14__stack1"><circle cx="956.2300319490225" cy="523.2247071353199" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_15__stack1"><circle cx="956.2300319490225" cy="536.00425985098" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_16__stack1"><circle cx="956.2300319490225" cy="548.78381256664" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_17__stack1"><circle cx="956.2300319490225" cy="561.5633652823001" r="2.555910543132" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_18__stack1"><circle cx="956.2300319490225" cy="574.3429179979601" r="2.555910543132" 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="
|
|
252
|
+
M 507.66773162935647,147.18636847702453
|
|
253
|
+
L 501.2779552715265,143.73588924379632
|
|
254
|
+
L 501.2779552715265,121.82321618734466
|
|
255
|
+
L 514.0575079871865,121.82321618734466
|
|
256
|
+
L 514.0575079871865,143.73588924379632
|
|
257
|
+
Z
|
|
258
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.277955271566px"/><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="507.66773162935647" y="141.43556975497754" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.501597444094px" transform="rotate(-90 507.66773162935647 141.43556975497754)">XX</text><text class="sch-text" x="753.6741214058115" y="208.5282215121925" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444093981px" transform="rotate(0, 753.6741214058115, 208.5282215121925)">TB67S579FTG</text><text class="sch-text" x="719.1693290735295" y="223.54419595309298" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 719.1693290735295, 223.54419595309298)">U1</text><text class="sch-text" x="88.81789137359988" y="221.94675186363546" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 88.81789137359988, 221.94675186363546)">J1</text><text class="sch-text" x="989.4568690097385" y="324.18317358891545" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.501597444094px" transform="rotate(0, 989.4568690097385, 324.18317358891545)">J4</text><text class="sch-text" x="397.9233226836262" y="260.604898828507" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 397.9233226836262, 260.604898828507)">XXXXXXXXXXXX</text><text class="sch-text" x="385.14376996796625" y="273.384451544167" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 273.384451544167)">XXXXXXXXX</text><text class="sch-text" x="385.14376996796625" y="286.16400425982704" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 286.16400425982704)">XXXXXXXX</text><text class="sch-text" x="385.14376996796625" y="298.943556975487" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 298.943556975487)">XXXXXXXX</text><text class="sch-text" x="385.14376996796625" y="311.72310969114704" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 311.72310969114704)">XXXXXXX</text><text class="sch-text" x="378.75399361013626" y="324.502662406807" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 378.75399361013626, 324.502662406807)">XXXXXX</text><text class="sch-text" x="378.75399361013626" y="337.28221512246705" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 378.75399361013626, 337.28221512246705)">XXXXXX</text><text class="sch-text" x="397.9233226836262" y="350.061767838127" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 397.9233226836262, 350.061767838127)">XXXXXXXXXXXX</text><text class="sch-text" x="378.75399361013626" y="362.841320553787" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 378.75399361013626, 362.841320553787)">XXXXX</text><text class="sch-text" x="385.14376996796625" y="375.62087326944703" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 375.62087326944703)">XXXXXXX</text><text class="sch-text" x="385.14376996796625" y="388.40042598510706" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 388.40042598510706)">XXXXXXX</text><text class="sch-text" x="385.14376996796625" y="401.17997870076704" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 385.14376996796625, 401.17997870076704)">XXXXXXX</text><text class="sch-text" x="525.9584664536449" y="154.21512247063748" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 525.9584664536449, 154.21512247063748)">XXXX</text><text class="sch-text" x="516.1980830670595" y="667.9531416401695" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 516.1980830670595, 667.9531416401695)">XXX</text><text class="sch-text" x="837.060702875493" y="260.604898828507" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 837.060702875493, 260.604898828507)">XXXXXXX</text><text class="sch-text" x="899.8402555911728" y="350.06176783812697" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 350.06176783812697)">XXXXXXX</text><text class="sch-text" x="896.6453674122578" y="362.84132055378694" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 896.6453674122578, 362.84132055378694)">XXXXXXX</text><text class="sch-text" x="893.4504792333428" y="375.620873269447" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 893.4504792333428, 375.620873269447)">XXXXXXX</text><text class="sch-text" x="899.8402555911728" y="388.40042598510695" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 388.40042598510695)">XXXXXXXXX</text><text class="sch-text" x="858.3067092652777" y="401.179978700767" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 858.3067092652777, 401.179978700767)">XXXXXXXXXX</text><text class="sch-text" x="899.8402555911728" y="413.95953141642696" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 413.95953141642696)">XXXXXX</text><text class="sch-text" x="899.8402555911728" y="426.739084132087" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 426.739084132087)">XXXXXX</text><text class="sch-text" x="899.8402555911728" y="439.51863684774696" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 439.51863684774696)">XXXXXX</text><text class="sch-text" x="899.8402555911728" y="452.29818956340694" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 452.29818956340694)">XXX</text><text class="sch-text" x="899.8402555911728" y="465.07774227906697" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 465.07774227906697)">XXXXXX</text><text class="sch-text" x="899.8402555911728" y="477.85729499472694" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 477.85729499472694)">XXXXXX</text><text class="sch-text" x="899.8402555911728" y="490.636847710387" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 490.636847710387)">XXXXXXX</text><text class="sch-text" x="899.8402555911728" y="503.41640042604695" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 503.41640042604695)">XXXXXXX</text><text class="sch-text" x="849.840255591153" y="516.1959531417069" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 849.840255591153, 516.1959531417069)">XXX</text><text class="sch-text" x="899.8402555911728" y="528.975505857367" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 899.8402555911728, 528.975505857367)">XXX</text><text class="sch-text" x="790.2555910543882" y="580.093716720007" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 790.2555910543882, 580.093716720007)">XXX</text><text class="sch-text" x="793.4504792333032" y="592.873269435667" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 793.4504792333032, 592.873269435667)">XX</text><text class="sch-text" x="929.3929712461365" y="567.314164004347" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 929.3929712461365, 567.314164004347)">XXXXXXX</text><text class="sch-text" x="442.4920127794905" y="554.5346112886871" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.667731629396px" transform="rotate(0, 442.4920127794905, 554.5346112886871)">XXXXXXX</text><rect class="schematic-box sch-box" x="711.5015974441335" y="202.7774227901455" width="84.34504792335599" height="11.501597444093989" stroke-width="1.277955271566px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.223642172528 5.111821086264"/><rect class="schematic-box sch-box" x="707.6677316294355" y="215.55697550580553" width="23.003194888187977" height="15.974440894574968" stroke-width="1.277955271566px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.223642172528 5.111821086264"/><rect class="schematic-box sch-box" x="77.31629392950595" y="213.959531416348" width="23.003194888187977" height="15.974440894574968" stroke-width="1.277955271566px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.223642172528 5.111821086264"/><rect class="schematic-box sch-box" x="977.9552715656446" y="316.1959531416279" width="23.003194888187863" height="15.974440894575025" stroke-width="1.277955271566px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.223642172528 5.111821086264"/>
|
|
259
|
+
</g>
|
|
260
|
+
</svg>
|