@tscircuit/schematic-trace-solver 0.0.159 → 0.0.161
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 +43 -9
- package/dist/index.js +807 -115
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +536 -94
- package/lib/solvers/InlineNetLabelSolver/pushAnchoredNetLabelsAwayFromInlineLabels.ts +9 -7
- package/lib/solvers/InlineNetLabelSolver/pushInlineTerminalLabelsAwayFromAnchoredLabels.ts +295 -0
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +7 -35
- package/lib/solvers/SchematicTraceLinesSolver/getTraceConnectedPinComponents.ts +60 -0
- package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
- package/lib/types/InputProblem.ts +5 -4
- 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 +600 -792
- package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +66 -1
- 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 +106 -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/repros/repro-usb-power-vbus-label-detour.test.ts +14 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
- package/tests/solvers/InlineNetLabelSolver/multi-pin-connected-components.test.ts +252 -0
- package/tests/solvers/InlineNetLabelSolver/opposite-side-placement.test.ts +71 -0
- package/tests/solvers/InlineNetLabelSolver/push-anchored-net-labels-away.test.ts +8 -2
- package/tests/solvers/InlineNetLabelSolver/push-inline-terminal-labels-away.test.ts +91 -0
- package/tests/solvers/InlineNetLabelSolver/two-pin-terminal-stubs-atomic.test.ts +7 -1
|
@@ -150,139 +150,139 @@ orientation: y+" data-x="10.9" data-y="1.7" cx="588.3234994010913" cy="278.01428
|
|
|
150
150
|
.port-label { fill: rgb(0, 100, 100); }
|
|
151
151
|
.component-name { fill: rgb(0, 100, 100); }
|
|
152
152
|
|
|
153
|
-
</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 542.4720831729251 424.951867539453 L 542.4720831729251 475.5487100500126 L 489.33384674631 475.5487100500126" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.4720831729251 424.951867539453 L 542.4720831729251 475.5487100500126 L 489.33384674631 475.5487100500126" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 593.2999614940351 408.77936080091797 L 593.2999614940351 434.193299961473 L 542.4720831729251 434.193299961473 L 542.4720831729251 424.951867539453" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 593.2999614940351 408.77936080091797 L 593.2999614940351 434.193299961473 L 542.4720831729251 434.193299961473 L 542.4720831729251 424.951867539453" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 644.1278398151451 392.606854062383 L 644.1278398151451 418.020793222938 L 593.2999614940351 418.020793222938 L 593.2999614940351 408.77936080091797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 644.1278398151451 392.606854062383 L 644.1278398151451 418.020793222938 L 593.2999614940351 418.020793222938 L 593.2999614940351 408.77936080091797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 489.33384674631 312.8994994224605 L 493.95456295732004 312.8994994224605 L 493.95456295732004 475.5487100500126 L 489.33384674631 475.5487100500126" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 312.8994994224605 L 493.95456295732004 312.8994994224605 L 493.95456295732004 475.5487100500126 L 489.33384674631 475.5487100500126" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 489.33384674631 302.2718521371375 L 493.95456295732004 302.2718521371375 L 493.95456295732004 312.8994994224605 L 489.33384674631 312.8994994224605" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 302.2718521371375 L 493.95456295732004 302.2718521371375 L 493.95456295732004 312.8994994224605 L 489.33384674631 312.8994994224605" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 489.33384674631 291.1821332307135 L 493.95456295732004 291.1821332307135 L 493.95456295732004 302.2718521371375 L 489.33384674631 302.2718521371375" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 291.1821332307135 L 493.95456295732004 291.1821332307135 L 493.95456295732004 302.2718521371375 L 489.33384674631 302.2718521371375" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 489.33384674631 237.58182518299745 L 493.95456295732004 237.58182518299745 L 493.95456295732004 291.1821332307135 L 489.33384674631 291.1821332307135" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 237.58182518299745 L 493.95456295732004 237.58182518299745 L 493.95456295732004 291.1821332307135 L 489.33384674631 291.1821332307135" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 830.804774739949 465.15209857524 L 830.804774739949 474.39353099726003 L 644.1278398151451 474.39353099726003 L 644.1278398151451 392.606854062383" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 830.804774739949 465.15209857524 L 830.804774739949 474.39353099726003 L 644.1278398151451 474.39353099726003 L 644.1278398151451 392.606854062383" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 489.33384674631 345.7065845206315 L 503.19599537934 345.7065845206315 L 503.19599537934 280.0924143242895 L 489.33384674631 280.0924143242895" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 345.7065845206315 L 503.19599537934 345.7065845206315 L 503.19599537934 280.0924143242895 L 489.33384674631 280.0924143242895" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 593.2999614940351 373.661917597242 L 593.2999614940351 345.7065845206315 L 489.33384674631 345.7065845206315" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 593.2999614940351 373.661917597242 L 593.2999614940351 345.7065845206315 L 489.33384674631 345.7065845206315" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 489.33384674631 323.98921832888453 L 644.1278398151451 323.98921832888453 L 644.1278398151451 357.489410858707" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 323.98921832888453 L 644.1278398151451 323.98921832888453 L 644.1278398151451 357.489410858707" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 489.33384674631 366.9618790912775 L 542.4720831729251 366.9618790912775 L 542.4720831729251 389.834424335777" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 366.9618790912775 L 542.4720831729251 366.9618790912775 L 542.4720831729251 389.834424335777" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 186.67693492515508 357.489410858707 L 186.67693492515508 356.565267616505 L 231.72891798250254 356.565267616505 L 231.72891798250254 365.806700038525 L 276.78090103985005 365.806700038525" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 186.67693492515508 357.489410858707 L 186.67693492515508 356.565267616505 L 231.72891798250254 356.565267616505 L 231.72891798250254 365.806700038525 L 276.78090103985005 365.806700038525" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 124.29726607652009 356.565267616505 L 186.67693492515508 356.565267616505 L 186.67693492515508 357.489410858707" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 124.29726607652009 356.565267616505 L 186.67693492515508 356.565267616505 L 186.67693492515508 357.489410858707" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 186.67693492515508 392.606854062383 L 186.67693492515508 393.530997304585 L 231.72891798250254 393.530997304585 L 231.72891798250254 389.37235271467597 L 276.78090103985005 389.37235271467597" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 186.67693492515508 392.606854062383 L 186.67693492515508 393.530997304585 L 231.72891798250254 393.530997304585 L 231.72891798250254 389.37235271467597 L 276.78090103985005 389.37235271467597" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 124.29726607652009 393.530997304585 L 186.67693492515508 393.530997304585 L 186.67693492515508 392.606854062383" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 124.29726607652009 393.530997304585 L 186.67693492515508 393.530997304585 L 186.67693492515508 392.606854062383" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 900.5775895262 259.53022718529496 L 694.955718136255 259.53022718529496 L 694.955718136255 258.3750481325425 L 489.33384674631 258.3750481325425" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 900.5775895262 259.53022718529496 L 694.955718136255 259.53022718529496 L 694.955718136255 258.3750481325425 L 489.33384674631 258.3750481325425" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 830.804774739949 349.6593600308333 L 830.804774739949 259.53022718529496 L 900.5775895262 259.53022718529496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 830.804774739949 349.6593600308333 L 830.804774739949 259.53022718529496 L 900.5775895262 259.53022718529496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 872.85329226014 394.455140546787 L 872.85329226014 340.4179276088133 L 830.804774739949 340.4179276088133 L 830.804774739949 349.6593600308333" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 872.85329226014 394.455140546787 L 872.85329226014 340.4179276088133 L 830.804774739949 340.4179276088133 L 830.804774739949 349.6593600308333" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 489.33384674631 454.29341547936656 L 734.8093954562163 454.29341547936656 L 734.8093954562163 377.35849056605 L 792.452830188566 377.35849056605" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 454.29341547936656 L 734.8093954562163 454.29341547936656 L 734.8093954562163 377.35849056605 L 792.452830188566 377.35849056605" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 830.804774739949 402.77242972660497 L 830.804774739949 437.42780130918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 830.804774739949 402.77242972660497 L 830.804774739949 437.42780130918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 489.33384674631 530.5352329610316 L 530.9202926454 530.5352329610315" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 530.5352329610316 L 530.9202926454 530.5352329610315" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 489.33384674631 563.3423180592025 L 567.88602233348 563.3423180592025 L 567.88602233348 530.5352329610315 L 558.64458991146 530.5352329610315" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 563.3423180592025 L 567.88602233348 563.3423180592025 L 567.88602233348 530.5352329610315 L 558.64458991146 530.5352329610315" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 900.5775895262 562.18713900645 L 567.88602233348 562.18713900645 L 567.88602233348 530.5352329610315 L 558.64458991146 530.5352329610315" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 900.5775895262 562.18713900645 L 567.88602233348 562.18713900645 L 567.88602233348 530.5352329610315 L 558.64458991146 530.5352329610315" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 872.85329226014 429.572583750463 L 872.85329226014 562.18713900645 L 900.5775895262 562.18713900645" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 872.85329226014 429.572583750463 L 872.85329226014 562.18713900645 L 900.5775895262 562.18713900645" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 978.205621871168 321.90989603393 L 953.253754331714 321.90989603393 L 953.253754331714 259.53022718529496 L 928.30188679226 259.53022718529496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 978.205621871168 321.90989603393 L 953.253754331714 321.90989603393 L 953.253754331714 259.53022718529496 L 928.30188679226 259.53022718529496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 958.336542163825 362.57219869081797 L 958.336542163825 321.90989603393007 L 978.205621871168 321.90989603393007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 958.336542163825 362.57219869081797 L 958.336542163825 321.90989603393007 L 978.205621871168 321.90989603393007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 1026.261070465672 321.90989603393 L 1039.1990758565 321.90989603393" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1026.261070465672 321.90989603393 L 1039.1990758565 321.90989603393" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 958.336542163825 410.627647285322 L 958.336542163825 562.18713900645 L 928.30188679226 562.18713900645" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 958.336542163825 410.627647285322 L 958.336542163825 562.18713900645 L 928.30188679226 562.18713900645" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 1080.78552175559 410.627647285322 L 1080.78552175559 419.86907970734194 L 958.336542163825 419.86907970734194 L 958.336542163825 410.627647285322" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1080.78552175559 410.627647285322 L 1080.78552175559 419.86907970734194 L 958.336542163825 419.86907970734194 L 958.336542163825 410.627647285322" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 1066.9233731225602 321.90989603393 L 1080.78552175559 321.90989603393 L 1080.78552175559 362.57219869081797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1066.9233731225602 321.90989603393 L 1080.78552175559 321.90989603393 L 1080.78552175559 362.57219869081797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 276.78090103985005 520.138621486259 L 263.3346168658109 520.138621486259 L 263.3346168658109 522.4951867538741" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 276.78090103985005 520.138621486259 L 263.3346168658109 520.138621486259 L 263.3346168658109 522.4951867538741" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 276.78090103985005 335.77204466695997 L 257.7897574125989 335.77204466695997 L 257.7897574125989 333.41547939934486" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 276.78090103985005 335.77204466695997 L 257.7897574125989 335.77204466695997 L 257.7897574125989 333.41547939934486" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 96.57296881046 356.565267616505 L 79.89218328871397 356.565267616505 L 79.89218328871397 340.3465537158599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 96.57296881046 356.565267616505 L 79.89218328871397 356.565267616505 L 79.89218328871397 340.3465537158599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" 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 96.57296881046 393.530997304585 L 77.58182518320893 393.530997304585 L 77.58182518320893 391.1744320369699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 96.57296881046 393.530997304585 L 77.58182518320893 393.530997304585 L 77.58182518320893 391.1744320369699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="542.4720831729251" cy="424.951867539453" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="489.33384674631" cy="475.5487100500126" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="593.2999614940351" cy="408.77936080091797" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="644.1278398151451" cy="392.606854062383" r="1.386214863303" 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_3__stack1"><circle cx="489.33384674631" cy="312.8994994224605" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="493.95456295732004" cy="312.8994994224605" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="489.33384674631" cy="302.2718521371375" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="493.95456295732004" cy="302.2718521371375" r="1.386214863303" 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_5__stack1"><circle cx="489.33384674631" cy="291.1821332307135" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="493.95456295732004" cy="291.1821332307135" r="1.386214863303" 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_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="489.33384674631" cy="345.7065845206315" r="1.386214863303" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="186.67693492515508" cy="357.489410858707" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="186.67693492515508" cy="356.565267616505" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><circle cx="186.67693492515508" cy="392.606854062383" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="186.67693492515508" cy="393.530997304585" r="1.386214863303" 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"><circle cx="900.5775895262" cy="259.53022718529496" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="830.804774739949" cy="349.6593600308333" r="1.386214863303" 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_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"><circle cx="567.88602233348" cy="530.5352329610315" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="558.64458991146" cy="530.5352329610315" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><circle cx="900.5775895262" cy="562.18713900645" r="1.386214863303" 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_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><circle cx="978.205621871168" cy="321.90989603393" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><circle cx="958.336542163825" cy="410.627647285322" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="295.26376588389" y="215.6334231807" width="175.58721601838" height="369.6572968808" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="295.26376588389" y="215.6334231807" width="175.58721601838" height="369.6572968808" fill="transparent"/><text class="sch-text" x="383.05737389308" y="400.4620716211" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 383.05737389308, 400.4620716211)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="280.0924143242895" x2="489.33384674631" y2="280.0924143242895" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="488.409703504108" y="279.16827108208753" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="279.1682710820875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="280.0924143242895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">DVDD_MEM</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="345.7065845206315" x2="489.33384674631" y2="345.7065845206315" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="488.409703504108" y="344.78244127842953" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="344.78244127842953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="345.7065845206315" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">DVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="237.58182518299745" x2="489.33384674631" y2="237.58182518299745" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="488.409703504108" y="236.65768194079544" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="236.65768194079544" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="237.58182518299745" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">GATE</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="258.3750481325425" x2="489.33384674631" y2="258.3750481325425" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="488.409703504108" y="257.4509048903405" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="257.45090489034044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="258.3750481325425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="530.5352329610316" x2="489.33384674631" y2="530.5352329610316" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="488.409703504108" y="529.6110897188296" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="529.6110897188296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="530.5352329610316" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">DACCAP</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="454.29341547936656" x2="489.33384674631" y2="454.29341547936656" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="488.409703504108" y="453.3692722371646" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="453.3692722371645" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="454.29341547936656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">VOUT</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="323.98921832888453" x2="489.33384674631" y2="323.98921832888453" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="488.409703504108" y="323.06507508668255" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="323.06507508668255" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="323.98921832888453" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">AVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="312.8994994224605" x2="489.33384674631" y2="312.8994994224605" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="488.409703504108" y="311.97535618025853" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="311.97535618025853" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="312.8994994224605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="496.8040046206586" x2="488.409703504108" y2="496.8040046206586" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="489.33384674631" cy="496.8040046206586" r="0.9241432422020001" stroke-width="0.9241432422020001px"/><rect x="488.409703504108" y="495.8798613784566" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="495.87986137845655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="496.8040046206586" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">FBN</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="563.3423180592025" x2="489.33384674631" y2="563.3423180592025" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="488.409703504108" y="562.4181748170005" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="562.4181748170006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="563.3423180592025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">FBP</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="475.5487100500126" x2="489.33384674631" y2="475.5487100500126" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="488.409703504108" y="474.6245668078106" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="474.62456680781054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="475.5487100500126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">COMP</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="312.66846361190994" x2="277.70504428205203" y2="312.66846361190994" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="276.78090103985005" cy="312.66846361190994" r="0.9241432422020001" stroke-width="0.9241432422020001px"/><rect x="275.8567577976481" y="311.74432036970796" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="311.74432036970796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="312.66846361190994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VBRGN</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="335.77204466695997" x2="276.78090103985005" y2="335.77204466695997" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="275.8567577976481" y="334.847901424758" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="334.847901424758" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="335.77204466695997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VBRGP</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="366.9618790912775" x2="489.33384674631" y2="366.9618790912775" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="488.409703504108" y="366.03773584907555" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="366.0377358490755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="366.9618790912775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">REFCAP</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="389.37235271467597" x2="276.78090103985005" y2="389.37235271467597" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="275.8567577976481" y="388.448209472474" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="388.448209472474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="389.37235271467597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VINPN</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="365.806700038525" x2="276.78090103985005" y2="365.806700038525" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="275.8567577976481" y="364.882556796323" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="364.882556796323" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="365.806700038525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VINPP</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="454.524451289917" x2="277.70504428205203" y2="454.524451289917" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="276.78090103985005" cy="454.524451289917" r="0.9241432422020001" stroke-width="0.9241432422020001px"/><rect x="275.8567577976481" y="453.60030804771503" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="453.600308047715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="454.524451289917" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VINTP</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="476.241817481664" x2="277.70504428205203" y2="476.241817481664" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="276.78090103985005" cy="476.241817481664" r="0.9241432422020001" stroke-width="0.9241432422020001px"/><rect x="275.8567577976481" y="475.317674239462" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="475.317674239462" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="476.241817481664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VINTN</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="291.1821332307135" x2="489.33384674631" y2="291.1821332307135" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="488.409703504108" y="290.2579899885115" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="290.2579899885115" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="291.1821332307135" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">AVSS</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="302.2718521371375" x2="489.33384674631" y2="302.2718521371375" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><rect x="488.409703504108" y="301.3477088949355" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="301.3477088949355" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="302.2718521371375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">DVSS</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="520.138621486259" x2="276.78090103985005" y2="520.138621486259" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="275.8567577976481" y="519.214478244057" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="519.214478244057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="520.138621486259" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" 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="108.12475933798498" y="340.854832499071" width="4.620716211010063" height="31.420870234868005" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="108.12475933798498" y="340.854832499071" width="4.620716211010063" height="31.420870234868005" fill="transparent"/><text class="sch-text" x="110.43511744349001" y="356.565267616505" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 110.43511744349001, 356.565267616505)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="108.12475933798498" y1="356.565267616505" x2="96.57296881046" y2="356.565267616505" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="95.64882556825799" y="355.64112437430305" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="102.34886407422249" y="355.641124374303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="112.74547554899505" y="356.565267616505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="112.74547554899505" y1="356.565267616505" x2="124.29726607652009" y2="356.565267616505" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="123.37312283431808" y="355.64112437430305" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.5213708127576" y="355.641124374303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="108.12475933798498" y="356.565267616505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">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="108.12475933798498" y="377.820562187151" width="4.620716211010063" height="31.420870234868005" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="108.12475933798498" y="377.820562187151" width="4.620716211010063" height="31.420870234868005" fill="transparent"/><text class="sch-text" x="110.43511744349001" y="393.530997304585" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 110.43511744349001, 393.530997304585)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="108.12475933798498" y1="393.530997304585" x2="96.57296881046" y2="393.530997304585" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="95.64882556825799" y="392.60685406238304" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="102.34886407422249" y="392.606854062383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="112.74547554899505" y="393.530997304585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="112.74547554899505" y1="393.530997304585" x2="124.29726607652009" y2="393.530997304585" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="123.37312283431808" y="392.60685406238304" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.5213708127576" y="392.606854062383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="108.12475933798498" y="393.530997304585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">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="165.88371197561008" y="372.73777435503996" width="48.28648440505452" height="4.620716211010063" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="165.88371197561008" y="372.73777435503996" width="48.28648440505452" height="4.620716211010063" fill="transparent"/><text class="sch-text" x="190.02695417813737" y="375.048132460545" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 190.02695417813737, 375.048132460545)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="186.67693492515508" y1="372.73777435503996" x2="186.67693492515508" y2="357.489410858707" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="185.75279168295307" y="356.565267616505" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.75279168295305" y="365.1135926068735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 185.75279168295305 365.1135926068735)"></text><text class="pin-number sch-pin-label" x="186.67693492515508" y="377.35849056605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 186.67693492515508 377.35849056605)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="186.67693492515508" y1="377.35849056605" x2="186.67693492515508" y2="392.606854062383" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="185.75279168295307" y="391.682710820181" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.75279168295305" y="384.9826723142165" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 185.75279168295305 384.9826723142165)"></text><text class="pin-number sch-pin-label" x="186.67693492515508" y="372.73777435503996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 186.67693492515508 372.73777435503996)">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="623.3346168656001" y="372.73777435503996" width="53.83134385826645" height="4.620716211010063" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="623.3346168656001" y="372.73777435503996" width="53.83134385826645" height="4.620716211010063" fill="transparent"/><text class="sch-text" x="650.2502887947333" y="375.048132460545" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 650.2502887947333, 375.048132460545)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="644.1278398151451" y1="372.73777435503996" x2="644.1278398151451" y2="357.489410858707" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="643.203696572943" y="356.565267616505" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="643.203696572943" y="365.1135926068735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 643.203696572943 365.1135926068735)"></text><text class="pin-number sch-pin-label" x="644.1278398151451" y="377.35849056605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 644.1278398151451 377.35849056605)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="644.1278398151451" y1="377.35849056605" x2="644.1278398151451" y2="392.606854062383" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="643.203696572943" y="391.682710820181" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="643.203696572943" y="384.9826723142165" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 643.203696572943 384.9826723142165)"></text><text class="pin-number sch-pin-label" x="644.1278398151451" y="372.73777435503996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 644.1278398151451 372.73777435503996)">cathode</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="572.5067385444901" y="388.910281093575" width="53.83134385826645" height="4.620716211010006" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="572.5067385444901" y="388.910281093575" width="53.83134385826645" height="4.620716211010006" fill="transparent"/><text class="sch-text" x="599.4224104736232" y="391.22063919908" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 599.4224104736232, 391.22063919908)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="593.2999614940351" y1="388.910281093575" x2="593.2999614940351" y2="373.661917597242" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="592.375818251833" y="372.73777435504" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.375818251833" y="381.2860993454085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 592.375818251833 381.2860993454085)"></text><text class="pin-number sch-pin-label" x="593.2999614940351" y="393.530997304585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 593.2999614940351 393.530997304585)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="593.2999614940351" y1="393.530997304585" x2="593.2999614940351" y2="408.77936080091797" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="592.375818251833" y="407.855217558716" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.375818251833" y="401.1551790527515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 592.375818251833 401.1551790527515)"></text><text class="pin-number sch-pin-label" x="593.2999614940351" y="388.910281093575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 593.2999614940351 388.910281093575)">cathode</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="521.6788602233801" y="405.08278783211" width="53.83134385826645" height="4.620716211010006" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="521.6788602233801" y="405.08278783211" width="53.83134385826645" height="4.620716211010006" fill="transparent"/><text class="sch-text" x="548.5945321525132" y="407.393145937615" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 548.5945321525132, 407.393145937615)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="542.4720831729251" y1="405.08278783211" x2="542.4720831729251" y2="389.834424335777" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="541.547939930723" y="388.910281093575" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.547939930723" y="397.4586060839435" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 541.547939930723 397.4586060839435)"></text><text class="pin-number sch-pin-label" x="542.4720831729251" y="409.70350404312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 542.4720831729251 409.70350404312)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="542.4720831729251" y1="409.70350404312" x2="542.4720831729251" y2="424.951867539453" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="541.547939930723" y="424.02772429725104" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.547939930723" y="417.3276857912865" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 541.547939930723 417.3276857912865)"></text><text class="pin-number sch-pin-label" x="542.4720831729251" y="405.08278783211" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 542.4720831729251 405.08278783211)">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="810.9356950326061" y="368.14222487487325" width="7.162110127065375" height="16.147340007691753" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="810.9356950326061" y="368.14222487487325" width="7.162110127065375" height="16.147340007691753" fill="transparent"/><text class="sch-text" x="814.5167500961388" y="376.21589487871915" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 814.5167500961388, 376.21589487871915)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="830.804774739949" y1="368.14222487487325" x2="830.804774739949" y2="349.6593600308333" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="829.880631497747" y="348.7352167886313" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.8806314977471" y="358.9007924528533" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 829.8806314977471 358.9007924528533)"></text><text class="pin-number sch-pin-label" x="830.804774739949" y="372.76294108588326" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 830.804774739949 372.76294108588326)">collector</text><line class="component-pin sch-component-pin sch-port-line" x1="830.804774739949" y1="384.289564882565" x2="830.804774739949" y2="402.77242972660497" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="829.880631497747" y="401.848286484403" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.8806314977471" y="393.530997304585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 829.8806314977471 393.530997304585)"></text><text class="pin-number sch-pin-label" x="830.804774739949" y="379.668848671555" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 830.804774739949 379.668848671555)">emitter</text><line class="component-pin sch-component-pin sch-port-line" x1="810.9356950326061" y1="377.35849056605" x2="792.452830188566" y2="377.35849056605" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><rect x="791.528686946364" y="376.43434732384804" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="801.6942626105861" y="376.434347323848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="815.556411243616" y="377.35849056605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">base</text><line class="component-pin sch-component-pin sch-port-line" x1="810.9356950326061" y1="377.35849056605" x2="793.376973430768" y2="377.35849056605" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="792.452830188566" cy="377.35849056605" r="0.9241432422020001" stroke-width="0.9241432422020001px"/><rect x="791.528686946364" y="376.43434732384804" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="801.6942626105861" y="376.434347323848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="815.556411243616" y="377.35849056605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">pin2_internal_1</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="810.011551790404" y="448.979591836705" width="50.3658067000091" height="4.620716211009949" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="810.011551790404" y="448.979591836705" width="50.3658067000091" height="4.620716211009949" fill="transparent"/><text class="sch-text" x="835.1944551404085" y="451.28994994221" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 835.1944551404085, 451.28994994221)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="830.804774739949" y1="448.979591836705" x2="830.804774739949" y2="437.42780130918" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="829.880631497747" y="436.503658066978" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.8806314977471" y="443.2036965729425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 829.8806314977471 443.2036965729425)"></text><text class="pin-number sch-pin-label" x="830.804774739949" y="453.600308047715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 830.804774739949 453.600308047715)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="830.804774739949" y1="453.600308047715" x2="830.804774739949" y2="465.15209857524" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="829.880631497747" y="464.22795533303804" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.8806314977471" y="459.3762033114775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 829.8806314977471 459.3762033114775)"></text><text class="pin-number sch-pin-label" x="830.804774739949" y="448.979591836705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 830.804774739949 448.979591836705)">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="542.4720831729251" y="511.1282248747895" width="4.620716211009949" height="38.814016172483946" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="542.4720831729251" y="511.1282248747895" width="4.620716211009949" height="38.814016172483946" fill="transparent"/><text class="sch-text" x="544.78244127843" y="530.5352329610315" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 544.78244127843, 530.5352329610315)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="542.4720831729251" y1="530.5352329610315" x2="530.9202926454" y2="530.5352329610315" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="529.9961494031979" y="529.6110897188295" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.6961879091625" y="529.6110897188295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="547.092799383935" y="530.5352329610315" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="547.092799383935" y1="530.5352329610315" x2="558.64458991146" y2="530.5352329610315" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="557.720446669258" y="529.6110897188295" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="552.8686946476976" y="529.6110897188295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="542.4720831729251" y="530.5352329610315" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">neg</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="852.060069310595" y="409.70350404312" width="53.831343858266564" height="4.620716211010006" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="852.060069310595" y="409.70350404312" width="53.831343858266564" height="4.620716211010006" fill="transparent"/><text class="sch-text" x="878.9757412397283" y="412.013862148625" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 878.9757412397283, 412.013862148625)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="872.85329226014" y1="409.70350404312" x2="872.85329226014" y2="394.455140546787" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="871.929149017938" y="393.530997304585" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="871.929149017938" y="402.0793222949535" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 871.929149017938 402.0793222949535)"></text><text class="pin-number sch-pin-label" x="872.85329226014" y="414.32422025413" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 872.85329226014 414.32422025413)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="872.85329226014" y1="414.32422025413" x2="872.85329226014" y2="429.572583750463" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="871.929149017938" y="428.64844050826105" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="871.929149017938" y="421.9484020022965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 871.929149017938 421.9484020022965)"></text><text class="pin-number sch-pin-label" x="872.85329226014" y="409.70350404312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 872.85329226014 409.70350404312)">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="912.1293800537251" y="243.819792067861" width="4.620716211009949" height="31.420870234868005" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="912.1293800537251" y="243.819792067861" width="4.620716211009949" height="31.420870234868005" fill="transparent"/><text class="sch-text" x="914.43973815923" y="259.53022718529496" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 914.43973815923, 259.53022718529496)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="912.1293800537251" y1="259.53022718529496" x2="900.5775895262" y2="259.53022718529496" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="899.6534462839979" y="258.606083943093" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="906.3534847899625" y="258.60608394309304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="916.750096264735" y="259.53022718529496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="916.750096264735" y1="259.53022718529496" x2="928.30188679226" y2="259.53022718529496" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="927.377743550058" y="258.606083943093" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="922.5259915284976" y="258.60608394309304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="912.1293800537251" y="259.53022718529496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" 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="912.1293800537251" y="546.476703889016" width="4.620716211009949" height="31.420870234867948" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="912.1293800537251" y="546.476703889016" width="4.620716211009949" height="31.420870234867948" fill="transparent"/><text class="sch-text" x="914.43973815923" y="562.18713900645" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 914.43973815923, 562.18713900645)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="912.1293800537251" y1="562.18713900645" x2="900.5775895262" y2="562.18713900645" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="899.6534462839979" y="561.262995764248" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="906.3534847899625" y="561.262995764248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="916.750096264735" y="562.18713900645" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="916.750096264735" y1="562.18713900645" x2="928.30188679226" y2="562.18713900645" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="927.377743550058" y="561.262995764248" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="922.5259915284976" y="561.262995764248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="912.1293800537251" y="562.18713900645" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">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="945.8606083940981" y="381.055063534858" width="34.193299961474054" height="11.089718906424025" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="945.8606083940981" y="381.055063534858" width="34.193299961474054" height="11.089718906424025" fill="transparent"/><text class="sch-text" x="962.9572583748351" y="386.59992298807" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 962.9572583748351, 386.59992298807)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="958.336542163825" y1="381.055063534858" x2="958.336542163825" y2="362.57219869081797" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="957.412398921623" y="361.648055448616" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="957.412398921623" y="371.813631112838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 957.412398921623 371.813631112838)"></text><text class="pin-number sch-pin-label" x="958.336542163825" y="385.675779745868" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 958.336542163825 385.675779745868)">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="958.336542163825" y1="392.144782441282" x2="958.336542163825" y2="410.627647285322" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="957.412398921623" y="409.70350404312" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="957.412398921623" y="401.386214863302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 957.412398921623 401.386214863302)"></text><text class="pin-number sch-pin-label" x="958.336542163825" y="387.524066230272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 958.336542163825 387.524066230272)">neg</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="996.688486715208" y="309.433962264203" width="11.089718906423968" height="31.420870234868005" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="996.688486715208" y="309.433962264203" width="11.089718906423968" height="31.420870234868005" fill="transparent"/><text class="sch-text" x="1002.23334616842" y="325.14439738163696" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 1002.23334616842, 325.14439738163696)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="1007.778205621632" y1="321.90989603393" x2="1026.261070465672" y2="321.90989603393" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="1025.33692722347" y="320.98575279172803" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1017.0196380436521" y="320.985752791728" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="1003.157489410622" y="321.90989603393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="996.688486715208" y1="321.90989603393" x2="978.205621871168" y2="321.90989603393" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="977.2814786289659" y="320.98575279172803" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.447054293188" y="320.985752791728" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="1001.309202926218" y="321.90989603393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">neg</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="1050.750866384025" y="306.199460916496" width="4.620716211010176" height="31.420870234868005" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1050.750866384025" y="306.199460916496" width="4.620716211010176" height="31.420870234868005" fill="transparent"/><text class="sch-text" x="1053.06122448953" y="321.90989603392995" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 1053.06122448953, 321.90989603392995)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="1050.750866384025" y1="321.90989603393" x2="1039.1990758565" y2="321.90989603393" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="1038.274932614298" y="320.98575279172803" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.9749711202626" y="320.985752791728" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="1055.371582595035" y="321.90989603393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.371582595035" y1="321.90989603393" x2="1066.9233731225602" y2="321.90989603393" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="1065.9992298803581" y="320.98575279172803" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1061.1474778587976" y="320.985752791728" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="1050.750866384025" y="321.90989603393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">cathode</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="1068.309587985863" y="381.055063534858" width="34.19329996147417" height="11.089718906424025" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1068.309587985863" y="381.055063534858" width="34.19329996147417" height="11.089718906424025" fill="transparent"/><text class="sch-text" x="1085.4062379666" y="386.59992298807" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 1085.4062379666, 386.59992298807)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.78552175559" y1="381.055063534858" x2="1080.78552175559" y2="362.57219869081797" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="1079.861378513388" y="361.648055448616" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.861378513388" y="371.813631112838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 1079.861378513388 371.813631112838)"></text><text class="pin-number sch-pin-label" x="1080.78552175559" y="385.675779745868" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 1080.78552175559 385.675779745868)">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.78552175559" y1="392.144782441282" x2="1080.78552175559" y2="410.627647285322" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="1079.861378513388" y="409.70350404312" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.861378513388" y="401.386214863302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 1079.861378513388 401.386214863302)"></text><text class="pin-number sch-pin-label" x="1080.78552175559" y="387.524066230272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 1080.78552175559 387.524066230272)">neg</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="489.33384674631" cy="280.0924143242895" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="489.33384674631" cy="345.7065845206315" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="489.33384674631" cy="237.58182518299745" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="489.33384674631" cy="258.3750481325425" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="489.33384674631" cy="530.5352329610316" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="489.33384674631" cy="454.29341547936656" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="489.33384674631" cy="323.98921832888453" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="489.33384674631" cy="312.8994994224605" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="489.33384674631" cy="496.8040046206586" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="489.33384674631" cy="563.3423180592025" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="489.33384674631" cy="475.5487100500126" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="276.78090103985005" cy="312.66846361190994" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="276.78090103985005" cy="335.77204466695997" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="489.33384674631" cy="366.9618790912775" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="276.78090103985005" cy="389.37235271467597" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="276.78090103985005" cy="365.806700038525" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="276.78090103985005" cy="454.524451289917" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="276.78090103985005" cy="476.241817481664" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="489.33384674631" cy="291.1821332307135" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="489.33384674631" cy="302.2718521371375" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="276.78090103985005" cy="520.138621486259" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="96.57296881046" cy="356.565267616505" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="124.29726607652009" cy="356.565267616505" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="96.57296881046" cy="393.530997304585" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="124.29726607652009" cy="393.530997304585" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="186.67693492515508" cy="357.489410858707" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="186.67693492515508" cy="392.606854062383" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="644.1278398151451" cy="357.489410858707" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="644.1278398151451" cy="392.606854062383" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="593.2999614940351" cy="373.661917597242" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="593.2999614940351" cy="408.77936080091797" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="542.4720831729251" cy="389.834424335777" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="542.4720831729251" cy="424.951867539453" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="830.804774739949" cy="349.6593600308333" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="830.804774739949" cy="402.77242972660497" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="792.452830188566" cy="377.35849056605" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="792.452830188566" cy="377.35849056605" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="830.804774739949" cy="437.42780130918" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="830.804774739949" cy="465.15209857524" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="530.9202926454" cy="530.5352329610315" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="558.64458991146" cy="530.5352329610315" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="872.85329226014" cy="394.455140546787" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="872.85329226014" cy="429.572583750463" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="900.5775895262" cy="259.53022718529496" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="928.30188679226" cy="259.53022718529496" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="900.5775895262" cy="562.18713900645" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="928.30188679226" cy="562.18713900645" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="958.336542163825" cy="362.57219869081797" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="958.336542163825" cy="410.627647285322" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="1026.261070465672" cy="321.90989603393" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="978.205621871168" cy="321.90989603393" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="1039.1990758565" cy="321.90989603393" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="1066.9233731225602" cy="321.90989603393" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="1080.78552175559" cy="362.57219869081797" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="1080.78552175559" cy="410.627647285322" r="1.8482864844040001" 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="
|
|
154
|
-
M
|
|
155
|
-
L
|
|
156
|
-
L
|
|
157
|
-
L
|
|
158
|
-
L
|
|
153
|
+
</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 549.5124779862999 427.833855934068 L 549.5124779862999 484.27473046695013 L 490.23667368236 484.27473046695013" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 549.5124779862999 427.833855934068 L 549.5124779862999 484.27473046695013 L 490.23667368236 484.27473046695013" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 606.2110734074599 409.793393754608 L 606.2110734074599 438.142691465188 L 549.5124779862999 438.142691465188 L 549.5124779862999 427.833855934068" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 606.2110734074599 409.793393754608 L 606.2110734074599 438.142691465188 L 549.5124779862999 438.142691465188 L 549.5124779862999 427.833855934068" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 662.9096688286199 391.752931575148 L 662.9096688286199 420.102229285728 L 606.2110734074599 420.102229285728 L 606.2110734074599 409.793393754608" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 662.9096688286199 391.752931575148 L 662.9096688286199 420.102229285728 L 606.2110734074599 420.102229285728 L 606.2110734074599 409.793393754608" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 490.23667368236 302.83922511923805 L 495.39109144791996 302.83922511923805 L 495.39109144791996 484.27473046695013 L 490.23667368236 484.27473046695013" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.23667368236 302.83922511923805 L 495.39109144791996 302.83922511923805 L 495.39109144791996 484.27473046695013 L 490.23667368236 484.27473046695013" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 490.23667368236 290.98406425845 L 495.39109144791996 290.98406425845 L 495.39109144791996 302.83922511923805 L 490.23667368236 302.83922511923805" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.23667368236 290.98406425845 L 495.39109144791996 290.98406425845 L 495.39109144791996 302.83922511923805 L 490.23667368236 302.83922511923805" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 490.23667368236 278.613461621106 L 495.39109144791996 278.613461621106 L 495.39109144791996 290.98406425845 L 490.23667368236 290.98406425845" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.23667368236 278.613461621106 L 495.39109144791996 278.613461621106 L 495.39109144791996 290.98406425845 L 490.23667368236 290.98406425845" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 490.23667368236 218.82221554060996 L 495.39109144791996 218.82221554060996 L 495.39109144791996 278.613461621106 L 490.23667368236 278.613461621106" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.23667368236 218.82221554060996 L 495.39109144791996 218.82221554060996 L 495.39109144791996 278.613461621106 L 490.23667368236 278.613461621106" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 871.148146557244 472.67729049444006 L 871.148146557244 482.98612602556005 L 662.9096688286199 482.98612602556005 L 662.9096688286199 391.752931575148" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 871.148146557244 472.67729049444006 L 871.148146557244 482.98612602556005 L 662.9096688286199 482.98612602556005 L 662.9096688286199 391.752931575148" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 490.23667368236 339.43559125471404 L 505.69992697903996 339.43559125471404 L 505.69992697903996 266.242858983762 L 490.23667368236 266.242858983762" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.23667368236 339.43559125471404 L 505.69992697903996 339.43559125471404 L 505.69992697903996 266.242858983762 L 490.23667368236 266.242858983762" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 606.2110734074599 370.61981873635204 L 606.2110734074599 339.43559125471404 L 490.23667368236 339.43559125471404" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 606.2110734074599 370.61981873635204 L 606.2110734074599 339.43559125471404 L 490.23667368236 339.43559125471404" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 490.23667368236 315.20982775658206 L 662.9096688286199 315.20982775658206 L 662.9096688286199 352.57935655689204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.23667368236 315.20982775658206 L 662.9096688286199 315.20982775658206 L 662.9096688286199 352.57935655689204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 490.23667368236 363.14591297629005 L 549.5124779862999 363.14591297629005 L 549.5124779862999 388.660280915812" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.23667368236 363.14591297629005 L 549.5124779862999 363.14591297629005 L 549.5124779862999 388.660280915812" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 152.62231003818 352.57935655689204 L 152.62231003818 351.54847300378003 L 202.87788325239 351.54847300378003 L 202.87788325239 361.8573085349 L 253.13345646659997 361.8573085349" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 152.62231003818 352.57935655689204 L 152.62231003818 351.54847300378003 L 202.87788325239 351.54847300378003 L 202.87788325239 361.8573085349 L 253.13345646659997 361.8573085349" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 83.03767020312 351.54847300378003 L 152.62231003818 351.54847300378003 L 152.62231003818 352.57935655689204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 83.03767020312 351.54847300378003 L 152.62231003818 351.54847300378003 L 152.62231003818 352.57935655689204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 152.62231003818 391.752931575148 L 152.62231003818 392.78381512826 L 202.87788325239 392.78381512826 L 202.87788325239 388.144839139256 L 253.13345646659997 388.144839139256" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 152.62231003818 391.752931575148 L 152.62231003818 392.78381512826 L 202.87788325239 392.78381512826 L 202.87788325239 388.144839139256 L 253.13345646659997 388.144839139256" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 83.03767020312 392.78381512826 L 152.62231003818 392.78381512826 L 152.62231003818 391.752931575148" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 83.03767020312 392.78381512826 L 152.62231003818 392.78381512826 L 152.62231003818 391.752931575148" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 948.9798548172 243.30569992702004 L 719.60826424978 243.30569992702004 L 719.60826424978 242.01709548562997 L 490.23667368236 242.01709548562997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 948.9798548172 243.30569992702004 L 719.60826424978 243.30569992702004 L 719.60826424978 242.01709548562997 L 490.23667368236 242.01709548562997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 871.148146557244 343.84491989180015 L 871.148146557244 243.30569992702004 L 948.9798548172 243.30569992702004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 871.148146557244 343.84491989180015 L 871.148146557244 243.30569992702004 L 948.9798548172 243.30569992702004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 918.05334822384 393.814698681372 L 918.05334822384 333.53608436068015 L 871.148146557244 333.53608436068015 L 871.148146557244 343.84491989180015" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 918.05334822384 393.814698681372 L 918.05334822384 333.53608436068015 L 871.148146557244 333.53608436068015 L 871.148146557244 343.84491989180015" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 490.23667368236 460.56440874537407 L 764.0651174777349 460.56440874537407 L 764.0651174777349 374.7433529488 L 828.366479103096 374.7433529488" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.23667368236 460.56440874537407 L 764.0651174777349 460.56440874537407 L 764.0651174777349 374.7433529488 L 828.366479103096 374.7433529488" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 871.148146557244 403.09265065938 L 871.148146557244 441.75078390108" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 871.148146557244 403.09265065938 L 871.148146557244 441.75078390108" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 490.23667368236 545.6123018771141 L 536.6264335724 545.6123018771141" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.23667368236 545.6123018771141 L 536.6264335724 545.6123018771141" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 490.23667368236 582.2086680125901 L 577.8617756968799 582.2086680125901 L 577.8617756968799 545.6123018771141 L 567.55294016576 545.6123018771141" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.23667368236 582.2086680125901 L 577.8617756968799 582.2086680125901 L 577.8617756968799 545.6123018771141 L 567.55294016576 545.6123018771141" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 948.9798548172 580.9200635712 L 577.8617756968799 580.9200635712 L 577.8617756968799 545.6123018771141 L 567.55294016576 545.6123018771141" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 948.9798548172 580.9200635712 L 577.8617756968799 580.9200635712 L 577.8617756968799 545.6123018771141 L 567.55294016576 545.6123018771141" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 918.05334822384 432.98827369962805 L 918.05334822384 580.9200635712 L 948.9798548172 580.9200635712" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 918.05334822384 432.98827369962805 L 918.05334822384 580.9200635712 L 948.9798548172 580.9200635712" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 1035.574073278608 312.89033976208003 L 1007.740217344584 312.89033976208003 L 1007.740217344584 243.30569992702004 L 979.9063614105601 243.30569992702004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1035.574073278608 312.89033976208003 L 1007.740217344584 312.89033976208003 L 1007.740217344584 243.30569992702004 L 979.9063614105601 243.30569992702004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 1013.4100768866999 358.24921609900804 L 1013.4100768866999 312.8903397620801 L 1035.574073278608 312.8903397620801" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1013.4100768866999 358.24921609900804 L 1013.4100768866999 312.8903397620801 L 1035.574073278608 312.8903397620801" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 1089.180018040432 312.89033976208003 L 1103.612387784 312.89033976208003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1089.180018040432 312.89033976208003 L 1103.612387784 312.89033976208003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 1013.4100768866999 411.85516086083203 L 1013.4100768866999 580.9200635712 L 979.9063614105601 580.9200635712" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1013.4100768866999 411.85516086083203 L 1013.4100768866999 580.9200635712 L 979.9063614105601 580.9200635712" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 1150.0021476740399 411.85516086083203 L 1150.0021476740399 422.16399639195197 L 1013.4100768866999 422.16399639195197 L 1013.4100768866999 411.85516086083203" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1150.0021476740399 411.85516086083203 L 1150.0021476740399 422.16399639195197 L 1013.4100768866999 422.16399639195197 L 1013.4100768866999 411.85516086083203" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 1134.53889437736 312.89033976208003 L 1150.0021476740399 312.89033976208003 L 1150.0021476740399 358.24921609900804" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1134.53889437736 312.89033976208003 L 1150.0021476740399 312.89033976208003 L 1150.0021476740399 358.24921609900804" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 253.13345646659997 534.014861904604 L 238.13410076882036 534.014861904604 L 238.13410076882036 536.6436149650397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 253.13345646659997 534.014861904604 L 238.13410076882036 534.014861904604 L 238.13410076882036 536.6436149650397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 253.13345646659997 328.35359305876 L 231.94879945014833 328.35359305876 L 231.94879945014833 325.7248399983244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 253.13345646659997 328.35359305876 L 231.94879945014833 328.35359305876 L 231.94879945014833 325.7248399983244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 52.111163609759956 351.54847300378003 L 33.50371547608836 351.54847300378003 L 33.50371547608836 333.4564666466644" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 52.111163609759956 351.54847300378003 L 33.50371547608836 351.54847300378003 L 33.50371547608836 333.4564666466644" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" 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 52.111163609759956 392.78381512826 L 30.926506593308318 392.78381512826 L 30.926506593308318 390.1550620678244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.247068424896px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 52.111163609759956 392.78381512826 L 30.926506593308318 392.78381512826 L 30.926506593308318 390.1550620678244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.030883553112px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="549.5124779862999" cy="427.833855934068" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="490.23667368236" cy="484.27473046695013" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="606.2110734074599" cy="409.793393754608" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="662.9096688286199" cy="391.752931575148" r="1.546325329668" 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_3__stack1"><circle cx="490.23667368236" cy="302.83922511923805" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="495.39109144791996" cy="302.83922511923805" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="490.23667368236" cy="290.98406425845" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="495.39109144791996" cy="290.98406425845" r="1.546325329668" 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_5__stack1"><circle cx="490.23667368236" cy="278.613461621106" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="495.39109144791996" cy="278.613461621106" r="1.546325329668" 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_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="490.23667368236" cy="339.43559125471404" r="1.546325329668" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="152.62231003818" cy="352.57935655689204" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="152.62231003818" cy="351.54847300378003" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><circle cx="152.62231003818" cy="391.752931575148" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="152.62231003818" cy="392.78381512826" r="1.546325329668" 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"><circle cx="948.9798548172" cy="243.30569992702004" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="871.148146557244" cy="343.84491989180015" r="1.546325329668" 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_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"><circle cx="577.8617756968799" cy="545.6123018771141" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="567.55294016576" cy="545.6123018771141" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><circle cx="948.9798548172" cy="580.9200635712" r="1.546325329668" 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_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><circle cx="1035.574073278608" cy="312.89033976208003" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><circle cx="1013.4100768866999" cy="411.85516086083203" r="1.546325329668" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="273.75112752884" y="194.33873115420002" width="195.86787509127998" height="412.3534212448001" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="273.75112752884" y="194.33873115420002" width="195.86787509127998" height="412.3534212448001" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="266.242858983762" x2="490.23667368236" y2="266.242858983762" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="489.205790129248" y="265.21197543065" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="265.21197543065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="266.242858983762" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">DVDD_MEM</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="339.43559125471404" x2="490.23667368236" y2="339.43559125471404" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="489.205790129248" y="338.40470770160204" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="338.40470770160204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="339.43559125471404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">DVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="218.82221554060996" x2="490.23667368236" y2="218.82221554060996" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="489.205790129248" y="217.79133198749795" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="217.79133198749795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="218.82221554060996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">GATE</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="242.01709548562997" x2="490.23667368236" y2="242.01709548562997" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="489.205790129248" y="240.98621193251796" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="240.98621193251796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="242.01709548562997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="545.6123018771141" x2="490.23667368236" y2="545.6123018771141" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="489.205790129248" y="544.5814183240021" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="544.5814183240021" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="545.6123018771141" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">DACCAP</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="460.56440874537407" x2="490.23667368236" y2="460.56440874537407" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="489.205790129248" y="459.53352519226206" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="459.53352519226206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="460.56440874537407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">VOUT</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="315.20982775658206" x2="490.23667368236" y2="315.20982775658206" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="489.205790129248" y="314.17894420347005" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="314.17894420347005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="315.20982775658206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">AVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="302.83922511923805" x2="490.23667368236" y2="302.83922511923805" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="489.205790129248" y="301.80834156612605" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="301.80834156612605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="302.83922511923805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="507.9850521885261" x2="489.20579012924793" y2="507.9850521885261" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="490.23667368236" cy="507.9850521885261" r="1.030883553112" stroke-width="1.030883553112px"/><rect x="489.205790129248" y="506.9541686354141" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="506.9541686354141" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="507.9850521885261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">FBN</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="582.2086680125901" x2="490.23667368236" y2="582.2086680125901" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="489.205790129248" y="581.1777844594782" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="581.1777844594781" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="582.2086680125901" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">FBP</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="484.27473046695013" x2="490.23667368236" y2="484.27473046695013" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="489.205790129248" y="483.2438469138381" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="483.24384691383807" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="484.27473046695013" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">COMP</text><line class="component-pin sch-component-pin sch-port-line" x1="273.75112752884" y1="302.58150423096004" x2="254.16434001971197" y2="302.58150423096004" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="253.13345646659997" cy="302.58150423096004" r="1.030883553112" stroke-width="1.030883553112px"/><rect x="252.10257291348796" y="301.55062067784803" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.44229199771996" y="301.550620677848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="278.9055452944" y="302.58150423096004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">VBRGN</text><line class="component-pin sch-component-pin sch-port-line" x1="273.75112752884" y1="328.35359305876" x2="253.13345646659997" y2="328.35359305876" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="252.10257291348796" y="327.322709505648" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.44229199771996" y="327.322709505648" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="278.9055452944" y="328.35359305876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">VBRGP</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="363.14591297629005" x2="490.23667368236" y2="363.14591297629005" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="489.205790129248" y="362.11502942317804" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="362.11502942317804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="363.14591297629005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">REFCAP</text><line class="component-pin sch-component-pin sch-port-line" x1="273.75112752884" y1="388.144839139256" x2="253.13345646659997" y2="388.144839139256" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="252.10257291348796" y="387.113955586144" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.44229199771996" y="387.113955586144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="278.9055452944" y="388.144839139256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">VINPN</text><line class="component-pin sch-component-pin sch-port-line" x1="273.75112752884" y1="361.8573085349" x2="253.13345646659997" y2="361.8573085349" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="252.10257291348796" y="360.826424981788" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.44229199771996" y="360.826424981788" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="278.9055452944" y="361.8573085349" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">VINPP</text><line class="component-pin sch-component-pin sch-port-line" x1="273.75112752884" y1="460.822129633652" x2="254.16434001971197" y2="460.822129633652" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="253.13345646659997" cy="460.822129633652" r="1.030883553112" stroke-width="1.030883553112px"/><rect x="252.10257291348796" y="459.79124608054" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.44229199771996" y="459.79124608054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="278.9055452944" y="460.822129633652" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">VINTP</text><line class="component-pin sch-component-pin sch-port-line" x1="273.75112752884" y1="485.047893131784" x2="254.16434001971197" y2="485.047893131784" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="253.13345646659997" cy="485.047893131784" r="1.030883553112" stroke-width="1.030883553112px"/><rect x="252.10257291348796" y="484.017009578672" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.44229199771996" y="484.01700957867206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="278.9055452944" y="485.047893131784" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">VINTN</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="278.613461621106" x2="490.23667368236" y2="278.613461621106" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="489.205790129248" y="277.582578067994" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="277.582578067994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="278.613461621106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">AVSS</text><line class="component-pin sch-component-pin sch-port-line" x1="469.61900262012" y1="290.98406425845" x2="490.23667368236" y2="290.98406425845" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><rect x="489.205790129248" y="289.953180705338" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="479.92783815123994" y="289.953180705338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="464.46458485456" y="290.98406425845" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">DVSS</text><line class="component-pin sch-component-pin sch-port-line" x1="273.75112752884" y1="534.014861904604" x2="253.13345646659997" y2="534.014861904604" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="252.10257291348796" y="532.983978351492" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.44229199771996" y="532.983978351492" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="278.9055452944" y="534.014861904604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" 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="64.99720802365994" y="334.02345260087606" width="5.154417765560083" height="35.05004080580795" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="64.99720802365994" y="334.02345260087606" width="5.154417765560083" height="35.05004080580795" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="64.99720802365994" y1="351.54847300378003" x2="52.111163609759956" y2="351.54847300378003" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="51.08028005664796" y="350.517589450668" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="58.554185816709946" y="350.517589450668" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="70.15162578922002" y="351.54847300378003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="70.15162578922002" y1="351.54847300378003" x2="83.03767020312" y2="351.54847300378003" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="82.006786650008" y="350.517589450668" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="76.59464799617001" y="350.517589450668" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="64.99720802365994" y="351.54847300378003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">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="64.99720802365994" y="375.25879472535604" width="5.154417765560083" height="35.05004080580801" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="64.99720802365994" y="375.25879472535604" width="5.154417765560083" height="35.05004080580801" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="64.99720802365994" y1="392.78381512826" x2="52.111163609759956" y2="392.78381512826" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="51.08028005664796" y="391.752931575148" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="58.554185816709946" y="391.752931575148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="70.15162578922002" y="392.78381512826" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="70.15162578922002" y1="392.78381512826" x2="83.03767020312" y2="392.78381512826" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="82.006786650008" y="391.752931575148" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="76.59464799617001" y="391.752931575148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="64.99720802365994" y="392.78381512826" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">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="129.42743009316" y="369.58893518324004" width="53.863665650102064" height="5.15441776555997" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="129.42743009316" y="369.58893518324004" width="53.863665650102064" height="5.15441776555997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="152.62231003818" y1="369.58893518324004" x2="152.62231003818" y2="352.57935655689204" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="151.59142648506798" y="351.54847300378003" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="151.59142648506804" y="361.08414587006604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 151.59142648506804 361.08414587006604)"></text><text class="pin-number sch-pin-label" x="152.62231003818" y="374.7433529488" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 152.62231003818 374.7433529488)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="152.62231003818" y1="374.7433529488" x2="152.62231003818" y2="391.752931575148" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="151.59142648506798" y="390.722048022036" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="151.59142648506804" y="383.248142261974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 151.59142648506804 383.248142261974)"></text><text class="pin-number sch-pin-label" x="152.62231003818" y="369.58893518324004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 152.62231003818 369.58893518324004)">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="639.7147888836" y="369.58893518324004" width="60.048966968773925" height="5.15441776555997" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="639.7147888836" y="369.58893518324004" width="60.048966968773925" height="5.15441776555997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="662.9096688286199" y1="369.58893518324004" x2="662.9096688286199" y2="352.57935655689204" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="661.878785275508" y="351.54847300378003" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.878785275508" y="361.08414587006604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 661.878785275508 361.08414587006604)"></text><text class="pin-number sch-pin-label" x="662.9096688286199" y="374.7433529488" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 662.9096688286199 374.7433529488)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="662.9096688286199" y1="374.7433529488" x2="662.9096688286199" y2="391.752931575148" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="661.878785275508" y="390.722048022036" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="661.878785275508" y="383.248142261974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 661.878785275508 383.248142261974)"></text><text class="pin-number sch-pin-label" x="662.9096688286199" y="369.58893518324004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 662.9096688286199 369.58893518324004)">cathode</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="583.01619346244" y="387.62939736270005" width="60.048966968773925" height="5.15441776555997" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="583.01619346244" y="387.62939736270005" width="60.048966968773925" height="5.15441776555997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="606.2110734074599" y1="387.62939736270005" x2="606.2110734074599" y2="370.61981873635204" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="605.180189854348" y="369.58893518324004" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="605.180189854348" y="379.12460804952605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 605.180189854348 379.12460804952605)"></text><text class="pin-number sch-pin-label" x="606.2110734074599" y="392.78381512826" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 606.2110734074599 392.78381512826)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="606.2110734074599" y1="392.78381512826" x2="606.2110734074599" y2="409.793393754608" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="605.180189854348" y="408.762510201496" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="605.180189854348" y="401.288604441434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 605.180189854348 401.288604441434)"></text><text class="pin-number sch-pin-label" x="606.2110734074599" y="387.62939736270005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 606.2110734074599 387.62939736270005)">cathode</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="526.31759804128" y="405.66985954216" width="60.048966968773925" height="5.1544177655600265" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="526.31759804128" y="405.66985954216" width="60.048966968773925" height="5.1544177655600265" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="549.5124779862999" y1="405.66985954216005" x2="549.5124779862999" y2="388.660280915812" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="548.481594433188" y="387.6293973627" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="548.481594433188" y="397.165070228986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 548.481594433188 397.165070228986)"></text><text class="pin-number sch-pin-label" x="549.5124779862999" y="410.82427730772" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 549.5124779862999 410.82427730772)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="549.5124779862999" y1="410.82427730772" x2="549.5124779862999" y2="427.833855934068" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="548.481594433188" y="426.802972380956" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="548.481594433188" y="419.329066620894" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 548.481594433188 419.329066620894)"></text><text class="pin-number sch-pin-label" x="549.5124779862999" y="405.66985954216005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 549.5124779862999 405.66985954216005)">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="848.984150165336" y="364.46259095404014" width="7.98934753661797" height="18.012388643099882" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="848.984150165336" y="364.46259095404014" width="7.98934753661797" height="18.012388643099882" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="871.148146557244" y1="364.46259095404014" x2="871.148146557244" y2="343.84491989180015" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="870.117263004132" y="342.81403633868814" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="870.117263004132" y="354.15375542292014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 870.117263004132 354.15375542292014)"></text><text class="pin-number sch-pin-label" x="871.148146557244" y="369.61700871960016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 871.148146557244 369.61700871960016)">collector</text><line class="component-pin sch-component-pin sch-port-line" x1="871.148146557244" y1="382.47497959714" x2="871.148146557244" y2="403.09265065938" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="870.117263004132" y="402.061767106268" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="870.117263004132" y="392.78381512826" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 870.117263004132 392.78381512826)"></text><text class="pin-number sch-pin-label" x="871.148146557244" y="377.32056183158005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 871.148146557244 377.32056183158005)">emitter</text><line class="component-pin sch-component-pin sch-port-line" x1="848.984150165336" y1="374.7433529488" x2="828.366479103096" y2="374.7433529488" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><rect x="827.3355955499841" y="373.712469395688" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.675314634216" y="373.712469395688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="854.138567930896" y="374.7433529488" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">base</text><line class="component-pin sch-component-pin sch-port-line" x1="848.984150165336" y1="374.7433529488" x2="829.397362656208" y2="374.7433529488" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="828.366479103096" cy="374.7433529488" r="1.030883553112" stroke-width="1.030883553112px"/><rect x="827.3355955499841" y="373.712469395688" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.675314634216" y="373.712469395688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="854.138567930896" y="374.7433529488" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">pin2_internal_1</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="847.9532666122241" y="454.63682831498005" width="56.183153644603976" height="5.15441776555997" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="847.9532666122241" y="454.63682831498005" width="56.183153644603976" height="5.15441776555997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="871.148146557244" y1="454.63682831498005" x2="871.148146557244" y2="441.75078390108" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="870.117263004132" y="440.719900347968" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="870.117263004132" y="448.19380610803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 870.117263004132 448.19380610803)"></text><text class="pin-number sch-pin-label" x="871.148146557244" y="459.79124608054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 871.148146557244 459.79124608054)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="871.148146557244" y1="459.79124608054" x2="871.148146557244" y2="472.67729049444006" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="870.117263004132" y="471.64640694132805" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="870.117263004132" y="466.23426828749007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 870.117263004132 466.23426828749007)"></text><text class="pin-number sch-pin-label" x="871.148146557244" y="454.63682831498005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 871.148146557244 454.63682831498005)">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="549.5124779862999" y="523.963747261762" width="5.154417765560083" height="43.297109230703995" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="549.5124779862999" y="523.963747261762" width="5.154417765560083" height="43.297109230703995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="549.5124779862999" y1="545.6123018771141" x2="536.6264335724" y2="545.6123018771141" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="535.595550019288" y="544.5814183240021" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="543.0694557793499" y="544.581418324002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="554.66689575186" y="545.6123018771141" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="554.66689575186" y1="545.6123018771141" x2="567.55294016576" y2="545.6123018771141" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="566.522056612648" y="544.5814183240021" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="561.10991795881" y="544.581418324002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="549.5124779862999" y="545.6123018771141" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">neg</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="894.85846827882" y="410.82427730772" width="60.04896696877404" height="5.1544177655600265" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="894.85846827882" y="410.82427730772" width="60.04896696877404" height="5.1544177655600265" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="918.05334822384" y1="410.82427730772" x2="918.05334822384" y2="393.814698681372" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="917.022464670728" y="392.78381512826" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.022464670728" y="402.319487994546" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 917.022464670728 402.319487994546)"></text><text class="pin-number sch-pin-label" x="918.05334822384" y="415.97869507328005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 918.05334822384 415.97869507328005)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="918.05334822384" y1="415.97869507328005" x2="918.05334822384" y2="432.98827369962805" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="917.022464670728" y="431.95739014651605" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.022464670728" y="424.48348438645405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 917.022464670728 424.48348438645405)"></text><text class="pin-number sch-pin-label" x="918.05334822384" y="410.82427730772" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 918.05334822384 410.82427730772)">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="961.8658992311" y="225.780679524116" width="5.15441776555997" height="35.05004080580801" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="961.8658992311" y="225.780679524116" width="5.15441776555997" height="35.05004080580801" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="961.8658992311" y1="243.30569992702004" x2="948.9798548172" y2="243.30569992702004" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="947.9489712640881" y="242.27481637390804" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="955.42287702415" y="242.27481637390804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="967.02031699666" y="243.30569992702004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="967.02031699666" y1="243.30569992702004" x2="979.9063614105601" y2="243.30569992702004" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="978.8754778574481" y="242.27481637390804" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="973.46333920361" y="242.27481637390804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="961.8658992311" y="243.30569992702004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" 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="961.8658992311" y="563.3950431682961" width="5.15441776555997" height="35.05004080580795" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="961.8658992311" y="563.3950431682961" width="5.15441776555997" height="35.05004080580795" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="961.8658992311" y1="580.9200635712" x2="948.9798548172" y2="580.9200635712" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="947.9489712640881" y="579.889180018088" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="955.42287702415" y="579.889180018088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="967.02031699666" y="580.9200635712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="967.02031699666" y1="580.9200635712" x2="979.9063614105601" y2="580.9200635712" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="978.8754778574481" y="579.889180018088" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="973.46333920361" y="579.889180018088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="961.8658992311" y="580.9200635712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">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="999.4931489196881" y="378.86688716124803" width="38.142691465144026" height="12.370602637344007" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="999.4931489196881" y="378.86688716124803" width="38.142691465144026" height="12.370602637344007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1013.4100768866999" y1="378.86688716124803" x2="1013.4100768866999" y2="358.24921609900804" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="1012.379193333588" y="357.21833254589603" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.3791933335881" y="368.55805163012803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 1012.3791933335881 368.55805163012803)"></text><text class="pin-number sch-pin-label" x="1013.4100768866999" y="384.021304926808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 1013.4100768866999 384.021304926808)">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="1013.4100768866999" y1="391.23748979859204" x2="1013.4100768866999" y2="411.85516086083203" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="1012.379193333588" y="410.82427730772" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="1012.3791933335881" y="401.54632532971203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 1012.3791933335881 401.54632532971203)"></text><text class="pin-number sch-pin-label" x="1013.4100768866999" y="386.083072033032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 1013.4100768866999 386.083072033032)">neg</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="1056.191744340848" y="298.97341179506805" width="12.370602637344064" height="35.05004080580795" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1056.191744340848" y="298.97341179506805" width="12.370602637344064" height="35.05004080580795" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1068.562346978192" y1="312.89033976208003" x2="1089.180018040432" y2="312.89033976208003" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="1088.14913448732" y="311.859456208968" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="1078.871182509312" y="311.859456208968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="1063.4079292126319" y="312.89033976208003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="1056.191744340848" y1="312.89033976208003" x2="1035.574073278608" y2="312.89033976208003" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="1034.543189725496" y="311.859456208968" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.882908809728" y="311.859456208968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="1061.346162106408" y="312.89033976208003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">neg</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="1116.4984321979" y="295.36531935917606" width="5.154417765560083" height="35.05004080580795" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1116.4984321979" y="295.36531935917606" width="5.154417765560083" height="35.05004080580795" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1116.4984321979" y1="312.89033976208003" x2="1103.612387784" y2="312.89033976208003" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="1102.581504230888" y="311.859456208968" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.05540999095" y="311.859456208968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="1121.65284996346" y="312.89033976208003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="1121.65284996346" y1="312.89033976208003" x2="1134.53889437736" y2="312.89033976208003" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="1133.508010824248" y="311.859456208968" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="1128.09587217041" y="311.859456208968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform=""></text><text class="pin-number sch-pin-label" x="1116.4984321979" y="312.89033976208003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="">cathode</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="1136.085219707028" y="378.86688716124803" width="38.142691465144026" height="12.370602637344007" stroke-width="1.030883553112px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1136.085219707028" y="378.86688716124803" width="38.142691465144026" height="12.370602637344007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1150.0021476740399" y1="378.86688716124803" x2="1150.0021476740399" y2="358.24921609900804" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="1148.9712641209278" y="357.21833254589603" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="1148.971264120928" y="368.55805163012803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 1148.971264120928 368.55805163012803)"></text><text class="pin-number sch-pin-label" x="1150.0021476740399" y="384.021304926808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 1150.0021476740399 384.021304926808)">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="1150.0021476740399" y1="391.23748979859204" x2="1150.0021476740399" y2="411.85516086083203" stroke-width="1.030883553112px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="1148.9712641209278" y="410.82427730772" width="2.061767106224" height="2.061767106224" opacity="0"/></g><text class="pin-number sch-pin-number" x="1148.971264120928" y="401.54632532971203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.73162664834px" transform="rotate(-90 1148.971264120928 401.54632532971203)"></text><text class="pin-number sch-pin-label" x="1150.0021476740399" y="386.083072033032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.73162664834px" transform="rotate(-90 1150.0021476740399 386.083072033032)">neg</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="490.23667368236" cy="266.242858983762" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="490.23667368236" cy="339.43559125471404" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="490.23667368236" cy="218.82221554060996" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="490.23667368236" cy="242.01709548562997" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="490.23667368236" cy="545.6123018771141" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="490.23667368236" cy="460.56440874537407" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="490.23667368236" cy="315.20982775658206" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="490.23667368236" cy="302.83922511923805" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="490.23667368236" cy="507.9850521885261" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="490.23667368236" cy="582.2086680125901" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="490.23667368236" cy="484.27473046695013" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="253.13345646659997" cy="302.58150423096004" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="253.13345646659997" cy="328.35359305876" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="490.23667368236" cy="363.14591297629005" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="253.13345646659997" cy="388.144839139256" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="253.13345646659997" cy="361.8573085349" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="253.13345646659997" cy="460.822129633652" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="253.13345646659997" cy="485.047893131784" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="490.23667368236" cy="278.613461621106" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="490.23667368236" cy="290.98406425845" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="253.13345646659997" cy="534.014861904604" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="52.111163609759956" cy="351.54847300378003" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="83.03767020312" cy="351.54847300378003" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="52.111163609759956" cy="392.78381512826" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="83.03767020312" cy="392.78381512826" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="152.62231003818" cy="352.57935655689204" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="152.62231003818" cy="391.752931575148" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="662.9096688286199" cy="352.57935655689204" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="662.9096688286199" cy="391.752931575148" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="606.2110734074599" cy="370.61981873635204" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="606.2110734074599" cy="409.793393754608" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="549.5124779862999" cy="388.660280915812" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="549.5124779862999" cy="427.833855934068" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="871.148146557244" cy="343.84491989180015" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="871.148146557244" cy="403.09265065938" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="828.366479103096" cy="374.7433529488" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="828.366479103096" cy="374.7433529488" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="871.148146557244" cy="441.75078390108" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="871.148146557244" cy="472.67729049444006" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="536.6264335724" cy="545.6123018771141" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="567.55294016576" cy="545.6123018771141" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="918.05334822384" cy="393.814698681372" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="918.05334822384" cy="432.98827369962805" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="948.9798548172" cy="243.30569992702004" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="979.9063614105601" cy="243.30569992702004" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="948.9798548172" cy="580.9200635712" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="979.9063614105601" cy="580.9200635712" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="1013.4100768866999" cy="358.24921609900804" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="1013.4100768866999" cy="411.85516086083203" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="1089.180018040432" cy="312.89033976208003" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="1035.574073278608" cy="312.89033976208003" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="1103.612387784" cy="312.89033976208003" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="1134.53889437736" cy="312.89033976208003" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="1150.0021476740399" cy="358.24921609900804" r="2.061767106224" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="1150.0021476740399" cy="411.85516086083203" r="2.061767106224" 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="
|
|
154
|
+
M 606.2110734074599,355.02770499553304
|
|
155
|
+
L 608.9944590008623,349.873287229973
|
|
156
|
+
L 626.6706756582228,349.873287229973
|
|
157
|
+
L 626.6706756582228,360.18212276109307
|
|
158
|
+
L 608.9944590008623,360.18212276109307
|
|
159
159
|
Z
|
|
160
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
161
|
-
M
|
|
162
|
-
L
|
|
163
|
-
L
|
|
164
|
-
L
|
|
165
|
-
L
|
|
160
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="610.850049396464" y="355.02770499553304" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
161
|
+
M 549.5124779862999,484.27473046695013
|
|
162
|
+
L 554.6668957518599,487.0581160603525
|
|
163
|
+
L 554.6668957518599,504.73433271771296
|
|
164
|
+
L 544.35806022074,504.73433271771296
|
|
165
|
+
L 544.35806022074,487.0581160603525
|
|
166
166
|
Z
|
|
167
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
168
|
-
M
|
|
169
|
-
L
|
|
170
|
-
L
|
|
171
|
-
L
|
|
172
|
-
L
|
|
167
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="549.5124779862999" y="488.9137064559541" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(90 549.5124779862999 488.9137064559541)">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="
|
|
168
|
+
M 238.13410076882036,536.6436149650397
|
|
169
|
+
L 243.28851853438036,539.427000558442
|
|
170
|
+
L 243.28851853438036,557.1032172158025
|
|
171
|
+
L 232.97968300326036,557.1032172158025
|
|
172
|
+
L 232.97968300326036,539.427000558442
|
|
173
173
|
Z
|
|
174
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
175
|
-
M
|
|
176
|
-
L
|
|
177
|
-
L
|
|
178
|
-
L
|
|
179
|
-
L
|
|
174
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="238.13410076882036" y="541.2825909540437" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(90 238.13410076882036 541.2825909540437)">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="
|
|
175
|
+
M 834.29405953349,243.30569992702004
|
|
176
|
+
L 829.13964176793,240.52231433361766
|
|
177
|
+
L 829.13964176793,222.84609767625722
|
|
178
|
+
L 839.44847729905,222.84609767625722
|
|
179
|
+
L 839.44847729905,240.52231433361766
|
|
180
180
|
Z
|
|
181
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
182
|
-
M
|
|
183
|
-
L
|
|
184
|
-
L
|
|
185
|
-
L
|
|
186
|
-
L
|
|
181
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="834.29405953349" y="238.66672393801605" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(-90 834.29405953349 238.66672393801605)">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="
|
|
182
|
+
M 513.43155362738,545.6123018771141
|
|
183
|
+
L 508.27713586182,542.8289162837117
|
|
184
|
+
L 508.27713586182,525.1526996263513
|
|
185
|
+
L 518.58597139294,525.1526996263513
|
|
186
|
+
L 518.58597139294,542.8289162837117
|
|
187
187
|
Z
|
|
188
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
189
|
-
M
|
|
190
|
-
L
|
|
191
|
-
L
|
|
192
|
-
L
|
|
193
|
-
L
|
|
188
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="513.43155362738" y="540.97332588811" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(-90 513.43155362738 540.97332588811)">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="
|
|
189
|
+
M 627.1508955800475,460.56440874537407
|
|
190
|
+
L 621.9964778144875,457.7810231519717
|
|
191
|
+
L 621.9964778144875,440.10480649461124
|
|
192
|
+
L 632.3053133456075,440.10480649461124
|
|
193
|
+
L 632.3053133456075,457.7810231519717
|
|
194
194
|
Z
|
|
195
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
196
|
-
M
|
|
197
|
-
L
|
|
198
|
-
L
|
|
199
|
-
L
|
|
200
|
-
L
|
|
195
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="627.1508955800475" y="455.92543275637007" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(-90 627.1508955800475 455.92543275637007)">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="
|
|
196
|
+
M 662.9096688286199,315.20982775658206
|
|
197
|
+
L 657.75525106306,312.4264421631797
|
|
198
|
+
L 657.75525106306,294.75022550581923
|
|
199
|
+
L 668.0640865941799,294.75022550581923
|
|
200
|
+
L 668.0640865941799,312.4264421631797
|
|
201
201
|
Z
|
|
202
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
203
|
-
M
|
|
204
|
-
L
|
|
205
|
-
L
|
|
206
|
-
L
|
|
207
|
-
L
|
|
202
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="662.9096688286199" y="310.57085176757806" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(-90 662.9096688286199 310.57085176757806)">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="
|
|
203
|
+
M 534.04922468962,582.2086680125901
|
|
204
|
+
L 539.20364245518,584.9920536059925
|
|
205
|
+
L 539.20364245518,602.668270263353
|
|
206
|
+
L 528.89480692406,602.668270263353
|
|
207
|
+
L 528.89480692406,584.9920536059925
|
|
208
208
|
Z
|
|
209
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
210
|
-
M
|
|
211
|
-
L
|
|
212
|
-
L
|
|
213
|
-
L
|
|
214
|
-
L
|
|
209
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="534.04922468962" y="586.8476440015942" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(90 534.04922468962 586.8476440015942)">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="
|
|
210
|
+
M 231.94879945014833,325.7248399983244
|
|
211
|
+
L 226.79438168458833,322.941454404922
|
|
212
|
+
L 226.79438168458833,305.26523774756157
|
|
213
|
+
L 237.10321721570833,305.26523774756157
|
|
214
|
+
L 237.10321721570833,322.941454404922
|
|
215
215
|
Z
|
|
216
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
217
|
-
M
|
|
218
|
-
L
|
|
219
|
-
L
|
|
220
|
-
L
|
|
221
|
-
L
|
|
216
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="231.94879945014833" y="321.0858640093204" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(-90 231.94879945014833 321.0858640093204)">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="
|
|
217
|
+
M 549.5124779862999,363.14591297629005
|
|
218
|
+
L 544.35806022074,360.36252738288766
|
|
219
|
+
L 544.35806022074,342.6863107255272
|
|
220
|
+
L 554.6668957518599,342.6863107255272
|
|
221
|
+
L 554.6668957518599,360.36252738288766
|
|
222
222
|
Z
|
|
223
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
224
|
-
M
|
|
225
|
-
L
|
|
226
|
-
L
|
|
227
|
-
L
|
|
228
|
-
L
|
|
223
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="549.5124779862999" y="358.50693698728605" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(-90 549.5124779862999 358.50693698728605)">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="
|
|
224
|
+
M 152.62231003818,392.78381512826
|
|
225
|
+
L 149.8389244447776,397.93823289382004
|
|
226
|
+
L 132.16270778741716,397.93823289382
|
|
227
|
+
L 132.16270778741716,387.6293973627
|
|
228
|
+
L 149.8389244447776,387.6293973627
|
|
229
229
|
Z
|
|
230
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
231
|
-
M
|
|
232
|
-
L
|
|
233
|
-
L
|
|
234
|
-
L
|
|
235
|
-
L
|
|
230
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="147.983334049176" y="392.78381512826" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
231
|
+
M 152.62231003818,351.54847300378003
|
|
232
|
+
L 149.8389244447776,356.70289076934006
|
|
233
|
+
L 132.16270778741716,356.70289076934
|
|
234
|
+
L 132.16270778741716,346.39405523822
|
|
235
|
+
L 149.8389244447776,346.39405523822
|
|
236
236
|
Z
|
|
237
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
238
|
-
M
|
|
239
|
-
L
|
|
240
|
-
L
|
|
241
|
-
L
|
|
242
|
-
L
|
|
237
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="147.983334049176" y="351.54847300378003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
|
|
238
|
+
M 33.50371547608836,333.4564666466644
|
|
239
|
+
L 28.34929771052836,330.673081053262
|
|
240
|
+
L 28.34929771052836,312.9968643959016
|
|
241
|
+
L 38.65813324164836,312.9968643959016
|
|
242
|
+
L 38.65813324164836,330.673081053262
|
|
243
243
|
Z
|
|
244
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
245
|
-
M
|
|
246
|
-
L
|
|
247
|
-
L
|
|
248
|
-
L
|
|
249
|
-
L
|
|
244
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="33.50371547608836" y="328.8174906576604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(-90 33.50371547608836 328.8174906576604)">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="
|
|
245
|
+
M 30.926506593308318,390.1550620678244
|
|
246
|
+
L 25.77208882774832,387.37167647442203
|
|
247
|
+
L 25.77208882774832,369.6954598170616
|
|
248
|
+
L 36.080924358868316,369.6954598170616
|
|
249
|
+
L 36.080924358868316,387.37167647442203
|
|
250
250
|
Z
|
|
251
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
252
|
-
M
|
|
253
|
-
L
|
|
254
|
-
L
|
|
255
|
-
L
|
|
256
|
-
L
|
|
251
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="30.926506593308318" y="385.5160860788204" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(-90 30.926506593308318 385.5160860788204)">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="
|
|
252
|
+
M 871.148146557244,422.42171728023004
|
|
253
|
+
L 873.9315321506464,417.26729951467
|
|
254
|
+
L 891.6077488080068,417.26729951467
|
|
255
|
+
L 891.6077488080068,427.57613504579007
|
|
256
|
+
L 873.9315321506464,427.57613504579007
|
|
257
257
|
Z
|
|
258
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
259
|
-
M
|
|
260
|
-
L
|
|
261
|
-
L
|
|
262
|
-
L
|
|
263
|
-
L
|
|
258
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="875.787122546248" y="422.42171728023004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
|
|
259
|
+
M 1021.657145311596,312.89033976208003
|
|
260
|
+
L 1016.502727546036,310.10695416867765
|
|
261
|
+
L 1016.502727546036,292.4307375113172
|
|
262
|
+
L 1026.811563077156,292.4307375113172
|
|
263
|
+
L 1026.811563077156,310.10695416867765
|
|
264
264
|
Z
|
|
265
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
266
|
-
M
|
|
267
|
-
L
|
|
268
|
-
L
|
|
269
|
-
L
|
|
270
|
-
L
|
|
265
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="1021.657145311596" y="308.25136377307604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(-90 1021.657145311596 308.25136377307604)">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="
|
|
266
|
+
M 1013.4100768866999,496.387612216016
|
|
267
|
+
L 1010.6266912932975,501.54202998157604
|
|
268
|
+
L 962.6768609595481,501.542029981576
|
|
269
|
+
L 962.6768609595481,491.233194450456
|
|
270
|
+
L 1010.6266912932975,491.233194450456
|
|
271
271
|
Z
|
|
272
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
273
|
-
M
|
|
274
|
-
L
|
|
275
|
-
L
|
|
276
|
-
L
|
|
277
|
-
L
|
|
272
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="1008.7711008976959" y="496.387612216016" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="">XXXXXXX</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="
|
|
273
|
+
M 1096.396202912216,312.89033976208003
|
|
274
|
+
L 1091.241785146656,310.10695416867765
|
|
275
|
+
L 1091.241785146656,292.4307375113172
|
|
276
|
+
L 1101.5506206777761,292.4307375113172
|
|
277
|
+
L 1101.5506206777761,310.10695416867765
|
|
278
278
|
Z
|
|
279
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
280
|
-
M
|
|
281
|
-
L
|
|
282
|
-
L
|
|
283
|
-
L
|
|
284
|
-
L
|
|
279
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="1096.396202912216" y="308.25136377307604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(-90 1096.396202912216 308.25136377307604)">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="
|
|
280
|
+
M 1150.0021476740399,312.89033976208003
|
|
281
|
+
L 1144.8477299084798,310.10695416867765
|
|
282
|
+
L 1144.8477299084798,292.4307375113172
|
|
283
|
+
L 1155.1565654396,292.4307375113172
|
|
284
|
+
L 1155.1565654396,310.10695416867765
|
|
285
285
|
Z
|
|
286
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
286
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.030883553112px"/><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="1150.0021476740399" y="308.25136377307604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.277951978008px" transform="rotate(-90 1150.0021476740399 308.25136377307604)">XX</text><text class="sch-text" x="307.770284781536" y="613.392895494228" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.277951978007986px" transform="rotate(0, 307.770284781536, 613.392895494228)">PGA300ARHHR</text><text class="sch-text" x="279.936428847512" y="188.411150723806" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.277951978008px" transform="rotate(0, 279.936428847512, 188.411150723806)">U1</text><rect class="schematic-box sch-box" x="273.75112752884" y="608.7539195052241" width="68.03831450539201" height="9.27795197800799" stroke-width="1.030883553112px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.247068424896 4.123534212448"/><rect class="schematic-box sch-box" x="270.658476869504" y="181.968128516856" width="18.55590395601598" height="12.886044413899981" stroke-width="1.030883553112px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.247068424896 4.123534212448"/>
|
|
287
287
|
</g>
|
|
288
288
|
</svg>
|