@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
- package/dist/index.d.ts +31 -2
- package/dist/index.js +127 -46
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
- package/lib/types/InputProblem.ts +27 -1
- package/package.json +8 -1
- package/site/examples/example51.page.tsx +4 -0
- package/tests/assets/example51.json +5102 -0
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
- package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
- package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
- package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
- package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
- package/tests/examples/__snapshots__/example01.snap.svg +44 -5
- package/tests/examples/__snapshots__/example02.snap.svg +51 -5
- package/tests/examples/__snapshots__/example03.snap.svg +86 -5
- package/tests/examples/__snapshots__/example04.snap.svg +30 -5
- package/tests/examples/__snapshots__/example05.snap.svg +30 -5
- package/tests/examples/__snapshots__/example06.snap.svg +30 -5
- package/tests/examples/__snapshots__/example07.snap.svg +58 -5
- package/tests/examples/__snapshots__/example08.snap.svg +37 -5
- package/tests/examples/__snapshots__/example09.snap.svg +149 -5
- package/tests/examples/__snapshots__/example10.snap.svg +65 -5
- package/tests/examples/__snapshots__/example11.snap.svg +51 -5
- package/tests/examples/__snapshots__/example12.snap.svg +51 -5
- package/tests/examples/__snapshots__/example13.snap.svg +72 -5
- package/tests/examples/__snapshots__/example14.snap.svg +79 -5
- package/tests/examples/__snapshots__/example15.snap.svg +86 -5
- package/tests/examples/__snapshots__/example16.snap.svg +51 -5
- package/tests/examples/__snapshots__/example17.snap.svg +51 -5
- package/tests/examples/__snapshots__/example18.snap.svg +58 -5
- package/tests/examples/__snapshots__/example19.snap.svg +44 -5
- package/tests/examples/__snapshots__/example20.snap.svg +44 -5
- package/tests/examples/__snapshots__/example21.snap.svg +72 -5
- package/tests/examples/__snapshots__/example22.snap.svg +51 -5
- package/tests/examples/__snapshots__/example23.snap.svg +51 -5
- package/tests/examples/__snapshots__/example24.snap.svg +51 -5
- package/tests/examples/__snapshots__/example25.snap.svg +86 -5
- package/tests/examples/__snapshots__/example26.snap.svg +51 -5
- package/tests/examples/__snapshots__/example27.snap.svg +72 -5
- package/tests/examples/__snapshots__/example28.snap.svg +44 -5
- package/tests/examples/__snapshots__/example29.snap.svg +324 -5
- package/tests/examples/__snapshots__/example30.snap.svg +107 -5
- package/tests/examples/__snapshots__/example31.snap.svg +37 -5
- package/tests/examples/__snapshots__/example32.snap.svg +149 -5
- package/tests/examples/__snapshots__/example33.snap.svg +93 -5
- package/tests/examples/__snapshots__/example34.snap.svg +51 -5
- package/tests/examples/__snapshots__/example35.snap.svg +58 -5
- package/tests/examples/__snapshots__/example36.snap.svg +44 -5
- package/tests/examples/__snapshots__/example37.snap.svg +72 -5
- package/tests/examples/__snapshots__/example38.snap.svg +30 -5
- package/tests/examples/__snapshots__/example39.snap.svg +37 -5
- package/tests/examples/__snapshots__/example40.snap.svg +100 -5
- package/tests/examples/__snapshots__/example41.snap.svg +44 -5
- package/tests/examples/__snapshots__/example42.snap.svg +65 -5
- package/tests/examples/__snapshots__/example43.snap.svg +58 -5
- package/tests/examples/__snapshots__/example44.snap.svg +107 -5
- package/tests/examples/__snapshots__/example45.snap.svg +51 -5
- package/tests/examples/__snapshots__/example46.snap.svg +93 -5
- package/tests/examples/__snapshots__/example47.snap.svg +93 -5
- package/tests/examples/__snapshots__/example48.snap.svg +65 -5
- package/tests/examples/__snapshots__/example49.snap.svg +177 -5
- package/tests/examples/__snapshots__/example50.snap.svg +93 -5
- package/tests/examples/__snapshots__/example51.snap.svg +952 -0
- package/tests/examples/example51.test.ts +12 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
- package/tests/fixtures/matcher.ts +45 -8
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
- package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
- package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
- package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
- package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
- package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
- package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
- package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
- package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="
|
|
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="8.9,15.1 8.9,14.7" data-type="line" data-label="" points="108.65583456425406,117.2998522895125 108.65583456425406,150.38700147710483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 11.1,13.3" data-type="line" data-label="" points="108.65583456425406,117.2998522895125 290.6351550960118,266.19202363367776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 11.1,13.3" data-type="line" data-label="" points="108.65583456425406,150.38700147710483 290.6351550960118,266.19202363367776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 8.9,14.5" data-type="line" data-label="" points="108.65583456425406,133.84342688330867 108.65583456425406,166.930576070901" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 11.1,12.7" data-type="line" data-label="" points="108.65583456425406,133.84342688330867 290.6351550960118,315.8227474150665" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.7,9.66" data-type="line" data-label="" points="108.65583456425406,133.84342688330867 505.7016248153618,567.285081240768" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 11.1,12.7" data-type="line" data-label="" points="108.65583456425406,166.930576070901 290.6351550960118,315.8227474150665" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.7,9.66" data-type="line" data-label="" points="108.65583456425406,166.930576070901 505.7016248153618,567.285081240768" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.7,9.66" data-type="line" data-label="" points="290.6351550960118,315.8227474150665 505.7016248153618,567.285081240768" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,15.5 14.3,9.66" data-type="line" data-label="" points="290.6351550960118,84.21270310192017 555.3323485967503,567.285081240768" fill="none" stroke="hsl(50, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 8.600000000000001,14.7 8.600000000000001,15.1 8.9,15.1" data-type="line" data-label="" points="108.65583456425406,150.38700147710483 83.84047267355993,150.38700147710483 83.84047267355993,117.2998522895125 108.65583456425406,117.2998522895125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,14.5 8.8,14.5 8.8,14.9 8.9,14.9" data-type="line" data-label="" points="108.65583456425406,166.930576070901 100.38404726735598,166.930576070901 100.38404726735598,133.84342688330867 108.65583456425406,133.84342688330867" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.1,12.7 12.399999999999999,12.7 12.399999999999999,9.46 12.329000000000002,9.46 12.329000000000002,9.359000000000002 13.249,9.359000000000002 13.249,9.46 13.7,9.46 13.7,9.66" data-type="line" data-label="" points="290.6351550960118,315.8227474150665 398.16838995568673,315.8227474150665 398.16838995568673,583.8286558345641 392.29542097488945,583.8286558345641 392.29542097488945,592.1831610044311 468.3958641063516,592.1831610044311 468.3958641063516,583.8286558345641 505.7016248153618,583.8286558345641 505.7016248153618,567.285081240768" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.600000000000001,14.7 8.31,14.7 8.31,14.699" data-type="line" data-label="" points="83.84047267355993,150.38700147710483 59.852289512555444,150.38700147710483 59.852289512555444,150.46971935007377" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.1,13.3 12.491,13.3 12.491,13.249" data-type="line" data-label="" points="290.6351550960118,266.19202363367776 405.6957163958641,266.19202363367776 405.6957163958641,270.41063515509586" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.3,9.66 14.3,9.559000000000001 13.149000000000001,9.559000000000001" data-type="line" data-label="" points="555.3323485967503,567.285081240768 555.3323485967503,575.639586410635 460.1240768094535,575.639586410635" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="10" data-y="14" x="108.65583456425412" y="67.66912850812406" width="181.9793205317577" height="281.2407680945347" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.012089285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="10" x="461.03397341211223" y="511.036927621861" width="138.96602658788765" height="56.24815361890694" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.012089285714285714"/></g><g><rect data-type="rect" data-label="ATMEGA328P_AU" data-x="10.080000000000002" data-y="12.17" x="141.7429837518464" y="352.2186115214179" width="129.03988183161027" height="14.889217134416526" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.012089285714285714"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="9.600000000000001" data-y="15.815" x="136.7799113737077" y="47.81683899556867" width="59.556868537666105" height="20.67946824224532" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.012089285714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="8.31" data-y="14.488999999999999" x="40.00000000000006" y="150.46971935007377" width="39.704579025110775" height="34.741506646972084" fill="#00000066" stroke="#000000" stroke-width="0.012089285714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
3
5
|
globalConnNetId: connectivity_net0" data-x="12.491" data-y="13.039" x="385.84342688330867" y="270.41063515509586" width="39.70457902511089" height="34.741506646972084" fill="#00000066" stroke="#000000" stroke-width="0.012089285714285714"/></g><g><rect data-type="rect" data-label="netId: VCC_3V3
|
|
4
6
|
globalConnNetId: connectivity_net1" data-x="11.75" data-y="12.91" x="304.69719350073854" y="281.0812407680944" width="79.40915805022155" height="34.741506646972084" fill="#ef444466" stroke="#ef4444" stroke-width="0.012089285714285714"/></g><g><rect data-type="rect" data-label="netId: FAULT
|
|
@@ -52,7 +54,7 @@ orientation: x-" data-x="13.149000000000001" data-y="9.559000000000001" cx="460.
|
|
|
52
54
|
const h = svg.getElementById('crosshair-h');
|
|
53
55
|
const v = svg.getElementById('crosshair-v');
|
|
54
56
|
const coords = svg.getElementById('coordinates');
|
|
55
|
-
|
|
57
|
+
|
|
56
58
|
crosshair.style.display = 'block';
|
|
57
59
|
h.setAttribute('x1', '0');
|
|
58
60
|
h.setAttribute('x2', '640');
|
|
@@ -71,13 +73,13 @@ orientation: x-" data-x="13.149000000000001" data-y="9.559000000000001" cx="460.
|
|
|
71
73
|
// y' = (y - ty) / sy
|
|
72
74
|
const sx = matrix.a;
|
|
73
75
|
const sy = matrix.d;
|
|
74
|
-
const tx = matrix.e;
|
|
76
|
+
const tx = matrix.e;
|
|
75
77
|
const ty = matrix.f;
|
|
76
78
|
const realPoint = {
|
|
77
79
|
x: (x - tx) / sx,
|
|
78
80
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
79
81
|
}
|
|
80
|
-
|
|
82
|
+
|
|
81
83
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
82
84
|
coords.setAttribute('x', (x + 5).toString());
|
|
83
85
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -85,4 +87,55 @@ orientation: x-" data-x="13.149000000000001" data-y="9.559000000000001" cx="460.
|
|
|
85
87
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
86
88
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
87
89
|
});
|
|
88
|
-
]]></script
|
|
90
|
+
]]></script>
|
|
91
|
+
</g>
|
|
92
|
+
<g transform="translate(1216, 200)">
|
|
93
|
+
<style>
|
|
94
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
95
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
96
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
97
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
98
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
99
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
100
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
101
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
102
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
103
|
+
|
|
104
|
+
</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 347.87052810902003 182.41383829124015 L 316.41986633468014 182.41383829124015 L 316.41986633468014 140.47962259212 L 347.87052810902003 140.47962259212" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.773686279648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 347.87052810902003 182.41383829124015 L 316.41986633468014 182.41383829124015 L 316.41986633468014 140.47962259212 L 347.87052810902003 140.47962259212" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.096710784956px" stroke-linecap="round" 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 347.87052810902003 203.3809461408 L 337.3869741842401 203.3809461408 L 337.3869741842401 161.44673044167985 L 347.87052810902003 161.44673044167985" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.773686279648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 347.87052810902003 203.3809461408 L 337.3869741842401 203.3809461408 L 337.3869741842401 161.44673044167985 L 347.87052810902003 161.44673044167985" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.096710784956px" stroke-linecap="round" 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 578.50871445418 392.08491678684004 L 714.7949154763199 392.08491678684004 L 714.7949154763199 731.7520639497119 L 707.3515921897264 731.7520639497119 L 707.3515921897264 742.3404534137396 L 803.8002882977022 742.3404534137396 L 803.8002882977022 731.7520639497119 L 851.0811164984599 731.7520639497119 L 851.0811164984599 710.7849561001519" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.773686279648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 578.50871445418 392.08491678684004 L 714.7949154763199 392.08491678684004 L 714.7949154763199 731.7520639497119 L 707.3515921897264 731.7520639497119 L 707.3515921897264 742.3404534137396 L 803.8002882977022 742.3404534137396 L 803.8002882977022 731.7520639497119 L 851.0811164984599 731.7520639497119 L 851.0811164984599 710.7849561001519" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.096710784956px" stroke-linecap="round" 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 316.41986633468014 182.41383829124015 L 286.01755995281803 182.41383829124015 L 286.01755995281803 182.51867383048784" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.773686279648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 316.41986633468014 182.41383829124015 L 286.01755995281803 182.41383829124015 L 286.01755995281803 182.51867383048784" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.096710784956px" stroke-linecap="round" 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 578.50871445418 329.1835932381598 L 724.3349495478698 329.1835932381598 L 724.3349495478698 334.5302057397978" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.773686279648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 578.50871445418 329.1835932381598 L 724.3349495478698 329.1835932381598 L 724.3349495478698 334.5302057397978" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.096710784956px" stroke-linecap="round" 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 913.9824400471401 710.7849561001519 L 913.9824400471401 721.3733455641797 L 793.3167343729223 721.3733455641797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.773686279648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 913.9824400471401 710.7849561001519 L 913.9824400471401 721.3733455641797 L 793.3167343729223 721.3733455641797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.096710784956px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="316.41986633468014" cy="182.41383829124015" r="3.145066177434" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="389.8047438081401" y="77.57829904343998" width="146.76975494691976" height="356.44083344252" stroke-width="2.096710784956px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="389.8047438081401" y="77.57829904343998" width="146.76975494691976" height="356.44083344252" fill="transparent"/><text class="sch-text" x="463.1896212815999" y="255.79871576469986" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.870397064604px" transform="rotate(0, 463.1896212815999, 255.79871576469986)">U_MCU</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="98.54540689300006" x2="349.96723889397606" y2="98.54540689300006" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="98.54540689300006" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="96.44869610804406" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="96.44869610804403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="119.51251474255992" x2="349.96723889397606" y2="119.51251474255992" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="119.51251474255992" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="117.41580395760391" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="117.41580395760388" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="140.47962259212" x2="347.87052810902003" y2="140.47962259212" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="345.77381732406405" y="138.382911807164" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="138.38291180716396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="161.44673044167985" x2="347.87052810902003" y2="161.44673044167985" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="345.77381732406405" y="159.35001965672384" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="159.35001965672404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="182.41383829124015" x2="347.87052810902003" y2="182.41383829124015" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="345.77381732406405" y="180.31712750628415" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="180.31712750628412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="203.3809461408" x2="347.87052810902003" y2="203.3809461408" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="345.77381732406405" y="201.284235355844" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="201.28423535584398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="224.34805399035986" x2="349.96723889397606" y2="224.34805399035986" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="224.34805399035986" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="222.25134320540386" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="222.25134320540405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="245.31516183991994" x2="349.96723889397606" y2="245.31516183991994" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="245.31516183991994" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="243.21845105496394" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="243.21845105496413" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="266.28226968948" x2="349.96723889397606" y2="266.28226968948" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="266.28226968948" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="264.18555890452404" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="264.185558904524" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="287.24937753903987" x2="349.96723889397606" y2="287.24937753903987" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="287.24937753903987" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="285.1526667540839" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="285.15266675408384" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="308.21648538859995" x2="349.96723889397606" y2="308.21648538859995" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="308.21648538859995" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="306.119774603644" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="306.1197746036439" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="329.1835932381598" x2="349.96723889397606" y2="329.1835932381598" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="329.1835932381598" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="327.0868824532038" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="327.086882453204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="350.1507010877201" x2="349.96723889397606" y2="350.1507010877201" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="350.1507010877201" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="348.05399030276413" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="348.0539903027641" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="371.11780893727996" x2="349.96723889397606" y2="371.11780893727996" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="371.11780893727996" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="369.021098152324" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="369.02109815232393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="392.08491678684004" x2="349.96723889397606" y2="392.08491678684004" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="392.08491678684004" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="389.98820600188407" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="389.988206001884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">15</text><line class="component-pin sch-component-pin sch-port-line" x1="389.8047438081401" y1="413.0520246363999" x2="349.96723889397606" y2="413.0520246363999" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="347.87052810902003" cy="413.0520246363999" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="345.77381732406405" y="410.9553138514439" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="368.83763595858" y="410.9553138514441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">16</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="413.0520246363999" x2="576.412003669224" y2="413.0520246363999" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="413.0520246363999" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="410.9553138514439" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="410.9553138514441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="392.08491678684004" x2="578.50871445418" y2="392.08491678684004" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="576.412003669224" y="389.98820600188407" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="389.988206001884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="371.11780893727996" x2="576.412003669224" y2="371.11780893727996" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="371.11780893727996" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="369.021098152324" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="369.02109815232393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">19</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="350.1507010877201" x2="576.412003669224" y2="350.1507010877201" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="350.1507010877201" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="348.05399030276413" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="348.0539903027641" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">20</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="329.1835932381598" x2="578.50871445418" y2="329.1835932381598" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="576.412003669224" y="327.0868824532038" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="327.086882453204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">21</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="308.21648538859995" x2="576.412003669224" y2="308.21648538859995" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="308.21648538859995" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="306.119774603644" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="306.1197746036439" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="287.2493775390401" x2="576.412003669224" y2="287.2493775390401" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="287.2493775390401" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="285.1526667540841" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="285.15266675408407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">23</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="266.28226968948" x2="576.412003669224" y2="266.28226968948" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="266.28226968948" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="264.18555890452404" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="264.185558904524" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">24</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="245.31516183991994" x2="576.412003669224" y2="245.31516183991994" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="245.31516183991994" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="243.21845105496394" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="243.21845105496413" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="224.34805399036009" x2="576.412003669224" y2="224.34805399036009" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="224.34805399036009" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="222.25134320540408" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="222.25134320540405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="203.3809461408" x2="576.412003669224" y2="203.3809461408" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="203.3809461408" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="201.284235355844" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="201.28423535584398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="182.41383829124015" x2="576.412003669224" y2="182.41383829124015" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="182.41383829124015" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="180.31712750628415" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="180.31712750628412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="161.44673044167985" x2="576.412003669224" y2="161.44673044167985" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="161.44673044167985" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="159.35001965672384" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="159.35001965672404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">29</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="140.47962259212" x2="576.412003669224" y2="140.47962259212" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="140.47962259212" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="138.382911807164" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="138.38291180716396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="119.51251474255992" x2="576.412003669224" y2="119.51251474255992" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="119.51251474255992" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="117.41580395760391" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="117.41580395760388" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="536.5744987550598" y1="98.54540689300006" x2="576.412003669224" y2="98.54540689300006" stroke-width="2.096710784956px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="578.50871445418" cy="98.54540689300006" r="2.096710784956" stroke-width="2.096710784956px"/><rect x="576.412003669224" y="96.44869610804406" width="4.193421569912" height="4.193421569912" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.5416066046201" y="96.44869610804403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.72533088717px" transform="">32</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="851.08111649846" y="702.4002096711129" width="62.90132354868024" height="16.769492858078138" fill="transparent"/><path class="sch-component-symbol-path" d="M 851.08111649846 710.7849561001519 L 861.566767134025 710.7849561001519" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.096710784956px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 903.4967894115753 710.7849561001519 L 913.9824400471402 710.7849561001519" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.096710784956px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 861.566767134025 702.4002096711129 L 903.4967894115753 702.4002096711129 L 903.4967894115753 719.169702529191 L 861.566767134025 719.169702529191 L 861.566767134025 702.4002096711129" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.096710784956px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="882.5317782728001" y="694.0112698205039" stroke="rgb(245, 241, 237)" stroke-width="2.096710784956px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="18.870397064604px">R_FAULT_PULLUP</text><text class="sch-component-text" x="882.5317782728001" y="727.5586423798" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="18.870397064604px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="347.87052810902003" cy="98.54540689300006" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="347.87052810902003" cy="119.51251474255992" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="347.87052810902003" cy="140.47962259212" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="347.87052810902003" cy="161.44673044167985" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="347.87052810902003" cy="182.41383829124015" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="347.87052810902003" cy="203.3809461408" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="347.87052810902003" cy="224.34805399035986" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="347.87052810902003" cy="245.31516183991994" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="347.87052810902003" cy="266.28226968948" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="347.87052810902003" cy="287.24937753903987" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="347.87052810902003" cy="308.21648538859995" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="347.87052810902003" cy="329.1835932381598" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="347.87052810902003" cy="350.1507010877201" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="347.87052810902003" cy="371.11780893727996" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="347.87052810902003" cy="392.08491678684004" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="347.87052810902003" cy="413.0520246363999" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="578.50871445418" cy="413.0520246363999" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="578.50871445418" cy="392.08491678684004" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="578.50871445418" cy="371.11780893727996" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="578.50871445418" cy="350.1507010877201" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="578.50871445418" cy="329.1835932381598" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="578.50871445418" cy="308.21648538859995" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="578.50871445418" cy="287.2493775390401" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="578.50871445418" cy="266.28226968948" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="578.50871445418" cy="245.31516183991994" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="578.50871445418" cy="224.34805399036009" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="578.50871445418" cy="203.3809461408" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="578.50871445418" cy="182.41383829124015" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="578.50871445418" cy="161.44673044167985" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="578.50871445418" cy="140.47962259212" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="578.50871445418" cy="119.51251474255992" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="578.50871445418" cy="98.54540689300006" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="851.0811164984599" cy="710.7849561001519" r="4.193421569912" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="913.9824400471401" cy="710.7849561001519" r="4.193421569912" 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="
|
|
105
|
+
M 286.01755995281803,182.51867383048784
|
|
106
|
+
L 296.501113877598,188.17979294986904
|
|
107
|
+
L 296.501113877598,224.13139387591457
|
|
108
|
+
L 275.53400602803805,224.13139387591457
|
|
109
|
+
L 275.53400602803805,188.17979294986904
|
|
110
|
+
Z
|
|
111
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.096710784956px"/><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="286.01755995281803" y="191.95387236278984" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.870397064604px" transform="rotate(90 286.01755995281803 191.95387236278984)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
112
|
+
M 724.3349495478698,334.5302057397978
|
|
113
|
+
L 734.8185034726498,340.191324859179
|
|
114
|
+
L 734.8185034726498,376.1429257852245
|
|
115
|
+
L 713.8513956230897,376.1429257852245
|
|
116
|
+
L 713.8513956230897,340.191324859179
|
|
117
|
+
Z
|
|
118
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.096710784956px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="724.3349495478698" y="343.9654042720998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.870397064604px" transform="rotate(90 724.3349495478698 343.9654042720998)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
119
|
+
M 646.6518149652501,392.08491678684004
|
|
120
|
+
L 636.16826104047,386.4237976674588
|
|
121
|
+
L 636.16826104047,350.4721967414133
|
|
122
|
+
L 657.1353688900301,350.4721967414133
|
|
123
|
+
L 657.1353688900301,386.4237976674588
|
|
124
|
+
Z
|
|
125
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.096710784956px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="646.6518149652501" y="382.649718254538" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.870397064604px" transform="rotate(-90 646.6518149652501 382.649718254538)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
126
|
+
M 578.50871445418,98.54540689300006
|
|
127
|
+
L 584.1698335735612,88.06185296822007
|
|
128
|
+
L 657.0654785305314,88.06185296822007
|
|
129
|
+
L 657.0654785305314,109.02896081778006
|
|
130
|
+
L 584.1698335735612,109.02896081778006
|
|
131
|
+
Z
|
|
132
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.096710784956px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="587.943912986482" y="98.54540689300006" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.870397064604px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
133
|
+
M 793.3167343729223,721.3733455641797
|
|
134
|
+
L 787.6556152535411,731.8568994889597
|
|
135
|
+
L 714.7599702965708,731.8568994889597
|
|
136
|
+
L 714.7599702965708,710.8897916393996
|
|
137
|
+
L 787.6556152535411,710.8897916393996
|
|
138
|
+
Z
|
|
139
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.096710784956px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="783.8815358406202" y="721.3733455641797" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.870397064604px" transform="">XXXXX</text><text class="sch-text" x="471.57646442142425" y="447.64775258817394" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.87039706460397px" transform="rotate(0, 471.57646442142425, 447.64775258817394)">ATMEGA328P_AU</text><text class="sch-text" x="421.2554055824802" y="65.52221202994292" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.870397064604px" transform="rotate(0, 421.2554055824802, 65.52221202994292)">U_MCU</text><rect class="schematic-box sch-box" x="389.8047438081401" y="438.21255405587203" width="163.543441226568" height="18.87039706460405" stroke-width="2.096710784956px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.773686279648 8.386843139824"/><rect class="schematic-box sch-box" x="383.5146114532722" y="52.41776962396807" width="75.48158825841608" height="26.20888481194993" stroke-width="2.096710784956px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.773686279648 8.386843139824"/>
|
|
140
|
+
</g>
|
|
141
|
+
</svg>
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="
|
|
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="1.05,0.20000000000000007 -12,-1.6999999999999993" data-type="line" data-label="" points="325.95072409253333,329.4369005078052 51.05886778258409,369.45946962572884" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.05,0.4 -12,0.1100000000000021" data-type="line" data-label="" points="325.95072409253333,325.22399849539215 51.05886778258409,331.332706413391" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.05,-0.5 -12,1.9750000000000014" data-type="line" data-label="" points="281.71525296219664,344.18205755125075 51.05886778258409,292.04739514763963" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.05,1.1102230246251565e-16 11.7,-1" data-type="line" data-label="" points="325.95072409253333,333.6498025202182 550.2877562535264,354.7143125822833" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="12.3,-1 13.3,-0.9999999999999996" data-type="line" data-label="" points="562.9264622907654,354.7143125822833 583.9909723528306,354.71431258228324" fill="none" stroke="hsl(176, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-12,-2.3000000000000007 -12,-0.4899999999999993" data-type="line" data-label="" points="51.05886778258409,382.0981756629679 51.05886778258409,343.97141245063005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-2.3000000000000007 -12,1.375" data-type="line" data-label="" points="51.05886778258409,382.0981756629679 51.05886778258409,304.68610118487874" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-2.3000000000000007 13.3,-1.600000000000001" data-type="line" data-label="" points="51.05886778258409,382.0981756629679 583.9909723528306,367.35301861952235" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-0.4899999999999993 -12,1.375" data-type="line" data-label="" points="51.05886778258409,343.97141245063005 51.05886778258409,304.68610118487874" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,-0.4899999999999993 13.3,-1.600000000000001" data-type="line" data-label="" points="51.05886778258409,343.97141245063005 583.9909723528306,367.35301861952235" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,1.375 13.3,-1.600000000000001" data-type="line" data-label="" points="51.05886778258409,304.68610118487874 583.9909723528306,367.35301861952235" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.3,-1 12.8,-1 12.8,-0.7999999999999996 13.3,-0.7999999999999996 13.3,-0.9999999999999996" data-type="line" data-label="" points="562.9264622907654,354.7143125822833 573.458717321798,354.7143125822833 573.458717321798,350.50141056987025 583.9909723528306,350.50141056987025 583.9909723528306,354.71431258228324" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12,-0.4899999999999993 -12,-0.6899999999999986 -12.524999999999999,-0.6899999999999986 -12.524999999999999,1.1749999999999998 -12,1.1749999999999998 -12,1.3749999999999991" data-type="line" data-label="" points="51.05886778258409,343.97141245063005 51.05886778258409,348.18431446304305 39.99999999999994,348.18431446304305 39.99999999999994,308.89900319729173 51.05886778258409,308.89900319729173 51.05886778258409,304.68610118487874" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12,-2.3000000000000007 -12,-2.5 -12.524999999999999,-2.5 -12.524999999999999,-0.6899999999999977 -12,-0.6899999999999977 -12,-0.48999999999999844" data-type="line" data-label="" points="51.05886778258409,382.0981756629679 51.05886778258409,386.3110776753809 39.99999999999994,386.3110776753809 39.99999999999994,348.18431446304305 51.05886778258409,348.18431446304305 51.05886778258409,343.97141245063005" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.0500000000000007,0.39999999999999947 1.25,0.39999999999999947 1.25,1.34 -5.375,1.34 -5.375,1.0999999999999999 -12,1.0999999999999999 -12,0.1100000000000021" data-type="line" data-label="" points="325.95072409253333,325.2239984953922 330.16362610494633,325.2239984953922 330.16362610494633,305.423359037051 190.6112469437652,305.423359037051 190.6112469437652,310.4788414519466 51.05886778258409,310.4788414519466 51.05886778258409,331.332706413391" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.0500000000000007,0.1999999999999993 3.111,0.20000000000000012 3.111,-1.2999999999999996 -12,-1.2999999999999996 -12,-1.6999999999999993" data-type="line" data-label="" points="325.95072409253333,329.4369005078052 369.36467933044946,329.4369005078052 369.36467933044946,361.0336656009028 51.05886778258409,361.0336656009028 51.05886778258409,369.45946962572884" 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="281.71525296219664" y="314.69174346435966" width="44.23547113033669" height="37.91611811171708" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.047473214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-11.782499999999999" data-y="-2" x="44.212902012412954" y="369.45946962572884" width="22.854993417340637" height="12.638706037239047" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.047473214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-11.782499999999999" data-y="-0.18999999999999861" x="44.212902012412954" y="331.33270641339107" width="22.854993417340637" height="12.638706037239047" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.047473214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-11.7225" data-y="1.6750000000000007" x="44.21290201241294" y="292.04739514763963" width="25.382734624788384" height="12.638706037239103" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.047473214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="12" data-y="-1" x="550.2877562535264" y="345.867218356216" width="12.63870603723899" height="17.694188452134654" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.047473214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="13.517500000000002" data-y="-1.3000000000000003" x="577.1450065826593" y="354.71431258228324" width="22.854993417340665" height="12.638706037239103" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.047473214285714285"/></g><g><rect data-type="rect" data-label="TPS923655DMTR" data-x="0.13" data-y="-1.0299999999999998" x="290.1410569870227" y="353.45044197855935" width="32.86063569682153" height="3.7916118111717196" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.047473214285714285"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.53" data-y="1.0150000000000001" x="288.87718638329886" y="309.636261049464" width="7.583223622343382" height="5.2661275155163025" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.047473214285714285"/></g><g><rect data-type="rect" data-label="netId: U1.FAULT to RFAULT.pin1
|
|
2
4
|
globalConnNetId: connectivity_net2" data-x="-2.171" data-y="-0.5" x="234.50968591310885" y="342.07560654504425" width="47.18450253902577" height="4.2129020124129966" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.047473214285714285"/></g><g><rect data-type="rect" data-label="netId: U1.FAULT to RFAULT.pin1
|
|
3
5
|
globalConnNetId: connectivity_net2" data-x="-12" data-y="3.0960000000000014" x="48.95241677637759" y="244.84182809855184" width="4.2129020124129966" height="47.18450253902574" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.047473214285714285"/></g><g><rect data-type="rect" data-label="netId: U1.COMP to CCOMP.pos
|
|
4
6
|
globalConnNetId: connectivity_net3" data-x="2.031" data-y="1.1102230246251565e-16" x="325.9717886025953" y="331.5433515140117" width="41.28643972164758" height="4.2129020124129966" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.047473214285714285"/></g><g><rect data-type="rect" data-label="netId: U1.COMP to CCOMP.pos
|
|
@@ -51,7 +53,7 @@ orientation: y+" data-x="13.3" data-y="-0.7999999999999996" cx="583.990972352830
|
|
|
51
53
|
const h = svg.getElementById('crosshair-h');
|
|
52
54
|
const v = svg.getElementById('crosshair-v');
|
|
53
55
|
const coords = svg.getElementById('coordinates');
|
|
54
|
-
|
|
56
|
+
|
|
55
57
|
crosshair.style.display = 'block';
|
|
56
58
|
h.setAttribute('x1', '0');
|
|
57
59
|
h.setAttribute('x2', '640');
|
|
@@ -70,13 +72,13 @@ orientation: y+" data-x="13.3" data-y="-0.7999999999999996" cx="583.990972352830
|
|
|
70
72
|
// y' = (y - ty) / sy
|
|
71
73
|
const sx = matrix.a;
|
|
72
74
|
const sy = matrix.d;
|
|
73
|
-
const tx = matrix.e;
|
|
75
|
+
const tx = matrix.e;
|
|
74
76
|
const ty = matrix.f;
|
|
75
77
|
const realPoint = {
|
|
76
78
|
x: (x - tx) / sx,
|
|
77
79
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
78
80
|
}
|
|
79
|
-
|
|
81
|
+
|
|
80
82
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
81
83
|
coords.setAttribute('x', (x + 5).toString());
|
|
82
84
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -84,4 +86,83 @@ orientation: y+" data-x="13.3" data-y="-0.7999999999999996" cx="583.990972352830
|
|
|
84
86
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
85
87
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
86
88
|
});
|
|
87
|
-
]]></script
|
|
89
|
+
]]></script>
|
|
90
|
+
</g>
|
|
91
|
+
<g transform="translate(1216, 200)">
|
|
92
|
+
<style>
|
|
93
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
94
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
95
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
96
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
97
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
98
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
99
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
100
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
101
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
102
|
+
|
|
103
|
+
</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 1114.36413540669 473.6570905764 L 1136.32204940484 473.6570905764 L 1136.32204940484 464.87392497714 L 1158.27996340299 464.87392497714 L 1158.27996340299 473.6570905764" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.026532479408001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1114.36413540669 473.6570905764 L 1136.32204940484 473.6570905764 L 1136.32204940484 464.87392497714 L 1158.27996340299 464.87392497714 L 1158.27996340299 473.6570905764" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round" 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 47.209515096599944 451.260018298287 L 47.209515096599944 460.04318389754695 L 24.153705398542456 460.04318389754695 L 24.153705398542456 378.1401646844475 L 47.209515096599944 378.1401646844475 L 47.209515096599944 369.3569990851875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.026532479408001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 47.209515096599944 451.260018298287 L 47.209515096599944 460.04318389754695 L 24.153705398542456 460.04318389754695 L 24.153705398542456 378.1401646844475 L 47.209515096599944 378.1401646844475 L 47.209515096599944 369.3569990851875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round" 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 47.209515096599944 530.74766697159 L 47.209515096599944 539.53083257085 L 24.153705398542456 539.53083257085 L 24.153705398542456 460.0431838975469 L 47.209515096599944 460.0431838975469 L 47.209515096599944 451.2600182982869" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.026532479408001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 47.209515096599944 530.74766697159 L 47.209515096599944 539.53083257085 L 24.153705398542456 539.53083257085 L 24.153705398542456 460.0431838975469 L 47.209515096599944 460.0431838975469 L 47.209515096599944 451.2600182982869" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round" 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 620.3110704483149 412.17493138158 L 629.0942360475749 412.17493138158 L 629.0942360475749 370.89405306505796 L 338.1518755720874 370.89405306505796 L 338.1518755720874 381.43385178417 L 47.209515096599944 381.43385178417 L 47.209515096599944 424.9105215005069" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.026532479408001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 620.3110704483149 412.17493138158 L 629.0942360475749 412.17493138158 L 629.0942360475749 370.89405306505796 L 338.1518755720874 370.89405306505796 L 338.1518755720874 381.43385178417 L 47.209515096599944 381.43385178417 L 47.209515096599944 424.9105215005069" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round" 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 620.3110704483149 420.95809698084 L 710.8215919486893 420.95809698083997 L 710.8215919486893 486.83183897529 L 47.209515096599944 486.83183897529 L 47.209515096599944 504.39817017380994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.026532479408001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 620.3110704483149 420.95809698084 L 710.8215919486893 420.95809698083997 L 710.8215919486893 486.83183897529 L 47.209515096599944 486.83183897529 L 47.209515096599944 504.39817017380994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="47.209515096599944" cy="451.260018298287" r="1.317474839889" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="47.209515096599944" cy="460.04318389754695" r="1.317474839889" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="24.153705398542456" cy="460.04318389754695" r="1.317474839889" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="545.6541628546049" y="390.21701738343" width="57.090576395190055" height="79.04849039333999" stroke-width="0.8783165599260001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="545.6541628546049" y="390.21701738343" width="57.090576395190055" height="79.04849039333999" fill="transparent"/><text class="sch-text" x="574.1994510522" y="429.7412625801" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.9048490393340005px" transform="rotate(0, 574.1994510522, 429.7412625801)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="545.6541628546049" y1="399.00018298269" x2="528.966148216011" y2="399.00018298269" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="528.087831656085" cy="399.00018298269" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="527.209515096159" y="398.12186642276396" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.870997255345" y="398.121866422764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="545.6541628546049" y1="407.78334858195" x2="528.966148216011" y2="407.78334858195" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="528.087831656085" cy="407.78334858195" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="527.209515096159" y="406.905032022024" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.870997255345" y="406.905032022024" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="545.6541628546049" y1="416.56651418121" x2="528.966148216011" y2="416.56651418121" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="528.087831656085" cy="416.56651418121" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="527.209515096159" y="415.68819762128396" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.870997255345" y="415.688197621284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="545.6541628546049" y1="425.34967978047" x2="528.966148216011" y2="425.34967978047" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="528.087831656085" cy="425.34967978047" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="527.209515096159" y="424.471363220544" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.870997255345" y="424.471363220544" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="545.6541628546049" y1="434.13284537973" x2="528.966148216011" y2="434.13284537973" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="528.087831656085" cy="434.13284537973" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="527.209515096159" y="433.25452881980397" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.870997255345" y="433.254528819804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="545.6541628546049" y1="442.91601097899" x2="528.966148216011" y2="442.91601097899" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="528.087831656085" cy="442.91601097899" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="527.209515096159" y="442.037694419064" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.870997255345" y="442.037694419064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="545.6541628546049" y1="451.69917657825" x2="528.966148216011" y2="451.69917657825" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="528.087831656085" cy="451.69917657825" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="527.209515096159" y="450.82086001832397" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.870997255345" y="450.82086001832397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="545.6541628546049" y1="460.48234217751" x2="528.966148216011" y2="460.48234217751" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="528.087831656085" cy="460.48234217751" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="527.209515096159" y="459.604025617584" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.870997255345" y="459.604025617584" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="602.744739249795" y1="456.09075937788" x2="619.4327538883889" y2="456.09075937788" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="620.3110704483149" cy="456.09075937788" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="619.4327538883889" y="455.21244281795396" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.527904849055" y="455.212442817954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="602.744739249795" y1="447.30759377862" x2="619.4327538883889" y2="447.30759377862" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="620.3110704483149" cy="447.30759377862" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="619.4327538883889" y="446.429277218694" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.527904849055" y="446.429277218694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="602.744739249795" y1="438.52442817936" x2="619.4327538883889" y2="438.52442817936" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="620.3110704483149" cy="438.52442817936" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="619.4327538883889" y="437.64611161943395" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.527904849055" y="437.646111619434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="602.744739249795" y1="429.7412625801" x2="619.4327538883889" y2="429.7412625801" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="620.3110704483149" cy="429.7412625801" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="619.4327538883889" y="428.862946020174" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.527904849055" y="428.862946020174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="602.744739249795" y1="420.95809698083997" x2="620.3110704483149" y2="420.95809698083997" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="619.4327538883889" y="420.07978042091395" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.527904849055" y="420.079780420914" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="602.744739249795" y1="412.17493138158" x2="620.3110704483149" y2="412.17493138158" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="619.4327538883889" y="411.296614821654" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.527904849055" y="411.296614821654" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="602.744739249795" y1="403.39176578232" x2="619.4327538883889" y2="403.39176578232" stroke-width="0.8783165599260001px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="620.3110704483149" cy="403.39176578232" r="0.8783165599260001" stroke-width="0.8783165599260001px"/><rect x="619.4327538883889" y="402.513449222394" width="1.7566331198520002" height="1.7566331198520002" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.527904849055" y="402.513449222394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.587374199445001px" transform="">15</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="43.69712717345586" y="504.39817017381" width="7.024775846288165" height="26.34949679778009" fill="transparent"/><path class="sch-component-symbol-path" d="M 47.209515096599944 504.39817017381 L 47.209515096599944 508.7906312899999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 47.209515096599944 526.3552058554001 L 47.209515096599944 530.7476669715901" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 50.721903019744026 508.7906312899999 L 50.721903019744026 526.3552058554001 L 43.69712717345586 526.3552058554001 L 43.69712717345586 508.7906312899999 L 50.721903019744026 508.7906312899999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="54.23604757600796" y="510.54638609329197" stroke="rgb(245, 241, 237)" stroke-width="0.8783165599260001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="7.9048490393340005px">RFSET</text><text class="sch-component-text" x="54.23604757600796" y="524.5994510521081" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="7.9048490393340005px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="43.69712717345586" y="424.91052150050695" width="7.024775846288165" height="26.349496797780034" fill="transparent"/><path class="sch-component-symbol-path" d="M 47.209515096599944 424.91052150050695 L 47.209515096599944 429.30298261669685" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 47.209515096599944 446.8675571820971 L 47.209515096599944 451.260018298287" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 50.721903019744026 429.30298261669685 L 50.721903019744026 446.8675571820971 L 43.69712717345586 446.8675571820971 L 43.69712717345586 429.30298261669685 L 50.721903019744026 429.30298261669685" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="54.23604757600796" y="431.058737419989" stroke="rgb(245, 241, 237)" stroke-width="0.8783165599260001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="7.9048490393340005px">RTEMP</text><text class="sch-component-text" x="54.23604757600796" y="445.11180237880495" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="7.9048490393340005px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="43.69712717345586" y="343.0075022874075" width="7.024775846288165" height="26.349496797780034" fill="transparent"/><path class="sch-component-symbol-path" d="M 47.209515096599944 343.0075022874075 L 47.209515096599944 347.3999634035974" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 47.209515096599944 364.9645379689976 L 47.209515096599944 369.3569990851875" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 50.721903019744026 347.3999634035974 L 50.721903019744026 364.9645379689976 L 43.69712717345586 364.9645379689976 L 43.69712717345586 347.3999634035974 L 50.721903019744026 347.3999634035974" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="54.23604757600796" y="349.1557182068895" stroke="rgb(245, 241, 237)" stroke-width="0.8783165599260001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="7.9048490393340005px">RFAULT</text><text class="sch-component-text" x="54.23604757600796" y="363.2087831657055" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="7.9048490393340005px"></text><circle class="component-pin sch-component-pin" cx="47.209515096599944" cy="343.0075022874075" r="0.8783165599260001px" stroke-width="0.8783165599260001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="1088.01463860891" y="466.629679780432" width="26.34949679777992" height="14.054821591935934" fill="transparent"/><path class="sch-component-symbol-path" d="M 1114.36413540669 473.6570905764 L 1103.824336687578 473.6570905764" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1098.554437328022 473.6570905764 L 1088.01463860891 473.6570905764" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1103.824336687578 466.629679780432 L 1103.824336687578 480.68450137236795" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1098.554437328022 466.629679780432 L 1098.554437328022 480.68450137236795" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1101.1893870078" y="463.11729185728797" stroke="rgb(245, 241, 237)" stroke-width="0.8783165599260001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="7.9048490393340005px">CCOMP</text><text class="sch-component-text" x="1101.1893870078" y="484.196889295512" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.9048490393340005px"></text><circle class="component-pin sch-component-pin" cx="1088.01463860891" cy="473.6570905764" r="0.8783165599260001px" stroke-width="0.8783165599260001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="1154.7675754798458" y="473.6570905764" width="7.024775846288321" height="26.349496797780034" fill="transparent"/><path class="sch-component-symbol-path" d="M 1158.27996340299 473.6570905764 L 1158.27996340299 478.0495516925899" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1158.27996340299 495.6141262579901 L 1158.27996340299 500.00658737418" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1161.7923513261342 478.0495516925899 L 1161.7923513261342 495.6141262579901 L 1154.7675754798458 495.6141262579901 L 1154.7675754798458 478.0495516925899 L 1161.7923513261342 478.0495516925899" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.8783165599260001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1165.306495882398" y="479.805306495882" stroke="rgb(245, 241, 237)" stroke-width="0.8783165599260001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="7.9048490393340005px">RCOMP</text><text class="sch-component-text" x="1165.306495882398" y="493.858371454698" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="7.9048490393340005px"></text><circle class="component-pin sch-component-pin" cx="1158.27996340299" cy="500.00658737418" r="0.8783165599260001px" stroke-width="0.8783165599260001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="528.087831656085" cy="399.00018298269" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="528.087831656085" cy="407.78334858195" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="528.087831656085" cy="416.56651418121" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="528.087831656085" cy="425.34967978047" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="528.087831656085" cy="434.13284537973" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="528.087831656085" cy="442.91601097899" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="528.087831656085" cy="451.69917657825" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="528.087831656085" cy="460.48234217751" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="620.3110704483149" cy="456.09075937788" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="620.3110704483149" cy="447.30759377862" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="620.3110704483149" cy="438.52442817936" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="620.3110704483149" cy="429.7412625801" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="620.3110704483149" cy="420.95809698083997" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="620.3110704483149" cy="412.17493138158" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="620.3110704483149" cy="403.39176578232" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="47.209515096599944" cy="504.39817017381" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="47.209515096599944" cy="530.7476669715901" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="47.209515096599944" cy="424.91052150050695" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="47.209515096599944" cy="451.260018298287" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="47.209515096599944" cy="343.0075022874075" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="47.209515096599944" cy="369.3569990851875" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="1088.01463860891" cy="473.6570905764" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="1114.36413540669" cy="473.6570905764" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="1158.27996340299" cy="473.65709057640004" r="1.7566331198520002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="1158.27996340299" cy="500.00658737418007" r="1.7566331198520002" 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="
|
|
104
|
+
M 528.087831656085,451.69917657825
|
|
105
|
+
L 525.7163769442848,456.09075937788
|
|
106
|
+
L 428.11784080530765,456.09075937788
|
|
107
|
+
L 428.11784080530765,447.30759377862
|
|
108
|
+
L 525.7163769442848,447.30759377862
|
|
109
|
+
Z
|
|
110
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8783165599260001px"/><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="524.1354071364179" y="451.69917657825" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.9048490393340005px" transform="">XXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
111
|
+
M 47.209515096599944,343.0075022874074
|
|
112
|
+
L 42.81793229696994,340.6360475756072
|
|
113
|
+
L 42.81793229696995,243.0375114366301
|
|
114
|
+
L 51.60109789622995,243.0375114366301
|
|
115
|
+
L 51.601097896229945,340.6360475756072
|
|
116
|
+
Z
|
|
117
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8783165599260001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="47.209515096599944" y="339.05507776774044" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.9048490393340005px" transform="rotate(-90 47.209515096599944 339.05507776774044)">XXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
118
|
+
M 620.3110704483149,429.7412625801
|
|
119
|
+
L 622.6825251601151,425.34967978047
|
|
120
|
+
L 704.8051235131961,425.34967978047
|
|
121
|
+
L 704.8051235131961,434.13284537973
|
|
122
|
+
L 622.6825251601151,434.13284537973
|
|
123
|
+
Z
|
|
124
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8783165599260001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="624.263494967982" y="429.7412625801" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.9048490393340005px" transform="">XXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
125
|
+
M 1088.01463860891,473.6570905764
|
|
126
|
+
L 1085.6431838971098,478.04867337602997
|
|
127
|
+
L 1003.5205855440288,478.04867337602997
|
|
128
|
+
L 1003.5205855440288,469.26550777677
|
|
129
|
+
L 1085.6431838971098,469.26550777677
|
|
130
|
+
Z
|
|
131
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8783165599260001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="1084.062214089243" y="473.6570905764" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.9048490393340005px" transform="">XXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
132
|
+
M 665.5663311985021,420.95809698084
|
|
133
|
+
L 661.1747483988721,418.5866422690398
|
|
134
|
+
L 661.1747483988721,331.3053979873268
|
|
135
|
+
L 669.9579139981321,331.3053979873268
|
|
136
|
+
L 669.9579139981321,418.5866422690398
|
|
137
|
+
Z
|
|
138
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8783165599260001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="665.5663311985021" y="417.00567246117305" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.9048490393340005px" transform="rotate(-90 665.5663311985021 417.00567246117305)">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
139
|
+
M 629.0942360475749,370.89405306505796
|
|
140
|
+
L 624.7026532479449,368.52259835325776
|
|
141
|
+
L 624.7026532479449,281.2413540715447
|
|
142
|
+
L 633.4858188472049,281.2413540715447
|
|
143
|
+
L 633.4858188472049,368.52259835325776
|
|
144
|
+
Z
|
|
145
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8783165599260001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="629.0942360475749" y="366.941628545391" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.9048490393340005px" transform="rotate(-90 629.0942360475749 366.941628545391)">XXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
146
|
+
M 47.209515096599944,539.53083257085
|
|
147
|
+
L 51.601097896229945,541.9022872826501
|
|
148
|
+
L 51.601097896229945,556.9624885635146
|
|
149
|
+
L 42.81793229696994,556.9624885635146
|
|
150
|
+
L 42.81793229696994,541.9022872826501
|
|
151
|
+
Z
|
|
152
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8783165599260001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="47.209515096599944" y="543.483257090517" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.9048490393340005px" transform="rotate(90 47.209515096599944 543.483257090517)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
153
|
+
M 1158.27996340299,500.00658737418007
|
|
154
|
+
L 1162.67154620262,502.37804208598027
|
|
155
|
+
L 1162.67154620262,517.4382433668447
|
|
156
|
+
L 1153.88838060336,517.4382433668447
|
|
157
|
+
L 1153.88838060336,502.37804208598027
|
|
158
|
+
Z
|
|
159
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8783165599260001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="1158.27996340299" y="503.95901189384705" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.9048490393340005px" transform="rotate(90 1158.27996340299 503.95901189384705)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
160
|
+
M 1158.27996340299,464.87392497714
|
|
161
|
+
L 1153.88838060336,462.5024702653398
|
|
162
|
+
L 1153.88838060336,447.44226898447533
|
|
163
|
+
L 1162.67154620262,447.44226898447533
|
|
164
|
+
L 1162.67154620262,462.5024702653398
|
|
165
|
+
Z
|
|
166
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.8783165599260001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="1158.27996340299" y="460.92150045747303" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.9048490393340005px" transform="rotate(-90 1158.27996340299 460.92150045747303)">XX</text><text class="sch-text" x="579.9085086917189" y="474.974565416289" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.9048490393340005px" transform="rotate(0, 579.9085086917189, 474.974565416289)">TPS923655DMTR</text><text class="sch-text" x="550.9240622141609" y="385.1666971638555" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.9048490393340005px" transform="rotate(0, 550.9240622141609, 385.1666971638555)">U1</text><rect class="schematic-box sch-box" x="545.6541628546049" y="471.022140896622" width="68.50869167422798" height="7.90484903933401" stroke-width="0.8783165599260001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.026532479408001 3.5132662397040004"/><rect class="schematic-box sch-box" x="543.019213174827" y="379.677218664318" width="15.80969807866802" height="10.978956999075024" stroke-width="0.8783165599260001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.026532479408001 3.5132662397040004"/>
|
|
167
|
+
</g>
|
|
168
|
+
</svg>
|