@tscircuit/schematic-trace-solver 0.0.160 → 0.0.162
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.d.ts +5 -0
- package/dist/index.js +221 -29
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
- package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +28 -21
- package/lib/solvers/MspConnectionPairSolver/getMspConnectionPairsFromPins.ts +3 -3
- package/lib/solvers/MspConnectionPairSolver/shouldSeparateGroundNetRows.ts +40 -0
- package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
- package/lib/types/InputProblem.ts +3 -0
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
- package/tests/examples/__snapshots__/example51.snap.svg +568 -568
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
- package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +115 -0
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
- package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
- package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
- package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
- package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
- package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
- package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
- package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
- package/tests/repros/repro-tida010076-page02.test.ts +2 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
- package/tests/solvers/MspConnectionPairSolver/msp-connection-pair-solver-ground-net-rows.test.ts +57 -0
|
@@ -465,195 +465,195 @@ nRESET" data-x="4.18" data-y="3.4" cx="398.30901158417333" cy="333.4797653076576
|
|
|
465
465
|
.port-label { fill: rgb(0, 100, 100); }
|
|
466
466
|
.component-name { fill: rgb(0, 100, 100); }
|
|
467
467
|
|
|
468
|
-
</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 540.301913678542 338.21456800304 L 420.57176572756 338.21456800304 L 420.57176572756 340.552395159684" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 338.21456800304 L 420.57176572756 338.21456800304 L 420.57176572756 340.552395159684" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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 540.301913678542 358.25308648856003 L 457.30904961768 358.25308648856003 L 457.30904961768 360.59091364520395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 358.25308648856003 L 457.30904961768 358.25308648856003 L 457.30904961768 360.59091364520395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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 1003.692653656192 291.45802487016 L 1003.692653656192 278.766963162664 L 947.5848018967359 278.766963162664 L 947.5848018967359 285.446469324504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1003.692653656192 291.45802487016 L 1003.692653656192 278.766963162664 L 947.5848018967359 278.766963162664 L 947.5848018967359 285.446469324504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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 934.8937401892399 545.27925902008 L 934.8937401892399 529.248444231664 L 878.1179378136 529.248444231664 L 878.1179378136 535.9279503935039" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 934.8937401892399 545.27925902008 L 934.8937401892399 529.248444231664 L 878.1179378136 529.248444231664 L 878.1179378136 535.9279503935039" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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 484.02707426503997 380.629432130724 L 484.02707426503997 378.29160497408 L 540.301913678542 378.29160497408" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.02707426503997 380.629432130724 L 484.02707426503997 378.29160497408 L 540.301913678542 378.29160497408" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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 1080.17299920926 45.98617342253999 L 1080.17299920926 29.95535863412408 L 1025.0670733740799 29.95535863412408 L 1025.0670733740799 36.63486479596406" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1080.17299920926 45.98617342253999 L 1080.17299920926 29.95535863412408 L 1025.0670733740799 29.95535863412408 L 1025.0670733740799 36.63486479596406" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 1049.28028321075 233.01234595405998 L 1085.18262883064 233.01234595405998 L 1085.18262883064 228.00271633268" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1049.28028321075 233.01234595405998 L 1085.18262883064 233.01234595405998 L 1085.18262883064 228.00271633268" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 974.1358388900499 478.48419740168 L 1009.036258585664 478.48419740168 L 1009.036258585664 473.4745677803" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 974.1358388900499 478.48419740168 L 1009.036258585664 478.48419740168 L 1009.036258585664 473.4745677803" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 648.175938192258 733.1403698218298 L 654.8554443540979 733.1403698218298 L 654.8554443540979 723.1211105790699 L 648.175938192258 723.1211105790699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 733.1403698218298 L 654.8554443540979 733.1403698218298 L 654.8554443540979 723.1211105790699 L 648.175938192258 723.1211105790699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 648.175938192258 743.1596290645899 L 654.8554443540979 743.1596290645899 L 654.8554443540979 733.1403698218298 L 648.175938192258 733.1403698218298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 743.1596290645899 L 654.8554443540979 743.1596290645899 L 654.8554443540979 733.1403698218298 L 648.175938192258 733.1403698218298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 905.6709007311899 732.3054315516 L 939.90336981062 732.3054315516 L 939.90336981062 727.29580193022" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 905.6709007311899 732.3054315516 L 939.90336981062 732.3054315516 L 939.90336981062 727.29580193022" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 457.30904961768 385.97303706019596 L 457.30904961768 412.69106170755595 L 420.57176572756 412.69106170755595 L 420.57176572756 365.93451857467596" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 457.30904961768 385.97303706019596 L 457.30904961768 412.69106170755595 L 420.57176572756 412.69106170755595 L 420.57176572756 365.93451857467596" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 484.02707426503997 406.01155554571596 L 484.02707426503997 412.69106170755595 L 457.30904961768 412.69106170755595 L 457.30904961768 385.97303706019596" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.02707426503997 406.01155554571596 L 484.02707426503997 412.69106170755595 L 457.30904961768 412.69106170755595 L 457.30904961768 385.97303706019596" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 393.85374108019994 760.025382123236 L 393.85374108019994 770.044641365996 L 360.4562102709999 770.044641365996 L 360.4562102709999 760.025382123236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 393.85374108019994 760.025382123236 L 393.85374108019994 770.044641365996 L 360.4562102709999 770.044641365996 L 360.4562102709999 760.025382123236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 423.91151880847997 760.025382123236 L 423.91151880847997 770.044641365996 L 393.85374108019994 770.044641365996 L 393.85374108019994 760.025382123236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 423.91151880847997 760.025382123236 L 423.91151880847997 770.044641365996 L 393.85374108019994 770.044641365996 L 393.85374108019994 760.025382123236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 463.98855577951997 763.365135204156 L 463.98855577951997 770.044641365996 L 423.91151880847997 770.044641365996 L 423.91151880847997 760.025382123236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 463.98855577951997 763.365135204156 L 463.98855577951997 770.044641365996 L 423.91151880847997 770.044641365996 L 423.91151880847997 760.025382123236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 648.175938192258 337.37962973281003 L 673.7250492612959 337.37962973281003 L 673.7250492612959 337.546617386856" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 337.37962973281003 L 673.7250492612959 337.37962973281003 L 673.7250492612959 337.546617386856" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 648.175938192258 357.4181482183301 L 708.4584813028639 357.4181482183301 L 708.4584813028639 337.546617386856 L 701.7789751410239 337.546617386856" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 357.4181482183301 L 708.4584813028639 357.4181482183301 L 708.4584813028639 337.546617386856 L 701.7789751410239 337.546617386856" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 648.175938192258 377.45666670385003 L 673.7250492612959 377.45666670385003 L 673.7250492612959 377.623654357896" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 377.45666670385003 L 673.7250492612959 377.45666670385003 L 673.7250492612959 377.623654357896" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 648.175938192258 392.48555556799 L 708.4584813028639 392.48555556799 L 708.4584813028639 377.623654357896 L 701.7789751410239 377.623654357896" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 392.48555556799 L 708.4584813028639 392.48555556799 L 708.4584813028639 377.623654357896 L 701.7789751410239 377.623654357896" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 761.2265799813999 427.385975263604 L 761.2265799813999 412.52407405350993 L 648.175938192258 412.52407405350993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 761.2265799813999 427.385975263604 L 761.2265799813999 412.52407405350993 L 648.175938192258 412.52407405350993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 648.175938192258 432.5625925390299 L 666.2940986562489 432.5625925390299 L 666.2940986562489 453.43604929478 L 684.4122591202399 453.43604929478" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 432.5625925390299 L 666.2940986562489 432.5625925390299 L 666.2940986562489 453.43604929478 L 684.4122591202399 453.43604929478" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 540.301913678542 655.49111069044 L 505.48498780995095 655.49111069044 L 505.48498780995095 653.82123414998 L 470.66806194135995 653.82123414998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 655.49111069044 L 505.48498780995095 655.49111069044 L 505.48498780995095 653.82123414998 L 470.66806194135995 653.82123414998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 540.301913678542 675.52962917596 L 505.48498780995095 675.52962917596 L 505.48498780995095 677.1995057164199 L 470.66806194135995 677.1995057164199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 675.52962917596 L 505.48498780995095 675.52962917596 L 505.48498780995095 677.1995057164199 L 470.66806194135995 677.1995057164199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 540.301913678542 695.56814766148 L 505.48498780995095 695.56814766148 L 505.48498780995095 700.57777728286 L 470.66806194135995 700.57777728286" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 695.56814766148 L 505.48498780995095 695.56814766148 L 505.48498780995095 700.57777728286 L 470.66806194135995 700.57777728286" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 393.85374108019994 734.643258708244 L 393.85374108019994 677.1995057164199 L 450.62954345583995 677.1995057164199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 393.85374108019994 734.643258708244 L 393.85374108019994 677.1995057164199 L 450.62954345583995 677.1995057164199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 423.91151880847997 734.643258708244 L 423.91151880847997 700.57777728286 L 450.62954345583995 700.57777728286" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 423.91151880847997 734.643258708244 L 423.91151880847997 700.57777728286 L 450.62954345583995 700.57777728286" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 540.301913678542 722.2861723088399 L 463.98855577951997 722.2861723088399 L 463.98855577951997 737.983011789164" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 722.2861723088399 L 463.98855577951997 722.2861723088399 L 463.98855577951997 737.983011789164" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 711.1302837676 611.0723947142039 L 711.1302837676 604.392888552364 L 679.6531109799289 604.392888552364 L 679.6531109799289 632.9477773942299 L 648.175938192258 632.9477773942299" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 711.1302837676 611.0723947142039 L 711.1302837676 604.392888552364 L 679.6531109799289 604.392888552364 L 679.6531109799289 632.9477773942299 L 648.175938192258 632.9477773942299" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"><path d="M 711.1302837676 654.4891847661639 L 711.1302837676 647.809678604324 L 679.6531109799289 647.809678604324 L 679.6531109799289 663.0055551225099 L 648.175938192258 663.0055551225099" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 711.1302837676 654.4891847661639 L 711.1302837676 647.809678604324 L 679.6531109799289 647.809678604324 L 679.6531109799289 663.0055551225099 L 648.175938192258 663.0055551225099" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"><path d="M 711.1302837676 679.871308181156 L 711.1302837676 686.550814342996 L 679.6531109799289 686.550814342996 L 679.6531109799289 676.3645674461899 L 648.175938192258 676.3645674461899" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 711.1302837676 679.871308181156 L 711.1302837676 686.550814342996 L 679.6531109799289 686.550814342996 L 679.6531109799289 676.3645674461899 L 648.175938192258 676.3645674461899" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"><path d="M 711.1302837676 701.2457278990439 L 711.1302837676 693.06333285079 L 648.175938192258 693.06333285079" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 711.1302837676 701.2457278990439 L 711.1302837676 693.06333285079 L 648.175938192258 693.06333285079" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><path d="M 711.1302837676 726.627851314036 L 711.1302837676 733.307357475876 L 679.6531109799289 733.307357475876 L 679.6531109799289 706.4223451744699 L 648.175938192258 706.4223451744699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 711.1302837676 726.627851314036 L 711.1302837676 733.307357475876 L 679.6531109799289 733.307357475876 L 679.6531109799289 706.4223451744699 L 648.175938192258 706.4223451744699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><path d="M 1080.5069745173519 82.72345731266 L 1080.17299920926 82.72345731266 L 1080.17299920926 107.10365480337595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1080.5069745173519 82.72345731266 L 1080.17299920926 82.72345731266 L 1080.17299920926 107.10365480337595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><path d="M 1085.18262883064 207.96419784715988 L 1085.18262883064 201.2846916853199 L 1080.5069745173519 201.2846916853199 L 1080.5069745173519 143.840938693496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1085.18262883064 207.96419784715988 L 1085.18262883064 201.2846916853199 L 1080.5069745173519 201.2846916853199 L 1080.5069745173519 143.840938693496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><path d="M 1049.28028321075 202.95456822578 L 1085.18262883064 202.95456822578 L 1085.18262883064 207.96419784715994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1049.28028321075 202.95456822578 L 1085.18262883064 202.95456822578 L 1085.18262883064 207.96419784715994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><path d="M 1003.692653656192 352.909481559088 L 1004.026628964284 352.909481559088 L 1004.026628964284 328.19530876027994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1003.692653656192 352.909481559088 L 1004.026628964284 352.909481559088 L 1004.026628964284 328.19530876027994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><path d="M 1009.036258585664 453.43604929478 L 1009.036258585664 446.75654313294 L 1004.026628964284 446.75654313294 L 1004.026628964284 389.646765449208" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1009.036258585664 453.43604929478 L 1009.036258585664 446.75654313294 L 1004.026628964284 446.75654313294 L 1004.026628964284 389.646765449208" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><path d="M 974.1358388900499 448.4264196734 L 1009.036258585664 448.4264196734 L 1009.036258585664 453.43604929478" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 974.1358388900499 448.4264196734 L 1009.036258585664 448.4264196734 L 1009.036258585664 453.43604929478" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><path d="M 934.8937401892399 607.0646910170999 L 935.2277154973319 607.0646910170999 L 935.2277154973319 582.0165429102" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 934.8937401892399 607.0646910170999 L 935.2277154973319 607.0646910170999 L 935.2277154973319 582.0165429102" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><path d="M 939.90336981062 707.2572834447 L 939.90336981062 700.57777728286 L 935.2277154973319 700.57777728286 L 935.2277154973319 643.8019749072199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 939.90336981062 707.2572834447 L 939.90336981062 700.57777728286 L 935.2277154973319 700.57777728286 L 935.2277154973319 643.8019749072199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><path d="M 905.6709007311899 702.24765382332 L 939.90336981062 702.24765382332 L 939.90336981062 707.2572834447" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 905.6709007311899 702.24765382332 L 939.90336981062 702.24765382332 L 939.90336981062 707.2572834447" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_42__stack1"><path d="M 648.175938192258 422.5433332962699 L 674.6434813585489 422.5433332962699 L 674.6434813585489 426.71802464741995 L 701.11102452484 426.71802464741995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 422.5433332962699 L 674.6434813585489 422.5433332962699 L 674.6434813585489 426.71802464741995 L 701.11102452484 426.71802464741995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_43__stack1"><path d="M 540.301913678542 742.32469079436 L 524.1041112360799 742.32469079436" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 742.32469079436 L 524.1041112360799 742.32469079436" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_44__stack1"><path d="M 450.6295434558399 653.82123414998 L 360.4562102709999 653.82123414998 L 360.4562102709999 734.643258708244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 450.6295434558399 653.82123414998 L 360.4562102709999 653.82123414998 L 360.4562102709999 734.643258708244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_45__stack1"><path d="M 711.1302837676 636.454518129196 L 711.1302837676 646.3067897179099 L 648.175938192258 646.3067897179099" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 711.1302837676 636.454518129196 L 711.1302837676 646.3067897179099 L 648.175938192258 646.3067897179099" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_46__stack1"><path d="M 49.024235475209935 708.92715998516 L 42.34472931336995 708.92715998516 L 42.34472931336995 754.681777193764 L 168.9547686110471 754.681777193764 L 168.9547686110471 695.56814766148 L 137.52769211958991 695.56814766148" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 49.024235475209935 708.92715998516 L 42.34472931336995 708.92715998516 L 42.34472931336995 754.681777193764 L 168.9547686110471 754.681777193764 L 168.9547686110471 695.56814766148 L 137.52769211958991 695.56814766148" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_47__stack1"><path d="M 654.8554443540979 743.1596290645899 L 664.540728288766 743.1596290645899" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 654.8554443540979 743.1596290645899 L 664.540728288766 743.1596290645899" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_48__stack1"><path d="M 704.45077760576 453.43604929478 L 732.8720763243891 453.43604929478 L 732.8720763243891 451.73277522351077" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 704.45077760576 453.43604929478 L 732.8720763243891 453.43604929478 L 732.8720763243891 451.73277522351077" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_49__stack1"><path d="M 504.06559275056 742.32469079436 L 492.3430594365308 742.32469079436 L 492.3430594365308 740.6214167230908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 504.06559275056 742.32469079436 L 492.3430594365308 742.32469079436 L 492.3430594365308 740.6214167230908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_50__stack1"><path d="M 168.9547686110471 695.56814766148 L 168.9547686110471 694.900197045296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 168.9547686110471 695.56814766148 L 168.9547686110471 694.900197045296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_51__stack1"><path d="M 540.301913678542 441.74691351156 L 512.2479877988139 441.74691351156" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 441.74691351156 L 512.2479877988139 441.74691351156" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_52__stack1"><path d="M 540.301913678542 461.78543199708 L 512.2479877988139 461.78543199708" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 461.78543199708 L 512.2479877988139 461.78543199708" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_53__stack1"><path d="M 540.301913678542 481.8239504826 L 512.2479877988139 481.8239504826" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 481.8239504826 L 512.2479877988139 481.8239504826" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_54__stack1"><path d="M 540.301913678542 515.2214812918 L 512.2479877988139 515.2214812918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 515.2214812918 L 512.2479877988139 515.2214812918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_55__stack1"><path d="M 540.301913678542 535.2599997773201 L 512.2479877988139 535.2599997773201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 535.2599997773201 L 512.2479877988139 535.2599997773201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_56__stack1"><path d="M 540.301913678542 568.65753058652 L 512.2479877988139 568.65753058652" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 568.65753058652 L 512.2479877988139 568.65753058652" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_57__stack1"><path d="M 540.301913678542 588.6960490720401 L 512.2479877988139 588.6960490720401" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 588.6960490720401 L 512.2479877988139 588.6960490720401" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_58__stack1"><path d="M 540.301913678542 391.65061729775994 L 512.2479877988139 391.65061729775994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 391.65061729775994 L 512.2479877988139 391.65061729775994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_59__stack1"><path d="M 540.301913678542 431.7276542688 L 512.2479877988139 431.7276542688" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 431.7276542688 L 512.2479877988139 431.7276542688" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_60__stack1"><path d="M 540.301913678542 411.68913578328 L 512.2479877988139 411.68913578328" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 411.68913578328 L 512.2479877988139 411.68913578328" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_61__stack1"><path d="M 540.301913678542 421.70839502603997 L 512.2479877988139 421.70839502603997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 421.70839502603997 L 512.2479877988139 421.70839502603997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_62__stack1"><path d="M 540.301913678542 401.66987654051997 L 512.2479877988139 401.66987654051997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 540.301913678542 401.66987654051997 L 512.2479877988139 401.66987654051997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_63__stack1"><path d="M 863.9239872196899 702.24765382332 L 843.88546873417 702.24765382332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 863.9239872196899 702.24765382332 L 843.88546873417 702.24765382332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_64__stack1"><path d="M 863.9239872196899 732.3054315516 L 843.88546873417 732.3054315516" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 863.9239872196899 732.3054315516 L 843.88546873417 732.3054315516" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_65__stack1"><path d="M 932.3889253785499 448.4264196734 L 912.3504068930299 448.4264196734" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 932.3889253785499 448.4264196734 L 912.3504068930299 448.4264196734" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_66__stack1"><path d="M 932.3889253785499 478.48419740168 L 912.3504068930299 478.48419740168" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 932.3889253785499 478.48419740168 L 912.3504068930299 478.48419740168" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_67__stack1"><path d="M 1007.53336969925 202.95456822578 L 987.4948512137299 202.95456822578" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1007.53336969925 202.95456822578 L 987.4948512137299 202.95456822578" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_68__stack1"><path d="M 1007.53336969925 233.01234595405998 L 987.4948512137299 233.01234595405998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1007.53336969925 233.01234595405998 L 987.4948512137299 233.01234595405998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_69__stack1"><path d="M 648.175938192258 616.2490119896298 L 670.886259142514 616.2490119896298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 616.2490119896298 L 670.886259142514 616.2490119896298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_70__stack1"><path d="M 648.175938192258 589.5309873422699 L 670.886259142514 589.5309873422699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 589.5309873422699 L 670.886259142514 589.5309873422699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_71__stack1"><path d="M 1090.1922584520198 585.35629599112 L 1067.481937501764 585.35629599112" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1090.1922584520198 585.35629599112 L 1067.481937501764 585.35629599112" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_72__stack1"><path d="M 1090.1922584520198 598.7153083147999 L 1067.481937501764 598.7153083147999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1090.1922584520198 598.7153083147999 L 1067.481937501764 598.7153083147999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_73__stack1"><path d="M 648.175938192258 556.1334565330698 L 670.886259142514 556.1334565330698" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 556.1334565330698 L 670.886259142514 556.1334565330698" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_74__stack1"><path d="M 1090.1922584520198 592.03580215296 L 1067.481937501764 592.03580215296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1090.1922584520198 592.03580215296 L 1067.481937501764 592.03580215296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_75__stack1"><path d="M 1090.1922584520198 612.07432063848 L 1067.481937501764 612.07432063848" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1090.1922584520198 612.07432063848 L 1067.481937501764 612.07432063848" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_76__stack1"><path d="M 648.175938192258 536.0949380475498 L 670.886259142514 536.0949380475498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 536.0949380475498 L 670.886259142514 536.0949380475498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_77__stack1"><path d="M 648.175938192258 502.6974072383498 L 670.886259142514 502.6974072383498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 502.6974072383498 L 670.886259142514 502.6974072383498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_78__stack1"><path d="M 648.175938192258 482.6588887528298 L 670.886259142514 482.6588887528298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 482.6588887528298 L 670.886259142514 482.6588887528298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_79__stack1"><path d="M 1090.1922584520198 605.39481447664 L 1067.481937501764 605.39481447664" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1090.1922584520198 605.39481447664 L 1067.481937501764 605.39481447664" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_80__stack1"><path d="M 1090.1922584520198 618.75382680032 L 1067.481937501764 618.75382680032" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1090.1922584520198 618.75382680032 L 1067.481937501764 618.75382680032" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_81__stack1"><path d="M 49.024235475209935 702.24765382332 L 23.642112060217983 702.24765382332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 49.024235475209935 702.24765382332 L 23.642112060217983 702.24765382332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_82__stack1"><path d="M 49.024235475209935 695.56814766148 L 23.642112060217983 695.56814766148" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 49.024235475209935 695.56814766148 L 23.642112060217983 695.56814766148" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_83__stack1"><path d="M 137.52769211958991 702.24765382332 L 162.90981553458192 702.24765382332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 137.52769211958991 702.24765382332 L 162.90981553458192 702.24765382332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_84__stack1"><path d="M 648.175938192258 602.8899996659499 L 670.886259142514 602.8899996659499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 602.8899996659499 L 670.886259142514 602.8899996659499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_85__stack1"><path d="M 910.8475180066159 628.77308604308 L 890.808999521096 628.77308604308" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 910.8475180066159 628.77308604308 L 890.808999521096 628.77308604308" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_86__stack1"><path d="M 648.175938192258 569.4924688567498 L 670.886259142514 569.4924688567498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 569.4924688567498 L 670.886259142514 569.4924688567498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_87__stack1"><path d="M 910.8475180066159 566.98765404606 L 890.808999521096 566.98765404606" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 910.8475180066159 566.98765404606 L 890.808999521096 566.98765404606" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_88__stack1"><path d="M 648.175938192258 516.0564195620298 L 670.886259142514 516.0564195620298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 516.0564195620298 L 670.886259142514 516.0564195620298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_89__stack1"><path d="M 979.646431473568 313.1664198961399 L 959.6079129880479 313.1664198961399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 979.646431473568 313.1664198961399 L 959.6079129880479 313.1664198961399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_90__stack1"><path d="M 648.175938192258 546.1141972903098 L 670.886259142514 546.1141972903098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 546.1141972903098 L 670.886259142514 546.1141972903098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_91__stack1"><path d="M 979.646431473568 374.61787658506796 L 959.6079129880479 374.61787658506796" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 979.646431473568 374.61787658506796 L 959.6079129880479 374.61787658506796" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_92__stack1"><path d="M 648.175938192258 492.6781479955898 L 670.886259142514 492.6781479955898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 492.6781479955898 L 670.886259142514 492.6781479955898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_93__stack1"><path d="M 1056.1267770266359 128.812049829356 L 1036.088258541116 128.812049829356" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1056.1267770266359 128.812049829356 L 1036.088258541116 128.812049829356" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_94__stack1"><path d="M 648.175938192258 462.6203702673098 L 670.886259142514 462.6203702673098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 462.6203702673098 L 670.886259142514 462.6203702673098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_95__stack1"><path d="M 1056.1267770266359 67.69456844851999 L 1036.088258541116 67.69456844851999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1056.1267770266359 67.69456844851999 L 1036.088258541116 67.69456844851999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_96__stack1"><path d="M 648.175938192258 402.50481481074996 L 670.886259142514 402.50481481074996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 648.175938192258 402.50481481074996 L 670.886259142514 402.50481481074996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_97__stack1"><path d="M 721.1495430103599 426.71802464741995 L 746.5316664253519 426.71802464741995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 721.1495430103599 426.71802464741995 L 746.5316664253519 426.71802464741995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="648.175938192258" cy="733.1403698218298" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="654.8554443540979" cy="733.1403698218298" r="1.001925924276" 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_9__stack1"><circle cx="654.8554443540979" cy="743.1596290645899" r="1.001925924276" 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_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="457.30904961768" cy="385.97303706019596" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="457.30904961768" cy="412.69106170755595" r="1.001925924276" 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_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="393.85374108019994" cy="760.025382123236" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="393.85374108019994" cy="770.044641365996" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><circle cx="423.91151880847997" cy="760.025382123236" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="423.91151880847997" cy="770.044641365996" r="1.001925924276" 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_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><circle cx="1085.18262883064" cy="207.96419784715988" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><circle cx="1009.036258585664" cy="453.43604929478" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><circle cx="939.90336981062" cy="707.2572834447" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"><circle cx="168.9547686110471" cy="695.56814766148" r="1.001925924276" 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_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_59__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_60__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_61__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_62__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_63__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_64__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_65__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_66__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_93__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_94__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_95__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_96__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_97__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="553.6609260022219" y="323.1856791389" width="81.15599986635607" height="434.1679005195999" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="553.6609260022219" y="323.1856791389" width="81.15599986635607" height="434.1679005195999" fill="transparent"/><text class="sch-text" x="594.2389259354" y="540.2696293987" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 594.2389259354, 540.2696293987)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="441.74691351156" x2="540.301913678542" y2="441.74691351156" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="539.6339630623579" y="441.07896289537604" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="441.07896289537604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="441.74691351156" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">EN_GATE</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="461.78543199708" x2="540.301913678542" y2="461.78543199708" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="539.6339630623579" y="461.11748138089604" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="461.11748138089604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="461.78543199708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INHA</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="481.8239504826" x2="540.301913678542" y2="481.8239504826" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="539.6339630623579" y="481.15599986641604" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="481.15599986641604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="481.8239504826" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INLA</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="515.2214812918" x2="540.301913678542" y2="515.2214812918" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="539.6339630623579" y="514.553530675616" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="514.553530675616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="515.2214812918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INHB</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="535.2599997773201" x2="540.301913678542" y2="535.2599997773201" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="539.6339630623579" y="534.5920491611361" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="534.5920491611361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="535.2599997773201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INLB</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="568.65753058652" x2="540.301913678542" y2="568.65753058652" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="539.6339630623579" y="567.989579970336" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="567.9895799703361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="568.65753058652" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INHC</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="588.6960490720401" x2="540.301913678542" y2="588.6960490720401" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="539.6339630623579" y="588.028098455856" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="588.028098455856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="588.6960490720401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INLC</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="391.65061729775994" x2="540.301913678542" y2="391.65061729775994" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="539.6339630623579" y="390.98266668157595" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="390.982666681576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="391.65061729775994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">nFAULT</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="431.7276542688" x2="540.301913678542" y2="431.7276542688" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="539.6339630623579" y="431.059703652616" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="431.059703652616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="431.7276542688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">nSCS</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="411.68913578328" x2="540.301913678542" y2="411.68913578328" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="539.6339630623579" y="411.021185167096" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="411.02118516709595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="411.68913578328" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SDI</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="421.70839502603997" x2="540.301913678542" y2="421.70839502603997" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="539.6339630623579" y="421.040444409856" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="421.040444409856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="421.70839502603997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SDO</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="401.66987654051997" x2="540.301913678542" y2="401.66987654051997" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="539.6339630623579" y="401.001925924336" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="401.001925924336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="401.66987654051997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SCLK</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="422.5433332962699" x2="648.175938192258" y2="422.5433332962699" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="647.5079875760739" y="421.8753826800859" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="421.8753826800859" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="422.5433332962699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">PWRGD</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="723.1211105790699" x2="648.175938192258" y2="723.1211105790699" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="647.5079875760739" y="722.4531599628858" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="722.4531599628859" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="723.1211105790699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GND3</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="338.21456800304" x2="540.301913678542" y2="338.21456800304" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="539.6339630623579" y="337.546617386856" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="337.54661738685604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="338.21456800304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">AVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="655.49111069044" x2="540.301913678542" y2="655.49111069044" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="539.6339630623579" y="654.823160074256" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="654.8231600742561" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="655.49111069044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SO1</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="675.52962917596" x2="540.301913678542" y2="675.52962917596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="539.6339630623579" y="674.861678559776" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="674.861678559776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="675.52962917596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SO2</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="695.56814766148" x2="540.301913678542" y2="695.56814766148" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="539.6339630623579" y="694.900197045296" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="694.9001970452961" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="695.56814766148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SO3</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="693.06333285079" x2="648.175938192258" y2="693.06333285079" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="647.5079875760739" y="692.3953822346059" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="692.3953822346059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="693.06333285079" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SN3</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="706.4223451744699" x2="648.175938192258" y2="706.4223451744699" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><rect x="647.5079875760739" y="705.7543945582859" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="705.7543945582859" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="706.4223451744699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SP3</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="663.0055551225099" x2="648.175938192258" y2="663.0055551225099" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="647.5079875760739" y="662.3376045063259" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="662.3376045063259" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="663.0055551225099" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SN2</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="676.3645674461899" x2="648.175938192258" y2="676.3645674461899" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="647.5079875760739" y="675.6966168300058" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="675.696616830006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="676.3645674461899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SP2</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="632.9477773942299" x2="648.175938192258" y2="632.9477773942299" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="647.5079875760739" y="632.2798267780458" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="632.2798267780458" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="632.9477773942299" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SN1</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="646.3067897179099" x2="648.175938192258" y2="646.3067897179099" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="647.5079875760739" y="645.6388391017258" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="645.6388391017259" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="646.3067897179099" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SP1</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="602.8899996659499" x2="648.175938192258" y2="602.8899996659499" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><rect x="647.5079875760739" y="602.2220490497658" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="602.2220490497658" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="602.8899996659499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GLC</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="616.2490119896298" x2="648.175938192258" y2="616.2490119896298" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="647.5079875760739" y="615.5810613734458" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="615.5810613734459" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="616.2490119896298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SLC</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="589.5309873422699" x2="648.175938192258" y2="589.5309873422699" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><rect x="647.5079875760739" y="588.8630367260859" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="588.8630367260859" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="589.5309873422699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SHC</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="569.4924688567498" x2="648.175938192258" y2="569.4924688567498" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="647.5079875760739" y="568.8245182405658" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="568.8245182405658" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="569.4924688567498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GHC</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="516.0564195620298" x2="648.175938192258" y2="516.0564195620298" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="647.5079875760739" y="515.3884689458457" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="515.3884689458458" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="516.0564195620298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GHB</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="556.1334565330698" x2="648.175938192258" y2="556.1334565330698" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><rect x="647.5079875760739" y="555.4655059168857" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="555.4655059168858" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="556.1334565330698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SHB</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="536.0949380475498" x2="648.175938192258" y2="536.0949380475498" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="647.5079875760739" y="535.4269874313658" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="535.4269874313658" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="536.0949380475498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SLB</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="546.1141972903098" x2="648.175938192258" y2="546.1141972903098" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><rect x="647.5079875760739" y="545.4462466741257" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="545.4462466741259" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="546.1141972903098" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GLB</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="492.6781479955898" x2="648.175938192258" y2="492.6781479955898" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="647.5079875760739" y="492.01019737940584" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="492.0101973794058" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="492.6781479955898" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GLA</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="502.6974072383498" x2="648.175938192258" y2="502.6974072383498" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="647.5079875760739" y="502.0294566221658" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="502.0294566221658" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="502.6974072383498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SLA</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="482.6588887528298" x2="648.175938192258" y2="482.6588887528298" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><rect x="647.5079875760739" y="481.9909381366458" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="481.9909381366458" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="482.6588887528298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SHA</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="462.6203702673098" x2="648.175938192258" y2="462.6203702673098" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><rect x="647.5079875760739" y="461.9524196511258" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="461.9524196511258" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="462.6203702673098" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GHA</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="722.2861723088399" x2="540.301913678542" y2="722.2861723088399" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><rect x="539.6339630623579" y="721.6182216926559" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="721.618221692656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="722.2861723088399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">VCP_LSD</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="742.32469079436" x2="540.301913678542" y2="742.32469079436" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="539.6339630623579" y="741.6567401781759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="741.6567401781759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="742.32469079436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">VCPH</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="377.45666670385003" x2="648.175938192258" y2="377.45666670385003" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><rect x="647.5079875760739" y="376.78871608766605" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="376.78871608766605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="377.45666670385003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">CP2H</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="392.48555556799" x2="648.175938192258" y2="392.48555556799" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="647.5079875760739" y="391.817604951806" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="391.81760495180606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="392.48555556799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">CP2L</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="378.29160497408" x2="540.301913678542" y2="378.29160497408" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="539.6339630623579" y="377.623654357896" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="377.62365435789604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="378.29160497408" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">PVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="357.4181482183301" x2="648.175938192258" y2="357.4181482183301" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><rect x="647.5079875760739" y="356.7501976021461" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="356.75019760214605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="357.4181482183301" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">CP1L</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="337.37962973281003" x2="648.175938192258" y2="337.37962973281003" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><rect x="647.5079875760739" y="336.71167911662604" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="336.7116791166261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="337.37962973281003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">CP1H</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="432.5625925390299" x2="648.175938192258" y2="432.5625925390299" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><rect x="647.5079875760739" y="431.8946419228459" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="431.8946419228459" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="432.5625925390299" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">VDRAIN</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="733.1403698218298" x2="648.175938192258" y2="733.1403698218298" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><rect x="647.5079875760739" y="732.4724192056458" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="732.4724192056459" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="733.1403698218298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GND2</text><line class="component-pin sch-component-pin sch-port-line" x1="553.6609260022219" y1="358.25308648856003" x2="540.301913678542" y2="358.25308648856003" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><rect x="539.6339630623579" y="357.58513587237604" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.9814198403819" y="357.585135872376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="557.0006790831419" y="358.25308648856003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">DVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="402.50481481074996" x2="648.175938192258" y2="402.50481481074996" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><rect x="647.5079875760739" y="401.836864194566" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="401.83686419456603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="402.50481481074996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">WAKE</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="412.52407405350993" x2="648.175938192258" y2="412.52407405350993" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="647.5079875760739" y="411.85612343732595" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="411.85612343732595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="412.52407405350993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">VREG</text><line class="component-pin sch-component-pin sch-port-line" x1="634.816925868578" y1="743.1596290645899" x2="648.175938192258" y2="743.1596290645899" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><rect x="647.5079875760739" y="742.4916784484059" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.496432030418" y="742.4916784484059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="631.477172787658" y="743.1596290645899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">PAD</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="405.5428768634199" y="351.57358032672" width="30.892715998510084" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="405.5428768634199" y="351.57358032672" width="30.892715998510084" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="420.98923486267495" y="353.24345686718" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 420.98923486267495, 353.24345686718)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="420.57176572756" y1="351.57358032672" x2="420.57176572756" y2="340.552395159684" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="419.903815111376" y="339.8844445435" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.90381511137593" y="346.06298774320203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 419.90381511137593 346.06298774320203)"></text><text class="pin-number sch-pin-label" x="420.57176572756" y="354.91333340764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 420.57176572756 354.91333340764)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="420.57176572756" y1="354.91333340764" x2="420.57176572756" y2="365.93451857467596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="419.903815111376" y="365.266567958492" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.90381511137593" y="360.423925991158" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 419.90381511137593 360.423925991158)"></text><text class="pin-number sch-pin-label" x="420.57176572756" y="351.57358032672" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 420.57176572756 351.57358032672)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="442.2801607535399" y="371.61209881224" width="30.892715998510084" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="442.2801607535399" y="371.61209881224" width="30.892715998510084" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="457.72651875279496" y="373.2819753527" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 457.72651875279496, 373.2819753527)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="457.30904961768" y1="371.61209881224" x2="457.30904961768" y2="360.59091364520395" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="456.641099001496" y="359.92296302901997" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.64109900149595" y="366.101506228722" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 456.64109900149595 366.101506228722)"></text><text class="pin-number sch-pin-label" x="457.30904961768" y="374.95185189316" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 457.30904961768 374.95185189316)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="457.30904961768" y1="374.95185189316" x2="457.30904961768" y2="385.97303706019596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="456.641099001496" y="385.305086444012" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.64109900149595" y="380.462444476678" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 456.64109900149595 380.462444476678)"></text><text class="pin-number sch-pin-label" x="457.30904961768" y="371.61209881224" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 457.30904961768 371.61209881224)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="468.99818540089996" y="391.65061729775994" width="38.90812339271804" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="468.99818540089996" y="391.65061729775994" width="38.90812339271804" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="488.452247097259" y="393.32049383821993" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 488.452247097259, 393.32049383821993)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="484.02707426503997" y1="391.65061729775994" x2="484.02707426503997" y2="380.629432130724" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="483.359123648856" y="379.96148151454" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.359123648856" y="386.140024714242" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 483.359123648856 386.140024714242)"></text><text class="pin-number sch-pin-label" x="484.02707426503997" y="394.9903703786799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 484.02707426503997 394.9903703786799)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="484.02707426503997" y1="394.9903703786799" x2="484.02707426503997" y2="406.01155554571596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="483.359123648856" y="405.343604929532" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.359123648856" y="400.50096296219795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 483.359123648856 400.50096296219795)"></text><text class="pin-number sch-pin-label" x="484.02707426503997" y="391.65061729775994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 484.02707426503997 391.65061729775994)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="686.0821356606999" y="323.519654446992" width="3.3397530809199907" height="28.053925879727956" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="686.0821356606999" y="323.519654446992" width="3.3397530809199907" height="28.053925879727956" fill="transparent"/><text class="sch-text" x="687.7520122011599" y="337.546617386856" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 687.7520122011599, 337.546617386856)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="686.0821356606999" y1="337.546617386856" x2="673.7250492612959" y2="337.546617386856" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="673.0570986451119" y="336.878666770672" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.903592460998" y="336.878666770672" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="689.4218887416199" y="337.546617386856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="689.4218887416199" y1="337.546617386856" x2="701.7789751410239" y2="337.546617386856" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="701.1110245248399" y="336.878666770672" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="695.600431941322" y="336.878666770672" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="686.0821356606999" y="337.546617386856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="686.0821356606999" y="363.596691418032" width="3.3397530809199907" height="28.053925879727956" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="686.0821356606999" y="363.596691418032" width="3.3397530809199907" height="28.053925879727956" fill="transparent"/><text class="sch-text" x="687.7520122011599" y="377.623654357896" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 687.7520122011599, 377.623654357896)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="686.0821356606999" y1="377.623654357896" x2="673.7250492612959" y2="377.623654357896" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="673.0570986451119" y="376.955703741712" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.903592460998" y="376.955703741712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="689.4218887416199" y="377.623654357896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="689.4218887416199" y1="377.623654357896" x2="701.7789751410239" y2="377.623654357896" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="701.1110245248399" y="376.955703741712" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="695.600431941322" y="376.955703741712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="686.0821356606999" y="377.623654357896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="709.46040722714" y="415.362864172292" width="3.3397530809199907" height="22.710320950256005" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="709.46040722714" y="415.362864172292" width="3.3397530809199907" height="22.710320950256005" fill="transparent"/><text class="sch-text" x="711.1302837676" y="426.71802464741995" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 711.1302837676, 426.71802464741995)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="709.46040722714" y1="426.71802464741995" x2="701.11102452484" y2="426.71802464741995" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="700.443073908656" y="426.05007403123597" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="705.2857158759899" y="426.05007403123597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="712.80016030806" y="426.71802464741995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="712.80016030806" y1="426.71802464741995" x2="721.1495430103599" y2="426.71802464741995" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="720.4815923941759" y="426.05007403123597" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="716.9748516592099" y="426.05007403123597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="709.46040722714" y="426.71802464741995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="692.76164182254" y="442.08088881965193" width="3.339753080919877" height="22.71032095025606" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="692.76164182254" y="442.08088881965193" width="3.339753080919877" height="22.71032095025606" fill="transparent"/><text class="sch-text" x="694.4315183629999" y="453.43604929478" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 694.4315183629999, 453.43604929478)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="692.76164182254" y1="453.43604929478" x2="684.4122591202399" y2="453.43604929478" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="683.7443085040559" y="452.768098678596" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.58695047139" y="452.76809867859595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="696.1013949034599" y="453.43604929478" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="696.1013949034599" y1="453.43604929478" x2="704.45077760576" y2="453.43604929478" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="703.7828269895759" y="452.768098678596" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="700.2760862546099" y="452.76809867859595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="692.76164182254" y="453.43604929478" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="746.19769111726" y="438.40716043064" width="30.89271599850997" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="746.19769111726" y="438.40716043064" width="30.89271599850997" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="761.6440491165149" y="440.0770369711" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 761.6440491165149, 440.0770369711)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="761.2265799813999" y1="438.40716043064" x2="761.2265799813999" y2="427.385975263604" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="760.5586293652159" y="426.71802464742" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="760.5586293652159" y="432.89656784712196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 760.5586293652159 432.89656784712196)"></text><text class="pin-number sch-pin-label" x="761.2265799813999" y="441.74691351155997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 761.2265799813999 441.74691351155997)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="761.2265799813999" y1="441.74691351155997" x2="761.2265799813999" y2="452.100148062412" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="761.2265799813999" cy="452.768098678596" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="760.5586293652159" y="452.100148062412" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="760.5586293652159" y="447.257506095078" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 760.5586293652159 447.257506095078)"></text><text class="pin-number sch-pin-label" x="761.2265799813999" y="438.40716043064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 761.2265799813999 438.40716043064)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="458.97892615814" y="642.4660736748519" width="3.3397530809199907" height="22.710320950256005" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="458.97892615814" y="642.4660736748519" width="3.3397530809199907" height="22.710320950256005" fill="transparent"/><text class="sch-text" x="460.6488026986" y="653.82123414998" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 460.6488026986, 653.82123414998)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="458.97892615814" y1="653.82123414998" x2="450.62954345583995" y2="653.82123414998" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="449.96159283965596" y="653.153283533796" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="454.80423480698994" y="653.153283533796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="462.31867923906" y="653.82123414998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="462.31867923906" y1="653.82123414998" x2="470.66806194135995" y2="653.82123414998" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="470.00011132517596" y="653.153283533796" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="466.49337059020996" y="653.153283533796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="458.97892615814" y="653.82123414998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="458.97892615814" y="665.844345241292" width="3.3397530809199907" height="22.710320950256005" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="458.97892615814" y="665.844345241292" width="3.3397530809199907" height="22.710320950256005" fill="transparent"/><text class="sch-text" x="460.6488026986" y="677.1995057164199" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 460.6488026986, 677.1995057164199)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="458.97892615814" y1="677.1995057164199" x2="450.62954345583995" y2="677.1995057164199" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="449.96159283965596" y="676.5315551002359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="454.80423480698994" y="676.531555100236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="462.31867923906" y="677.1995057164199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="462.31867923906" y1="677.1995057164199" x2="470.66806194135995" y2="677.1995057164199" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="470.00011132517596" y="676.5315551002359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="466.49337059020996" y="676.531555100236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="458.97892615814" y="677.1995057164199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="458.97892615814" y="689.222616807732" width="3.3397530809199907" height="22.71032095025589" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="458.97892615814" y="689.222616807732" width="3.3397530809199907" height="22.71032095025589" fill="transparent"/><text class="sch-text" x="460.6488026986" y="700.57777728286" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 460.6488026986, 700.57777728286)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="458.97892615814" y1="700.57777728286" x2="450.62954345583995" y2="700.57777728286" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="449.96159283965596" y="699.9098266666759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="454.80423480698994" y="699.9098266666759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="462.31867923906" y="700.57777728286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="462.31867923906" y1="700.57777728286" x2="470.66806194135995" y2="700.57777728286" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="470.00011132517596" y="699.9098266666759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="466.49337059020996" y="699.9098266666759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="458.97892615814" y="700.57777728286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="345.42732140685996" y="745.66444387528" width="42.91582708982196" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="345.42732140685996" y="745.66444387528" width="42.91582708982196" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="366.88523495177094" y="747.33432041574" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 366.88523495177094, 747.33432041574)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="360.4562102709999" y1="745.66444387528" x2="360.4562102709999" y2="734.643258708244" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="359.78825965481593" y="733.97530809206" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="359.788259654816" y="740.153851291762" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 359.788259654816 740.153851291762)"></text><text class="pin-number sch-pin-label" x="360.4562102709999" y="749.0041969562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 360.4562102709999 749.0041969562)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="360.4562102709999" y1="749.0041969562" x2="360.4562102709999" y2="760.025382123236" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="359.78825965481593" y="759.357431507052" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="359.788259654816" y="754.514789539718" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 359.788259654816 754.514789539718)"></text><text class="pin-number sch-pin-label" x="360.4562102709999" y="745.66444387528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 360.4562102709999 745.66444387528)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="378.82485221606" y="745.66444387528" width="42.91582708982196" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="378.82485221606" y="745.66444387528" width="42.91582708982196" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="400.28276576097096" y="747.33432041574" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 400.28276576097096, 747.33432041574)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="393.85374108019994" y1="745.66444387528" x2="393.85374108019994" y2="734.643258708244" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="393.18579046401595" y="733.97530809206" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="393.185790464016" y="740.153851291762" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 393.185790464016 740.153851291762)"></text><text class="pin-number sch-pin-label" x="393.85374108019994" y="749.0041969562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 393.85374108019994 749.0041969562)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="393.85374108019994" y1="749.0041969562" x2="393.85374108019994" y2="760.025382123236" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="393.18579046401595" y="759.357431507052" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="393.185790464016" y="754.514789539718" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 393.185790464016 754.514789539718)"></text><text class="pin-number sch-pin-label" x="393.85374108019994" y="745.66444387528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 393.85374108019994 745.66444387528)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="408.88262994433995" y="745.66444387528" width="42.91582708982202" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="408.88262994433995" y="745.66444387528" width="42.91582708982202" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="430.340543489251" y="747.33432041574" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 430.340543489251, 747.33432041574)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="423.91151880847997" y1="745.66444387528" x2="423.91151880847997" y2="734.643258708244" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="423.243568192296" y="733.97530809206" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="423.243568192296" y="740.153851291762" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 423.243568192296 740.153851291762)"></text><text class="pin-number sch-pin-label" x="423.91151880847997" y="749.0041969562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 423.91151880847997 749.0041969562)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="423.91151880847997" y1="749.0041969562" x2="423.91151880847997" y2="760.025382123236" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="423.243568192296" y="759.357431507052" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="423.243568192296" y="754.514789539718" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 423.243568192296 754.514789539718)"></text><text class="pin-number sch-pin-label" x="423.91151880847997" y="745.66444387528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 423.91151880847997 745.66444387528)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="62.38324779889001" y="663.84049339274" width="61.78543199701994" height="76.81432086116001" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="62.38324779889001" y="663.84049339274" width="61.78543199701994" height="76.81432086116001" fill="transparent"/><text class="sch-text" x="93.27596379739998" y="702.24765382332" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 93.27596379739998, 702.24765382332)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="62.38324779889001" y1="695.56814766148" x2="49.024235475209935" y2="695.56814766148" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="48.35628485902593" y="694.900197045296" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="55.703741637049916" y="694.900197045296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="65.72300087981" y="695.56814766148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">A12</text><line class="component-pin sch-component-pin sch-port-line" x1="62.38324779889001" y1="702.24765382332" x2="49.024235475209935" y2="702.24765382332" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="48.35628485902593" y="701.5797032071359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="55.703741637049916" y="701.5797032071359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="65.72300087981" y="702.24765382332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">A11</text><line class="component-pin sch-component-pin sch-port-line" x1="62.38324779889001" y1="708.92715998516" x2="49.024235475209935" y2="708.92715998516" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_2__stack1"><rect x="48.35628485902593" y="708.2592093689759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="55.703741637049916" y="708.2592093689759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="65.72300087981" y="708.92715998516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">C2</text><line class="component-pin sch-component-pin sch-port-line" x1="124.16867979590995" y1="708.92715998516" x2="136.85974150340593" y2="708.92715998516" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="137.52769211958991" cy="708.92715998516" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="136.85974150340593" y="708.2592093689759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="130.84818595774993" y="708.2592093689759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="120.82892671498996" y="708.92715998516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">A21</text><line class="component-pin sch-component-pin sch-port-line" x1="124.16867979590995" y1="702.24765382332" x2="137.52769211958991" y2="702.24765382332" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_4__stack1"><rect x="136.85974150340593" y="701.5797032071359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="130.84818595774993" y="701.5797032071359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="120.82892671498996" y="702.24765382332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">A22</text><line class="component-pin sch-component-pin sch-port-line" x1="124.16867979590995" y1="695.56814766148" x2="137.52769211958991" y2="695.56814766148" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_5__stack1"><rect x="136.85974150340593" y="694.900197045296" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="130.84818595774993" y="694.900197045296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="120.82892671498996" y="695.56814766148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">C1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="448.95966691537996" y="749.0041969562" width="30.892715998510027" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="448.95966691537996" y="749.0041969562" width="30.892715998510027" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="464.40602491463494" y="750.67407349666" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 464.40602491463494, 750.67407349666)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="463.98855577951997" y1="749.0041969562" x2="463.98855577951997" y2="737.983011789164" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="463.320605163336" y="737.31506117298" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="463.3206051633359" y="743.493604372682" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 463.3206051633359 743.493604372682)"></text><text class="pin-number sch-pin-label" x="463.98855577951997" y="752.34395003712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 463.98855577951997 752.34395003712)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="463.98855577951997" y1="752.34395003712" x2="463.98855577951997" y2="763.365135204156" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="463.320605163336" y="762.697184587972" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="463.3206051633359" y="757.854542620638" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 463.3206051633359 757.854542620638)"></text><text class="pin-number sch-pin-label" x="463.98855577951997" y="749.0041969562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 463.98855577951997 749.0041969562)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="512.41497545286" y="728.297727854496" width="3.3397530809199907" height="28.053925879728013" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="512.41497545286" y="728.297727854496" width="3.3397530809199907" height="28.053925879728013" fill="transparent"/><text class="sch-text" x="514.08485199332" y="742.32469079436" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 514.08485199332, 742.32469079436)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="512.41497545286" y1="742.32469079436" x2="504.06559275056" y2="742.32469079436" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="503.397642134376" y="741.6567401781759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.24028410170996" y="741.6567401781759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="515.7547285337799" y="742.32469079436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="515.7547285337799" y1="742.32469079436" x2="524.1041112360799" y2="742.32469079436" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="523.4361606198959" y="741.6567401781759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="519.92941988493" y="741.6567401781759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="512.41497545286" y="742.32469079436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="696.1013949034599" y="622.09357988124" width="42.91582708982207" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="696.1013949034599" y="622.09357988124" width="42.91582708982207" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="717.559308448371" y="623.7634564217" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 717.559308448371, 623.7634564217)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="711.1302837676" y1="622.09357988124" x2="711.1302837676" y2="611.0723947142039" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="710.4623331514159" y="610.4044440980199" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.4623331514159" y="616.582987297722" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 710.4623331514159 616.582987297722)"></text><text class="pin-number sch-pin-label" x="711.1302837676" y="625.43333296216" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 711.1302837676 625.43333296216)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="711.1302837676" y1="625.43333296216" x2="711.1302837676" y2="636.454518129196" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><rect x="710.4623331514159" y="635.786567513012" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.4623331514159" y="630.943925545678" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 710.4623331514159 630.943925545678)"></text><text class="pin-number sch-pin-label" x="711.1302837676" y="622.09357988124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 711.1302837676 622.09357988124)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="696.1013949034599" y="665.5103699332" width="42.91582708982207" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="696.1013949034599" y="665.5103699332" width="42.91582708982207" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="717.559308448371" y="667.18024647366" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 717.559308448371, 667.18024647366)">schematic_component_19</text><line class="component-pin sch-component-pin sch-port-line" x1="711.1302837676" y1="665.5103699332" x2="711.1302837676" y2="654.4891847661639" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="710.4623331514159" y="653.8212341499799" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.4623331514159" y="659.999777349682" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 710.4623331514159 659.999777349682)"></text><text class="pin-number sch-pin-label" x="711.1302837676" y="668.85012301412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 711.1302837676 668.85012301412)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="711.1302837676" y1="668.85012301412" x2="711.1302837676" y2="679.871308181156" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="710.4623331514159" y="679.203357564972" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.4623331514159" y="674.360715597638" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 710.4623331514159 674.360715597638)"></text><text class="pin-number sch-pin-label" x="711.1302837676" y="665.5103699332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 711.1302837676 665.5103699332)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="696.1013949034599" y="712.26691306608" width="42.91582708982207" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="696.1013949034599" y="712.26691306608" width="42.91582708982207" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="717.559308448371" y="713.93678960654" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 717.559308448371, 713.93678960654)">schematic_component_20</text><line class="component-pin sch-component-pin sch-port-line" x1="711.1302837676" y1="712.26691306608" x2="711.1302837676" y2="701.2457278990439" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><rect x="710.4623331514159" y="700.5777772828599" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.4623331514159" y="706.7563204825619" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 710.4623331514159 706.7563204825619)"></text><text class="pin-number sch-pin-label" x="711.1302837676" y="715.6066661469999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 711.1302837676 715.6066661469999)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="711.1302837676" y1="715.6066661469999" x2="711.1302837676" y2="726.627851314036" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><rect x="710.4623331514159" y="725.9599006978519" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.4623331514159" y="721.117258730518" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 710.4623331514159 721.117258730518)"></text><text class="pin-number sch-pin-label" x="711.1302837676" y="712.26691306608" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 711.1302837676 712.26691306608)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component chip sch-component-body" x="1010.03818450994" y="47.65604996299999" width="30.892715998509857" height="3.3397530809200475" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1010.03818450994" y="47.65604996299999" width="30.892715998509857" height="3.3397530809200475" fill="transparent"/><text class="sch-text" x="1025.4845425091949" y="49.32592650346004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1025.4845425091949, 49.32592650346004)">schematic_component_21</text><line class="component-pin sch-component-pin sch-port-line" x1="1025.0670733740799" y1="47.65604996299999" x2="1025.0670733740799" y2="36.63486479596406" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><rect x="1024.3991227578958" y="35.96691417978006" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1024.3991227578958" y="42.145457379482025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1024.3991227578958 42.145457379482025)"></text><text class="pin-number sch-pin-label" x="1025.0670733740799" y="50.995803043920034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1025.0670733740799 50.995803043920034)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="1025.0670733740799" y1="50.995803043920034" x2="1025.0670733740799" y2="61.34903759477197" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1025.0670733740799" cy="62.01698821095596" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1024.3991227578958" y="61.34903759477196" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1024.3991227578958" y="56.506395627437996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1024.3991227578958 56.506395627437996)"></text><text class="pin-number sch-pin-label" x="1025.0670733740799" y="47.65604996299999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1025.0670733740799 47.65604996299999)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component chip sch-component-body" x="1068.48386342604" y="59.345185746219954" width="3.3397530809199907" height="10.019259242760029" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1068.48386342604" y="59.345185746219954" width="3.3397530809199907" height="10.019259242760029" fill="transparent"/><text class="sch-text" x="1070.1537399664999" y="64.3548153676" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1070.1537399664999, 64.3548153676)">schematic_component_22</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.17299920926" y1="59.345185746219954" x2="1080.17299920926" y2="45.98617342253999" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><rect x="1079.505048593076" y="45.31822280635599" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.505048593076" y="52.665679584379916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1079.505048593076 52.665679584379916)"></text><text class="pin-number sch-pin-label" x="1080.17299920926" y="62.684938827139945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1080.17299920926 62.684938827139945)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.5069745173519" y1="69.36444498897998" x2="1080.5069745173519" y2="82.72345731266" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><rect x="1079.8390239011678" y="82.055506696476" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.839023901168" y="76.04395115082002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1079.839023901168 76.04395115082002)"></text><text class="pin-number sch-pin-label" x="1080.5069745173519" y="66.02469190805999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1080.5069745173519 66.02469190805999)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="1068.48386342604" y1="67.69456844851999" x2="1056.1267770266359" y2="67.69456844851999" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_22_2__stack1"><rect x="1055.4588264104518" y="67.02661783233599" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1062.305320226338" y="67.026617832336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="1071.82361650696" y="67.69456844851999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.5069745173519" y1="69.36444498897998" x2="1080.5069745173519" y2="82.05550669647602" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_22_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1080.5069745173519" cy="82.72345731266" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1079.8390239011678" y="82.055506696476" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.839023901168" y="76.04395115082002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1079.839023901168 76.04395115082002)"></text><text class="pin-number sch-pin-label" x="1080.5069745173519" y="66.02469190805999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1080.5069745173519 66.02469190805999)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.5069745173519" y1="69.36444498897998" x2="1080.5069745173519" y2="82.05550669647602" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_22_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1080.5069745173519" cy="82.72345731266" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1079.8390239011678" y="82.055506696476" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.839023901168" y="76.04395115082002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1079.839023901168 76.04395115082002)"></text><text class="pin-number sch-pin-label" x="1080.5069745173519" y="66.02469190805999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1080.5069745173519 66.02469190805999)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component chip sch-component-body" x="1068.48386342604" y="120.46266712705597" width="3.3397530809199907" height="10.019259242760029" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1068.48386342604" y="120.46266712705597" width="3.3397530809199907" height="10.019259242760029" fill="transparent"/><text class="sch-text" x="1070.1537399664999" y="125.47229674843601" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1070.1537399664999, 125.47229674843601)">schematic_component_23</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.17299920926" y1="120.46266712705597" x2="1080.17299920926" y2="107.10365480337595" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><rect x="1079.505048593076" y="106.43570418719194" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.505048593076" y="113.78316096521593" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1079.505048593076 113.78316096521593)"></text><text class="pin-number sch-pin-label" x="1080.17299920926" y="123.80242020797596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1080.17299920926 123.80242020797596)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.5069745173519" y1="130.481926369816" x2="1080.5069745173519" y2="143.840938693496" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><rect x="1079.8390239011678" y="143.17298807731203" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.839023901168" y="137.16143253165603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1079.839023901168 137.16143253165603)"></text><text class="pin-number sch-pin-label" x="1080.5069745173519" y="127.142173288896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1080.5069745173519 127.142173288896)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="1068.48386342604" y1="128.812049829356" x2="1056.1267770266359" y2="128.812049829356" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_23_2__stack1"><rect x="1055.4588264104518" y="128.144099213172" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1062.305320226338" y="128.144099213172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="1071.82361650696" y="128.812049829356" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.5069745173519" y1="130.481926369816" x2="1080.5069745173519" y2="143.17298807731203" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_23_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1080.5069745173519" cy="143.840938693496" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1079.8390239011678" y="143.17298807731203" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.839023901168" y="137.16143253165603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1079.839023901168 137.16143253165603)"></text><text class="pin-number sch-pin-label" x="1080.5069745173519" y="127.142173288896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1080.5069745173519 127.142173288896)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.5069745173519" y1="130.481926369816" x2="1080.5069745173519" y2="143.17298807731203" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_23_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1080.5069745173519" cy="143.840938693496" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1079.8390239011678" y="143.17298807731203" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.839023901168" y="137.16143253165603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1079.839023901168 137.16143253165603)"></text><text class="pin-number sch-pin-label" x="1080.5069745173519" y="127.142173288896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1080.5069745173519 127.142173288896)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component chip sch-component-body" x="1070.1537399664999" y="216.31358054945997" width="36.4033085820281" height="3.3397530809200475" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1070.1537399664999" y="216.31358054945997" width="36.4033085820281" height="3.3397530809200475" fill="transparent"/><text class="sch-text" x="1088.355394257514" y="217.98345708991997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1088.355394257514, 217.98345708991997)">schematic_component_24</text><line class="component-pin sch-component-pin sch-port-line" x1="1085.18262883064" y1="216.31358054945997" x2="1085.18262883064" y2="207.96419784715994" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_24_0__stack1"><rect x="1084.514678214456" y="207.29624723097595" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1084.514678214456" y="212.13888919830993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1084.514678214456 212.13888919830993)"></text><text class="pin-number sch-pin-label" x="1085.18262883064" y="219.65333363038002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1085.18262883064 219.65333363038002)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="1085.18262883064" y1="219.65333363038002" x2="1085.18262883064" y2="228.00271633268" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_24_1__stack1"><rect x="1084.514678214456" y="227.334765716496" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1084.514678214456" y="223.82802498153" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1084.514678214456 223.82802498153)"></text><text class="pin-number sch-pin-label" x="1085.18262883064" y="216.31358054945997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1085.18262883064 216.31358054945997)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component chip sch-component-body" x="1020.89238202293" y="198.77987687463002" width="15.028888864140072" height="8.349382702299977" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.89238202293" y="198.77987687463002" width="15.028888864140072" height="8.349382702299977" fill="transparent"/><text class="sch-text" x="1028.4068264549999" y="202.95456822578" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.33975308092px" transform="rotate(0, 1028.4068264549999, 202.95456822578)">schematic_component_25</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.89238202293" y1="202.95456822578" x2="1007.53336969925" y2="202.95456822578" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_25_0__stack1"><rect x="1006.865419083066" y="202.28661760959602" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1014.21287586109" y="202.28661760959602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1035.92127088707" y1="202.95456822578" x2="1049.28028321075" y2="202.95456822578" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_25_1__stack1"><rect x="1048.612332594566" y="202.28661760959602" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1042.60077704891" y="202.28661760959602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component chip sch-component-body" x="1020.89238202293" y="228.83765460291" width="15.028888864140072" height="8.349382702300034" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.89238202293" y="228.83765460291" width="15.028888864140072" height="8.349382702300034" fill="transparent"/><text class="sch-text" x="1028.4068264549999" y="233.01234595405998" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.33975308092px" transform="rotate(0, 1028.4068264549999, 233.01234595405998)">schematic_component_26</text><line class="component-pin sch-component-pin sch-port-line" x1="1020.89238202293" y1="233.01234595405998" x2="1007.53336969925" y2="233.01234595405998" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_26_0__stack1"><rect x="1006.865419083066" y="232.344395337876" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1014.21287586109" y="232.344395337876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1035.92127088707" y1="233.01234595405998" x2="1049.28028321075" y2="233.01234595405998" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_26_1__stack1"><rect x="1048.612332594566" y="232.344395337876" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1042.60077704891" y="232.344395337876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component chip sch-component-body" x="932.555913032596" y="296.46765449154" width="30.89271599850997" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="932.555913032596" y="296.46765449154" width="30.89271599850997" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="948.002271031851" y="298.13753103199997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 948.002271031851, 298.13753103199997)">schematic_component_27</text><line class="component-pin sch-component-pin sch-port-line" x1="947.5848018967359" y1="296.46765449154" x2="947.5848018967359" y2="285.446469324504" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_27_0__stack1"><rect x="946.9168512805519" y="284.77851870832" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="946.916851280552" y="290.95706190802196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 946.916851280552 290.95706190802196)"></text><text class="pin-number sch-pin-label" x="947.5848018967359" y="299.80740757245997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 947.5848018967359 299.80740757245997)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="947.5848018967359" y1="299.80740757245997" x2="947.5848018967359" y2="310.16064212331196" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_27_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="947.5848018967359" cy="310.828592739496" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="946.9168512805519" y="310.160642123312" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="946.916851280552" y="305.318000155978" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 946.916851280552 305.318000155978)"></text><text class="pin-number sch-pin-label" x="947.5848018967359" y="296.46765449154" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 947.5848018967359 296.46765449154)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component chip sch-component-body" x="992.003517872972" y="304.81703719383995" width="3.3397530809199907" height="10.019259242759972" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="992.003517872972" y="304.81703719383995" width="3.3397530809199907" height="10.019259242759972" fill="transparent"/><text class="sch-text" x="993.673394413432" y="309.82666681521994" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 993.673394413432, 309.82666681521994)">schematic_component_28</text><line class="component-pin sch-component-pin sch-port-line" x1="1003.692653656192" y1="304.81703719383995" x2="1003.692653656192" y2="291.45802487016" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_28_0__stack1"><rect x="1003.0247030400079" y="290.790074253976" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1003.024703040008" y="298.13753103199997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1003.024703040008 298.13753103199997)"></text><text class="pin-number sch-pin-label" x="1003.692653656192" y="308.15679027475994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1003.692653656192 308.15679027475994)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="1004.026628964284" y1="314.8362964365999" x2="1004.026628964284" y2="328.19530876028" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_28_1__stack1"><rect x="1003.3586783480999" y="327.527358144096" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1003.3586783481" y="321.51580259843996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1003.3586783481 321.51580259843996)"></text><text class="pin-number sch-pin-label" x="1004.026628964284" y="311.49654335567993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1004.026628964284 311.49654335567993)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="992.003517872972" y1="313.1664198961399" x2="979.646431473568" y2="313.1664198961399" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_28_2__stack1"><rect x="978.9784808573839" y="312.49846927995594" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="985.8249746732699" y="312.498469279956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="995.343270953892" y="313.1664198961399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="1004.026628964284" y1="314.8362964365999" x2="1004.026628964284" y2="327.52735814409596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_28_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1004.026628964284" cy="328.19530876028" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1003.3586783480999" y="327.527358144096" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1003.3586783481" y="321.51580259843996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1003.3586783481 321.51580259843996)"></text><text class="pin-number sch-pin-label" x="1004.026628964284" y="311.49654335567993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1004.026628964284 311.49654335567993)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="1004.026628964284" y1="314.8362964365999" x2="1004.026628964284" y2="327.52735814409596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_28_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1004.026628964284" cy="328.19530876028" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1003.3586783480999" y="327.527358144096" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1003.3586783481" y="321.51580259843996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1003.3586783481 321.51580259843996)"></text><text class="pin-number sch-pin-label" x="1004.026628964284" y="311.49654335567993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1004.026628964284 311.49654335567993)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component chip sch-component-body" x="992.003517872972" y="366.268493882768" width="3.3397530809199907" height="10.019259242759972" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="992.003517872972" y="366.268493882768" width="3.3397530809199907" height="10.019259242759972" fill="transparent"/><text class="sch-text" x="993.673394413432" y="371.27812350414797" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 993.673394413432, 371.27812350414797)">schematic_component_29</text><line class="component-pin sch-component-pin sch-port-line" x1="1003.692653656192" y1="366.268493882768" x2="1003.692653656192" y2="352.909481559088" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="1003.0247030400079" y="352.24153094290403" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1003.024703040008" y="359.588987720928" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1003.024703040008 359.588987720928)"></text><text class="pin-number sch-pin-label" x="1003.692653656192" y="369.608246963688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1003.692653656192 369.608246963688)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="1004.026628964284" y1="376.28775312552796" x2="1004.026628964284" y2="389.646765449208" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><rect x="1003.3586783480999" y="388.978814833024" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1003.3586783481" y="382.967259287368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1003.3586783481 382.967259287368)"></text><text class="pin-number sch-pin-label" x="1004.026628964284" y="372.94800004460797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1004.026628964284 372.94800004460797)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="992.003517872972" y1="374.61787658506796" x2="979.646431473568" y2="374.61787658506796" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_29_2__stack1"><rect x="978.9784808573839" y="373.949925968884" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="985.8249746732699" y="373.94992596888403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="995.343270953892" y="374.61787658506796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="1004.026628964284" y1="376.28775312552796" x2="1004.026628964284" y2="388.978814833024" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_29_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1004.026628964284" cy="389.646765449208" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1003.3586783480999" y="388.978814833024" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1003.3586783481" y="382.967259287368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1003.3586783481 382.967259287368)"></text><text class="pin-number sch-pin-label" x="1004.026628964284" y="372.94800004460797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1004.026628964284 372.94800004460797)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="1004.026628964284" y1="376.28775312552796" x2="1004.026628964284" y2="388.978814833024" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_29_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1004.026628964284" cy="389.646765449208" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1003.3586783480999" y="388.978814833024" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1003.3586783481" y="382.967259287368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1003.3586783481 382.967259287368)"></text><text class="pin-number sch-pin-label" x="1004.026628964284" y="372.94800004460797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1004.026628964284 372.94800004460797)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component chip sch-component-body" x="994.0073697215239" y="461.78543199707997" width="36.4033085820281" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="994.0073697215239" y="461.78543199707997" width="36.4033085820281" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="1012.209024012538" y="463.45530853753996" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1012.209024012538, 463.45530853753996)">schematic_component_30</text><line class="component-pin sch-component-pin sch-port-line" x1="1009.036258585664" y1="461.78543199707997" x2="1009.036258585664" y2="453.43604929478" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="1008.3683079694799" y="452.768098678596" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.3683079694799" y="457.61074064593" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1008.3683079694799 457.61074064593)"></text><text class="pin-number sch-pin-label" x="1009.036258585664" y="465.12518507799996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1009.036258585664 465.12518507799996)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="1009.036258585664" y1="465.12518507799996" x2="1009.036258585664" y2="473.4745677803" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="1008.3683079694799" y="472.806617164116" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1008.3683079694799" y="469.29987642915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1008.3683079694799 469.29987642915)"></text><text class="pin-number sch-pin-label" x="1009.036258585664" y="461.78543199707997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1009.036258585664 461.78543199707997)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component chip sch-component-body" x="945.7479377022299" y="444.25172832224996" width="15.028888864139958" height="8.349382702300034" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="945.7479377022299" y="444.25172832224996" width="15.028888864139958" height="8.349382702300034" fill="transparent"/><text class="sch-text" x="953.2623821343" y="448.4264196734" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.33975308092px" transform="rotate(0, 953.2623821343, 448.4264196734)">schematic_component_31</text><line class="component-pin sch-component-pin sch-port-line" x1="945.7479377022299" y1="448.4264196734" x2="932.3889253785499" y2="448.4264196734" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><rect x="931.7209747623658" y="447.758469057216" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="939.0684315403898" y="447.75846905721596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="960.7768265663699" y1="448.4264196734" x2="974.1358388900499" y2="448.4264196734" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><rect x="973.4678882738658" y="447.758469057216" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="967.45633272821" y="447.75846905721596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component chip sch-component-body" x="945.7479377022299" y="474.30950605053" width="15.028888864139958" height="8.349382702299977" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="945.7479377022299" y="474.30950605053" width="15.028888864139958" height="8.349382702299977" fill="transparent"/><text class="sch-text" x="953.2623821343" y="478.48419740168" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.33975308092px" transform="rotate(0, 953.2623821343, 478.48419740168)">schematic_component_32</text><line class="component-pin sch-component-pin sch-port-line" x1="945.7479377022299" y1="478.48419740168" x2="932.3889253785499" y2="478.48419740168" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><rect x="931.7209747623658" y="477.816246785496" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="939.0684315403898" y="477.816246785496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="960.7768265663699" y1="478.48419740168" x2="974.1358388900499" y2="478.48419740168" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="973.4678882738658" y="477.816246785496" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="967.45633272821" y="477.816246785496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component chip sch-component-body" x="863.08904894946" y="546.94913556054" width="30.892715998509857" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="863.08904894946" y="546.94913556054" width="30.892715998509857" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="878.5354069487149" y="548.619012101" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 878.5354069487149, 548.619012101)">schematic_component_33</text><line class="component-pin sch-component-pin sch-port-line" x1="878.1179378136" y1="546.94913556054" x2="878.1179378136" y2="535.9279503935039" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_33_0__stack1"><rect x="877.4499871974159" y="535.2599997773199" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="877.449987197416" y="541.4385429770219" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 877.449987197416 541.4385429770219)"></text><text class="pin-number sch-pin-label" x="878.1179378136" y="550.28888864146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 878.1179378136 550.28888864146)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="878.1179378136" y1="550.28888864146" x2="878.1179378136" y2="560.6421231923119" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_33_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="878.1179378136" cy="561.310073808496" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="877.4499871974159" y="560.6421231923119" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="877.449987197416" y="555.799481224978" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 877.449987197416 555.799481224978)"></text><text class="pin-number sch-pin-label" x="878.1179378136" y="546.94913556054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 878.1179378136 546.94913556054)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component chip sch-component-body" x="923.2046044060199" y="558.6382713437599" width="3.3397530809201044" height="10.019259242760086" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="923.2046044060199" y="558.6382713437599" width="3.3397530809201044" height="10.019259242760086" fill="transparent"/><text class="sch-text" x="924.8744809464799" y="563.64790096514" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 924.8744809464799, 563.64790096514)">schematic_component_34</text><line class="component-pin sch-component-pin sch-port-line" x1="934.8937401892399" y1="558.6382713437599" x2="934.8937401892399" y2="545.27925902008" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_34_0__stack1"><rect x="934.2257895730559" y="544.6113084038959" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.225789573056" y="551.95876518192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 934.225789573056 551.95876518192)"></text><text class="pin-number sch-pin-label" x="934.8937401892399" y="561.9780244246799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 934.8937401892399 561.9780244246799)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="935.2277154973319" y1="568.65753058652" x2="935.2277154973319" y2="582.0165429102" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_34_1__stack1"><rect x="934.5597648811479" y="581.3485922940159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.559764881148" y="575.33703674836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 934.559764881148 575.33703674836)"></text><text class="pin-number sch-pin-label" x="935.2277154973319" y="565.3177775056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 935.2277154973319 565.3177775056)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="923.2046044060199" y1="566.98765404606" x2="910.8475180066159" y2="566.98765404606" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_34_2__stack1"><rect x="910.1795673904319" y="566.319703429876" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.026061206318" y="566.319703429876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="926.54435748694" y="566.98765404606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="935.2277154973319" y1="568.65753058652" x2="935.2277154973319" y2="581.3485922940159" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_34_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="935.2277154973319" cy="582.0165429102" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="934.5597648811479" y="581.3485922940159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.559764881148" y="575.33703674836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 934.559764881148 575.33703674836)"></text><text class="pin-number sch-pin-label" x="935.2277154973319" y="565.3177775056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 935.2277154973319 565.3177775056)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="935.2277154973319" y1="568.65753058652" x2="935.2277154973319" y2="581.3485922940159" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_34_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="935.2277154973319" cy="582.0165429102" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="934.5597648811479" y="581.3485922940159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.559764881148" y="575.33703674836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 934.559764881148 575.33703674836)"></text><text class="pin-number sch-pin-label" x="935.2277154973319" y="565.3177775056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 935.2277154973319 565.3177775056)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component chip sch-component-body" x="923.2046044060199" y="620.42370334078" width="3.3397530809201044" height="10.019259242759972" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="923.2046044060199" y="620.42370334078" width="3.3397530809201044" height="10.019259242759972" fill="transparent"/><text class="sch-text" x="924.8744809464799" y="625.43333296216" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 924.8744809464799, 625.43333296216)">schematic_component_35</text><line class="component-pin sch-component-pin sch-port-line" x1="934.8937401892399" y1="620.42370334078" x2="934.8937401892399" y2="607.0646910170999" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_35_0__stack1"><rect x="934.2257895730559" y="606.3967404009159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.225789573056" y="613.74419717894" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 934.225789573056 613.74419717894)"></text><text class="pin-number sch-pin-label" x="934.8937401892399" y="623.7634564217" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 934.8937401892399 623.7634564217)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="935.2277154973319" y1="630.44296258354" x2="935.2277154973319" y2="643.8019749072199" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_35_1__stack1"><rect x="934.5597648811479" y="643.1340242910359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.559764881148" y="637.1224687453799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 934.559764881148 637.1224687453799)"></text><text class="pin-number sch-pin-label" x="935.2277154973319" y="627.10320950262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 935.2277154973319 627.10320950262)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="923.2046044060199" y1="628.77308604308" x2="910.8475180066159" y2="628.77308604308" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_35_2__stack1"><rect x="910.1795673904319" y="628.1051354268959" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.026061206318" y="628.1051354268959" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="926.54435748694" y="628.77308604308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="935.2277154973319" y1="630.44296258354" x2="935.2277154973319" y2="643.134024291036" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_35_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="935.2277154973319" cy="643.8019749072199" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="934.5597648811479" y="643.1340242910359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.559764881148" y="637.1224687453799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 934.559764881148 637.1224687453799)"></text><text class="pin-number sch-pin-label" x="935.2277154973319" y="627.10320950262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 935.2277154973319 627.10320950262)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="935.2277154973319" y1="630.44296258354" x2="935.2277154973319" y2="643.134024291036" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_35_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="935.2277154973319" cy="643.8019749072199" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="934.5597648811479" y="643.1340242910359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="934.559764881148" y="637.1224687453799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 934.559764881148 637.1224687453799)"></text><text class="pin-number sch-pin-label" x="935.2277154973319" y="627.10320950262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 935.2277154973319 627.10320950262)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_36__stack1"><rect class="component chip sch-component-body" x="924.8744809464799" y="715.6066661469999" width="36.40330858202799" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="924.8744809464799" y="715.6066661469999" width="36.40330858202799" height="3.3397530809199907" fill="transparent"/><text class="sch-text" x="943.0761352374939" y="717.2765426874599" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 943.0761352374939, 717.2765426874599)">schematic_component_36</text><line class="component-pin sch-component-pin sch-port-line" x1="939.90336981062" y1="715.6066661469999" x2="939.90336981062" y2="707.2572834447" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_36_0__stack1"><rect x="939.235419194436" y="706.5893328285159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="939.235419194436" y="711.43197479585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 939.235419194436 711.43197479585)"></text><text class="pin-number sch-pin-label" x="939.90336981062" y="718.9464192279199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 939.90336981062 718.9464192279199)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="939.90336981062" y1="718.9464192279199" x2="939.90336981062" y2="727.29580193022" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_36_1__stack1"><rect x="939.235419194436" y="726.627851314036" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="939.235419194436" y="723.12111057907" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 939.235419194436 723.12111057907)"></text><text class="pin-number sch-pin-label" x="939.90336981062" y="715.6066661469999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 939.90336981062 715.6066661469999)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_37__stack1"><rect class="component chip sch-component-body" x="877.2829995433699" y="698.0729624721699" width="15.028888864140072" height="8.349382702299977" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="877.2829995433699" y="698.0729624721699" width="15.028888864140072" height="8.349382702299977" fill="transparent"/><text class="sch-text" x="884.7974439754399" y="702.24765382332" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.33975308092px" transform="rotate(0, 884.7974439754399, 702.24765382332)">schematic_component_37</text><line class="component-pin sch-component-pin sch-port-line" x1="877.2829995433699" y1="702.24765382332" x2="863.9239872196899" y2="702.24765382332" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_37_0__stack1"><rect x="863.2560366035059" y="701.5797032071359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="870.6034933815299" y="701.5797032071359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="892.31188840751" y1="702.24765382332" x2="905.6709007311899" y2="702.24765382332" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_37_1__stack1"><rect x="905.0029501150059" y="701.5797032071359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="898.99139456935" y="701.5797032071359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_38__stack1"><rect class="component chip sch-component-body" x="877.2829995433699" y="728.13074020045" width="15.028888864140072" height="8.349382702299977" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="877.2829995433699" y="728.13074020045" width="15.028888864140072" height="8.349382702299977" fill="transparent"/><text class="sch-text" x="884.7974439754399" y="732.3054315516" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.33975308092px" transform="rotate(0, 884.7974439754399, 732.3054315516)">schematic_component_38</text><line class="component-pin sch-component-pin sch-port-line" x1="877.2829995433699" y1="732.3054315516" x2="863.9239872196899" y2="732.3054315516" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_38_0__stack1"><rect x="863.2560366035059" y="731.637480935416" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="870.6034933815299" y="731.637480935416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="892.31188840751" y1="732.3054315516" x2="905.6709007311899" y2="732.3054315516" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_38_1__stack1"><rect x="905.0029501150059" y="731.637480935416" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="898.99139456935" y="731.637480935416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_39__stack1"><rect class="component chip sch-component-body" x="1103.5512707757" y="578.67678982928" width="16.698765404599953" height="46.75654313287998" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1103.5512707757" y="578.67678982928" width="16.698765404599953" height="46.75654313287998" fill="transparent"/><text class="sch-text" x="1111.900653478" y="602.05506139572" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1111.900653478, 602.05506139572)">schematic_component_39</text><line class="component-pin sch-component-pin sch-port-line" x1="1103.5512707757" y1="585.35629599112" x2="1090.1922584520198" y2="585.35629599112" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_0__stack1"><rect x="1089.5243078358358" y="584.6883453749359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1096.8717646138598" y="584.688345374936" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1103.5512707757" y1="592.03580215296" x2="1090.1922584520198" y2="592.03580215296" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_1__stack1"><rect x="1089.5243078358358" y="591.3678515367759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1096.8717646138598" y="591.367851536776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="1103.5512707757" y1="598.7153083147999" x2="1090.1922584520198" y2="598.7153083147999" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_2__stack1"><rect x="1089.5243078358358" y="598.0473576986159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1096.8717646138598" y="598.047357698616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="1103.5512707757" y1="605.39481447664" x2="1090.1922584520198" y2="605.39481447664" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_3__stack1"><rect x="1089.5243078358358" y="604.726863860456" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1096.8717646138598" y="604.726863860456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="1103.5512707757" y1="612.07432063848" x2="1090.1922584520198" y2="612.07432063848" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_4__stack1"><rect x="1089.5243078358358" y="611.406370022296" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1096.8717646138598" y="611.406370022296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="1103.5512707757" y1="618.75382680032" x2="1090.1922584520198" y2="618.75382680032" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_5__stack1"><rect x="1089.5243078358358" y="618.0858761841359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1096.8717646138598" y="618.0858761841359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">6</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="540.301913678542" cy="441.74691351156" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="540.301913678542" cy="461.78543199708" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="540.301913678542" cy="481.8239504826" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="540.301913678542" cy="515.2214812918" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="540.301913678542" cy="535.2599997773201" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="540.301913678542" cy="568.65753058652" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="540.301913678542" cy="588.6960490720401" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="540.301913678542" cy="391.65061729775994" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="540.301913678542" cy="431.7276542688" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="540.301913678542" cy="411.68913578328" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="540.301913678542" cy="421.70839502603997" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="540.301913678542" cy="401.66987654051997" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="648.175938192258" cy="422.5433332962699" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="648.175938192258" cy="723.1211105790699" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="540.301913678542" cy="338.21456800304" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="540.301913678542" cy="655.49111069044" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="540.301913678542" cy="675.52962917596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="540.301913678542" cy="695.56814766148" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="648.175938192258" cy="693.06333285079" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="648.175938192258" cy="706.4223451744699" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="648.175938192258" cy="663.0055551225099" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="648.175938192258" cy="676.3645674461899" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="648.175938192258" cy="632.9477773942299" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="648.175938192258" cy="646.3067897179099" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="648.175938192258" cy="602.8899996659499" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="648.175938192258" cy="616.2490119896298" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="648.175938192258" cy="589.5309873422699" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="648.175938192258" cy="569.4924688567498" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="648.175938192258" cy="516.0564195620298" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="648.175938192258" cy="556.1334565330698" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="648.175938192258" cy="536.0949380475498" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="648.175938192258" cy="546.1141972903098" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="648.175938192258" cy="492.6781479955898" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="648.175938192258" cy="502.6974072383498" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="648.175938192258" cy="482.6588887528298" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="648.175938192258" cy="462.6203702673098" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="540.301913678542" cy="722.2861723088399" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="540.301913678542" cy="742.32469079436" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="648.175938192258" cy="377.45666670385003" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="648.175938192258" cy="392.48555556799" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="540.301913678542" cy="378.29160497408" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="648.175938192258" cy="357.4181482183301" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="648.175938192258" cy="337.37962973281003" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="648.175938192258" cy="432.5625925390299" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="648.175938192258" cy="733.1403698218298" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="540.301913678542" cy="358.25308648856003" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="648.175938192258" cy="402.50481481074996" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="648.175938192258" cy="412.52407405350993" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="648.175938192258" cy="743.1596290645899" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="420.57176572756" cy="340.552395159684" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="420.57176572756" cy="365.93451857467596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="457.30904961768" cy="360.59091364520395" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="457.30904961768" cy="385.97303706019596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="484.02707426503997" cy="380.629432130724" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="484.02707426503997" cy="406.01155554571596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="673.7250492612959" cy="337.546617386856" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="701.7789751410239" cy="337.546617386856" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="673.7250492612959" cy="377.623654357896" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="701.7789751410239" cy="377.623654357896" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="701.11102452484" cy="426.71802464741995" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="721.1495430103599" cy="426.71802464741995" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="684.4122591202399" cy="453.43604929478" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="704.45077760576" cy="453.43604929478" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="761.2265799813999" cy="427.385975263604" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="761.2265799813999" cy="452.768098678596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="450.62954345583995" cy="653.82123414998" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="470.66806194135995" cy="653.82123414998" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="450.62954345583995" cy="677.1995057164199" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="470.66806194135995" cy="677.1995057164199" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="450.62954345583995" cy="700.57777728286" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="470.66806194135995" cy="700.57777728286" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="360.4562102709999" cy="734.643258708244" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="360.4562102709999" cy="760.025382123236" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="393.85374108019994" cy="734.643258708244" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="393.85374108019994" cy="760.025382123236" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="423.91151880847997" cy="734.643258708244" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="423.91151880847997" cy="760.025382123236" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="49.024235475209935" cy="695.56814766148" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="49.024235475209935" cy="702.24765382332" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_2__stack1"><circle cx="49.024235475209935" cy="708.92715998516" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_3__stack1"><circle cx="137.52769211958991" cy="708.92715998516" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_4__stack1"><circle cx="137.52769211958991" cy="702.24765382332" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_5__stack1"><circle cx="137.52769211958991" cy="695.56814766148" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="463.98855577951997" cy="737.983011789164" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="463.98855577951997" cy="763.365135204156" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="504.06559275056" cy="742.32469079436" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="524.1041112360799" cy="742.32469079436" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="711.1302837676" cy="611.0723947142039" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="711.1302837676" cy="636.454518129196" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="711.1302837676" cy="654.4891847661639" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="711.1302837676" cy="679.871308181156" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="711.1302837676" cy="701.2457278990439" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="711.1302837676" cy="726.627851314036" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="1025.0670733740799" cy="36.63486479596406" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="1025.0670733740799" cy="62.01698821095596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="1080.17299920926" cy="45.98617342253999" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="1080.5069745173519" cy="82.72345731266" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_2__stack1"><circle cx="1056.1267770266359" cy="67.69456844851999" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_3__stack1"><circle cx="1080.5069745173519" cy="82.72345731266" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_4__stack1"><circle cx="1080.5069745173519" cy="82.72345731266" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="1080.17299920926" cy="107.10365480337595" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="1080.5069745173519" cy="143.840938693496" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_2__stack1"><circle cx="1056.1267770266359" cy="128.812049829356" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_3__stack1"><circle cx="1080.5069745173519" cy="143.840938693496" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_4__stack1"><circle cx="1080.5069745173519" cy="143.840938693496" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="1085.18262883064" cy="207.96419784715994" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="1085.18262883064" cy="228.00271633268" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="1007.53336969925" cy="202.95456822578" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="1049.28028321075" cy="202.95456822578" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="1007.53336969925" cy="233.01234595405998" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="1049.28028321075" cy="233.01234595405998" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="947.5848018967359" cy="285.446469324504" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="947.5848018967359" cy="310.828592739496" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="1003.692653656192" cy="291.45802487016" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="1004.026628964284" cy="328.19530876028" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_2__stack1"><circle cx="979.646431473568" cy="313.1664198961399" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_3__stack1"><circle cx="1004.026628964284" cy="328.19530876028" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_4__stack1"><circle cx="1004.026628964284" cy="328.19530876028" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="1003.692653656192" cy="352.909481559088" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="1004.026628964284" cy="389.646765449208" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_2__stack1"><circle cx="979.646431473568" cy="374.61787658506796" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_3__stack1"><circle cx="1004.026628964284" cy="389.646765449208" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_4__stack1"><circle cx="1004.026628964284" cy="389.646765449208" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="1009.036258585664" cy="453.43604929478" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="1009.036258585664" cy="473.4745677803" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="932.3889253785499" cy="448.4264196734" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="974.1358388900499" cy="448.4264196734" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="932.3889253785499" cy="478.48419740168" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="974.1358388900499" cy="478.48419740168" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="878.1179378136" cy="535.9279503935039" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="878.1179378136" cy="561.310073808496" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="934.8937401892399" cy="545.27925902008" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="935.2277154973319" cy="582.0165429102" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_2__stack1"><circle cx="910.8475180066159" cy="566.98765404606" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_3__stack1"><circle cx="935.2277154973319" cy="582.0165429102" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_4__stack1"><circle cx="935.2277154973319" cy="582.0165429102" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="934.8937401892399" cy="607.0646910170999" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="935.2277154973319" cy="643.8019749072199" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_2__stack1"><circle cx="910.8475180066159" cy="628.77308604308" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_3__stack1"><circle cx="935.2277154973319" cy="643.8019749072199" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_4__stack1"><circle cx="935.2277154973319" cy="643.8019749072199" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_0__stack1"><circle cx="939.90336981062" cy="707.2572834447" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_1__stack1"><circle cx="939.90336981062" cy="727.29580193022" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_0__stack1"><circle cx="863.9239872196899" cy="702.24765382332" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_1__stack1"><circle cx="905.6709007311899" cy="702.24765382332" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_0__stack1"><circle cx="863.9239872196899" cy="732.3054315516" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_1__stack1"><circle cx="905.6709007311899" cy="732.3054315516" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_0__stack1"><circle cx="1090.1922584520198" cy="585.35629599112" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_1__stack1"><circle cx="1090.1922584520198" cy="592.03580215296" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_2__stack1"><circle cx="1090.1922584520198" cy="598.7153083147999" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_3__stack1"><circle cx="1090.1922584520198" cy="605.39481447664" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_4__stack1"><circle cx="1090.1922584520198" cy="612.07432063848" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_5__stack1"><circle cx="1090.1922584520198" cy="618.75382680032" r="1.335901232368" 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="
|
|
469
|
-
M
|
|
470
|
-
L
|
|
471
|
-
L
|
|
472
|
-
L
|
|
473
|
-
L
|
|
468
|
+
</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 560.006456856042 338.21456800304 L 440.27630890506 338.21456800304 L 440.27630890506 340.552395159684" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 338.21456800304 L 440.27630890506 338.21456800304 L 440.27630890506 340.552395159684" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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 560.006456856042 358.25308648856003 L 477.01359279518 358.25308648856003 L 477.01359279518 360.59091364520395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 358.25308648856003 L 477.01359279518 358.25308648856003 L 477.01359279518 360.59091364520395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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 1023.397196833692 291.45802487016 L 1023.397196833692 278.766963162664 L 967.2893450742359 278.766963162664 L 967.2893450742359 285.446469324504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1023.397196833692 291.45802487016 L 1023.397196833692 278.766963162664 L 967.2893450742359 278.766963162664 L 967.2893450742359 285.446469324504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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 954.5982833667399 545.27925902008 L 954.5982833667399 529.248444231664 L 897.8224809911 529.248444231664 L 897.8224809911 535.9279503935039" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 954.5982833667399 545.27925902008 L 954.5982833667399 529.248444231664 L 897.8224809911 529.248444231664 L 897.8224809911 535.9279503935039" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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 503.73161744253997 380.629432130724 L 503.73161744253997 378.29160497408 L 560.006456856042 378.29160497408" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 503.73161744253997 380.629432130724 L 503.73161744253997 378.29160497408 L 560.006456856042 378.29160497408" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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 1099.87754238676 45.98617342253999 L 1099.87754238676 29.95535863412408 L 1044.7716165515799 29.95535863412408 L 1044.7716165515799 36.63486479596406" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1099.87754238676 45.98617342253999 L 1099.87754238676 29.95535863412408 L 1044.7716165515799 29.95535863412408 L 1044.7716165515799 36.63486479596406" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 1068.98482638825 233.01234595405998 L 1104.88717200814 233.01234595405998 L 1104.88717200814 228.00271633268" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1068.98482638825 233.01234595405998 L 1104.88717200814 233.01234595405998 L 1104.88717200814 228.00271633268" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 993.8403820675499 478.48419740168 L 1028.740801763164 478.48419740168 L 1028.740801763164 473.4745677803" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 993.8403820675499 478.48419740168 L 1028.740801763164 478.48419740168 L 1028.740801763164 473.4745677803" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 667.880481369758 733.1403698218298 L 674.5599875315979 733.1403698218298 L 674.5599875315979 723.1211105790699 L 667.880481369758 723.1211105790699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 733.1403698218298 L 674.5599875315979 733.1403698218298 L 674.5599875315979 723.1211105790699 L 667.880481369758 723.1211105790699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 667.880481369758 743.1596290645899 L 674.5599875315979 743.1596290645899 L 674.5599875315979 733.1403698218298 L 667.880481369758 733.1403698218298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 743.1596290645899 L 674.5599875315979 743.1596290645899 L 674.5599875315979 733.1403698218298 L 667.880481369758 733.1403698218298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 925.3754439086899 732.3054315516 L 959.60791298812 732.3054315516 L 959.60791298812 727.29580193022" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 925.3754439086899 732.3054315516 L 959.60791298812 732.3054315516 L 959.60791298812 727.29580193022" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 477.01359279518 385.97303706019596 L 477.01359279518 412.69106170755595 L 440.27630890506 412.69106170755595 L 440.27630890506 365.93451857467596" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.01359279518 385.97303706019596 L 477.01359279518 412.69106170755595 L 440.27630890506 412.69106170755595 L 440.27630890506 365.93451857467596" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 503.73161744253997 406.01155554571596 L 503.73161744253997 412.69106170755595 L 477.01359279518 412.69106170755595 L 477.01359279518 385.97303706019596" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 503.73161744253997 406.01155554571596 L 503.73161744253997 412.69106170755595 L 477.01359279518 412.69106170755595 L 477.01359279518 385.97303706019596" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 413.55828425769994 760.025382123236 L 413.55828425769994 770.044641365996 L 380.1607534484999 770.044641365996 L 380.1607534484999 760.025382123236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.55828425769994 760.025382123236 L 413.55828425769994 770.044641365996 L 380.1607534484999 770.044641365996 L 380.1607534484999 760.025382123236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 443.61606198597997 760.025382123236 L 443.61606198597997 770.044641365996 L 413.55828425769994 770.044641365996 L 413.55828425769994 760.025382123236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 443.61606198597997 760.025382123236 L 443.61606198597997 770.044641365996 L 413.55828425769994 770.044641365996 L 413.55828425769994 760.025382123236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 483.69309895701997 763.365135204156 L 483.69309895701997 770.044641365996 L 443.61606198597997 770.044641365996 L 443.61606198597997 760.025382123236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 483.69309895701997 763.365135204156 L 483.69309895701997 770.044641365996 L 443.61606198597997 770.044641365996 L 443.61606198597997 760.025382123236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 667.880481369758 337.37962973281003 L 693.4295924387959 337.37962973281003 L 693.4295924387959 337.546617386856" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 337.37962973281003 L 693.4295924387959 337.37962973281003 L 693.4295924387959 337.546617386856" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 667.880481369758 357.4181482183301 L 728.1630244803639 357.4181482183301 L 728.1630244803639 337.546617386856 L 721.4835183185239 337.546617386856" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 357.4181482183301 L 728.1630244803639 357.4181482183301 L 728.1630244803639 337.546617386856 L 721.4835183185239 337.546617386856" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 667.880481369758 377.45666670385003 L 693.4295924387959 377.45666670385003 L 693.4295924387959 377.623654357896" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 377.45666670385003 L 693.4295924387959 377.45666670385003 L 693.4295924387959 377.623654357896" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 667.880481369758 392.48555556799 L 728.1630244803639 392.48555556799 L 728.1630244803639 377.623654357896 L 721.4835183185239 377.623654357896" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 392.48555556799 L 728.1630244803639 392.48555556799 L 728.1630244803639 377.623654357896 L 721.4835183185239 377.623654357896" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 780.9311231588999 427.385975263604 L 780.9311231588999 412.52407405350993 L 667.880481369758 412.52407405350993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 780.9311231588999 427.385975263604 L 780.9311231588999 412.52407405350993 L 667.880481369758 412.52407405350993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 667.880481369758 432.5625925390299 L 685.9986418337489 432.5625925390299 L 685.9986418337489 453.43604929478 L 704.1168022977399 453.43604929478" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 432.5625925390299 L 685.9986418337489 432.5625925390299 L 685.9986418337489 453.43604929478 L 704.1168022977399 453.43604929478" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 560.006456856042 655.49111069044 L 525.1895309874509 655.49111069044 L 525.1895309874509 653.82123414998 L 490.37260511885995 653.82123414998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 655.49111069044 L 525.1895309874509 655.49111069044 L 525.1895309874509 653.82123414998 L 490.37260511885995 653.82123414998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 560.006456856042 675.52962917596 L 525.1895309874509 675.52962917596 L 525.1895309874509 677.1995057164199 L 490.37260511885995 677.1995057164199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 675.52962917596 L 525.1895309874509 675.52962917596 L 525.1895309874509 677.1995057164199 L 490.37260511885995 677.1995057164199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 560.006456856042 695.56814766148 L 525.1895309874509 695.56814766148 L 525.1895309874509 700.57777728286 L 490.37260511885995 700.57777728286" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 695.56814766148 L 525.1895309874509 695.56814766148 L 525.1895309874509 700.57777728286 L 490.37260511885995 700.57777728286" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 413.55828425769994 734.643258708244 L 413.55828425769994 677.1995057164199 L 470.33408663333995 677.1995057164199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 413.55828425769994 734.643258708244 L 413.55828425769994 677.1995057164199 L 470.33408663333995 677.1995057164199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 443.61606198597997 734.643258708244 L 443.61606198597997 700.57777728286 L 470.33408663333995 700.57777728286" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 443.61606198597997 734.643258708244 L 443.61606198597997 700.57777728286 L 470.33408663333995 700.57777728286" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 560.006456856042 722.2861723088399 L 483.69309895701997 722.2861723088399 L 483.69309895701997 737.983011789164" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 722.2861723088399 L 483.69309895701997 722.2861723088399 L 483.69309895701997 737.983011789164" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 730.8348269451 611.0723947142039 L 730.8348269451 604.392888552364 L 699.3576541574289 604.392888552364 L 699.3576541574289 632.9477773942299 L 667.880481369758 632.9477773942299" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 730.8348269451 611.0723947142039 L 730.8348269451 604.392888552364 L 699.3576541574289 604.392888552364 L 699.3576541574289 632.9477773942299 L 667.880481369758 632.9477773942299" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"><path d="M 730.8348269451 654.4891847661639 L 730.8348269451 647.809678604324 L 699.3576541574289 647.809678604324 L 699.3576541574289 663.0055551225099 L 667.880481369758 663.0055551225099" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 730.8348269451 654.4891847661639 L 730.8348269451 647.809678604324 L 699.3576541574289 647.809678604324 L 699.3576541574289 663.0055551225099 L 667.880481369758 663.0055551225099" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"><path d="M 730.8348269451 679.871308181156 L 730.8348269451 686.550814342996 L 699.3576541574289 686.550814342996 L 699.3576541574289 676.3645674461899 L 667.880481369758 676.3645674461899" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 730.8348269451 679.871308181156 L 730.8348269451 686.550814342996 L 699.3576541574289 686.550814342996 L 699.3576541574289 676.3645674461899 L 667.880481369758 676.3645674461899" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"><path d="M 730.8348269451 701.2457278990439 L 730.8348269451 693.06333285079 L 667.880481369758 693.06333285079" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 730.8348269451 701.2457278990439 L 730.8348269451 693.06333285079 L 667.880481369758 693.06333285079" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><path d="M 730.8348269451 726.627851314036 L 730.8348269451 733.307357475876 L 699.3576541574289 733.307357475876 L 699.3576541574289 706.4223451744699 L 667.880481369758 706.4223451744699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 730.8348269451 726.627851314036 L 730.8348269451 733.307357475876 L 699.3576541574289 733.307357475876 L 699.3576541574289 706.4223451744699 L 667.880481369758 706.4223451744699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><path d="M 1100.2115176948519 82.72345731266 L 1099.87754238676 82.72345731266 L 1099.87754238676 107.10365480337595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1100.2115176948519 82.72345731266 L 1099.87754238676 82.72345731266 L 1099.87754238676 107.10365480337595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><path d="M 1104.88717200814 207.96419784715988 L 1104.88717200814 201.2846916853199 L 1100.2115176948519 201.2846916853199 L 1100.2115176948519 143.840938693496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1104.88717200814 207.96419784715988 L 1104.88717200814 201.2846916853199 L 1100.2115176948519 201.2846916853199 L 1100.2115176948519 143.840938693496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><path d="M 1068.98482638825 202.95456822578 L 1104.88717200814 202.95456822578 L 1104.88717200814 207.96419784715994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1068.98482638825 202.95456822578 L 1104.88717200814 202.95456822578 L 1104.88717200814 207.96419784715994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><path d="M 1023.397196833692 352.909481559088 L 1023.731172141784 352.909481559088 L 1023.731172141784 328.19530876027994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1023.397196833692 352.909481559088 L 1023.731172141784 352.909481559088 L 1023.731172141784 328.19530876027994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><path d="M 1028.740801763164 453.43604929478 L 1028.740801763164 446.75654313294 L 1023.731172141784 446.75654313294 L 1023.731172141784 389.646765449208" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1028.740801763164 453.43604929478 L 1028.740801763164 446.75654313294 L 1023.731172141784 446.75654313294 L 1023.731172141784 389.646765449208" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><path d="M 993.8403820675499 448.4264196734 L 1028.740801763164 448.4264196734 L 1028.740801763164 453.43604929478" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 993.8403820675499 448.4264196734 L 1028.740801763164 448.4264196734 L 1028.740801763164 453.43604929478" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><path d="M 954.5982833667399 607.0646910170999 L 954.9322586748319 607.0646910170999 L 954.9322586748319 582.0165429102" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 954.5982833667399 607.0646910170999 L 954.9322586748319 607.0646910170999 L 954.9322586748319 582.0165429102" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><path d="M 959.60791298812 707.2572834447 L 959.60791298812 700.57777728286 L 954.9322586748319 700.57777728286 L 954.9322586748319 643.8019749072199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 959.60791298812 707.2572834447 L 959.60791298812 700.57777728286 L 954.9322586748319 700.57777728286 L 954.9322586748319 643.8019749072199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><path d="M 925.3754439086899 702.24765382332 L 959.60791298812 702.24765382332 L 959.60791298812 707.2572834447" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 925.3754439086899 702.24765382332 L 959.60791298812 702.24765382332 L 959.60791298812 707.2572834447" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_42__stack1"><path d="M 667.880481369758 422.5433332962699 L 694.3480245360489 422.5433332962699 L 694.3480245360489 426.71802464741995 L 720.81556770234 426.71802464741995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 422.5433332962699 L 694.3480245360489 422.5433332962699 L 694.3480245360489 426.71802464741995 L 720.81556770234 426.71802464741995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_43__stack1"><path d="M 560.006456856042 742.32469079436 L 543.8086544135799 742.32469079436" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 742.32469079436 L 543.8086544135799 742.32469079436" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_44__stack1"><path d="M 470.3340866333399 653.82123414998 L 380.1607534484999 653.82123414998 L 380.1607534484999 734.643258708244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 470.3340866333399 653.82123414998 L 380.1607534484999 653.82123414998 L 380.1607534484999 734.643258708244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_45__stack1"><path d="M 730.8348269451 636.454518129196 L 730.8348269451 646.3067897179099 L 667.880481369758 646.3067897179099" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 730.8348269451 636.454518129196 L 730.8348269451 646.3067897179099 L 667.880481369758 646.3067897179099" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_46__stack1"><path d="M 68.72877865270993 708.92715998516 L 62.04927249086995 708.92715998516 L 62.04927249086995 754.681777193764 L 188.6593117885471 754.681777193764 L 188.6593117885471 695.56814766148 L 157.23223529708991 695.56814766148" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 68.72877865270993 708.92715998516 L 62.04927249086995 708.92715998516 L 62.04927249086995 754.681777193764 L 188.6593117885471 754.681777193764 L 188.6593117885471 695.56814766148 L 157.23223529708991 695.56814766148" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_47__stack1"><path d="M 674.5599875315979 743.1596290645899 L 684.245271466266 743.1596290645899" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 674.5599875315979 743.1596290645899 L 684.245271466266 743.1596290645899" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_48__stack1"><path d="M 724.15532078326 453.43604929478 L 752.5766195018891 453.43604929478 L 752.5766195018891 451.73277522351077" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 724.15532078326 453.43604929478 L 752.5766195018891 453.43604929478 L 752.5766195018891 451.73277522351077" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_49__stack1"><path d="M 523.77013592806 742.32469079436 L 512.0476026140308 742.32469079436 L 512.0476026140308 740.6214167230908" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 523.77013592806 742.32469079436 L 512.0476026140308 742.32469079436 L 512.0476026140308 740.6214167230908" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_50__stack1"><path d="M 188.6593117885471 695.56814766148 L 188.6593117885471 694.900197045296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 188.6593117885471 695.56814766148 L 188.6593117885471 694.900197045296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_51__stack1"><path d="M 560.006456856042 441.74691351156 L 531.9525309763139 441.74691351156" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 441.74691351156 L 531.9525309763139 441.74691351156" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_52__stack1"><path d="M 560.006456856042 461.78543199708 L 531.9525309763139 461.78543199708" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 461.78543199708 L 531.9525309763139 461.78543199708" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_53__stack1"><path d="M 560.006456856042 481.8239504826 L 531.9525309763139 481.8239504826" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 481.8239504826 L 531.9525309763139 481.8239504826" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_54__stack1"><path d="M 560.006456856042 515.2214812918 L 531.9525309763139 515.2214812918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 515.2214812918 L 531.9525309763139 515.2214812918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_55__stack1"><path d="M 560.006456856042 535.2599997773201 L 531.9525309763139 535.2599997773201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 535.2599997773201 L 531.9525309763139 535.2599997773201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_56__stack1"><path d="M 560.006456856042 568.65753058652 L 531.9525309763139 568.65753058652" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 568.65753058652 L 531.9525309763139 568.65753058652" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_57__stack1"><path d="M 560.006456856042 588.6960490720401 L 531.9525309763139 588.6960490720401" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 588.6960490720401 L 531.9525309763139 588.6960490720401" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_58__stack1"><path d="M 560.006456856042 391.65061729775994 L 531.9525309763139 391.65061729775994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 391.65061729775994 L 531.9525309763139 391.65061729775994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_59__stack1"><path d="M 560.006456856042 431.7276542688 L 531.9525309763139 431.7276542688" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 431.7276542688 L 531.9525309763139 431.7276542688" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_60__stack1"><path d="M 560.006456856042 411.68913578328 L 531.9525309763139 411.68913578328" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 411.68913578328 L 531.9525309763139 411.68913578328" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_61__stack1"><path d="M 560.006456856042 421.70839502603997 L 531.9525309763139 421.70839502603997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 421.70839502603997 L 531.9525309763139 421.70839502603997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_62__stack1"><path d="M 560.006456856042 401.66987654051997 L 531.9525309763139 401.66987654051997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 560.006456856042 401.66987654051997 L 531.9525309763139 401.66987654051997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_63__stack1"><path d="M 883.6285303971899 702.24765382332 L 863.59001191167 702.24765382332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 883.6285303971899 702.24765382332 L 863.59001191167 702.24765382332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_64__stack1"><path d="M 883.6285303971899 732.3054315516 L 863.59001191167 732.3054315516" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 883.6285303971899 732.3054315516 L 863.59001191167 732.3054315516" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_65__stack1"><path d="M 952.0934685560499 448.4264196734 L 932.0549500705299 448.4264196734" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 952.0934685560499 448.4264196734 L 932.0549500705299 448.4264196734" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_66__stack1"><path d="M 952.0934685560499 478.48419740168 L 932.0549500705299 478.48419740168" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 952.0934685560499 478.48419740168 L 932.0549500705299 478.48419740168" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_67__stack1"><path d="M 1027.23791287675 202.95456822578 L 1007.1993943912299 202.95456822578" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.23791287675 202.95456822578 L 1007.1993943912299 202.95456822578" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_68__stack1"><path d="M 1027.23791287675 233.01234595405998 L 1007.1993943912299 233.01234595405998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.23791287675 233.01234595405998 L 1007.1993943912299 233.01234595405998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_69__stack1"><path d="M 667.880481369758 616.2490119896298 L 690.590802320014 616.2490119896298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 616.2490119896298 L 690.590802320014 616.2490119896298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_70__stack1"><path d="M 667.880481369758 589.5309873422699 L 690.590802320014 589.5309873422699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 589.5309873422699 L 690.590802320014 589.5309873422699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_71__stack1"><path d="M 1109.8968016295198 585.35629599112 L 1087.186480679264 585.35629599112" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1109.8968016295198 585.35629599112 L 1087.186480679264 585.35629599112" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_72__stack1"><path d="M 1109.8968016295198 598.7153083147999 L 1087.186480679264 598.7153083147999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1109.8968016295198 598.7153083147999 L 1087.186480679264 598.7153083147999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_73__stack1"><path d="M 667.880481369758 556.1334565330698 L 690.590802320014 556.1334565330698" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 556.1334565330698 L 690.590802320014 556.1334565330698" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_74__stack1"><path d="M 1109.8968016295198 592.03580215296 L 1087.186480679264 592.03580215296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1109.8968016295198 592.03580215296 L 1087.186480679264 592.03580215296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_75__stack1"><path d="M 1109.8968016295198 612.07432063848 L 1087.186480679264 612.07432063848" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1109.8968016295198 612.07432063848 L 1087.186480679264 612.07432063848" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_76__stack1"><path d="M 667.880481369758 536.0949380475498 L 690.590802320014 536.0949380475498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 536.0949380475498 L 690.590802320014 536.0949380475498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_77__stack1"><path d="M 667.880481369758 502.6974072383498 L 690.590802320014 502.6974072383498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 502.6974072383498 L 690.590802320014 502.6974072383498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_78__stack1"><path d="M 667.880481369758 482.6588887528298 L 690.590802320014 482.6588887528298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 482.6588887528298 L 690.590802320014 482.6588887528298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_79__stack1"><path d="M 1109.8968016295198 605.39481447664 L 1087.186480679264 605.39481447664" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1109.8968016295198 605.39481447664 L 1087.186480679264 605.39481447664" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_80__stack1"><path d="M 1109.8968016295198 618.75382680032 L 1087.186480679264 618.75382680032" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1109.8968016295198 618.75382680032 L 1087.186480679264 618.75382680032" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_81__stack1"><path d="M 68.72877865270993 702.24765382332 L 43.34665523771798 702.24765382332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 68.72877865270993 702.24765382332 L 43.34665523771798 702.24765382332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_82__stack1"><path d="M 68.72877865270993 695.56814766148 L 43.34665523771798 695.56814766148" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 68.72877865270993 695.56814766148 L 43.34665523771798 695.56814766148" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_83__stack1"><path d="M 157.23223529708991 702.24765382332 L 182.61435871208192 702.24765382332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 157.23223529708991 702.24765382332 L 182.61435871208192 702.24765382332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_84__stack1"><path d="M 667.880481369758 602.8899996659499 L 690.590802320014 602.8899996659499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 602.8899996659499 L 690.590802320014 602.8899996659499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_85__stack1"><path d="M 930.5520611841159 628.77308604308 L 910.513542698596 628.77308604308" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 930.5520611841159 628.77308604308 L 910.513542698596 628.77308604308" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_86__stack1"><path d="M 667.880481369758 569.4924688567498 L 690.590802320014 569.4924688567498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 569.4924688567498 L 690.590802320014 569.4924688567498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_87__stack1"><path d="M 930.5520611841159 566.98765404606 L 910.513542698596 566.98765404606" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 930.5520611841159 566.98765404606 L 910.513542698596 566.98765404606" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_88__stack1"><path d="M 667.880481369758 516.0564195620298 L 690.590802320014 516.0564195620298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 516.0564195620298 L 690.590802320014 516.0564195620298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_89__stack1"><path d="M 999.350974651068 313.1664198961399 L 979.3124561655479 313.1664198961399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 999.350974651068 313.1664198961399 L 979.3124561655479 313.1664198961399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_90__stack1"><path d="M 667.880481369758 546.1141972903098 L 690.590802320014 546.1141972903098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 546.1141972903098 L 690.590802320014 546.1141972903098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_91__stack1"><path d="M 999.350974651068 374.61787658506796 L 979.3124561655479 374.61787658506796" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 999.350974651068 374.61787658506796 L 979.3124561655479 374.61787658506796" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_92__stack1"><path d="M 667.880481369758 492.6781479955898 L 690.590802320014 492.6781479955898" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 492.6781479955898 L 690.590802320014 492.6781479955898" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_93__stack1"><path d="M 1075.8313202041359 128.812049829356 L 1055.792801718616 128.812049829356" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1075.8313202041359 128.812049829356 L 1055.792801718616 128.812049829356" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_94__stack1"><path d="M 667.880481369758 462.6203702673098 L 690.590802320014 462.6203702673098" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 462.6203702673098 L 690.590802320014 462.6203702673098" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_95__stack1"><path d="M 1075.8313202041359 67.69456844851999 L 1055.792801718616 67.69456844851999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1075.8313202041359 67.69456844851999 L 1055.792801718616 67.69456844851999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_96__stack1"><path d="M 667.880481369758 402.50481481074996 L 690.590802320014 402.50481481074996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 667.880481369758 402.50481481074996 L 690.590802320014 402.50481481074996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" 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_97__stack1"><path d="M 740.8540861878599 426.71802464741995 L 766.2362096028519 426.71802464741995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.343604929472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 740.8540861878599 426.71802464741995 L 766.2362096028519 426.71802464741995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.667950616184px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="667.880481369758" cy="733.1403698218298" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="674.5599875315979" cy="733.1403698218298" r="1.001925924276" 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_9__stack1"><circle cx="674.5599875315979" cy="743.1596290645899" r="1.001925924276" 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_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="477.01359279518" cy="385.97303706019596" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="477.01359279518" cy="412.69106170755595" r="1.001925924276" 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_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="413.55828425769994" cy="760.025382123236" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="413.55828425769994" cy="770.044641365996" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><circle cx="443.61606198597997" cy="760.025382123236" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="443.61606198597997" cy="770.044641365996" r="1.001925924276" 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_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><circle cx="1104.88717200814" cy="207.96419784715988" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><circle cx="1028.740801763164" cy="453.43604929478" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><circle cx="959.60791298812" cy="707.2572834447" r="1.001925924276" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"><circle cx="188.6593117885471" cy="695.56814766148" r="1.001925924276" 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_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_59__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_60__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_61__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_62__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_63__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_64__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_65__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_66__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_93__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_94__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_95__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_96__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_97__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="573.3654691797219" y="323.1856791389" width="81.15599986635607" height="434.1679005195999" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="573.3654691797219" y="323.1856791389" width="81.15599986635607" height="434.1679005195999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="441.74691351156" x2="560.006456856042" y2="441.74691351156" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="559.3385062398579" y="441.07896289537604" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="441.07896289537604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="441.74691351156" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">EN_GATE</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="461.78543199708" x2="560.006456856042" y2="461.78543199708" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="559.3385062398579" y="461.11748138089604" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="461.11748138089604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="461.78543199708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INHA</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="481.8239504826" x2="560.006456856042" y2="481.8239504826" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="559.3385062398579" y="481.15599986641604" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="481.15599986641604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="481.8239504826" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INLA</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="515.2214812918" x2="560.006456856042" y2="515.2214812918" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="559.3385062398579" y="514.553530675616" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="514.553530675616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="515.2214812918" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INHB</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="535.2599997773201" x2="560.006456856042" y2="535.2599997773201" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="559.3385062398579" y="534.5920491611361" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="534.5920491611361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="535.2599997773201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INLB</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="568.65753058652" x2="560.006456856042" y2="568.65753058652" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="559.3385062398579" y="567.989579970336" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="567.9895799703361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="568.65753058652" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INHC</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="588.6960490720401" x2="560.006456856042" y2="588.6960490720401" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="559.3385062398579" y="588.028098455856" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="588.028098455856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="588.6960490720401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">INLC</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="391.65061729775994" x2="560.006456856042" y2="391.65061729775994" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="559.3385062398579" y="390.98266668157595" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="390.982666681576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="391.65061729775994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">nFAULT</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="431.7276542688" x2="560.006456856042" y2="431.7276542688" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="559.3385062398579" y="431.059703652616" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="431.059703652616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="431.7276542688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">nSCS</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="411.68913578328" x2="560.006456856042" y2="411.68913578328" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="559.3385062398579" y="411.021185167096" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="411.02118516709595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="411.68913578328" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SDI</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="421.70839502603997" x2="560.006456856042" y2="421.70839502603997" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="559.3385062398579" y="421.040444409856" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="421.040444409856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="421.70839502603997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SDO</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="401.66987654051997" x2="560.006456856042" y2="401.66987654051997" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="559.3385062398579" y="401.001925924336" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="401.001925924336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="401.66987654051997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SCLK</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="422.5433332962699" x2="667.880481369758" y2="422.5433332962699" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="667.2125307535739" y="421.8753826800859" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="421.8753826800859" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="422.5433332962699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">PWRGD</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="723.1211105790699" x2="667.880481369758" y2="723.1211105790699" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="667.2125307535739" y="722.4531599628858" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="722.4531599628859" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="723.1211105790699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GND3</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="338.21456800304" x2="560.006456856042" y2="338.21456800304" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="559.3385062398579" y="337.546617386856" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="337.54661738685604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="338.21456800304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">AVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="655.49111069044" x2="560.006456856042" y2="655.49111069044" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="559.3385062398579" y="654.823160074256" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="654.8231600742561" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="655.49111069044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SO1</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="675.52962917596" x2="560.006456856042" y2="675.52962917596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="559.3385062398579" y="674.861678559776" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="674.861678559776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="675.52962917596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SO2</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="695.56814766148" x2="560.006456856042" y2="695.56814766148" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="559.3385062398579" y="694.900197045296" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="694.9001970452961" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="695.56814766148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SO3</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="693.06333285079" x2="667.880481369758" y2="693.06333285079" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="667.2125307535739" y="692.3953822346059" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="692.3953822346059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="693.06333285079" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SN3</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="706.4223451744699" x2="667.880481369758" y2="706.4223451744699" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><rect x="667.2125307535739" y="705.7543945582859" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="705.7543945582859" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="706.4223451744699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SP3</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="663.0055551225099" x2="667.880481369758" y2="663.0055551225099" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="667.2125307535739" y="662.3376045063259" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="662.3376045063259" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="663.0055551225099" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SN2</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="676.3645674461899" x2="667.880481369758" y2="676.3645674461899" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="667.2125307535739" y="675.6966168300058" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="675.696616830006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="676.3645674461899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SP2</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="632.9477773942299" x2="667.880481369758" y2="632.9477773942299" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="667.2125307535739" y="632.2798267780458" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="632.2798267780458" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="632.9477773942299" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SN1</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="646.3067897179099" x2="667.880481369758" y2="646.3067897179099" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="667.2125307535739" y="645.6388391017258" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="645.6388391017259" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="646.3067897179099" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SP1</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="602.8899996659499" x2="667.880481369758" y2="602.8899996659499" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><rect x="667.2125307535739" y="602.2220490497658" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="602.2220490497658" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="602.8899996659499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GLC</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="616.2490119896298" x2="667.880481369758" y2="616.2490119896298" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="667.2125307535739" y="615.5810613734458" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="615.5810613734459" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="616.2490119896298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SLC</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="589.5309873422699" x2="667.880481369758" y2="589.5309873422699" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><rect x="667.2125307535739" y="588.8630367260859" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="588.8630367260859" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="589.5309873422699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SHC</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="569.4924688567498" x2="667.880481369758" y2="569.4924688567498" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="667.2125307535739" y="568.8245182405658" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="568.8245182405658" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="569.4924688567498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GHC</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="516.0564195620298" x2="667.880481369758" y2="516.0564195620298" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="667.2125307535739" y="515.3884689458457" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="515.3884689458458" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="516.0564195620298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GHB</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="556.1334565330698" x2="667.880481369758" y2="556.1334565330698" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><rect x="667.2125307535739" y="555.4655059168857" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="555.4655059168858" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="556.1334565330698" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SHB</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="536.0949380475498" x2="667.880481369758" y2="536.0949380475498" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="667.2125307535739" y="535.4269874313658" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="535.4269874313658" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="536.0949380475498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SLB</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="546.1141972903098" x2="667.880481369758" y2="546.1141972903098" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><rect x="667.2125307535739" y="545.4462466741257" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="545.4462466741259" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="546.1141972903098" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GLB</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="492.6781479955898" x2="667.880481369758" y2="492.6781479955898" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="667.2125307535739" y="492.01019737940584" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="492.0101973794058" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="492.6781479955898" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GLA</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="502.6974072383498" x2="667.880481369758" y2="502.6974072383498" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="667.2125307535739" y="502.0294566221658" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="502.0294566221658" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="502.6974072383498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SLA</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="482.6588887528298" x2="667.880481369758" y2="482.6588887528298" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><rect x="667.2125307535739" y="481.9909381366458" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="481.9909381366458" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="482.6588887528298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">SHA</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="462.6203702673098" x2="667.880481369758" y2="462.6203702673098" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><rect x="667.2125307535739" y="461.9524196511258" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="461.9524196511258" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="462.6203702673098" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GHA</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="722.2861723088399" x2="560.006456856042" y2="722.2861723088399" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><rect x="559.3385062398579" y="721.6182216926559" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="721.618221692656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="722.2861723088399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">VCP_LSD</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="742.32469079436" x2="560.006456856042" y2="742.32469079436" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="559.3385062398579" y="741.6567401781759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="741.6567401781759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="742.32469079436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">VCPH</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="377.45666670385003" x2="667.880481369758" y2="377.45666670385003" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><rect x="667.2125307535739" y="376.78871608766605" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="376.78871608766605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="377.45666670385003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">CP2H</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="392.48555556799" x2="667.880481369758" y2="392.48555556799" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="667.2125307535739" y="391.817604951806" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="391.81760495180606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="392.48555556799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">CP2L</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="378.29160497408" x2="560.006456856042" y2="378.29160497408" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="559.3385062398579" y="377.623654357896" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="377.62365435789604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="378.29160497408" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">PVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="357.4181482183301" x2="667.880481369758" y2="357.4181482183301" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><rect x="667.2125307535739" y="356.7501976021461" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="356.75019760214605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="357.4181482183301" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">CP1L</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="337.37962973281003" x2="667.880481369758" y2="337.37962973281003" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><rect x="667.2125307535739" y="336.71167911662604" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="336.7116791166261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="337.37962973281003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">CP1H</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="432.5625925390299" x2="667.880481369758" y2="432.5625925390299" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><rect x="667.2125307535739" y="431.8946419228459" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="431.8946419228459" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="432.5625925390299" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">VDRAIN</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="733.1403698218298" x2="667.880481369758" y2="733.1403698218298" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><rect x="667.2125307535739" y="732.4724192056458" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="732.4724192056459" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="733.1403698218298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">GND2</text><line class="component-pin sch-component-pin sch-port-line" x1="573.3654691797219" y1="358.25308648856003" x2="560.006456856042" y2="358.25308648856003" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><rect x="559.3385062398579" y="357.58513587237604" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="566.6859630178819" y="357.585135872376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="576.7052222606419" y="358.25308648856003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">DVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="402.50481481074996" x2="667.880481369758" y2="402.50481481074996" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><rect x="667.2125307535739" y="401.836864194566" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="401.83686419456603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="402.50481481074996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">WAKE</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="412.52407405350993" x2="667.880481369758" y2="412.52407405350993" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="667.2125307535739" y="411.85612343732595" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="411.85612343732595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="412.52407405350993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">VREG</text><line class="component-pin sch-component-pin sch-port-line" x1="654.521469046078" y1="743.1596290645899" x2="667.880481369758" y2="743.1596290645899" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><rect x="667.2125307535739" y="742.4916784484059" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.200975207918" y="742.4916784484059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="651.181715965158" y="743.1596290645899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">PAD</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="425.2474200409199" y="351.57358032672" width="30.892715998510084" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="425.2474200409199" y="351.57358032672" width="30.892715998510084" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="440.27630890506" y1="351.57358032672" x2="440.27630890506" y2="340.552395159684" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="439.608358288876" y="339.8844445435" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="439.60835828887593" y="346.06298774320203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 439.60835828887593 346.06298774320203)"></text><text class="pin-number sch-pin-label" x="440.27630890506" y="354.91333340764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 440.27630890506 354.91333340764)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="440.27630890506" y1="354.91333340764" x2="440.27630890506" y2="365.93451857467596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="439.608358288876" y="365.266567958492" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="439.60835828887593" y="360.423925991158" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 439.60835828887593 360.423925991158)"></text><text class="pin-number sch-pin-label" x="440.27630890506" y="351.57358032672" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 440.27630890506 351.57358032672)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="461.9847039310399" y="371.61209881224" width="30.892715998510084" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="461.9847039310399" y="371.61209881224" width="30.892715998510084" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="477.01359279518" y1="371.61209881224" x2="477.01359279518" y2="360.59091364520395" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="476.345642178996" y="359.92296302901997" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.34564217899594" y="366.101506228722" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 476.34564217899594 366.101506228722)"></text><text class="pin-number sch-pin-label" x="477.01359279518" y="374.95185189316" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 477.01359279518 374.95185189316)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="477.01359279518" y1="374.95185189316" x2="477.01359279518" y2="385.97303706019596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="476.345642178996" y="385.305086444012" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.34564217899594" y="380.462444476678" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 476.34564217899594 380.462444476678)"></text><text class="pin-number sch-pin-label" x="477.01359279518" y="371.61209881224" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 477.01359279518 371.61209881224)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="488.70272857839996" y="391.65061729775994" width="38.90812339271804" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="488.70272857839996" y="391.65061729775994" width="38.90812339271804" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="503.73161744253997" y1="391.65061729775994" x2="503.73161744253997" y2="380.629432130724" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="503.063666826356" y="379.96148151454" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="503.063666826356" y="386.140024714242" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 503.063666826356 386.140024714242)"></text><text class="pin-number sch-pin-label" x="503.73161744253997" y="394.9903703786799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 503.73161744253997 394.9903703786799)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="503.73161744253997" y1="394.9903703786799" x2="503.73161744253997" y2="406.01155554571596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="503.063666826356" y="405.343604929532" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="503.063666826356" y="400.50096296219795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 503.063666826356 400.50096296219795)"></text><text class="pin-number sch-pin-label" x="503.73161744253997" y="391.65061729775994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 503.73161744253997 391.65061729775994)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="705.7866788381999" y="323.519654446992" width="3.3397530809199907" height="28.053925879727956" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="705.7866788381999" y="323.519654446992" width="3.3397530809199907" height="28.053925879727956" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="705.7866788381999" y1="337.546617386856" x2="693.4295924387959" y2="337.546617386856" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="692.7616418226119" y="336.878666770672" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="699.608135638498" y="336.878666770672" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="709.1264319191199" y="337.546617386856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="709.1264319191199" y1="337.546617386856" x2="721.4835183185239" y2="337.546617386856" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="720.8155677023399" y="336.878666770672" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="715.304975118822" y="336.878666770672" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="705.7866788381999" y="337.546617386856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="705.7866788381999" y="363.596691418032" width="3.3397530809199907" height="28.053925879727956" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="705.7866788381999" y="363.596691418032" width="3.3397530809199907" height="28.053925879727956" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="705.7866788381999" y1="377.623654357896" x2="693.4295924387959" y2="377.623654357896" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="692.7616418226119" y="376.955703741712" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="699.608135638498" y="376.955703741712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="709.1264319191199" y="377.623654357896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="709.1264319191199" y1="377.623654357896" x2="721.4835183185239" y2="377.623654357896" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="720.8155677023399" y="376.955703741712" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="715.304975118822" y="376.955703741712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="705.7866788381999" y="377.623654357896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="729.16495040464" y="415.362864172292" width="3.3397530809199907" height="22.710320950256005" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="729.16495040464" y="415.362864172292" width="3.3397530809199907" height="22.710320950256005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="729.16495040464" y1="426.71802464741995" x2="720.81556770234" y2="426.71802464741995" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="720.147617086156" y="426.05007403123597" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="724.9902590534899" y="426.05007403123597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="732.50470348556" y="426.71802464741995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="732.50470348556" y1="426.71802464741995" x2="740.8540861878599" y2="426.71802464741995" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="740.1861355716759" y="426.05007403123597" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="736.6793948367099" y="426.05007403123597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="729.16495040464" y="426.71802464741995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="712.46618500004" y="442.08088881965193" width="3.339753080919877" height="22.71032095025606" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="712.46618500004" y="442.08088881965193" width="3.339753080919877" height="22.71032095025606" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="712.46618500004" y1="453.43604929478" x2="704.1168022977399" y2="453.43604929478" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="703.4488516815559" y="452.768098678596" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="708.29149364889" y="452.76809867859595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="715.8059380809599" y="453.43604929478" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="715.8059380809599" y1="453.43604929478" x2="724.15532078326" y2="453.43604929478" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="723.4873701670759" y="452.768098678596" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="719.9806294321099" y="452.76809867859595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="712.46618500004" y="453.43604929478" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="765.90223429476" y="438.40716043064" width="30.89271599850997" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="765.90223429476" y="438.40716043064" width="30.89271599850997" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="780.9311231588999" y1="438.40716043064" x2="780.9311231588999" y2="427.385975263604" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="780.2631725427159" y="426.71802464742" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="780.2631725427159" y="432.89656784712196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 780.2631725427159 432.89656784712196)"></text><text class="pin-number sch-pin-label" x="780.9311231588999" y="441.74691351155997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 780.9311231588999 441.74691351155997)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="780.9311231588999" y1="441.74691351155997" x2="780.9311231588999" y2="452.100148062412" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="780.9311231588999" cy="452.768098678596" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="780.2631725427159" y="452.100148062412" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="780.2631725427159" y="447.257506095078" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 780.2631725427159 447.257506095078)"></text><text class="pin-number sch-pin-label" x="780.9311231588999" y="438.40716043064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 780.9311231588999 438.40716043064)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="478.68346933564" y="642.4660736748519" width="3.3397530809199907" height="22.710320950256005" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="478.68346933564" y="642.4660736748519" width="3.3397530809199907" height="22.710320950256005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="478.68346933564" y1="653.82123414998" x2="470.33408663333995" y2="653.82123414998" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="469.66613601715596" y="653.153283533796" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="474.50877798448994" y="653.153283533796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="482.02322241656" y="653.82123414998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="482.02322241656" y1="653.82123414998" x2="490.37260511885995" y2="653.82123414998" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="489.70465450267596" y="653.153283533796" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="486.19791376770996" y="653.153283533796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="478.68346933564" y="653.82123414998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="478.68346933564" y="665.844345241292" width="3.3397530809199907" height="22.710320950256005" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="478.68346933564" y="665.844345241292" width="3.3397530809199907" height="22.710320950256005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="478.68346933564" y1="677.1995057164199" x2="470.33408663333995" y2="677.1995057164199" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="469.66613601715596" y="676.5315551002359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="474.50877798448994" y="676.531555100236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="482.02322241656" y="677.1995057164199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="482.02322241656" y1="677.1995057164199" x2="490.37260511885995" y2="677.1995057164199" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="489.70465450267596" y="676.5315551002359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="486.19791376770996" y="676.531555100236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="478.68346933564" y="677.1995057164199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="478.68346933564" y="689.222616807732" width="3.3397530809199907" height="22.71032095025589" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="478.68346933564" y="689.222616807732" width="3.3397530809199907" height="22.71032095025589" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="478.68346933564" y1="700.57777728286" x2="470.33408663333995" y2="700.57777728286" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="469.66613601715596" y="699.9098266666759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="474.50877798448994" y="699.9098266666759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="482.02322241656" y="700.57777728286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="482.02322241656" y1="700.57777728286" x2="490.37260511885995" y2="700.57777728286" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="489.70465450267596" y="699.9098266666759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="486.19791376770996" y="699.9098266666759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="478.68346933564" y="700.57777728286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="365.13186458435996" y="745.66444387528" width="42.91582708982196" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="365.13186458435996" y="745.66444387528" width="42.91582708982196" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="380.1607534484999" y1="745.66444387528" x2="380.1607534484999" y2="734.643258708244" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="379.49280283231593" y="733.97530809206" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="379.492802832316" y="740.153851291762" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 379.492802832316 740.153851291762)"></text><text class="pin-number sch-pin-label" x="380.1607534484999" y="749.0041969562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 380.1607534484999 749.0041969562)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="380.1607534484999" y1="749.0041969562" x2="380.1607534484999" y2="760.025382123236" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="379.49280283231593" y="759.357431507052" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="379.492802832316" y="754.514789539718" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 379.492802832316 754.514789539718)"></text><text class="pin-number sch-pin-label" x="380.1607534484999" y="745.66444387528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 380.1607534484999 745.66444387528)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="398.52939539356" y="745.66444387528" width="42.91582708982196" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="398.52939539356" y="745.66444387528" width="42.91582708982196" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="413.55828425769994" y1="745.66444387528" x2="413.55828425769994" y2="734.643258708244" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="412.89033364151595" y="733.97530809206" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="412.890333641516" y="740.153851291762" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 412.890333641516 740.153851291762)"></text><text class="pin-number sch-pin-label" x="413.55828425769994" y="749.0041969562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 413.55828425769994 749.0041969562)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="413.55828425769994" y1="749.0041969562" x2="413.55828425769994" y2="760.025382123236" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="412.89033364151595" y="759.357431507052" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="412.890333641516" y="754.514789539718" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 412.890333641516 754.514789539718)"></text><text class="pin-number sch-pin-label" x="413.55828425769994" y="745.66444387528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 413.55828425769994 745.66444387528)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="428.58717312183995" y="745.66444387528" width="42.91582708982202" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="428.58717312183995" y="745.66444387528" width="42.91582708982202" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="443.61606198597997" y1="745.66444387528" x2="443.61606198597997" y2="734.643258708244" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="442.948111369796" y="733.97530809206" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="442.948111369796" y="740.153851291762" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 442.948111369796 740.153851291762)"></text><text class="pin-number sch-pin-label" x="443.61606198597997" y="749.0041969562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 443.61606198597997 749.0041969562)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="443.61606198597997" y1="749.0041969562" x2="443.61606198597997" y2="760.025382123236" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="442.948111369796" y="759.357431507052" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="442.948111369796" y="754.514789539718" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 442.948111369796 754.514789539718)"></text><text class="pin-number sch-pin-label" x="443.61606198597997" y="745.66444387528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 443.61606198597997 745.66444387528)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="82.08779097639001" y="663.84049339274" width="61.78543199701994" height="76.81432086116001" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="82.08779097639001" y="663.84049339274" width="61.78543199701994" height="76.81432086116001" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="82.08779097639001" y1="695.56814766148" x2="68.72877865270993" y2="695.56814766148" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="68.06082803652593" y="694.900197045296" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="75.40828481454992" y="694.900197045296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="85.42754405731" y="695.56814766148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">A12</text><line class="component-pin sch-component-pin sch-port-line" x1="82.08779097639001" y1="702.24765382332" x2="68.72877865270993" y2="702.24765382332" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="68.06082803652593" y="701.5797032071359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="75.40828481454992" y="701.5797032071359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="85.42754405731" y="702.24765382332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">A11</text><line class="component-pin sch-component-pin sch-port-line" x1="82.08779097639001" y1="708.92715998516" x2="68.72877865270993" y2="708.92715998516" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_2__stack1"><rect x="68.06082803652593" y="708.2592093689759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="75.40828481454992" y="708.2592093689759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="85.42754405731" y="708.92715998516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">C2</text><line class="component-pin sch-component-pin sch-port-line" x1="143.87322297340995" y1="708.92715998516" x2="156.56428468090593" y2="708.92715998516" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="157.23223529708991" cy="708.92715998516" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="156.56428468090593" y="708.2592093689759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="150.55272913524993" y="708.2592093689759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="140.53346989248996" y="708.92715998516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">A21</text><line class="component-pin sch-component-pin sch-port-line" x1="143.87322297340995" y1="702.24765382332" x2="157.23223529708991" y2="702.24765382332" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_4__stack1"><rect x="156.56428468090593" y="701.5797032071359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="150.55272913524993" y="701.5797032071359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="140.53346989248996" y="702.24765382332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">A22</text><line class="component-pin sch-component-pin sch-port-line" x1="143.87322297340995" y1="695.56814766148" x2="157.23223529708991" y2="695.56814766148" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_15_5__stack1"><rect x="156.56428468090593" y="694.900197045296" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="150.55272913524993" y="694.900197045296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="140.53346989248996" y="695.56814766148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">C1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="468.66421009287996" y="749.0041969562" width="30.892715998510027" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="468.66421009287996" y="749.0041969562" width="30.892715998510027" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="483.69309895701997" y1="749.0041969562" x2="483.69309895701997" y2="737.983011789164" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="483.025148340836" y="737.31506117298" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.0251483408359" y="743.493604372682" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 483.0251483408359 743.493604372682)"></text><text class="pin-number sch-pin-label" x="483.69309895701997" y="752.34395003712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 483.69309895701997 752.34395003712)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="483.69309895701997" y1="752.34395003712" x2="483.69309895701997" y2="763.365135204156" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="483.025148340836" y="762.697184587972" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.0251483408359" y="757.854542620638" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 483.0251483408359 757.854542620638)"></text><text class="pin-number sch-pin-label" x="483.69309895701997" y="749.0041969562" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 483.69309895701997 749.0041969562)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="532.11951863036" y="728.297727854496" width="3.3397530809199907" height="28.053925879728013" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="532.11951863036" y="728.297727854496" width="3.3397530809199907" height="28.053925879728013" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="532.11951863036" y1="742.32469079436" x2="523.77013592806" y2="742.32469079436" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="523.1021853118759" y="741.6567401781759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.9448272792099" y="741.6567401781759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="535.4592717112799" y="742.32469079436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="535.4592717112799" y1="742.32469079436" x2="543.8086544135799" y2="742.32469079436" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="543.1407037973959" y="741.6567401781759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="539.63396306243" y="741.6567401781759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="532.11951863036" y="742.32469079436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="715.8059380809599" y="622.09357988124" width="42.91582708982207" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="715.8059380809599" y="622.09357988124" width="42.91582708982207" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="730.8348269451" y1="622.09357988124" x2="730.8348269451" y2="611.0723947142039" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="730.1668763289159" y="610.4044440980199" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="730.1668763289159" y="616.582987297722" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 730.1668763289159 616.582987297722)"></text><text class="pin-number sch-pin-label" x="730.8348269451" y="625.43333296216" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 730.8348269451 625.43333296216)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="730.8348269451" y1="625.43333296216" x2="730.8348269451" y2="636.454518129196" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><rect x="730.1668763289159" y="635.786567513012" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="730.1668763289159" y="630.943925545678" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 730.1668763289159 630.943925545678)"></text><text class="pin-number sch-pin-label" x="730.8348269451" y="622.09357988124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 730.8348269451 622.09357988124)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="715.8059380809599" y="665.5103699332" width="42.91582708982207" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="715.8059380809599" y="665.5103699332" width="42.91582708982207" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="730.8348269451" y1="665.5103699332" x2="730.8348269451" y2="654.4891847661639" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="730.1668763289159" y="653.8212341499799" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="730.1668763289159" y="659.999777349682" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 730.1668763289159 659.999777349682)"></text><text class="pin-number sch-pin-label" x="730.8348269451" y="668.85012301412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 730.8348269451 668.85012301412)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="730.8348269451" y1="668.85012301412" x2="730.8348269451" y2="679.871308181156" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="730.1668763289159" y="679.203357564972" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="730.1668763289159" y="674.360715597638" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 730.1668763289159 674.360715597638)"></text><text class="pin-number sch-pin-label" x="730.8348269451" y="665.5103699332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 730.8348269451 665.5103699332)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="715.8059380809599" y="712.26691306608" width="42.91582708982207" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="715.8059380809599" y="712.26691306608" width="42.91582708982207" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="730.8348269451" y1="712.26691306608" x2="730.8348269451" y2="701.2457278990439" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><rect x="730.1668763289159" y="700.5777772828599" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="730.1668763289159" y="706.7563204825619" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 730.1668763289159 706.7563204825619)"></text><text class="pin-number sch-pin-label" x="730.8348269451" y="715.6066661469999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 730.8348269451 715.6066661469999)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="730.8348269451" y1="715.6066661469999" x2="730.8348269451" y2="726.627851314036" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><rect x="730.1668763289159" y="725.9599006978519" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="730.1668763289159" y="721.117258730518" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 730.1668763289159 721.117258730518)"></text><text class="pin-number sch-pin-label" x="730.8348269451" y="712.26691306608" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 730.8348269451 712.26691306608)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component chip sch-component-body" x="1029.74272768744" y="47.65604996299999" width="30.892715998509857" height="3.3397530809200475" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1029.74272768744" y="47.65604996299999" width="30.892715998509857" height="3.3397530809200475" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1044.7716165515799" y1="47.65604996299999" x2="1044.7716165515799" y2="36.63486479596406" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><rect x="1044.1036659353958" y="35.96691417978006" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.1036659353958" y="42.145457379482025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1044.1036659353958 42.145457379482025)"></text><text class="pin-number sch-pin-label" x="1044.7716165515799" y="50.995803043920034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1044.7716165515799 50.995803043920034)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="1044.7716165515799" y1="50.995803043920034" x2="1044.7716165515799" y2="61.34903759477197" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1044.7716165515799" cy="62.01698821095596" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1044.1036659353958" y="61.34903759477196" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.1036659353958" y="56.506395627437996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1044.1036659353958 56.506395627437996)"></text><text class="pin-number sch-pin-label" x="1044.7716165515799" y="47.65604996299999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1044.7716165515799 47.65604996299999)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component chip sch-component-body" x="1088.18840660354" y="59.345185746219954" width="3.3397530809199907" height="10.019259242760029" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1088.18840660354" y="59.345185746219954" width="3.3397530809199907" height="10.019259242760029" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1099.87754238676" y1="59.345185746219954" x2="1099.87754238676" y2="45.98617342253999" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><rect x="1099.209591770576" y="45.31822280635599" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1099.209591770576" y="52.665679584379916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1099.209591770576 52.665679584379916)"></text><text class="pin-number sch-pin-label" x="1099.87754238676" y="62.684938827139945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1099.87754238676 62.684938827139945)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="1100.2115176948519" y1="69.36444498897998" x2="1100.2115176948519" y2="82.72345731266" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><rect x="1099.5435670786678" y="82.055506696476" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1099.543567078668" y="76.04395115082002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1099.543567078668 76.04395115082002)"></text><text class="pin-number sch-pin-label" x="1100.2115176948519" y="66.02469190805999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1100.2115176948519 66.02469190805999)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="1088.18840660354" y1="67.69456844851999" x2="1075.8313202041359" y2="67.69456844851999" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_22_2__stack1"><rect x="1075.1633695879518" y="67.02661783233599" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1082.009863403838" y="67.026617832336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="1091.52815968446" y="67.69456844851999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="1100.2115176948519" y1="69.36444498897998" x2="1100.2115176948519" y2="82.05550669647602" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_22_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1100.2115176948519" cy="82.72345731266" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1099.5435670786678" y="82.055506696476" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1099.543567078668" y="76.04395115082002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1099.543567078668 76.04395115082002)"></text><text class="pin-number sch-pin-label" x="1100.2115176948519" y="66.02469190805999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1100.2115176948519 66.02469190805999)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="1100.2115176948519" y1="69.36444498897998" x2="1100.2115176948519" y2="82.05550669647602" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_22_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1100.2115176948519" cy="82.72345731266" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1099.5435670786678" y="82.055506696476" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1099.543567078668" y="76.04395115082002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1099.543567078668 76.04395115082002)"></text><text class="pin-number sch-pin-label" x="1100.2115176948519" y="66.02469190805999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1100.2115176948519 66.02469190805999)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component chip sch-component-body" x="1088.18840660354" y="120.46266712705597" width="3.3397530809199907" height="10.019259242760029" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1088.18840660354" y="120.46266712705597" width="3.3397530809199907" height="10.019259242760029" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1099.87754238676" y1="120.46266712705597" x2="1099.87754238676" y2="107.10365480337595" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><rect x="1099.209591770576" y="106.43570418719194" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1099.209591770576" y="113.78316096521593" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1099.209591770576 113.78316096521593)"></text><text class="pin-number sch-pin-label" x="1099.87754238676" y="123.80242020797596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1099.87754238676 123.80242020797596)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="1100.2115176948519" y1="130.481926369816" x2="1100.2115176948519" y2="143.840938693496" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><rect x="1099.5435670786678" y="143.17298807731203" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1099.543567078668" y="137.16143253165603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1099.543567078668 137.16143253165603)"></text><text class="pin-number sch-pin-label" x="1100.2115176948519" y="127.142173288896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1100.2115176948519 127.142173288896)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="1088.18840660354" y1="128.812049829356" x2="1075.8313202041359" y2="128.812049829356" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_23_2__stack1"><rect x="1075.1633695879518" y="128.144099213172" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1082.009863403838" y="128.144099213172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="1091.52815968446" y="128.812049829356" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="1100.2115176948519" y1="130.481926369816" x2="1100.2115176948519" y2="143.17298807731203" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_23_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1100.2115176948519" cy="143.840938693496" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1099.5435670786678" y="143.17298807731203" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1099.543567078668" y="137.16143253165603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1099.543567078668 137.16143253165603)"></text><text class="pin-number sch-pin-label" x="1100.2115176948519" y="127.142173288896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1100.2115176948519 127.142173288896)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="1100.2115176948519" y1="130.481926369816" x2="1100.2115176948519" y2="143.17298807731203" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_23_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1100.2115176948519" cy="143.840938693496" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1099.5435670786678" y="143.17298807731203" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1099.543567078668" y="137.16143253165603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1099.543567078668 137.16143253165603)"></text><text class="pin-number sch-pin-label" x="1100.2115176948519" y="127.142173288896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1100.2115176948519 127.142173288896)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component chip sch-component-body" x="1089.8582831439999" y="216.31358054945997" width="36.4033085820281" height="3.3397530809200475" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1089.8582831439999" y="216.31358054945997" width="36.4033085820281" height="3.3397530809200475" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1104.88717200814" y1="216.31358054945997" x2="1104.88717200814" y2="207.96419784715994" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_24_0__stack1"><rect x="1104.219221391956" y="207.29624723097595" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1104.219221391956" y="212.13888919830993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1104.219221391956 212.13888919830993)"></text><text class="pin-number sch-pin-label" x="1104.88717200814" y="219.65333363038002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1104.88717200814 219.65333363038002)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="1104.88717200814" y1="219.65333363038002" x2="1104.88717200814" y2="228.00271633268" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_24_1__stack1"><rect x="1104.219221391956" y="227.334765716496" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1104.219221391956" y="223.82802498153" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1104.219221391956 223.82802498153)"></text><text class="pin-number sch-pin-label" x="1104.88717200814" y="216.31358054945997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1104.88717200814 216.31358054945997)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component chip sch-component-body" x="1040.59692520043" y="198.77987687463002" width="15.028888864140072" height="8.349382702299977" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1040.59692520043" y="198.77987687463002" width="15.028888864140072" height="8.349382702299977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1040.59692520043" y1="202.95456822578" x2="1027.23791287675" y2="202.95456822578" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_25_0__stack1"><rect x="1026.569962260566" y="202.28661760959602" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1033.91741903859" y="202.28661760959602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.62581406457" y1="202.95456822578" x2="1068.98482638825" y2="202.95456822578" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_25_1__stack1"><rect x="1068.316875772066" y="202.28661760959602" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1062.30532022641" y="202.28661760959602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component chip sch-component-body" x="1040.59692520043" y="228.83765460291" width="15.028888864140072" height="8.349382702300034" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1040.59692520043" y="228.83765460291" width="15.028888864140072" height="8.349382702300034" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1040.59692520043" y1="233.01234595405998" x2="1027.23791287675" y2="233.01234595405998" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_26_0__stack1"><rect x="1026.569962260566" y="232.344395337876" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1033.91741903859" y="232.344395337876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.62581406457" y1="233.01234595405998" x2="1068.98482638825" y2="233.01234595405998" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_26_1__stack1"><rect x="1068.316875772066" y="232.344395337876" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1062.30532022641" y="232.344395337876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component chip sch-component-body" x="952.260456210096" y="296.46765449154" width="30.89271599850997" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="952.260456210096" y="296.46765449154" width="30.89271599850997" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="967.2893450742359" y1="296.46765449154" x2="967.2893450742359" y2="285.446469324504" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_27_0__stack1"><rect x="966.6213944580519" y="284.77851870832" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.621394458052" y="290.95706190802196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 966.621394458052 290.95706190802196)"></text><text class="pin-number sch-pin-label" x="967.2893450742359" y="299.80740757245997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 967.2893450742359 299.80740757245997)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="967.2893450742359" y1="299.80740757245997" x2="967.2893450742359" y2="310.16064212331196" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_27_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="967.2893450742359" cy="310.828592739496" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="966.6213944580519" y="310.160642123312" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.621394458052" y="305.318000155978" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 966.621394458052 305.318000155978)"></text><text class="pin-number sch-pin-label" x="967.2893450742359" y="296.46765449154" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 967.2893450742359 296.46765449154)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component chip sch-component-body" x="1011.708061050472" y="304.81703719383995" width="3.3397530809199907" height="10.019259242759972" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1011.708061050472" y="304.81703719383995" width="3.3397530809199907" height="10.019259242759972" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1023.397196833692" y1="304.81703719383995" x2="1023.397196833692" y2="291.45802487016" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_28_0__stack1"><rect x="1022.7292462175079" y="290.790074253976" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1022.729246217508" y="298.13753103199997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1022.729246217508 298.13753103199997)"></text><text class="pin-number sch-pin-label" x="1023.397196833692" y="308.15679027475994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1023.397196833692 308.15679027475994)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.731172141784" y1="314.8362964365999" x2="1023.731172141784" y2="328.19530876028" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_28_1__stack1"><rect x="1023.0632215255999" y="327.527358144096" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1023.0632215256" y="321.51580259843996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1023.0632215256 321.51580259843996)"></text><text class="pin-number sch-pin-label" x="1023.731172141784" y="311.49654335567993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1023.731172141784 311.49654335567993)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="1011.708061050472" y1="313.1664198961399" x2="999.350974651068" y2="313.1664198961399" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_28_2__stack1"><rect x="998.6830240348839" y="312.49846927995594" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1005.5295178507699" y="312.498469279956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="1015.047814131392" y="313.1664198961399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.731172141784" y1="314.8362964365999" x2="1023.731172141784" y2="327.52735814409596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_28_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1023.731172141784" cy="328.19530876028" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1023.0632215255999" y="327.527358144096" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1023.0632215256" y="321.51580259843996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1023.0632215256 321.51580259843996)"></text><text class="pin-number sch-pin-label" x="1023.731172141784" y="311.49654335567993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1023.731172141784 311.49654335567993)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.731172141784" y1="314.8362964365999" x2="1023.731172141784" y2="327.52735814409596" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_28_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1023.731172141784" cy="328.19530876028" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1023.0632215255999" y="327.527358144096" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1023.0632215256" y="321.51580259843996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1023.0632215256 321.51580259843996)"></text><text class="pin-number sch-pin-label" x="1023.731172141784" y="311.49654335567993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1023.731172141784 311.49654335567993)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component chip sch-component-body" x="1011.708061050472" y="366.268493882768" width="3.3397530809199907" height="10.019259242759972" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1011.708061050472" y="366.268493882768" width="3.3397530809199907" height="10.019259242759972" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1023.397196833692" y1="366.268493882768" x2="1023.397196833692" y2="352.909481559088" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="1022.7292462175079" y="352.24153094290403" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1022.729246217508" y="359.588987720928" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1022.729246217508 359.588987720928)"></text><text class="pin-number sch-pin-label" x="1023.397196833692" y="369.608246963688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1023.397196833692 369.608246963688)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.731172141784" y1="376.28775312552796" x2="1023.731172141784" y2="389.646765449208" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><rect x="1023.0632215255999" y="388.978814833024" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1023.0632215256" y="382.967259287368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1023.0632215256 382.967259287368)"></text><text class="pin-number sch-pin-label" x="1023.731172141784" y="372.94800004460797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1023.731172141784 372.94800004460797)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="1011.708061050472" y1="374.61787658506796" x2="999.350974651068" y2="374.61787658506796" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_29_2__stack1"><rect x="998.6830240348839" y="373.949925968884" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1005.5295178507699" y="373.94992596888403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="1015.047814131392" y="374.61787658506796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.731172141784" y1="376.28775312552796" x2="1023.731172141784" y2="388.978814833024" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_29_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1023.731172141784" cy="389.646765449208" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1023.0632215255999" y="388.978814833024" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1023.0632215256" y="382.967259287368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1023.0632215256 382.967259287368)"></text><text class="pin-number sch-pin-label" x="1023.731172141784" y="372.94800004460797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1023.731172141784 372.94800004460797)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.731172141784" y1="376.28775312552796" x2="1023.731172141784" y2="388.978814833024" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_29_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1023.731172141784" cy="389.646765449208" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="1023.0632215255999" y="388.978814833024" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1023.0632215256" y="382.967259287368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1023.0632215256 382.967259287368)"></text><text class="pin-number sch-pin-label" x="1023.731172141784" y="372.94800004460797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1023.731172141784 372.94800004460797)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component chip sch-component-body" x="1013.7119128990239" y="461.78543199707997" width="36.4033085820281" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1013.7119128990239" y="461.78543199707997" width="36.4033085820281" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1028.740801763164" y1="461.78543199707997" x2="1028.740801763164" y2="453.43604929478" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="1028.07285114698" y="452.768098678596" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1028.07285114698" y="457.61074064593" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1028.07285114698 457.61074064593)"></text><text class="pin-number sch-pin-label" x="1028.740801763164" y="465.12518507799996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1028.740801763164 465.12518507799996)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="1028.740801763164" y1="465.12518507799996" x2="1028.740801763164" y2="473.4745677803" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="1028.07285114698" y="472.806617164116" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1028.07285114698" y="469.29987642915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 1028.07285114698 469.29987642915)"></text><text class="pin-number sch-pin-label" x="1028.740801763164" y="461.78543199707997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 1028.740801763164 461.78543199707997)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component chip sch-component-body" x="965.4524808797299" y="444.25172832224996" width="15.028888864139958" height="8.349382702300034" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="965.4524808797299" y="444.25172832224996" width="15.028888864139958" height="8.349382702300034" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="965.4524808797299" y1="448.4264196734" x2="952.0934685560499" y2="448.4264196734" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><rect x="951.4255179398658" y="447.758469057216" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="958.7729747178898" y="447.75846905721596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="980.4813697438699" y1="448.4264196734" x2="993.8403820675499" y2="448.4264196734" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><rect x="993.1724314513658" y="447.758469057216" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.16087590571" y="447.75846905721596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component chip sch-component-body" x="965.4524808797299" y="474.30950605053" width="15.028888864139958" height="8.349382702299977" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="965.4524808797299" y="474.30950605053" width="15.028888864139958" height="8.349382702299977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="965.4524808797299" y1="478.48419740168" x2="952.0934685560499" y2="478.48419740168" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><rect x="951.4255179398658" y="477.816246785496" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="958.7729747178898" y="477.816246785496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="980.4813697438699" y1="478.48419740168" x2="993.8403820675499" y2="478.48419740168" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="993.1724314513658" y="477.816246785496" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.16087590571" y="477.816246785496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component chip sch-component-body" x="882.79359212696" y="546.94913556054" width="30.892715998509857" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="882.79359212696" y="546.94913556054" width="30.892715998509857" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="897.8224809911" y1="546.94913556054" x2="897.8224809911" y2="535.9279503935039" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_33_0__stack1"><rect x="897.1545303749159" y="535.2599997773199" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="897.154530374916" y="541.4385429770219" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 897.154530374916 541.4385429770219)"></text><text class="pin-number sch-pin-label" x="897.8224809911" y="550.28888864146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 897.8224809911 550.28888864146)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="897.8224809911" y1="550.28888864146" x2="897.8224809911" y2="560.6421231923119" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_33_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="897.8224809911" cy="561.310073808496" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="897.1545303749159" y="560.6421231923119" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="897.154530374916" y="555.799481224978" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 897.154530374916 555.799481224978)"></text><text class="pin-number sch-pin-label" x="897.8224809911" y="546.94913556054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 897.8224809911 546.94913556054)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component chip sch-component-body" x="942.9091475835199" y="558.6382713437599" width="3.3397530809201044" height="10.019259242760086" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="942.9091475835199" y="558.6382713437599" width="3.3397530809201044" height="10.019259242760086" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="954.5982833667399" y1="558.6382713437599" x2="954.5982833667399" y2="545.27925902008" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_34_0__stack1"><rect x="953.9303327505559" y="544.6113084038959" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="953.930332750556" y="551.95876518192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 953.930332750556 551.95876518192)"></text><text class="pin-number sch-pin-label" x="954.5982833667399" y="561.9780244246799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 954.5982833667399 561.9780244246799)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="954.9322586748319" y1="568.65753058652" x2="954.9322586748319" y2="582.0165429102" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_34_1__stack1"><rect x="954.2643080586479" y="581.3485922940159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.264308058648" y="575.33703674836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 954.264308058648 575.33703674836)"></text><text class="pin-number sch-pin-label" x="954.9322586748319" y="565.3177775056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 954.9322586748319 565.3177775056)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="942.9091475835199" y1="566.98765404606" x2="930.5520611841159" y2="566.98765404606" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_34_2__stack1"><rect x="929.8841105679319" y="566.319703429876" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="936.730604383818" y="566.319703429876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="946.24890066444" y="566.98765404606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="954.9322586748319" y1="568.65753058652" x2="954.9322586748319" y2="581.3485922940159" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_34_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="954.9322586748319" cy="582.0165429102" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="954.2643080586479" y="581.3485922940159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.264308058648" y="575.33703674836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 954.264308058648 575.33703674836)"></text><text class="pin-number sch-pin-label" x="954.9322586748319" y="565.3177775056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 954.9322586748319 565.3177775056)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="954.9322586748319" y1="568.65753058652" x2="954.9322586748319" y2="581.3485922940159" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_34_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="954.9322586748319" cy="582.0165429102" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="954.2643080586479" y="581.3485922940159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.264308058648" y="575.33703674836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 954.264308058648 575.33703674836)"></text><text class="pin-number sch-pin-label" x="954.9322586748319" y="565.3177775056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 954.9322586748319 565.3177775056)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component chip sch-component-body" x="942.9091475835199" y="620.42370334078" width="3.3397530809201044" height="10.019259242759972" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="942.9091475835199" y="620.42370334078" width="3.3397530809201044" height="10.019259242759972" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="954.5982833667399" y1="620.42370334078" x2="954.5982833667399" y2="607.0646910170999" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_35_0__stack1"><rect x="953.9303327505559" y="606.3967404009159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="953.930332750556" y="613.74419717894" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 953.930332750556 613.74419717894)"></text><text class="pin-number sch-pin-label" x="954.5982833667399" y="623.7634564217" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 954.5982833667399 623.7634564217)">drain</text><line class="component-pin sch-component-pin sch-port-line" x1="954.9322586748319" y1="630.44296258354" x2="954.9322586748319" y2="643.8019749072199" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_35_1__stack1"><rect x="954.2643080586479" y="643.1340242910359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.264308058648" y="637.1224687453799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 954.264308058648 637.1224687453799)"></text><text class="pin-number sch-pin-label" x="954.9322586748319" y="627.10320950262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 954.9322586748319 627.10320950262)">source</text><line class="component-pin sch-component-pin sch-port-line" x1="942.9091475835199" y1="628.77308604308" x2="930.5520611841159" y2="628.77308604308" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_35_2__stack1"><rect x="929.8841105679319" y="628.1051354268959" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="936.730604383818" y="628.1051354268959" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform=""></text><text class="pin-number sch-pin-label" x="946.24890066444" y="628.77308604308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="">gate</text><line class="component-pin sch-component-pin sch-port-line" x1="954.9322586748319" y1="630.44296258354" x2="954.9322586748319" y2="643.134024291036" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_35_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="954.9322586748319" cy="643.8019749072199" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="954.2643080586479" y="643.1340242910359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.264308058648" y="637.1224687453799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 954.264308058648 637.1224687453799)"></text><text class="pin-number sch-pin-label" x="954.9322586748319" y="627.10320950262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 954.9322586748319 627.10320950262)">pin2_internal_1</text><line class="component-pin sch-component-pin sch-port-line" x1="954.9322586748319" y1="630.44296258354" x2="954.9322586748319" y2="643.134024291036" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_35_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="954.9322586748319" cy="643.8019749072199" r="0.667950616184" stroke-width="0.667950616184px"/><rect x="954.2643080586479" y="643.1340242910359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.264308058648" y="637.1224687453799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 954.264308058648 637.1224687453799)"></text><text class="pin-number sch-pin-label" x="954.9322586748319" y="627.10320950262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 954.9322586748319 627.10320950262)">pin2_internal_2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_36__stack1"><rect class="component chip sch-component-body" x="944.5790241239799" y="715.6066661469999" width="36.40330858202799" height="3.3397530809199907" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="944.5790241239799" y="715.6066661469999" width="36.40330858202799" height="3.3397530809199907" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="959.60791298812" y1="715.6066661469999" x2="959.60791298812" y2="707.2572834447" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_36_0__stack1"><rect x="958.939962371936" y="706.5893328285159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="958.939962371936" y="711.43197479585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 958.939962371936 711.43197479585)"></text><text class="pin-number sch-pin-label" x="959.60791298812" y="718.9464192279199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 959.60791298812 718.9464192279199)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="959.60791298812" y1="718.9464192279199" x2="959.60791298812" y2="727.29580193022" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_36_1__stack1"><rect x="958.939962371936" y="726.627851314036" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="958.939962371936" y="723.12111057907" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="rotate(-90 958.939962371936 723.12111057907)"></text><text class="pin-number sch-pin-label" x="959.60791298812" y="715.6066661469999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.009629621379999px" transform="rotate(-90 959.60791298812 715.6066661469999)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_37__stack1"><rect class="component chip sch-component-body" x="896.9875427208699" y="698.0729624721699" width="15.028888864140072" height="8.349382702299977" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="896.9875427208699" y="698.0729624721699" width="15.028888864140072" height="8.349382702299977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="896.9875427208699" y1="702.24765382332" x2="883.6285303971899" y2="702.24765382332" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_37_0__stack1"><rect x="882.9605797810059" y="701.5797032071359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="890.3080365590299" y="701.5797032071359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="912.01643158501" y1="702.24765382332" x2="925.3754439086899" y2="702.24765382332" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_37_1__stack1"><rect x="924.7074932925059" y="701.5797032071359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="918.69593774685" y="701.5797032071359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_38__stack1"><rect class="component chip sch-component-body" x="896.9875427208699" y="728.13074020045" width="15.028888864140072" height="8.349382702299977" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="896.9875427208699" y="728.13074020045" width="15.028888864140072" height="8.349382702299977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="896.9875427208699" y1="732.3054315516" x2="883.6285303971899" y2="732.3054315516" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_38_0__stack1"><rect x="882.9605797810059" y="731.637480935416" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="890.3080365590299" y="731.637480935416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="912.01643158501" y1="732.3054315516" x2="925.3754439086899" y2="732.3054315516" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_38_1__stack1"><rect x="924.7074932925059" y="731.637480935416" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="918.69593774685" y="731.637480935416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_39__stack1"><rect class="component chip sch-component-body" x="1123.2558139532" y="578.67678982928" width="16.698765404599953" height="46.75654313287998" stroke-width="0.667950616184px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1123.2558139532" y="578.67678982928" width="16.698765404599953" height="46.75654313287998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1123.2558139532" y1="585.35629599112" x2="1109.8968016295198" y2="585.35629599112" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_0__stack1"><rect x="1109.2288510133358" y="584.6883453749359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1116.5763077913598" y="584.688345374936" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1123.2558139532" y1="592.03580215296" x2="1109.8968016295198" y2="592.03580215296" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_1__stack1"><rect x="1109.2288510133358" y="591.3678515367759" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1116.5763077913598" y="591.367851536776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="1123.2558139532" y1="598.7153083147999" x2="1109.8968016295198" y2="598.7153083147999" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_2__stack1"><rect x="1109.2288510133358" y="598.0473576986159" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1116.5763077913598" y="598.047357698616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="1123.2558139532" y1="605.39481447664" x2="1109.8968016295198" y2="605.39481447664" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_3__stack1"><rect x="1109.2288510133358" y="604.726863860456" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1116.5763077913598" y="604.726863860456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="1123.2558139532" y1="612.07432063848" x2="1109.8968016295198" y2="612.07432063848" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_4__stack1"><rect x="1109.2288510133358" y="611.406370022296" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1116.5763077913598" y="611.406370022296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="1123.2558139532" y1="618.75382680032" x2="1109.8968016295198" y2="618.75382680032" stroke-width="0.667950616184px"/><g class="sch-port" data-schematic-port-id="source_port_39_5__stack1"><rect x="1109.2288510133358" y="618.0858761841359" width="1.335901232368" height="1.335901232368" opacity="0"/></g><text class="pin-number sch-pin-number" x="1116.5763077913598" y="618.0858761841359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.009629621379999px" transform="">6</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="560.006456856042" cy="441.74691351156" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="560.006456856042" cy="461.78543199708" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="560.006456856042" cy="481.8239504826" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="560.006456856042" cy="515.2214812918" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="560.006456856042" cy="535.2599997773201" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="560.006456856042" cy="568.65753058652" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="560.006456856042" cy="588.6960490720401" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="560.006456856042" cy="391.65061729775994" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="560.006456856042" cy="431.7276542688" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="560.006456856042" cy="411.68913578328" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="560.006456856042" cy="421.70839502603997" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="560.006456856042" cy="401.66987654051997" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="667.880481369758" cy="422.5433332962699" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="667.880481369758" cy="723.1211105790699" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="560.006456856042" cy="338.21456800304" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="560.006456856042" cy="655.49111069044" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="560.006456856042" cy="675.52962917596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="560.006456856042" cy="695.56814766148" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="667.880481369758" cy="693.06333285079" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="667.880481369758" cy="706.4223451744699" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="667.880481369758" cy="663.0055551225099" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="667.880481369758" cy="676.3645674461899" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="667.880481369758" cy="632.9477773942299" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="667.880481369758" cy="646.3067897179099" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="667.880481369758" cy="602.8899996659499" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="667.880481369758" cy="616.2490119896298" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="667.880481369758" cy="589.5309873422699" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="667.880481369758" cy="569.4924688567498" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="667.880481369758" cy="516.0564195620298" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="667.880481369758" cy="556.1334565330698" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="667.880481369758" cy="536.0949380475498" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="667.880481369758" cy="546.1141972903098" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="667.880481369758" cy="492.6781479955898" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="667.880481369758" cy="502.6974072383498" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="667.880481369758" cy="482.6588887528298" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="667.880481369758" cy="462.6203702673098" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="560.006456856042" cy="722.2861723088399" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="560.006456856042" cy="742.32469079436" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="667.880481369758" cy="377.45666670385003" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="667.880481369758" cy="392.48555556799" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="560.006456856042" cy="378.29160497408" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="667.880481369758" cy="357.4181482183301" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="667.880481369758" cy="337.37962973281003" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="667.880481369758" cy="432.5625925390299" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="667.880481369758" cy="733.1403698218298" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="560.006456856042" cy="358.25308648856003" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="667.880481369758" cy="402.50481481074996" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="667.880481369758" cy="412.52407405350993" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="667.880481369758" cy="743.1596290645899" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="440.27630890506" cy="340.552395159684" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="440.27630890506" cy="365.93451857467596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="477.01359279518" cy="360.59091364520395" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="477.01359279518" cy="385.97303706019596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="503.73161744253997" cy="380.629432130724" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="503.73161744253997" cy="406.01155554571596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="693.4295924387959" cy="337.546617386856" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="721.4835183185239" cy="337.546617386856" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="693.4295924387959" cy="377.623654357896" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="721.4835183185239" cy="377.623654357896" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="720.81556770234" cy="426.71802464741995" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="740.8540861878599" cy="426.71802464741995" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="704.1168022977399" cy="453.43604929478" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="724.15532078326" cy="453.43604929478" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="780.9311231588999" cy="427.385975263604" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="780.9311231588999" cy="452.768098678596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="470.33408663333995" cy="653.82123414998" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="490.37260511885995" cy="653.82123414998" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="470.33408663333995" cy="677.1995057164199" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="490.37260511885995" cy="677.1995057164199" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="470.33408663333995" cy="700.57777728286" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="490.37260511885995" cy="700.57777728286" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="380.1607534484999" cy="734.643258708244" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="380.1607534484999" cy="760.025382123236" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="413.55828425769994" cy="734.643258708244" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="413.55828425769994" cy="760.025382123236" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="443.61606198597997" cy="734.643258708244" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="443.61606198597997" cy="760.025382123236" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="68.72877865270993" cy="695.56814766148" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="68.72877865270993" cy="702.24765382332" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_2__stack1"><circle cx="68.72877865270993" cy="708.92715998516" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_3__stack1"><circle cx="157.23223529708991" cy="708.92715998516" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_4__stack1"><circle cx="157.23223529708991" cy="702.24765382332" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_5__stack1"><circle cx="157.23223529708991" cy="695.56814766148" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="483.69309895701997" cy="737.983011789164" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="483.69309895701997" cy="763.365135204156" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="523.77013592806" cy="742.32469079436" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="543.8086544135799" cy="742.32469079436" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="730.8348269451" cy="611.0723947142039" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="730.8348269451" cy="636.454518129196" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="730.8348269451" cy="654.4891847661639" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="730.8348269451" cy="679.871308181156" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="730.8348269451" cy="701.2457278990439" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="730.8348269451" cy="726.627851314036" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="1044.7716165515799" cy="36.63486479596406" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="1044.7716165515799" cy="62.01698821095596" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="1099.87754238676" cy="45.98617342253999" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="1100.2115176948519" cy="82.72345731266" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_2__stack1"><circle cx="1075.8313202041359" cy="67.69456844851999" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_3__stack1"><circle cx="1100.2115176948519" cy="82.72345731266" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_4__stack1"><circle cx="1100.2115176948519" cy="82.72345731266" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="1099.87754238676" cy="107.10365480337595" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="1100.2115176948519" cy="143.840938693496" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_2__stack1"><circle cx="1075.8313202041359" cy="128.812049829356" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_3__stack1"><circle cx="1100.2115176948519" cy="143.840938693496" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_4__stack1"><circle cx="1100.2115176948519" cy="143.840938693496" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="1104.88717200814" cy="207.96419784715994" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="1104.88717200814" cy="228.00271633268" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="1027.23791287675" cy="202.95456822578" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="1068.98482638825" cy="202.95456822578" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="1027.23791287675" cy="233.01234595405998" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="1068.98482638825" cy="233.01234595405998" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="967.2893450742359" cy="285.446469324504" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="967.2893450742359" cy="310.828592739496" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="1023.397196833692" cy="291.45802487016" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="1023.731172141784" cy="328.19530876028" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_2__stack1"><circle cx="999.350974651068" cy="313.1664198961399" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_3__stack1"><circle cx="1023.731172141784" cy="328.19530876028" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_4__stack1"><circle cx="1023.731172141784" cy="328.19530876028" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="1023.397196833692" cy="352.909481559088" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="1023.731172141784" cy="389.646765449208" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_2__stack1"><circle cx="999.350974651068" cy="374.61787658506796" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_3__stack1"><circle cx="1023.731172141784" cy="389.646765449208" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_4__stack1"><circle cx="1023.731172141784" cy="389.646765449208" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="1028.740801763164" cy="453.43604929478" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="1028.740801763164" cy="473.4745677803" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="952.0934685560499" cy="448.4264196734" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="993.8403820675499" cy="448.4264196734" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="952.0934685560499" cy="478.48419740168" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="993.8403820675499" cy="478.48419740168" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="897.8224809911" cy="535.9279503935039" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="897.8224809911" cy="561.310073808496" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="954.5982833667399" cy="545.27925902008" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="954.9322586748319" cy="582.0165429102" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_2__stack1"><circle cx="930.5520611841159" cy="566.98765404606" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_3__stack1"><circle cx="954.9322586748319" cy="582.0165429102" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_4__stack1"><circle cx="954.9322586748319" cy="582.0165429102" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="954.5982833667399" cy="607.0646910170999" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="954.9322586748319" cy="643.8019749072199" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_2__stack1"><circle cx="930.5520611841159" cy="628.77308604308" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_3__stack1"><circle cx="954.9322586748319" cy="643.8019749072199" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_4__stack1"><circle cx="954.9322586748319" cy="643.8019749072199" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_0__stack1"><circle cx="959.60791298812" cy="707.2572834447" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_1__stack1"><circle cx="959.60791298812" cy="727.29580193022" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_0__stack1"><circle cx="883.6285303971899" cy="702.24765382332" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_1__stack1"><circle cx="925.3754439086899" cy="702.24765382332" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_0__stack1"><circle cx="883.6285303971899" cy="732.3054315516" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_1__stack1"><circle cx="925.3754439086899" cy="732.3054315516" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_0__stack1"><circle cx="1109.8968016295198" cy="585.35629599112" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_1__stack1"><circle cx="1109.8968016295198" cy="592.03580215296" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_2__stack1"><circle cx="1109.8968016295198" cy="598.7153083147999" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_3__stack1"><circle cx="1109.8968016295198" cy="605.39481447664" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_4__stack1"><circle cx="1109.8968016295198" cy="612.07432063848" r="1.335901232368" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_5__stack1"><circle cx="1109.8968016295198" cy="618.75382680032" r="1.335901232368" 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="
|
|
469
|
+
M 684.245271466266,743.1596290645899
|
|
470
|
+
L 687.585024547186,744.9630957282867
|
|
471
|
+
L 687.585024547186,756.4162222937883
|
|
472
|
+
L 680.905518385346,756.4162222937883
|
|
473
|
+
L 680.905518385346,744.9630957282867
|
|
474
474
|
Z
|
|
475
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="
|
|
476
|
-
M
|
|
477
|
-
L
|
|
478
|
-
L
|
|
479
|
-
L
|
|
480
|
-
L
|
|
475
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="684.245271466266" y="746.1654068374179" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 684.245271466266 746.1654068374179)">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="
|
|
476
|
+
M 503.73161744253997,412.69106170755595
|
|
477
|
+
L 507.07137052345996,414.4945283712527
|
|
478
|
+
L 507.07137052345996,425.9476549367544
|
|
479
|
+
L 500.39186436162,425.9476549367544
|
|
480
|
+
L 500.39186436162,414.4945283712527
|
|
481
481
|
Z
|
|
482
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="
|
|
483
|
-
M
|
|
484
|
-
L
|
|
485
|
-
L
|
|
486
|
-
L
|
|
487
|
-
L
|
|
482
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="503.73161744253997" y="415.69683948038397" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 503.73161744253997 415.69683948038397)">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="
|
|
483
|
+
M 483.69309895701997,770.044641365996
|
|
484
|
+
L 487.03285203793996,771.8481080296928
|
|
485
|
+
L 487.03285203793996,783.3012345951944
|
|
486
|
+
L 480.3533458761,783.3012345951944
|
|
487
|
+
L 480.3533458761,771.8481080296928
|
|
488
488
|
Z
|
|
489
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="
|
|
490
|
-
M
|
|
491
|
-
L
|
|
492
|
-
L
|
|
493
|
-
L
|
|
494
|
-
L
|
|
489
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="483.69309895701997" y="773.0504191388239" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 483.69309895701997 773.0504191388239)">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="
|
|
490
|
+
M 780.9311231588999,452.768098678596
|
|
491
|
+
L 784.2708762398199,454.5715653422928
|
|
492
|
+
L 784.2708762398199,466.0246919077945
|
|
493
|
+
L 777.59137007798,466.0246919077945
|
|
494
|
+
L 777.59137007798,454.5715653422928
|
|
495
495
|
Z
|
|
496
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="
|
|
497
|
-
M
|
|
498
|
-
L
|
|
499
|
-
L
|
|
500
|
-
L
|
|
501
|
-
L
|
|
496
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="780.9311231588999" y="455.77387645142403" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 780.9311231588999 455.77387645142403)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
497
|
+
M 1044.7716165515799,62.01698821095596
|
|
498
|
+
L 1048.1113696324999,63.82045487465276
|
|
499
|
+
L 1048.1113696324999,75.27358144015442
|
|
500
|
+
L 1041.43186347066,75.27358144015442
|
|
501
|
+
L 1041.43186347066,63.82045487465276
|
|
502
502
|
Z
|
|
503
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="
|
|
504
|
-
M
|
|
505
|
-
L
|
|
506
|
-
L
|
|
507
|
-
L
|
|
508
|
-
L
|
|
503
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="1044.7716165515799" y="65.02276598378396" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 1044.7716165515799 65.02276598378396)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
504
|
+
M 1104.88717200814,233.01234595405998
|
|
505
|
+
L 1108.22692508906,234.8158126177568
|
|
506
|
+
L 1108.22692508906,246.26893918325842
|
|
507
|
+
L 1101.54741892722,246.26893918325842
|
|
508
|
+
L 1101.54741892722,234.8158126177568
|
|
509
509
|
Z
|
|
510
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="
|
|
511
|
-
M
|
|
512
|
-
L
|
|
513
|
-
L
|
|
514
|
-
L
|
|
515
|
-
L
|
|
510
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="1104.88717200814" y="236.01812372688798" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 1104.88717200814 236.01812372688798)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
511
|
+
M 967.2893450742359,310.828592739496
|
|
512
|
+
L 970.6290981551559,312.6320594031928
|
|
513
|
+
L 970.6290981551559,324.0851859686945
|
|
514
|
+
L 963.949591993316,324.0851859686945
|
|
515
|
+
L 963.949591993316,312.6320594031928
|
|
516
516
|
Z
|
|
517
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="
|
|
518
|
-
M
|
|
519
|
-
L
|
|
520
|
-
L
|
|
521
|
-
L
|
|
522
|
-
L
|
|
517
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="967.2893450742359" y="313.834370512324" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 967.2893450742359 313.834370512324)">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="
|
|
518
|
+
M 1028.740801763164,478.48419740168
|
|
519
|
+
L 1032.080554844084,480.28766406537676
|
|
520
|
+
L 1032.080554844084,491.74079063087845
|
|
521
|
+
L 1025.401048682244,491.74079063087845
|
|
522
|
+
L 1025.401048682244,480.28766406537676
|
|
523
523
|
Z
|
|
524
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="
|
|
525
|
-
M
|
|
526
|
-
L
|
|
527
|
-
L
|
|
528
|
-
L
|
|
529
|
-
L
|
|
524
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="1028.740801763164" y="481.489975174508" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 1028.740801763164 481.489975174508)">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="
|
|
525
|
+
M 897.8224809911,561.310073808496
|
|
526
|
+
L 901.1622340720199,563.1135404721928
|
|
527
|
+
L 901.1622340720199,574.5666670376944
|
|
528
|
+
L 894.48272791018,574.5666670376944
|
|
529
|
+
L 894.48272791018,563.1135404721928
|
|
530
530
|
Z
|
|
531
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="
|
|
532
|
-
M
|
|
533
|
-
L
|
|
534
|
-
L
|
|
535
|
-
L
|
|
536
|
-
L
|
|
531
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><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="897.8224809911" y="564.315851581324" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 897.8224809911 564.315851581324)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
532
|
+
M 959.60791298812,732.3054315516
|
|
533
|
+
L 962.94766606904,734.1088982152968
|
|
534
|
+
L 962.94766606904,745.5620247807984
|
|
535
|
+
L 956.2681599072,745.5620247807984
|
|
536
|
+
L 956.2681599072,734.1088982152968
|
|
537
537
|
Z
|
|
538
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="
|
|
539
|
-
M
|
|
540
|
-
L
|
|
541
|
-
L
|
|
542
|
-
L
|
|
543
|
-
L
|
|
538
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="959.60791298812" y="735.311209324428" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 959.60791298812 735.311209324428)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
539
|
+
M 542.5979939217465,655.49111069044
|
|
540
|
+
L 539.2582408408265,653.6876440267432
|
|
541
|
+
L 539.2582408408265,642.2345174612416
|
|
542
|
+
L 545.9377470026665,642.2345174612416
|
|
543
|
+
L 545.9377470026665,653.6876440267432
|
|
544
544
|
Z
|
|
545
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="
|
|
546
|
-
M
|
|
547
|
-
L
|
|
548
|
-
L
|
|
549
|
-
L
|
|
550
|
-
L
|
|
545
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="542.5979939217465" y="652.485332917612" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 542.5979939217465 652.485332917612)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
546
|
+
M 542.5979939217465,675.52962917596
|
|
547
|
+
L 539.2582408408265,673.7261625122633
|
|
548
|
+
L 539.2582408408265,662.2730359467616
|
|
549
|
+
L 545.9377470026665,662.2730359467616
|
|
550
|
+
L 545.9377470026665,673.7261625122633
|
|
551
551
|
Z
|
|
552
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="
|
|
553
|
-
M
|
|
554
|
-
L
|
|
555
|
-
L
|
|
556
|
-
L
|
|
557
|
-
L
|
|
552
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="542.5979939217465" y="672.5238514031321" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 542.5979939217465 672.5238514031321)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
|
|
553
|
+
M 542.5979939217465,695.56814766148
|
|
554
|
+
L 539.2582408408265,693.7646809977832
|
|
555
|
+
L 539.2582408408265,682.3115544322816
|
|
556
|
+
L 545.9377470026665,682.3115544322816
|
|
557
|
+
L 545.9377470026665,693.7646809977832
|
|
558
558
|
Z
|
|
559
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="
|
|
560
|
-
M
|
|
561
|
-
L
|
|
562
|
-
L
|
|
563
|
-
L
|
|
564
|
-
L
|
|
559
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="542.5979939217465" y="692.562369888652" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 542.5979939217465 692.562369888652)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
|
|
560
|
+
M 521.849777906531,722.2861723088399
|
|
561
|
+
L 518.510024825611,720.4827056451431
|
|
562
|
+
L 518.510024825611,709.0295790796415
|
|
563
|
+
L 525.189530987451,709.0295790796415
|
|
564
|
+
L 525.189530987451,720.4827056451431
|
|
565
565
|
Z
|
|
566
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="
|
|
567
|
-
M
|
|
568
|
-
L
|
|
569
|
-
L
|
|
570
|
-
L
|
|
571
|
-
L
|
|
566
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="521.849777906531" y="719.280394536012" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 521.849777906531 719.280394536012)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
|
|
567
|
+
M 680.6550369042769,377.45666670385003
|
|
568
|
+
L 677.3152838233569,375.65320004015325
|
|
569
|
+
L 677.3152838233569,364.20007347465156
|
|
570
|
+
L 683.9947899851969,364.20007347465156
|
|
571
|
+
L 683.9947899851969,375.65320004015325
|
|
572
572
|
Z
|
|
573
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="
|
|
574
|
-
M
|
|
575
|
-
L
|
|
576
|
-
L
|
|
577
|
-
L
|
|
578
|
-
L
|
|
573
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="680.6550369042769" y="374.450888931022" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 680.6550369042769 374.450888931022)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
|
|
574
|
+
M 698.0217529250609,392.48555556799
|
|
575
|
+
L 701.3615060059809,394.2890222316868
|
|
576
|
+
L 701.3615060059809,405.74214879718846
|
|
577
|
+
L 694.6819998441409,405.74214879718846
|
|
578
|
+
L 694.6819998441409,394.2890222316868
|
|
579
579
|
Z
|
|
580
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="
|
|
581
|
-
M
|
|
582
|
-
L
|
|
583
|
-
L
|
|
584
|
-
L
|
|
585
|
-
L
|
|
580
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="698.0217529250609" y="395.491333340818" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 698.0217529250609 395.491333340818)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
|
|
581
|
+
M 503.73161744253997,378.29160497408
|
|
582
|
+
L 500.39186436162,376.4881383103832
|
|
583
|
+
L 500.39186436162,365.0350117448815
|
|
584
|
+
L 507.07137052345996,365.0350117448815
|
|
585
|
+
L 507.07137052345996,376.4881383103832
|
|
586
586
|
Z
|
|
587
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="
|
|
588
|
-
M
|
|
589
|
-
L
|
|
590
|
-
L
|
|
591
|
-
L
|
|
592
|
-
L
|
|
587
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="503.73161744253997" y="375.28582720125195" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 503.73161744253997 375.28582720125195)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
|
|
588
|
+
M 752.5766195018891,451.73277522351077
|
|
589
|
+
L 749.2368664209691,449.929308559814
|
|
590
|
+
L 749.2368664209691,438.4761819943123
|
|
591
|
+
L 755.9163725828091,438.4761819943123
|
|
592
|
+
L 755.9163725828091,449.929308559814
|
|
593
593
|
Z
|
|
594
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="
|
|
595
|
-
M
|
|
596
|
-
L
|
|
597
|
-
L
|
|
598
|
-
L
|
|
599
|
-
L
|
|
594
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="752.5766195018891" y="448.72699745068275" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 752.5766195018891 448.72699745068275)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
|
|
595
|
+
M 512.0476026140308,740.6214167230908
|
|
596
|
+
L 508.7078495331108,738.817950059394
|
|
597
|
+
L 508.7078495331108,727.3648234938923
|
|
598
|
+
L 515.3873556949508,727.3648234938923
|
|
599
|
+
L 515.3873556949508,738.817950059394
|
|
600
600
|
Z
|
|
601
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="
|
|
602
|
-
M
|
|
603
|
-
L
|
|
604
|
-
L
|
|
605
|
-
L
|
|
606
|
-
L
|
|
601
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="512.0476026140308" y="737.6156389502628" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 512.0476026140308 737.6156389502628)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
|
|
602
|
+
M 1099.87754238676,29.95535863412408
|
|
603
|
+
L 1096.53778930584,28.151891970427283
|
|
604
|
+
L 1096.53778930584,16.69876540492563
|
|
605
|
+
L 1103.21729546768,16.69876540492563
|
|
606
|
+
L 1103.21729546768,28.151891970427283
|
|
607
607
|
Z
|
|
608
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="
|
|
609
|
-
M
|
|
610
|
-
L
|
|
611
|
-
L
|
|
612
|
-
L
|
|
613
|
-
L
|
|
608
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="1099.87754238676" y="26.94958086129608" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 1099.87754238676 26.94958086129608)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
|
|
609
|
+
M 1023.397196833692,278.766963162664
|
|
610
|
+
L 1020.057443752772,276.96349649896723
|
|
611
|
+
L 1020.057443752772,265.51036993346554
|
|
612
|
+
L 1026.736949914612,265.51036993346554
|
|
613
|
+
L 1026.736949914612,276.96349649896723
|
|
614
614
|
Z
|
|
615
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="
|
|
616
|
-
M
|
|
617
|
-
L
|
|
618
|
-
L
|
|
619
|
-
L
|
|
620
|
-
L
|
|
615
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="1023.397196833692" y="275.761185389836" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 1023.397196833692 275.761185389836)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
|
|
616
|
+
M 954.5982833667399,529.248444231664
|
|
617
|
+
L 951.2585302858199,527.4449775679673
|
|
618
|
+
L 951.2585302858199,515.9918510024656
|
|
619
|
+
L 957.9380364476599,515.9918510024656
|
|
620
|
+
L 957.9380364476599,527.4449775679673
|
|
621
621
|
Z
|
|
622
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="
|
|
623
|
-
M
|
|
624
|
-
L
|
|
625
|
-
L
|
|
626
|
-
L
|
|
627
|
-
L
|
|
622
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="954.5982833667399" y="526.2426664588361" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 954.5982833667399 526.2426664588361)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
|
|
623
|
+
M 728.1630244803639,357.4181482183301
|
|
624
|
+
L 731.5027775612839,359.22161488202687
|
|
625
|
+
L 731.5027775612839,370.67474144752856
|
|
626
|
+
L 724.8232713994439,370.67474144752856
|
|
627
|
+
L 724.8232713994439,359.22161488202687
|
|
628
628
|
Z
|
|
629
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="
|
|
630
|
-
M
|
|
631
|
-
L
|
|
632
|
-
L
|
|
633
|
-
L
|
|
634
|
-
L
|
|
629
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="728.1630244803639" y="360.4239259911581" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 728.1630244803639 360.4239259911581)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
|
|
630
|
+
M 680.6550369042769,337.37962973281003
|
|
631
|
+
L 677.3152838233569,335.57616306911325
|
|
632
|
+
L 677.3152838233569,324.12303650361156
|
|
633
|
+
L 683.9947899851969,324.12303650361156
|
|
634
|
+
L 683.9947899851969,335.57616306911325
|
|
635
635
|
Z
|
|
636
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="
|
|
637
|
-
M
|
|
638
|
-
L
|
|
639
|
-
L
|
|
640
|
-
L
|
|
641
|
-
L
|
|
636
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="680.6550369042769" y="334.373851959982" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 680.6550369042769 334.373851959982)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
|
|
637
|
+
M 676.9395616017534,432.5625925390299
|
|
638
|
+
L 680.2793146826734,434.36605920272666
|
|
639
|
+
L 680.2793146826734,445.81918576822835
|
|
640
|
+
L 673.5998085208334,445.81918576822835
|
|
641
|
+
L 673.5998085208334,434.36605920272666
|
|
642
642
|
Z
|
|
643
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="
|
|
644
|
-
M
|
|
645
|
-
L
|
|
646
|
-
L
|
|
647
|
-
L
|
|
648
|
-
L
|
|
643
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="676.9395616017534" y="435.5683703118579" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(90 676.9395616017534 435.5683703118579)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
|
|
644
|
+
M 780.9311231588999,412.52407405350993
|
|
645
|
+
L 777.59137007798,410.72060738981315
|
|
646
|
+
L 777.59137007798,399.26748082431146
|
|
647
|
+
L 784.2708762398199,399.26748082431146
|
|
648
|
+
L 784.2708762398199,410.72060738981315
|
|
649
649
|
Z
|
|
650
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="
|
|
651
|
-
M
|
|
652
|
-
L
|
|
653
|
-
L
|
|
654
|
-
L
|
|
655
|
-
L
|
|
650
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="780.9311231588999" y="409.5182962806819" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 780.9311231588999 409.5182962806819)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
|
|
651
|
+
M 188.6593117885471,694.900197045296
|
|
652
|
+
L 185.3195587076271,693.0967303815992
|
|
653
|
+
L 185.3195587076271,681.6436038160975
|
|
654
|
+
L 191.99906486946708,681.6436038160975
|
|
655
|
+
L 191.99906486946708,693.0967303815992
|
|
656
656
|
Z
|
|
657
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="168.9547686110471" y="691.894419272468" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 168.9547686110471 691.894419272468)">XX</text><text class="sch-text" x="581.7148518819499" y="761.695258663696" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.01155554565599px" transform="rotate(0, 581.7148518819499, 761.695258663696)">DRV83053QPHPQ1</text><text class="sch-text" x="557.668629699326" y="319.344963095842" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 557.668629699326, 319.344963095842)">U1</text><text class="sch-text" x="86.42946998151388" y="744.9964932590959" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.01155554565599px" transform="rotate(0, 86.42946998151388, 744.9964932590959)">BAT54CDW-7-F</text><text class="sch-text" x="66.39095149599393" y="659.999777349682" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 66.39095149599393, 659.999777349682)">D4</text><text class="sch-text" x="1026.903937568586" y="194.939160831572" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1026.903937568586, 194.939160831572)">NT1</text><text class="sch-text" x="1026.903937568586" y="224.99693855985203" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1026.903937568586, 224.99693855985203)">NT2</text><text class="sch-text" x="951.759493247886" y="440.41101227919194" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 951.759493247886, 440.41101227919194)">NT3</text><text class="sch-text" x="951.759493247886" y="470.46879000747197" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 951.759493247886, 470.46879000747197)">NT4</text><text class="sch-text" x="883.2945550890258" y="694.2322464291119" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 883.2945550890258, 694.2322464291119)">NT5</text><text class="sch-text" x="883.2945550890258" y="724.2900241573919" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 883.2945550890258, 724.2900241573919)">NT6</text><text class="sch-text" x="1117.5782337155638" y="629.775011967356" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.01155554565599px" transform="rotate(0, 1117.5782337155638, 629.775011967356)">1729160</text><text class="sch-text" x="1107.558974472804" y="574.836073786222" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1107.558974472804, 574.836073786222)">J5</text><text class="sch-text" x="480.43683970305096" y="334.54083961402796" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 480.43683970305096, 334.54083961402796)">XXXX</text><text class="sch-text" x="498.80548164811097" y="354.579358099548" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 498.80548164811097, 354.579358099548)">XXXX</text><text class="sch-text" x="526.274950738678" y="438.073185122548" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 526.274950738678, 438.073185122548)">XXXXXXX</text><text class="sch-text" x="530.282654435782" y="458.111703608068" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 530.282654435782, 458.111703608068)">XX</text><text class="sch-text" x="530.282654435782" y="478.150222093588" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 530.282654435782, 478.150222093588)">XX</text><text class="sch-text" x="530.282654435782" y="511.54775290278803" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 530.282654435782, 511.54775290278803)">XX</text><text class="sch-text" x="530.282654435782" y="531.5862713883081" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 530.282654435782, 531.5862713883081)">XX</text><text class="sch-text" x="530.282654435782" y="564.983802197508" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 530.282654435782, 564.983802197508)">XX</text><text class="sch-text" x="530.282654435782" y="585.022320683028" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 530.282654435782, 585.022320683028)">XX</text><text class="sch-text" x="527.6108519710459" y="387.9768889087479" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 527.6108519710459, 387.9768889087479)">XXXXXX</text><text class="sch-text" x="530.282654435782" y="428.05392587978804" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 530.282654435782, 428.05392587978804)">XXX</text><text class="sch-text" x="530.282654435782" y="408.015407394268" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 530.282654435782, 408.015407394268)">XXXX</text><text class="sch-text" x="530.282654435782" y="418.034666637028" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 530.282654435782, 418.034666637028)">XXX</text><text class="sch-text" x="527.6108519710459" y="397.99614815150795" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 527.6108519710459, 397.99614815150795)">XXXXXX</text><text class="sch-text" x="661.4097097754035" y="418.8696049072579" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 661.4097097754035, 418.8696049072579)">XXXXX</text><text class="sch-text" x="480.43683970305096" y="334.54083961402796" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 480.43683970305096, 334.54083961402796)">XXXX</text><text class="sch-text" x="679.6531109799289" y="689.3896044617779" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 679.6531109799289, 689.3896044617779)">XXXX</text><text class="sch-text" x="853.90472797693" y="698.573925434308" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 853.90472797693, 698.573925434308)">XXXX</text><text class="sch-text" x="695.3916973737645" y="729.633629086864" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 695.3916973737645, 729.633629086864)">XXXX</text><text class="sch-text" x="853.90472797693" y="728.631703162588" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 853.90472797693, 728.631703162588)">XXXX</text><text class="sch-text" x="695.3916973737645" y="644.1359502153119" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 695.3916973737645, 644.1359502153119)">XXXX</text><text class="sch-text" x="922.3696661357899" y="444.752691284388" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 922.3696661357899, 444.752691284388)">XXXX</text><text class="sch-text" x="695.3916973737645" y="682.877085953984" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 695.3916973737645, 682.877085953984)">XXXX</text><text class="sch-text" x="922.3696661357899" y="474.81046901266797" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 922.3696661357899, 474.81046901266797)">XXXX</text><text class="sch-text" x="695.3916973737645" y="600.719160163352" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 695.3916973737645, 600.719160163352)">XXXX</text><text class="sch-text" x="997.5141104564899" y="199.280839836768" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 997.5141104564899, 199.280839836768)">XXXX</text><text class="sch-text" x="679.6531109799289" y="642.6330613288978" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 679.6531109799289, 642.6330613288978)">XXXX</text><text class="sch-text" x="997.5141104564899" y="229.33861756504803" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 997.5141104564899, 229.33861756504803)">XXXX</text><text class="sch-text" x="931.5539871083199" y="672.18987609504" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 931.5539871083199, 672.18987609504)">XXXX</text><text class="sch-text" x="658.1951974350179" y="612.5752836006179" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 658.1951974350179, 612.5752836006179)">XXXX</text><text class="sch-text" x="931.5539871083199" y="594.54061696365" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 931.5539871083199, 594.54061696365)">XXXXX</text><text class="sch-text" x="659.531098667386" y="585.8572589532579" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 659.531098667386, 585.8572589532579)">XXXXX</text><text class="sch-text" x="1078.837097976892" y="581.682567602108" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1078.837097976892, 581.682567602108)">XXXXX</text><text class="sch-text" x="1078.837097976892" y="595.041579925788" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1078.837097976892, 595.041579925788)">XXXXX</text><text class="sch-text" x="1000.352900575272" y="340.55239515968395" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 1000.352900575272, 340.55239515968395)">XXXXX</text><text class="sch-text" x="659.531098667386" y="552.4597281440579" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 659.531098667386, 552.4597281440579)">XXXXX</text><text class="sch-text" x="1078.837097976892" y="588.3620737639479" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1078.837097976892, 588.3620737639479)">XXXXX</text><text class="sch-text" x="1078.837097976892" y="608.400592249468" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1078.837097976892, 608.400592249468)">XXXXX</text><text class="sch-text" x="1000.352900575272" y="418.201654291074" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 1000.352900575272, 418.201654291074)">XXXX</text><text class="sch-text" x="658.1951974350179" y="532.4212096585378" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 658.1951974350179, 532.4212096585378)">XXXX</text><text class="sch-text" x="1076.8332461283399" y="172.56281518940796" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 1076.8332461283399, 172.56281518940796)">XXXX</text><text class="sch-text" x="658.1951974350179" y="499.0236788493378" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 658.1951974350179, 499.0236788493378)">XXXX</text><text class="sch-text" x="1076.499270820248" y="94.91355605801795" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 1076.499270820248, 94.91355605801795)">XXXXX</text><text class="sch-text" x="659.531098667386" y="478.98516036381784" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 659.531098667386, 478.98516036381784)">XXXXX</text><text class="sch-text" x="1078.837097976892" y="601.721086087628" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1078.837097976892, 601.721086087628)">XXXXX</text><text class="sch-text" x="1078.837097976892" y="615.080098411308" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1078.837097976892, 615.080098411308)">XXXXX</text><text class="sch-text" x="405.5428768634199" y="650.147505760968" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 405.5428768634199, 650.147505760968)">XXXXXX</text><text class="sch-text" x="36.333173767714015" y="698.573925434308" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 36.333173767714015, 698.573925434308)">XXXXXX</text><text class="sch-text" x="390.1800126911879" y="705.921382212332" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 390.1800126911879, 705.921382212332)">XXXXXX</text><text class="sch-text" x="36.333173767714015" y="691.894419272468" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 36.333173767714015, 691.894419272468)">XXXXXX</text><text class="sch-text" x="420.23779041946796" y="717.610517995552" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 420.23779041946796, 717.610517995552)">XXXXXX</text><text class="sch-text" x="150.2187538270859" y="698.573925434308" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 150.2187538270859, 698.573925434308)">XXXXXX</text><text class="sch-text" x="658.1951974350179" y="599.2162712769378" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 658.1951974350179, 599.2162712769378)">XXXX</text><text class="sch-text" x="900.828258763856" y="625.099357654068" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 900.828258763856, 625.099357654068)">XXXX</text><text class="sch-text" x="658.1951974350179" y="565.8187404677378" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 658.1951974350179, 565.8187404677378)">XXXX</text><text class="sch-text" x="900.828258763856" y="563.313925657048" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 900.828258763856, 563.313925657048)">XXXX</text><text class="sch-text" x="658.1951974350179" y="512.3826911730179" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 658.1951974350179, 512.3826911730179)">XXXX</text><text class="sch-text" x="969.627172230808" y="316.84014828515194" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 969.627172230808, 316.84014828515194)">XXXX</text><text class="sch-text" x="658.1951974350179" y="542.4404689012978" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 658.1951974350179, 542.4404689012978)">XXXX</text><text class="sch-text" x="969.627172230808" y="370.94414819605595" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 969.627172230808, 370.94414819605595)">XXXX</text><text class="sch-text" x="658.1951974350179" y="489.0044196065778" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 658.1951974350179, 489.0044196065778)">XXXX</text><text class="sch-text" x="1046.107517783876" y="125.13832144034399" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1046.107517783876, 125.13832144034399)">XXXX</text><text class="sch-text" x="658.1951974350179" y="458.94664187829784" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 658.1951974350179, 458.94664187829784)">XXXX</text><text class="sch-text" x="1046.107517783876" y="64.02084005950798" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1046.107517783876, 64.02084005950798)">XXXX</text><text class="sch-text" x="498.80548164811097" y="354.579358099548" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 498.80548164811097, 354.579358099548)">XXXX</text><text class="sch-text" x="658.1951974350179" y="398.83108642173795" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 658.1951974350179, 398.83108642173795)">XXXX</text><text class="sch-text" x="733.840604717856" y="423.044296258408" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 733.840604717856, 423.044296258408)">XXXXXX</text><rect class="schematic-box sch-box" x="553.6609260022219" y="758.689480890868" width="56.107851759456025" height="6.011555545655938" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="551.6570741536699" y="315.170271744692" width="12.02311109131199" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="62.3832477988899" y="741.990715486268" width="48.092444365248014" height="6.011555545656051" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="60.379395950337994" y="655.825085998532" width="12.02311109131199" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="1018.8885301743779" y="190.764469480422" width="16.030814788416023" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="1018.8885301743779" y="220.82224720870198" width="16.030814788416023" height="8.349382702300034" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="943.7440858536779" y="436.236320928042" width="16.030814788416023" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="943.7440858536779" y="466.294098656322" width="16.030814788416023" height="8.349382702300034" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="875.279147694818" y="690.057555077962" width="16.03081478841591" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="875.279147694818" y="720.115332806242" width="16.03081478841591" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="1103.5512707757" y="626.7692341945279" width="28.053925879727785" height="6.011555545656051" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="1101.547418927148" y="570.661382435072" width="12.023111091311875" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/>
|
|
657
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.667950616184px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="188.6593117885471" y="691.894419272468" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.011555545656px" transform="rotate(-90 188.6593117885471 691.894419272468)">XX</text><text class="sch-text" x="601.4193950594499" y="761.695258663696" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.01155554565599px" transform="rotate(0, 601.4193950594499, 761.695258663696)">DRV83053QPHPQ1</text><text class="sch-text" x="577.373172876826" y="319.344963095842" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 577.373172876826, 319.344963095842)">U1</text><text class="sch-text" x="106.13401315901388" y="744.9964932590959" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.01155554565599px" transform="rotate(0, 106.13401315901388, 744.9964932590959)">BAT54CDW-7-F</text><text class="sch-text" x="86.09549467349393" y="659.999777349682" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 86.09549467349393, 659.999777349682)">D4</text><text class="sch-text" x="1046.608480746086" y="194.939160831572" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1046.608480746086, 194.939160831572)">NT1</text><text class="sch-text" x="1046.608480746086" y="224.99693855985203" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1046.608480746086, 224.99693855985203)">NT2</text><text class="sch-text" x="971.464036425386" y="440.41101227919194" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 971.464036425386, 440.41101227919194)">NT3</text><text class="sch-text" x="971.464036425386" y="470.46879000747197" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 971.464036425386, 470.46879000747197)">NT4</text><text class="sch-text" x="902.9990982665258" y="694.2322464291119" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 902.9990982665258, 694.2322464291119)">NT5</text><text class="sch-text" x="902.9990982665258" y="724.2900241573919" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 902.9990982665258, 724.2900241573919)">NT6</text><text class="sch-text" x="1137.2827768930638" y="629.775011967356" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.01155554565599px" transform="rotate(0, 1137.2827768930638, 629.775011967356)">1729160</text><text class="sch-text" x="1127.263517650304" y="574.836073786222" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.011555545656px" transform="rotate(0, 1127.263517650304, 574.836073786222)">J5</text><text class="sch-text" x="500.14138288055096" y="334.54083961402796" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 500.14138288055096, 334.54083961402796)">XXXX</text><text class="sch-text" x="518.5100248256109" y="354.579358099548" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 518.5100248256109, 354.579358099548)">XXXX</text><text class="sch-text" x="545.979493916178" y="438.073185122548" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 545.979493916178, 438.073185122548)">XXXXXXX</text><text class="sch-text" x="549.987197613282" y="458.111703608068" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 549.987197613282, 458.111703608068)">XX</text><text class="sch-text" x="549.987197613282" y="478.150222093588" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 549.987197613282, 478.150222093588)">XX</text><text class="sch-text" x="549.987197613282" y="511.54775290278803" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 549.987197613282, 511.54775290278803)">XX</text><text class="sch-text" x="549.987197613282" y="531.5862713883081" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 549.987197613282, 531.5862713883081)">XX</text><text class="sch-text" x="549.987197613282" y="564.983802197508" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 549.987197613282, 564.983802197508)">XX</text><text class="sch-text" x="549.987197613282" y="585.022320683028" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 549.987197613282, 585.022320683028)">XX</text><text class="sch-text" x="547.3153951485459" y="387.9768889087479" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 547.3153951485459, 387.9768889087479)">XXXXXX</text><text class="sch-text" x="549.987197613282" y="428.05392587978804" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 549.987197613282, 428.05392587978804)">XXX</text><text class="sch-text" x="549.987197613282" y="408.015407394268" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 549.987197613282, 408.015407394268)">XXXX</text><text class="sch-text" x="549.987197613282" y="418.034666637028" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 549.987197613282, 418.034666637028)">XXX</text><text class="sch-text" x="547.3153951485459" y="397.99614815150795" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 547.3153951485459, 397.99614815150795)">XXXXXX</text><text class="sch-text" x="681.1142529529035" y="418.8696049072579" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 681.1142529529035, 418.8696049072579)">XXXXX</text><text class="sch-text" x="500.14138288055096" y="334.54083961402796" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 500.14138288055096, 334.54083961402796)">XXXX</text><text class="sch-text" x="699.3576541574289" y="689.3896044617779" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 699.3576541574289, 689.3896044617779)">XXXX</text><text class="sch-text" x="873.60927115443" y="698.573925434308" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 873.60927115443, 698.573925434308)">XXXX</text><text class="sch-text" x="715.0962405512645" y="729.633629086864" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 715.0962405512645, 729.633629086864)">XXXX</text><text class="sch-text" x="873.60927115443" y="728.631703162588" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 873.60927115443, 728.631703162588)">XXXX</text><text class="sch-text" x="715.0962405512645" y="644.1359502153119" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 715.0962405512645, 644.1359502153119)">XXXX</text><text class="sch-text" x="942.0742093132899" y="444.752691284388" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 942.0742093132899, 444.752691284388)">XXXX</text><text class="sch-text" x="715.0962405512645" y="682.877085953984" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 715.0962405512645, 682.877085953984)">XXXX</text><text class="sch-text" x="942.0742093132899" y="474.81046901266797" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 942.0742093132899, 474.81046901266797)">XXXX</text><text class="sch-text" x="715.0962405512645" y="600.719160163352" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 715.0962405512645, 600.719160163352)">XXXX</text><text class="sch-text" x="1017.2186536339899" y="199.280839836768" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1017.2186536339899, 199.280839836768)">XXXX</text><text class="sch-text" x="699.3576541574289" y="642.6330613288978" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 699.3576541574289, 642.6330613288978)">XXXX</text><text class="sch-text" x="1017.2186536339899" y="229.33861756504803" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1017.2186536339899, 229.33861756504803)">XXXX</text><text class="sch-text" x="951.2585302858199" y="672.18987609504" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 951.2585302858199, 672.18987609504)">XXXX</text><text class="sch-text" x="677.8997406125179" y="612.5752836006179" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 677.8997406125179, 612.5752836006179)">XXXX</text><text class="sch-text" x="951.2585302858199" y="594.54061696365" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 951.2585302858199, 594.54061696365)">XXXXX</text><text class="sch-text" x="679.235641844886" y="585.8572589532579" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 679.235641844886, 585.8572589532579)">XXXXX</text><text class="sch-text" x="1098.541641154392" y="581.682567602108" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1098.541641154392, 581.682567602108)">XXXXX</text><text class="sch-text" x="1098.541641154392" y="595.041579925788" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1098.541641154392, 595.041579925788)">XXXXX</text><text class="sch-text" x="1020.057443752772" y="340.55239515968395" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 1020.057443752772, 340.55239515968395)">XXXXX</text><text class="sch-text" x="679.235641844886" y="552.4597281440579" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 679.235641844886, 552.4597281440579)">XXXXX</text><text class="sch-text" x="1098.541641154392" y="588.3620737639479" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1098.541641154392, 588.3620737639479)">XXXXX</text><text class="sch-text" x="1098.541641154392" y="608.400592249468" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1098.541641154392, 608.400592249468)">XXXXX</text><text class="sch-text" x="1020.057443752772" y="418.201654291074" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 1020.057443752772, 418.201654291074)">XXXX</text><text class="sch-text" x="677.8997406125179" y="532.4212096585378" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 677.8997406125179, 532.4212096585378)">XXXX</text><text class="sch-text" x="1096.5377893058399" y="172.56281518940796" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 1096.5377893058399, 172.56281518940796)">XXXX</text><text class="sch-text" x="677.8997406125179" y="499.0236788493378" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 677.8997406125179, 499.0236788493378)">XXXX</text><text class="sch-text" x="1096.203813997748" y="94.91355605801795" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 1096.203813997748, 94.91355605801795)">XXXXX</text><text class="sch-text" x="679.235641844886" y="478.98516036381784" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 679.235641844886, 478.98516036381784)">XXXXX</text><text class="sch-text" x="1098.541641154392" y="601.721086087628" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1098.541641154392, 601.721086087628)">XXXXX</text><text class="sch-text" x="1098.541641154392" y="615.080098411308" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1098.541641154392, 615.080098411308)">XXXXX</text><text class="sch-text" x="425.2474200409199" y="650.147505760968" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 425.2474200409199, 650.147505760968)">XXXXXX</text><text class="sch-text" x="56.037716945214015" y="698.573925434308" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 56.037716945214015, 698.573925434308)">XXXXXX</text><text class="sch-text" x="409.8845558686879" y="705.921382212332" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 409.8845558686879, 705.921382212332)">XXXXXX</text><text class="sch-text" x="56.037716945214015" y="691.894419272468" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 56.037716945214015, 691.894419272468)">XXXXXX</text><text class="sch-text" x="439.94233359696796" y="717.610517995552" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(-90, 439.94233359696796, 717.610517995552)">XXXXXX</text><text class="sch-text" x="169.9232970045859" y="698.573925434308" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 169.9232970045859, 698.573925434308)">XXXXXX</text><text class="sch-text" x="677.8997406125179" y="599.2162712769378" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 677.8997406125179, 599.2162712769378)">XXXX</text><text class="sch-text" x="920.532801941356" y="625.099357654068" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 920.532801941356, 625.099357654068)">XXXX</text><text class="sch-text" x="677.8997406125179" y="565.8187404677378" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 677.8997406125179, 565.8187404677378)">XXXX</text><text class="sch-text" x="920.532801941356" y="563.313925657048" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 920.532801941356, 563.313925657048)">XXXX</text><text class="sch-text" x="677.8997406125179" y="512.3826911730179" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 677.8997406125179, 512.3826911730179)">XXXX</text><text class="sch-text" x="989.331715408308" y="316.84014828515194" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 989.331715408308, 316.84014828515194)">XXXX</text><text class="sch-text" x="677.8997406125179" y="542.4404689012978" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 677.8997406125179, 542.4404689012978)">XXXX</text><text class="sch-text" x="989.331715408308" y="370.94414819605595" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 989.331715408308, 370.94414819605595)">XXXX</text><text class="sch-text" x="677.8997406125179" y="489.0044196065778" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 677.8997406125179, 489.0044196065778)">XXXX</text><text class="sch-text" x="1065.812060961376" y="125.13832144034399" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1065.812060961376, 125.13832144034399)">XXXX</text><text class="sch-text" x="677.8997406125179" y="458.94664187829784" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 677.8997406125179, 458.94664187829784)">XXXX</text><text class="sch-text" x="1065.812060961376" y="64.02084005950798" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 1065.812060961376, 64.02084005950798)">XXXX</text><text class="sch-text" x="518.5100248256109" y="354.579358099548" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 518.5100248256109, 354.579358099548)">XXXX</text><text class="sch-text" x="677.8997406125179" y="398.83108642173795" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 677.8997406125179, 398.83108642173795)">XXXX</text><text class="sch-text" x="753.545147895356" y="423.044296258408" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="4.007703697104px" transform="rotate(0, 753.545147895356, 423.044296258408)">XXXXXX</text><rect class="schematic-box sch-box" x="573.3654691797219" y="758.689480890868" width="56.107851759456025" height="6.011555545655938" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="571.3616173311699" y="315.170271744692" width="12.02311109131199" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="82.0877909763899" y="741.990715486268" width="48.092444365248014" height="6.011555545656051" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="80.083939127838" y="655.825085998532" width="12.02311109131199" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="1038.593073351878" y="190.764469480422" width="16.03081478841591" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="1038.593073351878" y="220.82224720870198" width="16.03081478841591" height="8.349382702300034" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="963.4486290311779" y="436.236320928042" width="16.030814788416023" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="963.4486290311779" y="466.294098656322" width="16.030814788416023" height="8.349382702300034" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="894.983690872318" y="690.057555077962" width="16.03081478841591" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="894.983690872318" y="720.115332806242" width="16.03081478841591" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="1123.2558139532" y="626.7692341945279" width="28.053925879727785" height="6.011555545656051" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/><rect class="schematic-box sch-box" x="1121.251962104648" y="570.661382435072" width="12.023111091311875" height="8.349382702299977" stroke-width="0.667950616184px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.343604929472 2.671802464736"/>
|
|
658
658
|
</g>
|
|
659
659
|
</svg>
|