@tscircuit/schematic-trace-solver 0.0.183 → 0.0.184
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/dist/index.js +231 -20
- package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
- package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
- package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
- package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
- package/tests/examples/__snapshots__/example02.snap.svg +2 -2
- package/tests/examples/__snapshots__/example13.snap.svg +2 -2
- package/tests/examples/__snapshots__/example14.snap.svg +2 -2
- package/tests/examples/__snapshots__/example15.snap.svg +2 -2
- package/tests/examples/__snapshots__/example18.snap.svg +2 -2
- package/tests/examples/__snapshots__/example19.snap.svg +2 -2
- package/tests/examples/__snapshots__/example21.snap.svg +2 -2
- package/tests/examples/__snapshots__/example27.snap.svg +2 -2
- package/tests/examples/__snapshots__/example29.snap.svg +2 -2
- package/tests/examples/__snapshots__/example42.snap.svg +2 -2
- package/tests/examples/__snapshots__/example45.snap.svg +2 -2
- package/tests/examples/__snapshots__/example46.snap.svg +2 -2
- package/tests/examples/__snapshots__/example47.snap.svg +2 -2
- package/tests/examples/__snapshots__/example51.snap.svg +2 -2
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
- package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
- package/tests/repros/repro-esp12f-section.test.ts +12 -0
- package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
|
|
2
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="-2.5747276749999997,2.7300000000000004 -1.6,1" data-type="line" data-label="" points="188.41570605673718,164.61993783491246 256.48458099405457,285.4323007767558" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.5,0 -1.6,0" data-type="line" data-label="" points="53.96674716090678,355.26603658128954 256.48458099405457,355.26603658128954" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.6,0.7 2.6595915124999996,0.7000000000000004" data-type="line" data-label="" points="479.95253556856244,306.38242151811596 553.9477693132137,306.3824215181159" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.6,-0.7 1.6,0.7" data-type="line" data-label="" points="479.95253556856244,404.1496516444631 479.95253556856244,306.38242151811596" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.6,-1 -2.564727675,1.6500000000000004" data-type="line" data-label="" points="256.48458099405457,425.09977238582326 189.1140434147825,240.0403725038089" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6,-1 -2.3000000000000003,0" data-type="line" data-label="" points="256.48458099405457,425.09977238582326 207.60096593088093,355.26603658128954" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6,-1 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="256.48458099405457,425.09977238582326 553.9477693132137,383.199530903103" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.564727675,1.6500000000000004 -2.3000000000000003,0" data-type="line" data-label="" points="189.1140434147825,240.0403725038089 207.60096593088093,355.26603658128954" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.564727675,1.6500000000000004 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="189.1140434147825,240.0403725038089 553.9477693132137,383.199530903103" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3000000000000003,0 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="207.60096593088093,355.26603658128954 553.9477693132137,383.199530903103" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5747276749999997,2.7300000000000004 -2.5747276749999997,2.9300000000000006 -2.0873638375,2.9300000000000006 -2.0873638375,0.9999999999999996 -1.6,0.9999999999999996" data-type="line" data-label="" points="188.41570605673718,164.61993783491246 188.41570605673718,150.6531906740057 222.45014352539587,150.6531906740057 222.45014352539587,285.4323007767558 256.48458099405457,285.4323007767558" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.6,0.7 1.8,0.7 1.8,0.9000000000000004 2.6595915124999996,0.9000000000000004 2.6595915124999996,0.7000000000000004" data-type="line" data-label="" points="479.95253556856244,306.38242151811596 493.9192827294692,306.38242151811596 493.9192827294692,292.4156743572092 553.9477693132137,292.4156743572092 553.9477693132137,306.3824215181159" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.6,-0.7 1.8,-0.7 1.8,0.7
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.5747276749999997,2.7300000000000004 -1.6,1" data-type="line" data-label="" points="188.41570605673718,164.61993783491246 256.48458099405457,285.4323007767558" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.5,0 -1.6,0" data-type="line" data-label="" points="53.96674716090678,355.26603658128954 256.48458099405457,355.26603658128954" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.6,0.7 2.6595915124999996,0.7000000000000004" data-type="line" data-label="" points="479.95253556856244,306.38242151811596 553.9477693132137,306.3824215181159" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.6,-0.7 1.6,0.7" data-type="line" data-label="" points="479.95253556856244,404.1496516444631 479.95253556856244,306.38242151811596" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.6,-1 -2.564727675,1.6500000000000004" data-type="line" data-label="" points="256.48458099405457,425.09977238582326 189.1140434147825,240.0403725038089" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6,-1 -2.3000000000000003,0" data-type="line" data-label="" points="256.48458099405457,425.09977238582326 207.60096593088093,355.26603658128954" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6,-1 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="256.48458099405457,425.09977238582326 553.9477693132137,383.199530903103" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.564727675,1.6500000000000004 -2.3000000000000003,0" data-type="line" data-label="" points="189.1140434147825,240.0403725038089 207.60096593088093,355.26603658128954" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.564727675,1.6500000000000004 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="189.1140434147825,240.0403725038089 553.9477693132137,383.199530903103" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3000000000000003,0 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="207.60096593088093,355.26603658128954 553.9477693132137,383.199530903103" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5747276749999997,2.7300000000000004 -2.5747276749999997,2.9300000000000006 -2.0873638375,2.9300000000000006 -2.0873638375,0.9999999999999996 -1.6,0.9999999999999996" data-type="line" data-label="" points="188.41570605673718,164.61993783491246 188.41570605673718,150.6531906740057 222.45014352539587,150.6531906740057 222.45014352539587,285.4323007767558 256.48458099405457,285.4323007767558" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.6,0.7 1.8,0.7 1.8,0.9000000000000004 2.6595915124999996,0.9000000000000004 2.6595915124999996,0.7000000000000004" data-type="line" data-label="" points="479.95253556856244,306.38242151811596 493.9192827294692,306.38242151811596 493.9192827294692,292.4156743572092 553.9477693132137,292.4156743572092 553.9477693132137,306.3824215181159" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.6,-0.7 1.8,-0.7 1.8,0.7" data-type="line" data-label="" points="479.95253556856244,404.1496516444631 493.9192827294692,404.1496516444631 493.9192827294692,306.38242151811596" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.3000000000000003,0 -1.9500000000000002,0 -1.9500000000000002,-1 -1.6,-1" data-type="line" data-label="" points="207.60096593088093,355.26603658128954 232.04277346246775,355.26603658128954 232.04277346246775,425.09977238582326 256.48458099405457,425.09977238582326" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.564727675,1.6500000000000004 -2.564727675,0.8250000000000002 -2.1000000000000005,0.8250000000000002 -2.1000000000000005,0" data-type="line" data-label="" points="189.1140434147825,240.0403725038089 189.1140434147825,297.6532045425492 221.56771309178765,297.6532045425492 221.56771309178765,355.26603658128954" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.5,0 -4.7,0 -4.7,-0.8 -1.7999999999999998,-0.8 -1.7999999999999998,0 -1.5999999999999996,0" data-type="line" data-label="" points="53.96674716090678,355.26603658128954 40,355.26603658128954 40,411.13302522491654 242.51783383314782,411.13302522491654 242.51783383314782,355.26603658128954 256.48458099405457,355.26603658128954" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.5,0 -4.7,0 -4.7,-0.8 -1.7999999999999998,-0.8 -1.7999999999999998,0 -1.5999999999999996,0" data-type="line" data-label="recovered from net labels: V_ON.1 -> U1.3" points="53.96674716090678,355.26603658128954 40,355.26603658128954 40,411.13302522491654 242.51783383314782,411.13302522491654 242.51783383314782,355.26603658128954 256.48458099405457,355.26603658128954" fill="none" stroke="green" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="256.48458099405457" y="229.56531213312883" width="223.46795457450787" height="251.40144889632143" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014319726540178572"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.5697276749999998" data-y="2.1900000000000004" x="166.43709675041202" y="164.61993783491243" width="44.655555970695616" height="75.42043466889643" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014319726540178572"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.4000000000000004" data-y="0" x="53.96674716090678" y="313.3657950985693" width="153.63421876997415" height="83.80048296544044" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014319726540178572"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="2.9094553499999996" data-y="0.15000000000000036" x="542.7933890565914" y="306.38242151811596" width="57.20661094340869" height="76.81710938498708" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014319726540178572"/></g><g><rect data-type="rect" data-label="TPS22919DCKR" data-x="-0.48" data-y="-1.9300000000000002" x="284.418075315868" y="483.7601104616316" width="100.56057955852856" height="12.570072444816049" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.014319726540178572"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.08" data-y="1.9300000000000002" x="284.418075315868" y="214.20189025613143" width="16.76009659308812" height="12.570072444816049" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.014319726540178572"/></g><g><rect data-type="rect" data-label="V_ON" data-x="-3.8600000000000003" data-y="0.73" x="81.90024148272023" y="298.0023732215719" width="33.520193186176215" height="12.570072444816105" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.014319726540178572"/></g><g><rect data-type="rect" data-label="netId: V_IN.pin1 to U1.IN
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="-2.7997276749999997" data-y="2.9300000000000006" x="156.99052494469697" y="143.66981709355235" width="31.42518111204018" height="13.966747160906749" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.014319726540178572"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
5
5
|
globalConnNetId: connectivity_net3" data-x="-1.9500000000000002" data-y="-1.24" x="217.3776889435157" y="425.09977238582326" width="29.33016903790414" height="33.520193186176186" fill="#00000066" stroke="#000000" stroke-width="0.014319726540178572"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
6
6
|
globalConnNetId: connectivity_net3" data-x="2.6595915124999996" data-y="-0.6409999999999997" x="539.2826847942616" y="383.2693646389075" width="29.33016903790417" height="33.520193186176186" fill="#00000066" stroke="#000000" stroke-width="0.014319726540178572"/></g><g><rect data-type="rect" data-label="netId: U1.QOD to U1.OUT
|
|
@@ -76,7 +76,7 @@ orientation: y-" data-x="1.8" data-y="-0.7" cx="493.9192827294692" cy="404.14965
|
|
|
76
76
|
.port-label { fill: rgb(0, 100, 100); }
|
|
77
77
|
.component-name { fill: rgb(0, 100, 100); }
|
|
78
78
|
|
|
79
|
-
</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 383.87196640454727 123.15955012375895 L 383.87196640454727 98.27501530341897 L 444.51107832676365 98.27501530341897 L 444.51107832676365 338.41077631970006 L 505.15019024898 338.41077631970006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 383.87196640454727 123.15955012375895 L 383.87196640454727 98.27501530341897 L 444.51107832676365 98.27501530341897 L 444.51107832676365 338.41077631970006 L 505.15019024898 338.41077631970006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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 903.30274737442 375.73757855021 L 928.18728219476 375.73757855021 L 928.18728219476 350.85304372986997 L 1035.1399568151348 350.85304372986997 L 1035.1399568151348 375.73757855020995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 903.30274737442 375.73757855021 L 928.18728219476 375.73757855021 L 928.18728219476 350.85304372986997 L 1035.1399568151348 350.85304372986997 L 1035.1399568151348 375.73757855020995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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 903.30274737442 549.92932229259 L 928.18728219476 549.92932229259 L 928.18728219476 375.73757855021 L 903.30274737442 375.73757855021" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 903.30274737442 549.92932229259 L 928.18728219476 549.92932229259 L 928.18728219476 375.73757855021 L 903.30274737442 375.73757855021" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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 418.05431837778997 462.8334504214 L 461.60225431338495 462.8334504214 L 461.60225431338495 587.2561245231 L 505.15019024898 587.2561245231" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.05431837778997 462.8334504214 L 461.60225431338495 462.8334504214 L 461.60225431338495 587.2561245231 L 505.15019024898 587.2561245231" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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 385.11619314556424 257.536038153595 L 385.11619314556424 360.1847442874975 L 442.93885319812995 360.1847442874975 L 442.93885319812995 462.8334504214 L 418.05431837778997 462.8334504214" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 385.11619314556424 257.536038153595 L 385.11619314556424 360.1847442874975 L 442.93885319812995 360.1847442874975 L 442.93885319812995 462.8334504214 L 418.05431837778997 462.8334504214" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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 144.32443535405002 462.8334504214 L 119.43990053370999 462.8334504214 L 119.43990053370999 562.37158970276 L 480.26565542864 562.37158970276 L 480.26565542864 462.8334504214 L 505.15019024898004 462.8334504214" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 144.32443535405002 462.8334504214 L 119.43990053370999 462.8334504214 L 119.43990053370999 562.37158970276 L 480.26565542864 562.37158970276 L 480.26565542864 462.8334504214 L 505.15019024898004 462.8334504214" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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="903.30274737442" cy="375.73757855021" r="3.7326802230509997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="928.18728219476" cy="375.73757855021" r="3.7326802230509997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="418.05431837778997" cy="462.8334504214" r="3.7326802230509997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="554.91925988966" y="238.87263703834003" width="298.61441784408" height="447.92162676611997" stroke-width="2.488453482034px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="554.91925988966" y="238.87263703834003" width="298.61441784408" height="447.92162676611997" fill="transparent"/><text class="sch-text" x="704.2264688117" y="462.8334504214" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.396081338305997px" transform="rotate(0, 704.2264688117, 462.8334504214)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="554.91925988966" y1="338.4107763197" x2="505.15019024898" y2="338.4107763197" stroke-width="2.488453482034px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="502.661736766946" y="335.922322837666" width="4.976906964068" height="4.976906964068" opacity="0"/></g><text class="pin-number sch-pin-number" x="530.03472506932" y="335.922322837666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.663401115255px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="554.91925988966" y1="587.2561245231" x2="505.15019024898" y2="587.2561245231" stroke-width="2.488453482034px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="502.661736766946" y="584.767671041066" width="4.976906964068" height="4.976906964068" opacity="0"/></g><text class="pin-number sch-pin-number" x="530.03472506932" y="584.767671041066" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.663401115255px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="554.91925988966" y1="462.8334504214" x2="505.15019024898" y2="462.8334504214" stroke-width="2.488453482034px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="502.661736766946" y="460.344996939366" width="4.976906964068" height="4.976906964068" opacity="0"/></g><text class="pin-number sch-pin-number" x="530.03472506932" y="460.344996939366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.663401115255px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="853.53367773374" y1="549.92932229259" x2="903.30274737442" y2="549.92932229259" stroke-width="2.488453482034px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="900.8142938923861" y="547.440868810556" width="4.976906964068" height="4.976906964068" opacity="0"/></g><text class="pin-number sch-pin-number" x="878.41821255408" y="547.440868810556" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.663401115255px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="853.53367773374" y1="375.73757855021" x2="903.30274737442" y2="375.73757855021" stroke-width="2.488453482034px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="900.8142938923861" y="373.249125068176" width="4.976906964068" height="4.976906964068" opacity="0"/></g><text class="pin-number sch-pin-number" x="878.41821255408" y="373.249125068176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.663401115255px" transform="">6</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="363.96433854827524" y="123.159550123759" width="32.34989526644199" height="134.37648802983603" fill="transparent"/><path class="sch-component-symbol-path" d="M 383.87196640454727 123.159550123759 L 385.11619314556424 153.02099190816702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 385.11619314556424 226.43036962817 L 385.11619314556424 257.53603815359503" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 396.3142338147172 202.790061548847 L 372.6739257353943 190.34779413867702 L 396.3142338147172 176.66129998749" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 363.96433854827524 190.34779413867702 L 366.45279203030924 199.057381325796" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 366.45279203030924 199.057381325796 L 363.96433854827524 207.766968512915" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 363.96433854827524 171.68439302342202 L 366.45279203030924 181.638206951558" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 366.45279203030924 181.638206951558 L 363.96433854827524 190.34779413867702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="428.5963622717097" y="171.68439302342202" stroke="rgb(245, 241, 237)" stroke-width="2.488453482034px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="22.396081338305997px">V_IN</text><text class="sch-component-text" x="428.5963622717097" y="209.01119525393202" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="22.396081338305997px"></text><circle class="sch-component-symbol-circle" cx="385.11619314556424" cy="190.34779413867702" r="36.082575489492996px" stroke-width="2.488453482034px" fill="none" stroke="rgb(132, 0, 0)"/></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="144.3361685623549" y="440.0236046034471" width="273.718149815435" height="65.89511014075288" fill="transparent"/><path class="sch-component-symbol-path" d="M 144.3361685623549 465.3678777345059 L 205.16242407689606 462.8334504214" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 354.693635550143 462.8334504214 L 418.05431837778997 462.8334504214" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 306.53951660113125 440.0236046034471 L 281.19524347007246 488.1777235524588 L 253.31654302590778 440.0236046034471" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 281.19524347007246 505.9187147442 L 298.9362346618136 500.8498601179882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 298.9362346618136 500.8498601179882 L 316.6772258535548 505.9187147442" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 243.17883377348426 505.9187147442 L 263.4542522783313 500.8498601179882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 263.4542522783313 500.8498601179882 L 281.19524347007246 505.9187147442" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="281.19524347007246" y="369.1976774200909" stroke="rgb(245, 241, 237)" stroke-width="2.488453482034px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="22.396081338305997px">V_ON</text><text class="sch-component-text" x="281.19524347007246" y="576.7446419275561" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="22.396081338305997px"></text><circle class="sch-component-symbol-circle" cx="281.19524347007246" cy="462.8334504214" r="36.082575489492996px" stroke-width="2.488453482034px" fill="none" stroke="rgb(132, 0, 0)"/></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="1016.8958601116026" y="375.73757855020995" width="36.4881934070645" height="136.86494151187003" fill="transparent"/><path class="sch-component-symbol-path" d="M 1035.1399568151348 375.73757855020995 L 1035.1399568151348 398.55296430023867" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1035.1399568151348 489.78713431205125 L 1035.1399568151348 512.60252006208" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1053.384053518667 398.55296430023867 L 1053.384053518667 489.78713431205125 L 1016.8958601116026 489.78713431205125 L 1016.8958601116026 398.55296430023867 L 1053.384053518667 398.55296430023867" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1071.6372745516335" y="407.6727315696463" stroke="rgb(245, 241, 237)" stroke-width="2.488453482034px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="22.396081338305997px">R_L</text><text class="sch-component-text" x="1071.6372745516335" y="480.6673670426436" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="22.396081338305997px"></text><circle class="component-pin sch-component-pin" cx="1035.1399568151348" cy="512.60252006208" r="2.488453482034px" stroke-width="2.488453482034px" 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="505.15019024898" cy="338.4107763197" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="505.15019024898" cy="587.2561245231" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="505.15019024898" cy="462.8334504214" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="903.30274737442" cy="549.92932229259" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="903.30274737442" cy="375.73757855021" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="383.87196640454727" cy="123.15955012375895" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="385.11619314556424" cy="257.536038153595" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="74.65360446125044" cy="467.99425270975553" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="348.38348748499044" cy="467.99425270975553" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1035.1399568151348" cy="406.84324707563496" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1035.1399568151348" cy="543.708188587505" r="4.976906964068" 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="
|
|
79
|
+
</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 383.87196640454727 123.15955012375895 L 383.87196640454727 98.27501530341897 L 444.51107832676365 98.27501530341897 L 444.51107832676365 338.41077631970006 L 505.15019024898 338.41077631970006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 383.87196640454727 123.15955012375895 L 383.87196640454727 98.27501530341897 L 444.51107832676365 98.27501530341897 L 444.51107832676365 338.41077631970006 L 505.15019024898 338.41077631970006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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 903.30274737442 375.73757855021 L 928.18728219476 375.73757855021 L 928.18728219476 350.85304372986997 L 1035.1399568151348 350.85304372986997 L 1035.1399568151348 375.73757855020995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 903.30274737442 375.73757855021 L 928.18728219476 375.73757855021 L 928.18728219476 350.85304372986997 L 1035.1399568151348 350.85304372986997 L 1035.1399568151348 375.73757855020995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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 903.30274737442 549.92932229259 L 928.18728219476 549.92932229259 L 928.18728219476 375.73757855021" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 903.30274737442 549.92932229259 L 928.18728219476 549.92932229259 L 928.18728219476 375.73757855021" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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 418.05431837778997 462.8334504214 L 461.60225431338495 462.8334504214 L 461.60225431338495 587.2561245231 L 505.15019024898 587.2561245231" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.05431837778997 462.8334504214 L 461.60225431338495 462.8334504214 L 461.60225431338495 587.2561245231 L 505.15019024898 587.2561245231" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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 385.11619314556424 257.536038153595 L 385.11619314556424 360.1847442874975 L 442.93885319812995 360.1847442874975 L 442.93885319812995 462.8334504214" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 385.11619314556424 257.536038153595 L 385.11619314556424 360.1847442874975 L 442.93885319812995 360.1847442874975 L 442.93885319812995 462.8334504214" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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 144.32443535405002 462.8334504214 L 119.43990053370999 462.8334504214 L 119.43990053370999 562.37158970276 L 480.26565542864 562.37158970276 L 480.26565542864 462.8334504214 L 505.15019024898004 462.8334504214" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.907627856272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 144.32443535405002 462.8334504214 L 119.43990053370999 462.8334504214 L 119.43990053370999 562.37158970276 L 480.26565542864 562.37158970276 L 480.26565542864 462.8334504214 L 505.15019024898004 462.8334504214" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.488453482034px" 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="928.18728219476" cy="375.73757855021" r="3.7326802230509997" 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="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="554.91925988966" y="238.87263703834003" width="298.61441784408" height="447.92162676611997" stroke-width="2.488453482034px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="554.91925988966" y="238.87263703834003" width="298.61441784408" height="447.92162676611997" fill="transparent"/><text class="sch-text" x="704.2264688117" y="462.8334504214" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.396081338305997px" transform="rotate(0, 704.2264688117, 462.8334504214)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="554.91925988966" y1="338.4107763197" x2="505.15019024898" y2="338.4107763197" stroke-width="2.488453482034px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="502.661736766946" y="335.922322837666" width="4.976906964068" height="4.976906964068" opacity="0"/></g><text class="pin-number sch-pin-number" x="530.03472506932" y="335.922322837666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.663401115255px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="554.91925988966" y1="587.2561245231" x2="505.15019024898" y2="587.2561245231" stroke-width="2.488453482034px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="502.661736766946" y="584.767671041066" width="4.976906964068" height="4.976906964068" opacity="0"/></g><text class="pin-number sch-pin-number" x="530.03472506932" y="584.767671041066" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.663401115255px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="554.91925988966" y1="462.8334504214" x2="505.15019024898" y2="462.8334504214" stroke-width="2.488453482034px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="502.661736766946" y="460.344996939366" width="4.976906964068" height="4.976906964068" opacity="0"/></g><text class="pin-number sch-pin-number" x="530.03472506932" y="460.344996939366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.663401115255px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="853.53367773374" y1="549.92932229259" x2="903.30274737442" y2="549.92932229259" stroke-width="2.488453482034px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="900.8142938923861" y="547.440868810556" width="4.976906964068" height="4.976906964068" opacity="0"/></g><text class="pin-number sch-pin-number" x="878.41821255408" y="547.440868810556" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.663401115255px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="853.53367773374" y1="375.73757855021" x2="903.30274737442" y2="375.73757855021" stroke-width="2.488453482034px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="900.8142938923861" y="373.249125068176" width="4.976906964068" height="4.976906964068" opacity="0"/></g><text class="pin-number sch-pin-number" x="878.41821255408" y="373.249125068176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.663401115255px" transform="">6</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="363.96433854827524" y="123.159550123759" width="32.34989526644199" height="134.37648802983603" fill="transparent"/><path class="sch-component-symbol-path" d="M 383.87196640454727 123.159550123759 L 385.11619314556424 153.02099190816702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 385.11619314556424 226.43036962817 L 385.11619314556424 257.53603815359503" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 396.3142338147172 202.790061548847 L 372.6739257353943 190.34779413867702 L 396.3142338147172 176.66129998749" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 363.96433854827524 190.34779413867702 L 366.45279203030924 199.057381325796" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 366.45279203030924 199.057381325796 L 363.96433854827524 207.766968512915" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 363.96433854827524 171.68439302342202 L 366.45279203030924 181.638206951558" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 366.45279203030924 181.638206951558 L 363.96433854827524 190.34779413867702" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="428.5963622717097" y="171.68439302342202" stroke="rgb(245, 241, 237)" stroke-width="2.488453482034px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="22.396081338305997px">V_IN</text><text class="sch-component-text" x="428.5963622717097" y="209.01119525393202" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="22.396081338305997px"></text><circle class="sch-component-symbol-circle" cx="385.11619314556424" cy="190.34779413867702" r="36.082575489492996px" stroke-width="2.488453482034px" fill="none" stroke="rgb(132, 0, 0)"/></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="144.3361685623549" y="440.0236046034471" width="273.718149815435" height="65.89511014075288" fill="transparent"/><path class="sch-component-symbol-path" d="M 144.3361685623549 465.3678777345059 L 205.16242407689606 462.8334504214" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 354.693635550143 462.8334504214 L 418.05431837778997 462.8334504214" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 306.53951660113125 440.0236046034471 L 281.19524347007246 488.1777235524588 L 253.31654302590778 440.0236046034471" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 281.19524347007246 505.9187147442 L 298.9362346618136 500.8498601179882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 298.9362346618136 500.8498601179882 L 316.6772258535548 505.9187147442" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 243.17883377348426 505.9187147442 L 263.4542522783313 500.8498601179882" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 263.4542522783313 500.8498601179882 L 281.19524347007246 505.9187147442" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="281.19524347007246" y="369.1976774200909" stroke="rgb(245, 241, 237)" stroke-width="2.488453482034px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="22.396081338305997px">V_ON</text><text class="sch-component-text" x="281.19524347007246" y="576.7446419275561" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="22.396081338305997px"></text><circle class="sch-component-symbol-circle" cx="281.19524347007246" cy="462.8334504214" r="36.082575489492996px" stroke-width="2.488453482034px" fill="none" stroke="rgb(132, 0, 0)"/></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="1016.8958601116026" y="375.73757855020995" width="36.4881934070645" height="136.86494151187003" fill="transparent"/><path class="sch-component-symbol-path" d="M 1035.1399568151348 375.73757855020995 L 1035.1399568151348 398.55296430023867" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1035.1399568151348 489.78713431205125 L 1035.1399568151348 512.60252006208" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1053.384053518667 398.55296430023867 L 1053.384053518667 489.78713431205125 L 1016.8958601116026 489.78713431205125 L 1016.8958601116026 398.55296430023867 L 1053.384053518667 398.55296430023867" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1071.6372745516335" y="407.6727315696463" stroke="rgb(245, 241, 237)" stroke-width="2.488453482034px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="22.396081338305997px">R_L</text><text class="sch-component-text" x="1071.6372745516335" y="480.6673670426436" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="22.396081338305997px"></text><circle class="component-pin sch-component-pin" cx="1035.1399568151348" cy="512.60252006208" r="2.488453482034px" stroke-width="2.488453482034px" 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="505.15019024898" cy="338.4107763197" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="505.15019024898" cy="587.2561245231" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="505.15019024898" cy="462.8334504214" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="903.30274737442" cy="549.92932229259" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="903.30274737442" cy="375.73757855021" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="383.87196640454727" cy="123.15955012375895" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="385.11619314556424" cy="257.536038153595" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="74.65360446125044" cy="467.99425270975553" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="348.38348748499044" cy="467.99425270975553" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1035.1399568151348" cy="406.84324707563496" r="4.976906964068" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1035.1399568151348" cy="543.708188587505" r="4.976906964068" 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="
|
|
80
80
|
M 383.87196640454727,98.27501530341897
|
|
81
81
|
L 377.15314200305545,110.71728271358897
|
|
82
82
|
L 334.4844596311125,110.71728271358896
|