@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.
Files changed (71) hide show
  1. package/dist/index.d.ts +43 -9
  2. package/dist/index.js +807 -115
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +536 -94
  5. package/lib/solvers/InlineNetLabelSolver/pushAnchoredNetLabelsAwayFromInlineLabels.ts +9 -7
  6. package/lib/solvers/InlineNetLabelSolver/pushInlineTerminalLabelsAwayFromAnchoredLabels.ts +295 -0
  7. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +7 -35
  8. package/lib/solvers/SchematicTraceLinesSolver/getTraceConnectedPinComponents.ts +60 -0
  9. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  10. package/lib/types/InputProblem.ts +5 -4
  11. package/package.json +1 -1
  12. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  13. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  14. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  15. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  16. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  17. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  18. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  19. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  20. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  21. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  22. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  23. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  24. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  25. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  26. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  27. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  28. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +600 -792
  29. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +66 -1
  30. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  31. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  32. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  33. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  34. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  35. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  36. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +106 -0
  37. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  38. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  39. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  40. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  41. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  42. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  43. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  44. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  45. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  46. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  47. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  48. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  49. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  50. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  51. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  52. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  53. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  54. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  55. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  56. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  57. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  58. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  59. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  60. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  61. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  62. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  63. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  64. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  65. package/tests/repros/repro-usb-power-vbus-label-detour.test.ts +14 -0
  66. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
  67. package/tests/solvers/InlineNetLabelSolver/multi-pin-connected-components.test.ts +252 -0
  68. package/tests/solvers/InlineNetLabelSolver/opposite-side-placement.test.ts +71 -0
  69. package/tests/solvers/InlineNetLabelSolver/push-anchored-net-labels-away.test.ts +8 -2
  70. package/tests/solvers/InlineNetLabelSolver/push-inline-terminal-labels-away.test.ts +91 -0
  71. package/tests/solvers/InlineNetLabelSolver/two-pin-terminal-stubs-atomic.test.ts +7 -1
@@ -147,125 +147,125 @@ orientation: y+" data-x="6" data-y="1.2" cx="383.859649122807" cy="308.505263157
147
147
  .port-label { fill: rgb(0, 100, 100); }
148
148
  .component-name { fill: rgb(0, 100, 100); }
149
149
 
150
- </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 301.81702263320005 366.2786805866 L 301.81702263320005 454.26082913609997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 301.81702263320005 366.2786805866 L 301.81702263320005 454.26082913609997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 408.92572521520003 385.4052346191 L 301.81702263320005 385.4052346191 L 301.81702263320005 366.2786805866" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.92572521520003 385.4052346191 L 301.81702263320005 385.4052346191 L 301.81702263320005 366.2786805866" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 408.92572521520003 393.0558562321 L 347.72075231120004 393.0558562321 L 347.72075231120004 455.0258912974" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.92572521520003 393.0558562321 L 347.72075231120004 393.0558562321 L 347.72075231120004 455.0258912974" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 466.3053873127 454.26082913609997 L 466.3053873127 477.21269397509997 L 389.7991711827 477.21269397509997 L 389.7991711827 500.16455881409996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 466.3053873127 454.26082913609997 L 466.3053873127 477.21269397509997 L 389.7991711827 477.21269397509997 L 389.7991711827 500.16455881409996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 538.9862926362 373.9293021996 L 569.5887790882 373.9293021996 L 569.5887790882 270.64591042409995 L 600.1912655402 270.64591042409995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.9862926362 373.9293021996 L 569.5887790882 373.9293021996 L 569.5887790882 270.64591042409995 L 600.1912655402 270.64591042409995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 623.1431303792 270.64591042409995 L 661.3962384442 270.64591042409995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 623.1431303792 270.64591042409995 L 661.3962384442 270.64591042409995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 684.3481032832 270.64591042409995 L 691.9987248962 270.64591042409995 L 691.9987248962 360.9232454575 L 575.3267452979501 360.9232454575 L 575.3267452979501 381.5799238126 L 538.9862926362 381.5799238126" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 684.3481032832 270.64591042409995 L 691.9987248962 270.64591042409995 L 691.9987248962 360.9232454575 L 575.3267452979501 360.9232454575 L 575.3267452979501 381.5799238126 L 538.9862926362 381.5799238126" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 729.1840930823357 270.545513229328 L 684.3481032832 270.545513229328 L 684.3481032832 270.64591042409995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 729.1840930823357 270.545513229328 L 684.3481032832 270.545513229328 L 684.3481032832 270.64591042409995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 538.9862926362 389.2305454256 L 604.0165763467 389.2305454256 L 604.0165763467 381.5799238126 L 611.6671979597 381.5799238126" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.9862926362 389.2305454256 L 604.0165763467 389.2305454256 L 604.0165763467 381.5799238126 L 611.6671979597 381.5799238126" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 845.0111571561999 404.5317886516 L 845.0111571561999 350.9774373606" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.0111571561999 404.5317886516 L 845.0111571561999 350.9774373606" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 779.9808734457 377.7546130061 L 845.0111571561999 377.7546130061 L 845.0111571561999 350.9774373606" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 779.9808734457 377.7546130061 L 845.0111571561999 377.7546130061 L 845.0111571561999 350.9774373606" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 757.0290086067 377.7546130061 L 722.6012113482 377.7546130061 L 722.6012113482 412.9474724259" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.0290086067 377.7546130061 L 722.6012113482 377.7546130061 L 722.6012113482 412.9474724259" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 722.6012113482 442.0198345553 L 722.6012113482 449.6704561683 L 630.7937519922 449.6704561683 L 630.7937519922 396.8811670386 L 538.9862926362 396.8811670386" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.6012113482 442.0198345553 L 722.6012113482 449.6704561683 L 630.7937519922 449.6704561683 L 630.7937519922 396.8811670386 L 538.9862926362 396.8811670386" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 722.6012113482 492.51393720109996 L 722.6012113482 442.01983455529995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.6012113482 492.51393720109996 L 722.6012113482 442.01983455529995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 845.0111571561999 427.4836534906 L 845.0111571561999 449.6704561683 L 722.6012113482 449.6704561683 L 722.6012113482 442.0198345553" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.0111571561999 427.4836534906 L 845.0111571561999 449.6704561683 L 722.6012113482 449.6704561683 L 722.6012113482 442.0198345553" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 148.80459037320003 332.61594548939996 L 148.80459037320003 324.96532387639996 L 130.63436404232505 324.96532387639996 L 130.63436404232505 343.3268157476 L 129.67803634070003 343.3268157476" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 148.80459037320003 332.61594548939996 L 148.80459037320003 324.96532387639996 L 130.63436404232505 324.96532387639996 L 130.63436404232505 343.3268157476 L 129.67803634070003 343.3268157476" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 198.53363085770002 332.61594548939996 L 198.53363085770002 324.9653238764 L 148.80459037320003 324.9653238764 L 148.80459037320003 332.61594548939996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 198.53363085770002 332.61594548939996 L 198.53363085770002 324.9653238764 L 148.80459037320003 324.9653238764 L 148.80459037320003 332.61594548939996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 248.2626713422 332.61594548939996 L 248.2626713422 324.96532387639996 L 198.53363085770002 324.96532387639996 L 198.53363085770002 332.61594548939996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 248.2626713422 332.61594548939996 L 248.2626713422 324.96532387639996 L 198.53363085770002 324.96532387639996 L 198.53363085770002 332.61594548939996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 301.81702263320005 343.3268157476 L 301.81702263320005 324.96532387639996 L 248.2626713422 324.96532387639996 L 248.2626713422 332.61594548939996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 301.81702263320005 343.3268157476 L 301.81702263320005 324.96532387639996 L 248.2626713422 324.96532387639996 L 248.2626713422 332.61594548939996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 408.92572521520003 377.7546130061 L 355.37137392420004 377.7546130061 L 355.37137392420004 335.6761941346 L 301.81702263320005 335.6761941346 L 301.81702263320005 343.3268157476" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.92572521520003 377.7546130061 L 355.37137392420004 377.7546130061 L 355.37137392420004 335.6761941346 L 301.81702263320005 335.6761941346 L 301.81702263320005 343.3268157476" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 148.80459037320003 361.68830761879997 L 148.80459037320003 369.33892923179997 L 130.63436404232505 369.33892923179997 L 130.63436404232505 350.9774373606 L 129.67803634070003 350.9774373606" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 148.80459037320003 361.68830761879997 L 148.80459037320003 369.33892923179997 L 130.63436404232505 369.33892923179997 L 130.63436404232505 350.9774373606 L 129.67803634070003 350.9774373606" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 198.53363085770002 361.68830761879997 L 198.53363085770002 369.33892923179997 L 148.80459037320003 369.33892923179997 L 148.80459037320003 361.68830761879997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 198.53363085770002 361.68830761879997 L 198.53363085770002 369.33892923179997 L 148.80459037320003 369.33892923179997 L 148.80459037320003 361.68830761879997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 248.2626713422 361.68830761879997 L 248.2626713422 369.3389292318 L 198.53363085770002 369.3389292318 L 198.53363085770002 361.68830761879997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 248.2626713422 361.68830761879997 L 248.2626713422 369.3389292318 L 198.53363085770002 369.3389292318 L 198.53363085770002 361.68830761879997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 481.60663053869996 454.26082913609997 L 481.60663053869996 484.86331558809997 L 248.2626713422 484.86331558809997 L 248.2626713422 361.68830761879997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 481.60663053869996 454.26082913609997 L 481.60663053869996 484.86331558809997 L 248.2626713422 484.86331558809997 L 248.2626713422 361.68830761879997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 948.2945489317001 350.2123751993 L 948.2945489317001 357.86299681229997 L 910.0414408667 357.86299681229997 L 910.0414408667 350.2123751993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 948.2945489317001 350.2123751993 L 948.2945489317001 357.86299681229997 L 910.0414408667 357.86299681229997 L 910.0414408667 350.2123751993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 986.5476569967 350.2123751993 L 986.5476569967 357.86299681229997 L 948.2945489317001 357.86299681229997 L 948.2945489317001 350.2123751993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 986.5476569967 350.2123751993 L 986.5476569967 357.86299681229997 L 948.2945489317001 357.86299681229997 L 948.2945489317001 350.2123751993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 1024.8007650617 350.2123751993 L 1024.8007650617 357.86299681229997 L 986.5476569967 357.86299681229997 L 986.5476569967 350.2123751993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1024.8007650617 350.2123751993 L 1024.8007650617 357.86299681229997 L 986.5476569967 357.86299681229997 L 986.5476569967 350.2123751993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 1066.8791839332 339.50150494110005 L 1061.8106471145875 339.50150494110005 L 1061.8106471145875 357.86299681229997 L 1024.8007650617 357.86299681229997 L 1024.8007650617 350.2123751993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1066.8791839332 339.50150494110005 L 1061.8106471145875 339.50150494110005 L 1061.8106471145875 357.86299681229997 L 1024.8007650617 357.86299681229997 L 1024.8007650617 350.2123751993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 347.72075231120004 484.09825342679994 L 347.72075231120004 530.7670452661 L 301.81702263320005 530.7670452661 L 301.81702263320005 477.21269397509997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 347.72075231120004 484.09825342679994 L 347.72075231120004 530.7670452661 L 301.81702263320005 530.7670452661 L 301.81702263320005 477.21269397509997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 389.7991711827 523.1164236530999 L 389.7991711827 530.7670452661 L 347.72075231120004 530.7670452661 L 347.72075231120004 484.09825342679994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 389.7991711827 523.1164236530999 L 389.7991711827 530.7670452661 L 347.72075231120004 530.7670452661 L 347.72075231120004 484.09825342679994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 473.9560089257 454.26082913609997 L 473.9560089257 530.7670452661 L 389.7991711827 530.7670452661 L 389.7991711827 523.1164236530999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 473.9560089257 454.26082913609997 L 473.9560089257 530.7670452661 L 389.7991711827 530.7670452661 L 389.7991711827 523.1164236530999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 722.6012113482 515.4658020401 L 722.6012113482 530.7670452661 L 473.9560089257 530.7670452661 L 473.9560089257 454.26082913609997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.6012113482 515.4658020401 L 722.6012113482 530.7670452661 L 473.9560089257 530.7670452661 L 473.9560089257 454.26082913609997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 845.0111571561999 328.0255725216 L 845.0111571561999 270.746307618872 L 769.5726809050643 270.746307618872" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.0111571561999 328.0255725216 L 845.0111571561999 270.746307618872 L 769.5726809050643 270.746307618872" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 871.7883328017 321.14001306989996 L 871.7883328017 313.4893914569 L 845.0111571561999 313.4893914569 L 845.0111571561999 328.0255725216" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 871.7883328017 321.14001306989996 L 871.7883328017 313.4893914569 L 845.0111571561999 313.4893914569 L 845.0111571561999 328.0255725216" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" 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 910.0414408667 321.14001306989996 L 910.0414408667 313.48939145689997 L 871.7883328017 313.48939145689997 L 871.7883328017 321.14001306989996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 910.0414408667 321.14001306989996 L 910.0414408667 313.48939145689997 L 871.7883328017 313.48939145689997 L 871.7883328017 321.14001306989996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><path d="M 948.2945489317001 321.14001306989996 L 948.2945489317001 313.48939145689997 L 910.0414408667 313.48939145689997 L 910.0414408667 321.14001306989996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 948.2945489317001 321.14001306989996 L 948.2945489317001 313.48939145689997 L 910.0414408667 313.48939145689997 L 910.0414408667 321.14001306989996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><path d="M 986.5476569967 321.14001306989996 L 986.5476569967 313.48939145689997 L 948.2945489317001 313.48939145689997 L 948.2945489317001 321.14001306989996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 986.5476569967 321.14001306989996 L 986.5476569967 313.48939145689997 L 948.2945489317001 313.48939145689997 L 948.2945489317001 321.14001306989996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><path d="M 1024.8007650617 321.14001306989996 L 1024.8007650617 313.48939145689997 L 986.5476569967 313.48939145689997 L 986.5476569967 321.14001306989996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1024.8007650617 321.14001306989996 L 1024.8007650617 313.48939145689997 L 986.5476569967 313.48939145689997 L 986.5476569967 321.14001306989996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><path d="M 1066.8791839332 331.85088332809994 L 1061.8106471145875 331.85088332809994 L 1061.8106471145875 313.48939145689997 L 1024.8007650617 313.48939145689997 L 1024.8007650617 321.14001306989996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1066.8791839332 331.85088332809994 L 1061.8106471145875 331.85088332809994 L 1061.8106471145875 313.48939145689997 L 1024.8007650617 313.48939145689997 L 1024.8007650617 321.14001306989996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><path d="M 634.6190627987 381.5799238126 L 645.750717245615 381.5799238126 L 645.750717245615 379.629015301285" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.1204972904px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 634.6190627987 381.5799238126 L 645.750717245615 381.5799238126 L 645.750717245615 379.629015301285" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7650621613px" 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="301.81702263320005" cy="366.2786805866" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="684.3481032832" cy="270.64591042409995" r="1.14759324195" 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_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="845.0111571561999" cy="350.9774373606" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><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="722.6012113482" cy="442.0198345553" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="722.6012113482" cy="449.6704561683" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="148.80459037320003" cy="332.61594548939996" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="148.80459037320003" cy="324.96532387639996" r="1.14759324195" 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_16__stack1"><circle cx="198.53363085770002" cy="332.61594548939996" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="198.53363085770002" cy="324.9653238764" r="1.14759324195" 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="248.2626713422" cy="332.61594548939996" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="248.2626713422" cy="324.96532387639996" r="1.14759324195" 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"><circle cx="301.81702263320005" cy="343.3268157476" r="1.14759324195" 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_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"><circle cx="148.80459037320003" cy="361.68830761879997" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="148.80459037320003" cy="369.33892923179997" r="1.14759324195" 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_21__stack1"><circle cx="198.53363085770002" cy="361.68830761879997" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="198.53363085770002" cy="369.33892923179997" r="1.14759324195" 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_22__stack1"><circle cx="248.2626713422" cy="361.68830761879997" r="1.14759324195" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><circle cx="948.2945489317001" cy="350.2123751993" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="948.2945489317001" cy="357.86299681229997" r="1.14759324195" 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_25__stack1"><circle cx="986.5476569967" cy="350.2123751993" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="986.5476569967" cy="357.86299681229997" r="1.14759324195" 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"><circle cx="1024.8007650617" cy="350.2123751993" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1024.8007650617" cy="357.86299681229997" r="1.14759324195" 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_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="347.72075231120004" cy="484.09825342679994" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="347.72075231120004" cy="530.7670452661" r="1.14759324195" 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"><circle cx="389.7991711827" cy="523.1164236530999" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="389.7991711827" cy="530.7670452661" r="1.14759324195" 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_30__stack1"><circle cx="473.9560089257" cy="454.26082913609997" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="473.9560089257" cy="530.7670452661" r="1.14759324195" 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_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"><circle cx="845.0111571561999" cy="328.0255725216" r="1.14759324195" 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_33__stack1"><circle cx="871.7883328017" cy="321.14001306989996" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="871.7883328017" cy="313.4893914569" r="1.14759324195" 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_34__stack1"><circle cx="910.0414408667" cy="321.14001306989996" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="910.0414408667" cy="313.48939145689997" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><circle cx="948.2945489317001" cy="321.14001306989996" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="948.2945489317001" cy="313.48939145689997" r="1.14759324195" 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_36__stack1"><circle cx="986.5476569967" cy="321.14001306989996" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="986.5476569967" cy="313.48939145689997" r="1.14759324195" 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_37__stack1"><circle cx="1024.8007650617" cy="321.14001306989996" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1024.8007650617" cy="313.48939145689997" r="1.14759324195" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="68.47306343670004" y="335.6761941346" width="45.90372967799999" height="22.951864838999995" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="68.47306343670004" y="335.6761941346" width="45.90372967799999" height="22.951864838999995" fill="transparent"/><text class="sch-text" x="91.42492827570004" y="347.1521265541" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 91.42492827570004, 347.1521265541)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="114.37679311470004" y1="343.3268157476" x2="129.67803634070003" y2="343.3268157476" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="128.91297417940004" y="342.5617535863" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="122.02741472770003" y="342.5617535863" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="110.55148230820004" y="343.3268157476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="114.37679311470004" y1="350.9774373606" x2="129.67803634070003" y2="350.9774373606" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="128.91297417940004" y="350.21237519929997" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="122.02741472770003" y="350.21237519929997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="110.55148230820004" y="350.9774373606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="">PGND</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="131.59069174395006" y="345.23947115084997" width="39.97449792792503" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="131.59069174395006" y="345.23947115084997" width="39.97449792792503" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="151.5779407079126" y="347.1521265541" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 151.5779407079126, 347.1521265541)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="148.80459037320003" y1="345.23947115084997" x2="148.80459037320003" y2="332.61594548939996" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="148.03952821190003" y="331.85088332809994" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="148.03952821190006" y="338.92770832012496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 148.03952821190006 338.92770832012496)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="148.80459037320003" y1="349.06478195734996" x2="148.80459037320003" y2="361.68830761879997" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="148.03952821190003" y="360.92324545749995" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="148.03952821190006" y="355.37654478807497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 148.03952821190006 355.37654478807497)">2</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="181.31973222845" y="345.23947115084997" width="39.97449792792503" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="181.31973222845" y="345.23947115084997" width="39.97449792792503" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="201.30698119241248" y="347.1521265541" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 201.30698119241248, 347.1521265541)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="198.53363085770002" y1="345.23947115084997" x2="198.53363085770002" y2="332.61594548939996" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="197.76856869640002" y="331.85088332809994" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="197.76856869640005" y="338.92770832012496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 197.76856869640005 338.92770832012496)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="198.53363085770002" y1="349.06478195734996" x2="198.53363085770002" y2="361.68830761879997" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="197.76856869640002" y="360.92324545749995" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="197.76856869640005" y="355.37654478807497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 197.76856869640005 355.37654478807497)">2</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="231.04877271295004" y="345.23947115084997" width="44.564870895724994" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="231.04877271295004" y="345.23947115084997" width="44.564870895724994" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="253.3312081608125" y="347.1521265541" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 253.3312081608125, 347.1521265541)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="248.2626713422" y1="345.23947115084997" x2="248.2626713422" y2="332.61594548939996" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="247.4976091809" y="331.85088332809994" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="247.4976091809" y="338.92770832012496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 247.4976091809 338.92770832012496)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="248.2626713422" y1="349.06478195734996" x2="248.2626713422" y2="361.68830761879997" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="247.4976091809" y="360.92324545749995" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="247.4976091809" y="355.37654478807497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 247.4976091809 355.37654478807497)">2</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="284.60312400395" y="352.89009276384996" width="46.28626075865003" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="284.60312400395" y="352.89009276384996" width="46.28626075865003" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="307.74625438327496" y="354.8027481671" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 307.74625438327496, 354.8027481671)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="301.81702263320005" y1="352.89009276384996" x2="301.81702263320005" y2="343.3268157476" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="301.05196047190003" y="342.5617535863" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.05196047190003" y="348.10845425572495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 301.05196047190003 348.10845425572495)"></text><text class="pin-number sch-pin-label" x="301.81702263320005" y="356.71540357034996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 301.81702263320005 356.71540357034996)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="301.81702263320005" y1="356.71540357034996" x2="301.81702263320005" y2="366.2786805866" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="301.05196047190003" y="365.51361842529997" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.05196047190003" y="361.497042078475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 301.05196047190003 361.497042078475)"></text><text class="pin-number sch-pin-label" x="301.81702263320005" y="352.89009276384996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 301.81702263320005 352.89009276384996)">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="284.60312400395003" y="463.82410615235" width="50.876633726449995" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="284.60312400395003" y="463.82410615235" width="50.876633726449995" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="310.041440867175" y="465.73676155559997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 310.041440867175, 465.73676155559997)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="301.81702263320005" y1="463.82410615235" x2="301.81702263320005" y2="454.26082913609997" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="301.05196047190003" y="453.49576697479995" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.05196047190003" y="459.042467644225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 301.05196047190003 459.042467644225)"></text><text class="pin-number sch-pin-label" x="301.81702263320005" y="467.64941695885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 301.81702263320005 467.64941695885)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="301.81702263320005" y1="467.64941695885" x2="301.81702263320005" y2="477.21269397509997" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="301.05196047190003" y="476.44763181379994" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.05196047190003" y="472.43105546697495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 301.05196047190003 472.43105546697495)"></text><text class="pin-number sch-pin-label" x="301.81702263320005" y="463.82410615235" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 301.81702263320005 463.82410615235)">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="330.50685368195" y="467.64941695885" width="39.97449792792497" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="330.50685368195" y="467.64941695885" width="39.97449792792497" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="350.4941026459125" y="469.56207236209997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 350.4941026459125, 469.56207236209997)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="347.72075231120004" y1="467.64941695885" x2="347.72075231120004" y2="455.0258912974" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="346.9556901499" y="454.26082913609997" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="346.9556901499" y="461.337654128125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 346.9556901499 461.337654128125)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="347.72075231120004" y1="471.47472776535" x2="347.72075231120004" y2="484.09825342679994" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="346.9556901499" y="483.3331912654999" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="346.9556901499" y="477.78649059607494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 346.9556901499 477.78649059607494)">2</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="372.58527255345" y="509.72783583035" width="50.876633726449995" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="372.58527255345" y="509.72783583035" width="50.876633726449995" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="398.023589416675" y="511.64049123359996" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 398.023589416675, 511.64049123359996)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="389.7991711827" y1="509.72783583035" x2="389.7991711827" y2="500.16455881409996" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="389.03410902139996" y="499.39949665279994" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="389.0341090214" y="504.946197322225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 389.0341090214 504.946197322225)"></text><text class="pin-number sch-pin-label" x="389.7991711827" y="513.55314663685" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 389.7991711827 513.55314663685)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="389.7991711827" y1="513.55314663685" x2="389.7991711827" y2="523.1164236530999" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="389.03410902139996" y="522.3513614917999" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="389.0341090214" y="518.334785144975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 389.0341090214 518.334785144975)"></text><text class="pin-number sch-pin-label" x="389.7991711827" y="509.72783583035" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 389.7991711827 509.72783583035)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="424.22696844120003" y="331.8508833281" width="99.45808096899998" height="107.10870258199998" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="424.22696844120003" y="331.8508833281" width="99.45808096899998" height="107.10870258199998" fill="transparent"/><text class="sch-text" x="473.9560089257" y="385.4052346191" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 473.9560089257, 385.4052346191)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="424.22696844120003" y1="385.4052346191" x2="408.92572521520003" y2="385.4052346191" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="408.1606630539" y="384.64017245779996" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.57634682820003" y="384.64017245779996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="428.0522792477" y="385.4052346191" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="">EN</text><line class="component-pin sch-component-pin sch-port-line" x1="523.6850494102" y1="396.8811670386" x2="538.9862926362" y2="396.8811670386" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="538.2212304749" y="396.11610487729996" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="531.3356710232" y="396.11610487729996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="519.8597386037001" y="396.8811670386" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="">FB</text><line class="component-pin sch-component-pin sch-port-line" x1="473.9560089257" y1="438.9595859101" x2="473.9560089257" y2="454.26082913609997" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_8_2__stack1"><rect x="473.1909467644" y="453.49576697479995" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="473.1909467644" y="446.6102075231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 473.1909467644 446.6102075231)"></text><text class="pin-number sch-pin-label" x="473.9560089257" y="435.1342751036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 473.9560089257 435.1342751036)">AGND</text><line class="component-pin sch-component-pin sch-port-line" x1="523.6850494102" y1="389.2305454256" x2="538.9862926362" y2="389.2305454256" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_8_3__stack1"><rect x="538.2212304749" y="388.46548326429996" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="531.3356710232" y="388.46548326429996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="519.8597386037001" y="389.2305454256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="">PG</text><line class="component-pin sch-component-pin sch-port-line" x1="424.22696844120003" y1="393.0558562321" x2="408.92572521520003" y2="393.0558562321" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_8_4__stack1"><rect x="408.1606630539" y="392.29079407079996" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.57634682820003" y="392.29079407079996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="428.0522792477" y="393.0558562321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="">SS</text><line class="component-pin sch-component-pin sch-port-line" x1="523.6850494102" y1="381.5799238126" x2="538.9862926362" y2="381.5799238126" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_8_5__stack1"><rect x="538.2212304749" y="380.81486165129996" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="531.3356710232" y="380.81486165129996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="519.8597386037001" y="381.5799238126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="">SW</text><line class="component-pin sch-component-pin sch-port-line" x1="523.6850494102" y1="373.9293021996" x2="538.9862926362" y2="373.9293021996" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_8_6__stack1"><rect x="538.2212304749" y="373.16424003829997" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="531.3356710232" y="373.16424003829997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="519.8597386037001" y="373.9293021996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="">BOOT</text><line class="component-pin sch-component-pin sch-port-line" x1="424.22696844120003" y1="377.7546130061" x2="408.92572521520003" y2="377.7546130061" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_8_7__stack1"><rect x="408.1606630539" y="376.98955084479996" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.57634682820003" y="376.98955084479996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="428.0522792477" y="377.7546130061" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="481.6066305387" y1="438.9595859101" x2="481.6066305387" y2="454.26082913609997" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_8_8__stack1"><rect x="480.8415683774" y="453.49576697479995" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.8415683774" y="446.6102075231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 480.8415683774 446.6102075231)"></text><text class="pin-number sch-pin-label" x="481.6066305387" y="435.1342751036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 481.6066305387 435.1342751036)">PGND</text><line class="component-pin sch-component-pin sch-port-line" x1="466.3053873127" y1="438.9595859101" x2="466.3053873127" y2="454.26082913609997" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_8_9__stack1"><rect x="465.5403251514" y="453.49576697479995" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="465.5403251514" y="446.6102075231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 465.5403251514 446.6102075231)"></text><text class="pin-number sch-pin-label" x="466.3053873127" y="435.1342751036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 466.3053873127 435.1342751036)">MODE</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="609.75454255645" y="257.63985368199997" width="3.8253108064999424" height="26.012113484199972" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="609.75454255645" y="257.63985368199997" width="3.8253108064999424" height="26.012113484199972" fill="transparent"/><text class="sch-text" x="611.6671979597" y="270.64591042409995" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 611.6671979597, 270.64591042409995)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="609.75454255645" y1="270.64591042409995" x2="600.1912655402" y2="270.64591042409995" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="599.4262033789" y="269.88084826279993" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.9729040483251" y="269.8808482628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="613.5798533629501" y="270.64591042409995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="613.57985336295" y1="270.64591042409995" x2="623.1431303792" y2="270.64591042409995" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="622.3780682179" y="269.88084826279993" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="618.361491871075" y="269.8808482628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="609.75454255645" y="270.64591042409995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="670.95951546045" y="254.5796050368" width="3.8253108064999424" height="32.13261077459998" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="670.95951546045" y="254.5796050368" width="3.8253108064999424" height="32.13261077459998" fill="transparent"/><text class="sch-text" x="672.8721708637" y="270.64591042409995" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 672.8721708637, 270.64591042409995)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="670.95951546045" y1="270.64591042409995" x2="661.3962384442" y2="270.64591042409995" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="660.6311762829" y="269.88084826279993" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="666.177876952325" y="269.8808482628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="674.78482626695" y="270.64591042409995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="674.78482626695" y1="270.64591042409995" x2="684.3481032832" y2="270.64591042409995" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="683.5830411219" y="269.88084826279993" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.566464775075" y="269.8808482628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="670.95951546045" y="270.64591042409995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="">neg</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="744.4853363083357" y="254.04902103935063" width="9.786101370728602" height="33.19377876949869" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="744.4853363083357" y="254.04902103935063" width="9.786101370728602" height="33.19377876949869" fill="transparent"/><text class="sch-text" x="749.3783869937" y="270.64591042409995" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 749.3783869937, 270.64591042409995)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="744.4853363083357" y1="270.545513229328" x2="729.1840930823357" y2="270.545513229328" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="728.4190309210358" y="269.78045106802796" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="736.8347146953357" y="269.780451068028" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="748.3106471148357" y="270.545513229328" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="754.2714376790643" y1="270.746307618872" x2="769.5726809050643" y2="270.746307618872" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="768.8076187437644" y="269.98124545757196" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.9220592920643" y="269.98124545757196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="750.4461268725643" y="270.746307618872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" 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="621.2304749759501" y="368.5738670705" width="3.8253108064999424" height="26.012113484199972" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="621.2304749759501" y="368.5738670705" width="3.8253108064999424" height="26.012113484199972" fill="transparent"/><text class="sch-text" x="623.1431303792" y="381.5799238126" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 623.1431303792, 381.5799238126)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="621.2304749759501" y1="381.5799238126" x2="611.6671979597" y2="381.5799238126" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="610.9021357984001" y="380.81486165129996" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="616.448836467825" y="380.81486165129996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="625.05578578245" y="381.5799238126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="625.05578578245" y1="381.5799238126" x2="634.6190627987" y2="381.5799238126" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="633.8540006374001" y="380.81486165129996" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="629.837424290575" y="380.81486165129996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="621.23047497595" y="381.5799238126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" 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="827.79725852695" y="337.58884953784997" width="46.28626075864997" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="827.79725852695" y="337.58884953784997" width="46.28626075864997" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="850.9403889062751" y="339.50150494109994" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 850.9403889062751, 339.50150494109994)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="845.0111571561999" y1="337.58884953784997" x2="845.0111571561999" y2="328.0255725216" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="844.2460949949" y="327.2605103603" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="844.2460949949" y="332.80721102972495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 844.2460949949 332.80721102972495)"></text><text class="pin-number sch-pin-label" x="845.0111571561999" y="341.41416034434997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 845.0111571561999 341.41416034434997)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="845.0111571561999" y1="341.41416034434997" x2="845.0111571561999" y2="350.9774373606" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="844.2460949949" y="350.21237519929997" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="844.2460949949" y="346.195798852475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 844.2460949949 346.195798852475)"></text><text class="pin-number sch-pin-label" x="845.0111571561999" y="337.58884953784997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 845.0111571561999 337.58884953784997)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="827.79725852695" y="414.09506566784995" width="50.876633726449995" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="827.79725852695" y="414.09506566784995" width="50.876633726449995" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="853.235575390175" y="416.0077210711" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 853.235575390175, 416.0077210711)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="845.0111571561999" y1="414.09506566784995" x2="845.0111571561999" y2="404.5317886516" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="844.2460949949" y="403.76672649029996" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="844.2460949949" y="409.313427159725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 844.2460949949 409.313427159725)"></text><text class="pin-number sch-pin-label" x="845.0111571561999" y="417.92037647434995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 845.0111571561999 417.92037647434995)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="845.0111571561999" y1="417.92037647434995" x2="845.0111571561999" y2="427.4836534906" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="844.2460949949" y="426.71859132929995" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="844.2460949949" y="422.70201498247496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 844.2460949949 422.70201498247496)"></text><text class="pin-number sch-pin-label" x="845.0111571561999" y="414.09506566784995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 845.0111571561999 414.09506566784995)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="766.59228562295" y="364.748556264" width="3.8253108064999424" height="26.012113484199972" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="766.59228562295" y="364.748556264" width="3.8253108064999424" height="26.012113484199972" fill="transparent"/><text class="sch-text" x="768.5049410262" y="377.7546130061" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 768.5049410262, 377.7546130061)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="766.59228562295" y1="377.7546130061" x2="757.0290086067" y2="377.7546130061" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="756.2639464454" y="376.98955084479996" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.8106471148251" y="376.98955084479996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="770.41759642945" y="377.7546130061" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="770.41759642945" y1="377.7546130061" x2="779.9808734457" y2="377.7546130061" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="779.2158112844" y="376.98955084479996" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="775.199234937575" y="376.98955084479996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="766.59228562295" y="377.7546130061" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" 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="705.38731271895" y="425.57099808735" width="44.564870895724994" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="705.38731271895" y="425.57099808735" width="44.564870895724994" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="727.6697481668125" y="427.4836534906" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 727.6697481668125, 427.4836534906)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="722.6012113482" y1="425.57099808735" x2="722.6012113482" y2="412.9474724259" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="721.8361491869" y="412.1824102646" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.8361491869" y="419.259235256625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 721.8361491869 419.259235256625)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="722.6012113482" y1="429.39630889385" x2="722.6012113482" y2="442.0198345553" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="721.8361491869" y="441.254772394" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.8361491869" y="435.708071724575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 721.8361491869 435.708071724575)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="705.38731271895" y="502.07721421735" width="41.69588779084995" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="705.38731271895" y="502.07721421735" width="41.69588779084995" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="726.235256614375" y="503.98986962059996" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 726.235256614375, 503.98986962059996)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="722.6012113482" y1="502.07721421735" x2="722.6012113482" y2="492.51393720109996" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="721.8361491869" y="491.74887503979994" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.8361491869" y="497.295575709225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 721.8361491869 497.295575709225)"></text><text class="pin-number sch-pin-label" x="722.6012113482" y="505.90252502385" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 722.6012113482 505.90252502385)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="722.6012113482" y1="505.90252502385" x2="722.6012113482" y2="515.4658020401" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="721.8361491869" y="514.7007398788" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.8361491869" y="510.684163531975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 721.8361491869 510.684163531975)"></text><text class="pin-number sch-pin-label" x="722.6012113482" y="502.07721421735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="rotate(-90 722.6012113482 502.07721421735)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="854.57443417245" y="333.76353873134997" width="39.974497927925086" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="854.57443417245" y="333.76353873134997" width="39.974497927925086" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="874.5616831364125" y="335.6761941346" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 874.5616831364125, 335.6761941346)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="871.7883328017" y1="333.76353873134997" x2="871.7883328017" y2="321.14001306989996" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="871.0232706404" y="320.37495090859994" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="871.0232706404" y="327.45177590062497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 871.0232706404 327.45177590062497)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="871.7883328017" y1="337.58884953784997" x2="871.7883328017" y2="349.447313038" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="871.7883328017" cy="350.2123751993" r="0.7650621613" stroke-width="0.7650621613px"/><rect x="871.0232706404" y="349.447313038" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="871.0232706404" y="343.900612368575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 871.0232706404 343.900612368575)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="892.82754223745" y="333.76353873134997" width="39.974497927925086" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="892.82754223745" y="333.76353873134997" width="39.974497927925086" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="912.8147912014125" y="335.6761941346" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 912.8147912014125, 335.6761941346)">schematic_component_19</text><line class="component-pin sch-component-pin sch-port-line" x1="910.0414408667" y1="333.76353873134997" x2="910.0414408667" y2="321.14001306989996" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="909.2763787054" y="320.37495090859994" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="909.2763787054" y="327.45177590062497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 909.2763787054 327.45177590062497)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="910.0414408667" y1="337.58884953784997" x2="910.0414408667" y2="350.2123751993" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="909.2763787054" y="349.447313038" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="909.2763787054" y="343.900612368575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 909.2763787054 343.900612368575)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="931.0806503024501" y="333.76353873134997" width="49.1552438635249" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="931.0806503024501" y="333.76353873134997" width="49.1552438635249" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="955.6582722342125" y="335.6761941346" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 955.6582722342125, 335.6761941346)">schematic_component_20</text><line class="component-pin sch-component-pin sch-port-line" x1="948.2945489317001" y1="333.76353873134997" x2="948.2945489317001" y2="321.14001306989996" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><rect x="947.5294867704001" y="320.37495090859994" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="947.5294867704" y="327.45177590062497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 947.5294867704 327.45177590062497)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="948.2945489317001" y1="337.58884953784997" x2="948.2945489317001" y2="350.2123751993" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><rect x="947.5294867704001" y="349.447313038" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="947.5294867704" y="343.900612368575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 947.5294867704 343.900612368575)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component chip sch-component-body" x="969.3337583674501" y="333.76353873134997" width="49.155243863525016" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="969.3337583674501" y="333.76353873134997" width="49.155243863525016" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="993.9113802992126" y="335.6761941346" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 993.9113802992126, 335.6761941346)">schematic_component_21</text><line class="component-pin sch-component-pin sch-port-line" x1="986.5476569967" y1="333.76353873134997" x2="986.5476569967" y2="321.14001306989996" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><rect x="985.7825948354" y="320.37495090859994" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="985.7825948354" y="327.45177590062497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 985.7825948354 327.45177590062497)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="986.5476569967" y1="337.58884953784997" x2="986.5476569967" y2="350.2123751993" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="985.7825948354" y="349.447313038" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="985.7825948354" y="343.900612368575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 985.7825948354 343.900612368575)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component chip sch-component-body" x="1007.58686643245" y="333.76353873134997" width="49.15524386352513" height="3.825310806499999" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1007.58686643245" y="333.76353873134997" width="49.15524386352513" height="3.825310806499999" fill="transparent"/><text class="sch-text" x="1032.1644883642125" y="335.6761941346" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 1032.1644883642125, 335.6761941346)">schematic_component_22</text><line class="component-pin sch-component-pin sch-port-line" x1="1024.8007650617" y1="333.76353873134997" x2="1024.8007650617" y2="321.14001306989996" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><rect x="1024.0357029004" y="320.37495090859994" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="1024.0357029003999" y="327.45177590062497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 1024.0357029003999 327.45177590062497)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1024.8007650617" y1="337.58884953784997" x2="1024.8007650617" y2="350.2123751993" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><rect x="1024.0357029004" y="349.447313038" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="1024.0357029003999" y="343.900612368575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform="rotate(-90 1024.0357029003999 343.900612368575)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component chip sch-component-body" x="1082.1804271592" y="324.2002617151" width="45.90372967800022" height="22.951864838999995" stroke-width="0.7650621613px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1082.1804271592" y="324.2002617151" width="45.90372967800022" height="22.951864838999995" fill="transparent"/><text class="sch-text" x="1105.1322919982" y="335.6761941346" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 1105.1322919982, 335.6761941346)">schematic_component_23</text><line class="component-pin sch-component-pin sch-port-line" x1="1082.1804271592" y1="331.8508833281" x2="1066.8791839332" y2="331.8508833281" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><rect x="1066.1141217719" y="331.0858211668" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="1074.5298055462" y="331.0858211668" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="1086.0057379657" y="331.8508833281" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="">VOUT</text><line class="component-pin sch-component-pin sch-port-line" x1="1082.1804271592" y1="339.5015049411" x2="1066.8791839332" y2="339.5015049411" stroke-width="0.7650621613px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><rect x="1066.1141217719" y="338.7364427798" width="1.5301243226" height="1.5301243226" opacity="0"/></g><text class="pin-number sch-pin-number" x="1074.5298055462" y="338.7364427798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.73796620975px" transform=""></text><text class="pin-number sch-pin-label" x="1086.0057379657" y="339.5015049411" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.73796620975px" transform="">PGND</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="129.67803634070003" cy="343.3268157476" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="129.67803634070003" cy="350.9774373606" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="148.80459037320003" cy="332.61594548939996" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="148.80459037320003" cy="361.68830761879997" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="198.53363085770002" cy="332.61594548939996" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="198.53363085770002" cy="361.68830761879997" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="248.2626713422" cy="332.61594548939996" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="248.2626713422" cy="361.68830761879997" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="301.81702263320005" cy="343.3268157476" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="301.81702263320005" cy="366.2786805866" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="301.81702263320005" cy="454.26082913609997" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="301.81702263320005" cy="477.21269397509997" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="347.72075231120004" cy="455.0258912974" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="347.72075231120004" cy="484.09825342679994" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="389.7991711827" cy="500.16455881409996" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="389.7991711827" cy="523.1164236530999" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="408.92572521520003" cy="385.4052346191" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="538.9862926362" cy="396.8811670386" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_2__stack1"><circle cx="473.9560089257" cy="454.26082913609997" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_3__stack1"><circle cx="538.9862926362" cy="389.2305454256" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_4__stack1"><circle cx="408.92572521520003" cy="393.0558562321" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_5__stack1"><circle cx="538.9862926362" cy="381.5799238126" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_6__stack1"><circle cx="538.9862926362" cy="373.9293021996" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_7__stack1"><circle cx="408.92572521520003" cy="377.7546130061" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_8__stack1"><circle cx="481.6066305387" cy="454.26082913609997" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_9__stack1"><circle cx="466.3053873127" cy="454.26082913609997" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="600.1912655402" cy="270.64591042409995" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="623.1431303792" cy="270.64591042409995" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="661.3962384442" cy="270.64591042409995" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="684.3481032832" cy="270.64591042409995" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="729.1840930823357" cy="270.545513229328" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="769.5726809050643" cy="270.746307618872" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="611.6671979597" cy="381.5799238126" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="634.6190627987" cy="381.5799238126" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="845.0111571561999" cy="328.0255725216" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="845.0111571561999" cy="350.9774373606" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="845.0111571561999" cy="404.5317886516" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="845.0111571561999" cy="427.4836534906" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="757.0290086067" cy="377.7546130061" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="779.9808734457" cy="377.7546130061" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="722.6012113482" cy="412.9474724259" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="722.6012113482" cy="442.0198345553" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="722.6012113482" cy="492.51393720109996" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="722.6012113482" cy="515.4658020401" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="871.7883328017" cy="321.14001306989996" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="871.7883328017" cy="350.2123751993" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="910.0414408667" cy="321.14001306989996" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="910.0414408667" cy="350.2123751993" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="948.2945489317001" cy="321.14001306989996" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="948.2945489317001" cy="350.2123751993" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="986.5476569967" cy="321.14001306989996" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="986.5476569967" cy="350.2123751993" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="1024.8007650617" cy="321.14001306989996" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="1024.8007650617" cy="350.2123751993" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="1066.8791839332" cy="331.8508833281" r="1.5301243226" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="1066.8791839332" cy="339.5015049411" r="1.5301243226" 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="
151
- M 148.80459037320003,324.96532387639996
152
- L 144.97927956670003,322.89965604088997
153
- L 144.97927956670003,309.7813901817993
154
- L 152.62990117970003,309.7813901817993
155
- L 152.62990117970003,322.89965604088997
150
+ </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 277.88595271229997 363.21843567465 L 277.88595271229997 459.18505598054" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 277.88595271229997 363.21843567465 L 277.88595271229997 459.18505598054" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 394.71488178033997 384.0807444368 L 277.88595271229997 384.0807444368 L 277.88595271229997 363.21843567465" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 394.71488178033997 384.0807444368 L 277.88595271229997 384.0807444368 L 277.88595271229997 363.21843567465" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 394.71488178033997 392.42566794166 L 327.95549374146003 392.42566794166 L 327.95549374146003 460.019548331026" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 394.71488178033997 392.42566794166 L 327.95549374146003 392.42566794166 L 327.95549374146003 460.019548331026" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 457.30180806679 459.18505598054 L 457.30180806679 484.21982649512 L 373.85257301818996 484.21982649512 L 373.85257301818996 509.2545970097" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 457.30180806679 459.18505598054 L 457.30180806679 484.21982649512 L 373.85257301818996 484.21982649512 L 373.85257301818996 509.2545970097" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 536.57858136296 371.56335917951003 L 569.9582753824 371.56335917951003 L 569.9582753824 258.9068918639 L 603.33796940184 258.9068918639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 536.57858136296 371.56335917951003 L 569.9582753824 371.56335917951003 L 569.9582753824 258.9068918639 L 603.33796940184 258.9068918639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 628.37273991642 258.9068918639 L 670.09735744072 258.9068918639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 628.37273991642 258.9068918639 L 670.09735744072 258.9068918639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 695.1321279553 258.9068918639 L 703.47705146016 258.9068918639 L 703.47705146016 357.376989221248 L 576.216968011045 357.376989221248 L 576.216968011045 379.90828268437 L 536.57858136296 379.90828268437" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 695.1321279553 258.9068918639 L 703.47705146016 258.9068918639 L 703.47705146016 357.376989221248 L 576.216968011045 357.376989221248 L 576.216968011045 379.90828268437 L 536.57858136296 379.90828268437" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 744.037030597813 258.79738351897663 L 695.1321279553 258.79738351897663 L 695.1321279553 258.9068918639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 744.037030597813 258.79738351897663 L 695.1321279553 258.79738351897663 L 695.1321279553 258.9068918639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 536.57858136296 388.25320618923 L 607.51043115427 388.25320618923 L 607.51043115427 379.90828268437 L 615.85535465913 379.90828268437" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 536.57858136296 388.25320618923 L 607.51043115427 388.25320618923 L 607.51043115427 379.90828268437 L 615.85535465913 379.90828268437" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 870.3755215573599 404.94305319895 L 870.3755215573599 346.52858866493" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 870.3755215573599 404.94305319895 L 870.3755215573599 346.52858866493" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 799.44367176605 375.73582093194 L 870.3755215573599 375.73582093194 L 870.3755215573599 346.52858866493" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 799.44367176605 375.73582093194 L 870.3755215573599 375.73582093194 L 870.3755215573599 346.52858866493" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 774.4089012514701 375.73582093194 L 736.8567454796 375.73582093194 L 736.8567454796 414.122469054296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 774.4089012514701 375.73582093194 L 736.8567454796 375.73582093194 L 736.8567454796 414.122469054296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 736.8567454796 445.833178372764 L 736.8567454796 454.178101877624 L 636.71766342128 454.178101877624 L 636.71766342128 396.59812969409 L 536.57858136296 396.59812969409" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.8567454796 445.833178372764 L 736.8567454796 454.178101877624 L 636.71766342128 454.178101877624 L 636.71766342128 396.59812969409 L 536.57858136296 396.59812969409" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 736.8567454796 500.90967350484 L 736.8567454796 445.833178372764" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.8567454796 500.90967350484 L 736.8567454796 445.833178372764" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 870.3755215573599 429.97782371353003 L 870.3755215573599 454.17810187762404 L 736.8567454796 454.17810187762404 L 736.8567454796 445.833178372764" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 870.3755215573599 429.97782371353003 L 870.3755215573599 454.17810187762404 L 736.8567454796 454.17810187762404 L 736.8567454796 445.833178372764" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 110.98748261509996 326.500772253266 L 110.98748261509996 318.155848748406 L 91.16828929105748 318.155848748406 L 91.16828929105748 338.18366516007 L 90.12517385294996 338.18366516007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 110.98748261509996 326.500772253266 L 110.98748261509996 318.155848748406 L 91.16828929105748 318.155848748406 L 91.16828929105748 338.18366516007 L 90.12517385294996 338.18366516007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 165.22948539669 326.500772253266 L 165.22948539669 318.155848748406 L 110.98748261509996 318.155848748406 L 110.98748261509996 326.500772253266" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 165.22948539669 326.500772253266 L 165.22948539669 318.155848748406 L 110.98748261509996 318.155848748406 L 110.98748261509996 326.500772253266" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 219.47148817827997 326.500772253266 L 219.47148817827997 318.155848748406 L 165.22948539669 318.155848748406 L 165.22948539669 326.500772253266" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 219.47148817827997 326.500772253266 L 219.47148817827997 318.155848748406 L 165.22948539669 318.155848748406 L 165.22948539669 326.500772253266" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 277.88595271229997 338.18366516007 L 277.88595271229997 318.155848748406 L 219.47148817827997 318.155848748406 L 219.47148817827997 326.500772253266" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 277.88595271229997 338.18366516007 L 277.88595271229997 318.155848748406 L 219.47148817827997 318.155848748406 L 219.47148817827997 326.500772253266" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 394.71488178033997 375.73582093194 L 336.30041724631997 375.73582093194 L 336.30041724631997 329.83874165521 L 277.88595271229997 329.83874165521 L 277.88595271229997 338.18366516007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 394.71488178033997 375.73582093194 L 336.30041724631997 375.73582093194 L 336.30041724631997 329.83874165521 L 277.88595271229997 329.83874165521 L 277.88595271229997 338.18366516007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 110.98748261509996 358.211481571734 L 110.98748261509996 366.55640507659405 L 91.16828929105748 366.55640507659405 L 91.16828929105748 346.52858866493 L 90.12517385294996 346.52858866493" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 110.98748261509996 358.211481571734 L 110.98748261509996 366.55640507659405 L 91.16828929105748 366.55640507659405 L 91.16828929105748 346.52858866493 L 90.12517385294996 346.52858866493" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 165.22948539669 358.211481571734 L 165.22948539669 366.556405076594 L 110.98748261509996 366.556405076594 L 110.98748261509996 358.211481571734" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 165.22948539669 358.211481571734 L 165.22948539669 366.556405076594 L 110.98748261509996 366.556405076594 L 110.98748261509996 358.211481571734" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 219.47148817827997 358.211481571734 L 219.47148817827997 366.55640507659405 L 165.22948539669 366.55640507659405 L 165.22948539669 358.211481571734" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 219.47148817827997 358.211481571734 L 219.47148817827997 366.55640507659405 L 165.22948539669 366.55640507659405 L 165.22948539669 358.211481571734" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 473.99165507650997 459.18505598054 L 473.99165507650997 492.56474999998 L 219.47148817827997 492.56474999998 L 219.47148817827997 358.211481571734" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 473.99165507650997 459.18505598054 L 473.99165507650997 492.56474999998 L 219.47148817827997 492.56474999998 L 219.47148817827997 358.211481571734" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 983.03198887297 345.69409631444404 L 983.03198887297 354.039019819304 L 941.30737134867 354.039019819304 L 941.30737134867 345.69409631444404" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 983.03198887297 345.69409631444404 L 983.03198887297 354.039019819304 L 941.30737134867 354.039019819304 L 941.30737134867 345.69409631444404" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 1024.75660639727 345.69409631444404 L 1024.75660639727 354.039019819304 L 983.03198887297 354.039019819304 L 983.03198887297 345.69409631444404" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1024.75660639727 345.69409631444404 L 1024.75660639727 354.039019819304 L 983.03198887297 354.039019819304 L 983.03198887297 345.69409631444404" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 1066.48122392157 345.69409631444404 L 1066.48122392157 354.039019819304 L 1024.75660639727 354.039019819304 L 1024.75660639727 345.69409631444404" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1066.48122392157 345.69409631444404 L 1066.48122392157 354.039019819304 L 1024.75660639727 354.039019819304 L 1024.75660639727 345.69409631444404" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 1112.3783031983 334.01120340764004 L 1106.8497913763301 334.01120340764004 L 1106.8497913763301 354.039019819304 L 1066.48122392157 354.039019819304 L 1066.48122392157 345.69409631444404" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1112.3783031983 334.01120340764004 L 1106.8497913763301 334.01120340764004 L 1106.8497913763301 354.039019819304 L 1066.48122392157 354.039019819304 L 1066.48122392157 345.69409631444404" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 327.95549374146003 491.730257649494 L 327.95549374146003 542.6342910291401 L 277.88595271229997 542.6342910291401 L 277.88595271229997 484.21982649512" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 327.95549374146003 491.730257649494 L 327.95549374146003 542.6342910291401 L 277.88595271229997 542.6342910291401 L 277.88595271229997 484.21982649512" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 373.85257301818996 534.28936752428 L 373.85257301818996 542.6342910291401 L 327.95549374146003 542.6342910291401 L 327.95549374146003 491.730257649494" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 373.85257301818996 534.28936752428 L 373.85257301818996 542.6342910291401 L 327.95549374146003 542.6342910291401 L 327.95549374146003 491.730257649494" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 465.64673157165 459.18505598054 L 465.64673157165 542.6342910291401 L 373.85257301818996 542.6342910291401 L 373.85257301818996 534.28936752428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 465.64673157165 459.18505598054 L 465.64673157165 542.6342910291401 L 373.85257301818996 542.6342910291401 L 373.85257301818996 534.28936752428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 736.8567454796 525.94444401942 L 736.8567454796 542.6342910291401 L 465.64673157165 542.6342910291401 L 465.64673157165 459.18505598054" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.8567454796 525.94444401942 L 736.8567454796 542.6342910291401 L 465.64673157165 542.6342910291401 L 465.64673157165 459.18505598054" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 870.3755215573599 321.49381815034997 L 870.3755215573599 259.01640020882337 L 788.090924895407 259.01640020882337" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 870.3755215573599 321.49381815034997 L 870.3755215573599 259.01640020882337 L 788.090924895407 259.01640020882337" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 899.58275382437 313.98338699597605 L 899.58275382437 305.63846349111606 L 870.3755215573599 305.63846349111606 L 870.3755215573599 321.49381815034997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 899.58275382437 313.98338699597605 L 899.58275382437 305.63846349111606 L 870.3755215573599 305.63846349111606 L 870.3755215573599 321.49381815034997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" 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 941.30737134867 313.983386995976 L 941.30737134867 305.638463491116 L 899.58275382437 305.638463491116 L 899.58275382437 313.983386995976" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 941.30737134867 313.983386995976 L 941.30737134867 305.638463491116 L 899.58275382437 305.638463491116 L 899.58275382437 313.983386995976" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><path d="M 983.03198887297 313.983386995976 L 983.03198887297 305.638463491116 L 941.30737134867 305.638463491116 L 941.30737134867 313.983386995976" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 983.03198887297 313.983386995976 L 983.03198887297 305.638463491116 L 941.30737134867 305.638463491116 L 941.30737134867 313.983386995976" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><path d="M 1024.75660639727 313.983386995976 L 1024.75660639727 305.638463491116 L 983.03198887297 305.638463491116 L 983.03198887297 313.983386995976" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1024.75660639727 313.983386995976 L 1024.75660639727 305.638463491116 L 983.03198887297 305.638463491116 L 983.03198887297 313.983386995976" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><path d="M 1066.48122392157 313.983386995976 L 1066.48122392157 305.638463491116 L 1024.75660639727 305.638463491116 L 1024.75660639727 313.983386995976" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1066.48122392157 313.983386995976 L 1066.48122392157 305.638463491116 L 1024.75660639727 305.638463491116 L 1024.75660639727 313.983386995976" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><path d="M 1112.3783031983 325.66627990277993 L 1106.8497913763301 325.66627990277993 L 1106.8497913763301 305.638463491116 L 1066.48122392157 305.638463491116 L 1066.48122392157 313.983386995976" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1112.3783031983 325.66627990277993 L 1106.8497913763301 325.66627990277993 L 1106.8497913763301 305.638463491116 L 1066.48122392157 305.638463491116 L 1066.48122392157 313.983386995976" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><path d="M 640.89012517371 379.90828268437 L 653.0319888732813 379.90828268437 L 653.0319888732813 377.7803271906307" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.675938803888px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 640.89012517371 379.90828268437 L 653.0319888732813 379.90828268437 L 653.0319888732813 377.7803271906307" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.834492350486px" 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="277.88595271229997" cy="363.21843567465" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="695.1321279553" cy="258.9068918639" r="1.251738525729" 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_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="870.3755215573599" cy="346.52858866493" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><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="736.8567454796" cy="445.833178372764" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="736.8567454796" cy="454.178101877624" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="110.98748261509996" cy="326.500772253266" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="110.98748261509996" cy="318.155848748406" r="1.251738525729" 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_16__stack1"><circle cx="165.22948539669" cy="326.500772253266" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="165.22948539669" cy="318.155848748406" r="1.251738525729" 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="219.47148817827997" cy="326.500772253266" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="219.47148817827997" cy="318.155848748406" r="1.251738525729" 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"><circle cx="277.88595271229997" cy="338.18366516007" r="1.251738525729" 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_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"><circle cx="110.98748261509996" cy="358.211481571734" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="110.98748261509996" cy="366.55640507659405" r="1.251738525729" 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_21__stack1"><circle cx="165.22948539669" cy="358.211481571734" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="165.22948539669" cy="366.556405076594" r="1.251738525729" 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_22__stack1"><circle cx="219.47148817827997" cy="358.211481571734" r="1.251738525729" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><circle cx="983.03198887297" cy="345.69409631444404" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="983.03198887297" cy="354.039019819304" r="1.251738525729" 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_25__stack1"><circle cx="1024.75660639727" cy="345.69409631444404" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1024.75660639727" cy="354.039019819304" r="1.251738525729" 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"><circle cx="1066.48122392157" cy="345.69409631444404" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1066.48122392157" cy="354.039019819304" r="1.251738525729" 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_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="327.95549374146003" cy="491.730257649494" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="327.95549374146003" cy="542.6342910291401" r="1.251738525729" 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"><circle cx="373.85257301818996" cy="534.28936752428" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="373.85257301818996" cy="542.6342910291401" r="1.251738525729" 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_30__stack1"><circle cx="465.64673157165" cy="459.18505598054" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="465.64673157165" cy="542.6342910291401" r="1.251738525729" 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_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"><circle cx="870.3755215573599" cy="321.49381815034997" r="1.251738525729" 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_33__stack1"><circle cx="899.58275382437" cy="313.98338699597605" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="899.58275382437" cy="305.63846349111606" r="1.251738525729" 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_34__stack1"><circle cx="941.30737134867" cy="313.983386995976" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="941.30737134867" cy="305.638463491116" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><circle cx="983.03198887297" cy="313.983386995976" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="983.03198887297" cy="305.638463491116" r="1.251738525729" 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_36__stack1"><circle cx="1024.75660639727" cy="313.983386995976" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1024.75660639727" cy="305.638463491116" r="1.251738525729" 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_37__stack1"><circle cx="1066.48122392157" cy="313.983386995976" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1066.48122392157" cy="305.638463491116" r="1.251738525729" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="23.365785814069966" y="329.83874165521" width="50.06954102916001" height="25.034770514579975" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="23.365785814069966" y="329.83874165521" width="50.06954102916001" height="25.034770514579975" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="73.43532684322997" y1="338.18366516007" x2="90.12517385294996" y2="338.18366516007" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="89.29068150246395" y="337.349172809584" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="81.78025034809002" y="337.349172809584" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="69.26286509079995" y="338.18366516007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="73.43532684322997" y1="346.52858866493" x2="90.12517385294996" y2="346.52858866493" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="89.29068150246395" y="345.694096314444" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="81.78025034809002" y="345.694096314444" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="69.26286509079995" y="346.52858866493" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="">PGND</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="92.211404729165" y="340.269896036285" width="43.60222531289361" height="4.172461752430024" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="92.211404729165" y="340.269896036285" width="43.60222531289361" height="4.172461752430024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="110.98748261509996" y1="340.269896036285" x2="110.98748261509996" y2="326.500772253266" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="110.15299026461396" y="325.66627990278" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="110.152990264614" y="333.38533414477547" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 110.152990264614 333.38533414477547)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="110.98748261509996" y1="344.442357788715" x2="110.98748261509996" y2="358.211481571734" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="110.15299026461396" y="357.376989221248" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="110.152990264614" y="351.3269196802245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 110.152990264614 351.3269196802245)">2</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="146.45340751075497" y="340.269896036285" width="43.602225312893495" height="4.172461752430024" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="146.45340751075497" y="340.269896036285" width="43.602225312893495" height="4.172461752430024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="165.22948539669" y1="340.269896036285" x2="165.22948539669" y2="326.500772253266" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="164.394993046204" y="325.66627990278" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="164.39499304620398" y="333.38533414477547" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 164.39499304620398 333.38533414477547)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="165.22948539669" y1="344.442357788715" x2="165.22948539669" y2="358.211481571734" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="164.394993046204" y="357.376989221248" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="164.39499304620398" y="351.3269196802245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 164.39499304620398 351.3269196802245)">2</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="200.695410292345" y="340.269896036285" width="48.60917941580945" height="4.172461752430024" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="200.695410292345" y="340.269896036285" width="48.60917941580945" height="4.172461752430024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="219.47148817827997" y1="340.269896036285" x2="219.47148817827997" y2="326.500772253266" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="218.63699582779398" y="325.66627990278" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="218.636995827794" y="333.38533414477547" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 218.636995827794 333.38533414477547)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="219.47148817827997" y1="344.442357788715" x2="219.47148817827997" y2="358.211481571734" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="218.63699582779398" y="357.376989221248" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="218.636995827794" y="351.3269196802245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 218.636995827794 351.3269196802245)">2</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="259.10987482636494" y="348.614819541145" width="50.48678720440307" height="4.172461752430024" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="259.10987482636494" y="348.614819541145" width="50.48678720440307" height="4.172461752430024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="277.88595271229997" y1="348.614819541145" x2="277.88595271229997" y2="338.18366516007" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="277.05146036181395" y="337.349172809584" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="277.051460361814" y="343.3992423506075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 277.051460361814 343.3992423506075)"></text><text class="pin-number sch-pin-label" x="277.88595271229997" y="352.787281293575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 277.88595271229997 352.787281293575)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="277.88595271229997" y1="352.787281293575" x2="277.88595271229997" y2="363.21843567465" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="277.05146036181395" y="362.38394332416397" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="277.051460361814" y="358.0028584841125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 277.051460361814 358.0028584841125)"></text><text class="pin-number sch-pin-label" x="277.88595271229997" y="348.614819541145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 277.88595271229997 348.614819541145)">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="259.10987482636494" y="469.616210361615" width="55.493741307319056" height="4.172461752430024" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="259.10987482636494" y="469.616210361615" width="55.493741307319056" height="4.172461752430024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="277.88595271229997" y1="469.616210361615" x2="277.88595271229997" y2="459.18505598054" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="277.05146036181395" y="458.350563630054" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="277.051460361814" y="464.4006331710775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 277.051460361814 464.4006331710775)"></text><text class="pin-number sch-pin-label" x="277.88595271229997" y="473.788672114045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 277.88595271229997 473.788672114045)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="277.88595271229997" y1="473.788672114045" x2="277.88595271229997" y2="484.21982649512" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="277.05146036181395" y="483.385334144634" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="277.051460361814" y="479.0042493045825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 277.051460361814 479.0042493045825)"></text><text class="pin-number sch-pin-label" x="277.88595271229997" y="469.616210361615" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 277.88595271229997 469.616210361615)">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="309.179415855525" y="473.78867211404497" width="43.60222531289344" height="4.172461752430024" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="309.179415855525" y="473.78867211404497" width="43.60222531289344" height="4.172461752430024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="327.95549374146003" y1="473.78867211404497" x2="327.95549374146003" y2="460.019548331026" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="327.121001390974" y="459.18505598053997" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.121001390974" y="466.9041102225355" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 327.121001390974 466.9041102225355)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="327.95549374146003" y1="477.961133866475" x2="327.95549374146003" y2="491.730257649494" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="327.121001390974" y="490.89576529900796" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.121001390974" y="484.8456957579845" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 327.121001390974 484.8456957579845)">2</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="355.076495132255" y="519.6857513907751" width="55.493741307319" height="4.172461752429967" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="355.076495132255" y="519.6857513907751" width="55.493741307319" height="4.172461752429967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="373.85257301818996" y1="519.6857513907751" x2="373.85257301818996" y2="509.2545970097" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="373.01808066770394" y="508.42010465921396" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="373.018080667704" y="514.4701742002375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 373.018080667704 514.4701742002375)"></text><text class="pin-number sch-pin-label" x="373.85257301818996" y="523.858213143205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 373.85257301818996 523.858213143205)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="373.85257301818996" y1="523.858213143205" x2="373.85257301818996" y2="534.28936752428" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="373.01808066770394" y="533.454875173794" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="373.018080667704" y="529.0737903337425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 373.018080667704 529.0737903337425)"></text><text class="pin-number sch-pin-label" x="373.85257301818996" y="519.6857513907751" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 373.85257301818996 519.6857513907751)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="411.40472879005995" y="325.66627990278" width="108.48400556318006" height="116.82892906804" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="411.40472879005995" y="325.66627990278" width="108.48400556318006" height="116.82892906804" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="411.40472879005995" y1="384.0807444368" x2="394.71488178033997" y2="384.0807444368" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="393.88038942985395" y="383.246252086314" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="403.0598052852" y="383.24625208631403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="415.57719054249" y="384.0807444368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="">EN</text><line class="component-pin sch-component-pin sch-port-line" x1="519.88873435324" y1="396.59812969409" x2="536.57858136296" y2="396.59812969409" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="535.744089012474" y="395.763637343604" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="528.2336578581" y="395.763637343604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="515.71627260081" y="396.59812969409" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="">FB</text><line class="component-pin sch-component-pin sch-port-line" x1="465.64673157165" y1="442.49520897082" x2="465.64673157165" y2="459.18505598054" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_8_2__stack1"><rect x="464.81223922116396" y="458.350563630054" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="464.81223922116396" y="450.84013247568" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 464.81223922116396 450.84013247568)"></text><text class="pin-number sch-pin-label" x="465.64673157165" y="438.32274721839" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 465.64673157165 438.32274721839)">AGND</text><line class="component-pin sch-component-pin sch-port-line" x1="519.88873435324" y1="388.25320618923" x2="536.57858136296" y2="388.25320618923" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_8_3__stack1"><rect x="535.744089012474" y="387.418713838744" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="528.2336578581" y="387.418713838744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="515.71627260081" y="388.25320618923" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="">PG</text><line class="component-pin sch-component-pin sch-port-line" x1="411.40472879005995" y1="392.42566794166" x2="394.71488178033997" y2="392.42566794166" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_8_4__stack1"><rect x="393.88038942985395" y="391.59117559117396" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="403.0598052852" y="391.591175591174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="415.57719054249" y="392.42566794166" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="">SS</text><line class="component-pin sch-component-pin sch-port-line" x1="519.88873435324" y1="379.90828268437" x2="536.57858136296" y2="379.90828268437" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_8_5__stack1"><rect x="535.744089012474" y="379.073790333884" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="528.2336578581" y="379.073790333884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="515.71627260081" y="379.90828268437" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="">SW</text><line class="component-pin sch-component-pin sch-port-line" x1="519.88873435324" y1="371.56335917951003" x2="536.57858136296" y2="371.56335917951003" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_8_6__stack1"><rect x="535.744089012474" y="370.728866829024" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="528.2336578581" y="370.728866829024" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="515.71627260081" y="371.56335917951003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="">BOOT</text><line class="component-pin sch-component-pin sch-port-line" x1="411.40472879005995" y1="375.73582093194" x2="394.71488178033997" y2="375.73582093194" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_8_7__stack1"><rect x="393.88038942985395" y="374.901328581454" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="403.0598052852" y="374.901328581454" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="415.57719054249" y="375.73582093194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="473.99165507650997" y1="442.49520897082" x2="473.99165507650997" y2="459.18505598054" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_8_8__stack1"><rect x="473.15716272602396" y="458.350563630054" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="473.157162726024" y="450.84013247568" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 473.157162726024 450.84013247568)"></text><text class="pin-number sch-pin-label" x="473.99165507650997" y="438.32274721839" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 473.99165507650997 438.32274721839)">PGND</text><line class="component-pin sch-component-pin sch-port-line" x1="457.30180806679" y1="442.49520897082" x2="457.30180806679" y2="459.18505598054" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_8_9__stack1"><rect x="456.467315716304" y="458.350563630054" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.467315716304" y="450.84013247568" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 456.467315716304 450.84013247568)"></text><text class="pin-number sch-pin-label" x="457.30180806679" y="438.32274721839" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 457.30180806679 438.32274721839)">MODE</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="613.769123782915" y="244.720521905638" width="4.172461752429967" height="28.372739916523983" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="613.769123782915" y="244.720521905638" width="4.172461752429967" height="28.372739916523983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="613.769123782915" y1="258.9068918639" x2="603.33796940184" y2="258.9068918639" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="602.503477051354" y="258.072399513414" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="608.5535465923775" y="258.072399513414" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="617.941585535345" y="258.9068918639" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="617.941585535345" y1="258.9068918639" x2="628.37273991642" y2="258.9068918639" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="627.538247565934" y="258.072399513414" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="623.1571627258825" y="258.072399513414" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="613.769123782915" y="258.9068918639" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="680.5285118217951" y="241.382552503694" width="4.172461752429967" height="35.048678720412" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="680.5285118217951" y="241.382552503694" width="4.172461752429967" height="35.048678720412" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="680.5285118217951" y1="258.9068918639" x2="670.09735744072" y2="258.9068918639" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="669.262865090234" y="258.072399513414" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="675.3129346312576" y="258.072399513414" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="684.700973574225" y="258.9068918639" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="684.700973574225" y1="258.9068918639" x2="695.1321279553" y2="258.9068918639" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="694.297635604814" y="258.072399513414" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="689.9165507647625" y="258.072399513414" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="680.5285118217951" y="258.9068918639" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="">neg</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="760.726877607533" y="240.80381745501586" width="10.674200278154103" height="36.20614881776828" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="760.726877607533" y="240.80381745501586" width="10.674200278154103" height="36.20614881776828" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="760.726877607533" y1="258.79738351897663" x2="744.037030597813" y2="258.79738351897663" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="743.202538247327" y="257.9628911684906" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.381954102673" y="257.9628911684906" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="764.899339359963" y="258.79738351897663" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="771.4010778856871" y1="259.01640020882337" x2="788.090924895407" y2="259.01640020882337" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="787.256432544921" y="258.18190785833735" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.746001390547" y="258.18190785833747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="767.228616133257" y="259.01640020882337" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" 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="626.286509040205" y="365.72191272610803" width="4.172461752429967" height="28.372739916523983" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="626.286509040205" y="365.72191272610803" width="4.172461752429967" height="28.372739916523983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="626.286509040205" y1="379.90828268437" x2="615.85535465913" y2="379.90828268437" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="615.0208623086439" y="379.073790333884" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="621.0709318496674" y="379.073790333884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="630.458970792635" y="379.90828268437" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="630.458970792635" y1="379.90828268437" x2="640.89012517371" y2="379.90828268437" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="640.055632823224" y="379.073790333884" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="635.6745479831725" y="379.073790333884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="626.2865090402049" y="379.90828268437" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" 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="851.599443671425" y="331.924972531425" width="50.48678720440307" height="4.172461752430024" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="851.599443671425" y="331.924972531425" width="50.48678720440307" height="4.172461752430024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="870.3755215573599" y1="331.924972531425" x2="870.3755215573599" y2="321.49381815034997" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="869.5410292068739" y="320.65932579986395" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="869.541029206874" y="326.7093953408875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 869.541029206874 326.7093953408875)"></text><text class="pin-number sch-pin-label" x="870.3755215573599" y="336.097434283855" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 870.3755215573599 336.097434283855)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="870.3755215573599" y1="336.097434283855" x2="870.3755215573599" y2="346.52858866493" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="869.5410292068739" y="345.694096314444" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="869.541029206874" y="341.3130114743925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 869.541029206874 341.3130114743925)"></text><text class="pin-number sch-pin-label" x="870.3755215573599" y="331.924972531425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 870.3755215573599 331.924972531425)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="851.599443671425" y="415.37420758002503" width="55.49374130731894" height="4.172461752429967" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="851.599443671425" y="415.37420758002503" width="55.49374130731894" height="4.172461752429967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="870.3755215573599" y1="415.37420758002503" x2="870.3755215573599" y2="404.94305319895" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="869.5410292068739" y="404.108560848464" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="869.541029206874" y="410.1586303894875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 869.541029206874 410.1586303894875)"></text><text class="pin-number sch-pin-label" x="870.3755215573599" y="419.546669332455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 870.3755215573599 419.546669332455)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="870.3755215573599" y1="419.546669332455" x2="870.3755215573599" y2="429.97782371353003" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="869.5410292068739" y="429.143331363044" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="869.541029206874" y="424.7622465229925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 869.541029206874 424.7622465229925)"></text><text class="pin-number sch-pin-label" x="870.3755215573599" y="415.37420758002503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 870.3755215573599 415.37420758002503)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="784.840055632545" y="361.549450973678" width="4.172461752429967" height="28.372739916523983" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="784.840055632545" y="361.549450973678" width="4.172461752429967" height="28.372739916523983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="784.840055632545" y1="375.73582093194" x2="774.4089012514701" y2="375.73582093194" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="773.574408900984" y="374.901328581454" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.6244784420076" y="374.901328581454" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="789.012517384975" y="375.73582093194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="789.012517384975" y1="375.73582093194" x2="799.44367176605" y2="375.73582093194" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="798.609179415564" y="374.901328581454" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="794.2280945755125" y="374.901328581454" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="784.840055632545" y="375.73582093194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" 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="718.080667593665" y="427.891592837315" width="48.609179415809535" height="4.172461752430024" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="718.080667593665" y="427.891592837315" width="48.609179415809535" height="4.172461752430024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="736.8567454796" y1="427.891592837315" x2="736.8567454796" y2="414.122469054296" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="736.022253129114" y="413.28797670381" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="736.022253129114" y="421.0070309458055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 736.022253129114 421.0070309458055)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="736.8567454796" y1="432.064054589745" x2="736.8567454796" y2="445.833178372764" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="736.022253129114" y="444.998686022278" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="736.022253129114" y="438.94861648125453" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 736.022253129114 438.94861648125453)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="718.080667593665" y="511.340827885915" width="45.47983310148709" height="4.172461752429967" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="718.080667593665" y="511.340827885915" width="45.47983310148709" height="4.172461752429967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="736.8567454796" y1="511.340827885915" x2="736.8567454796" y2="500.90967350484" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="736.022253129114" y="500.07518115435397" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="736.022253129114" y="506.12525069537753" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 736.022253129114 506.12525069537753)"></text><text class="pin-number sch-pin-label" x="736.8567454796" y="515.513289638345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 736.8567454796 515.513289638345)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="736.8567454796" y1="515.513289638345" x2="736.8567454796" y2="525.94444401942" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="736.022253129114" y="525.109951668934" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="736.022253129114" y="520.7288668288825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 736.022253129114 520.7288668288825)"></text><text class="pin-number sch-pin-label" x="736.8567454796" y="511.340827885915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="rotate(-90 736.8567454796 511.340827885915)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="880.806675938435" y="327.75251077899503" width="43.60222531289355" height="4.172461752429967" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="880.806675938435" y="327.75251077899503" width="43.60222531289355" height="4.172461752429967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="899.58275382437" y1="327.75251077899503" x2="899.58275382437" y2="313.983386995976" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="898.748261473884" y="313.14889464549" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="898.748261473884" y="320.8679488874855" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 898.748261473884 320.8679488874855)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="899.58275382437" y1="331.924972531425" x2="899.58275382437" y2="344.859603963958" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="899.58275382437" cy="345.69409631444404" r="0.834492350486" stroke-width="0.834492350486px"/><rect x="898.748261473884" y="344.859603963958" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="898.748261473884" y="338.8095344229345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 898.748261473884 338.8095344229345)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="922.531293462735" y="327.75251077899503" width="43.60222531289355" height="4.172461752429967" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="922.531293462735" y="327.75251077899503" width="43.60222531289355" height="4.172461752429967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="941.30737134867" y1="327.75251077899503" x2="941.30737134867" y2="313.983386995976" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="940.472878998184" y="313.14889464549" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.4728789981841" y="320.8679488874855" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 940.4728789981841 320.8679488874855)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="941.30737134867" y1="331.924972531425" x2="941.30737134867" y2="345.69409631444404" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="940.472878998184" y="344.859603963958" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.4728789981841" y="338.8095344229345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 940.4728789981841 338.8095344229345)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="964.2559109870351" y="327.75251077899503" width="53.61613351872552" height="4.172461752429967" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="964.2559109870351" y="327.75251077899503" width="53.61613351872552" height="4.172461752429967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="983.03198887297" y1="327.75251077899503" x2="983.03198887297" y2="313.983386995976" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><rect x="982.197496522484" y="313.14889464549" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="982.197496522484" y="320.8679488874855" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 982.197496522484 320.8679488874855)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="983.03198887297" y1="331.924972531425" x2="983.03198887297" y2="345.69409631444404" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><rect x="982.197496522484" y="344.859603963958" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="982.197496522484" y="338.8095344229345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 982.197496522484 338.8095344229345)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component chip sch-component-body" x="1005.980528511335" y="327.75251077899503" width="53.61613351872552" height="4.172461752429967" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1005.980528511335" y="327.75251077899503" width="53.61613351872552" height="4.172461752429967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1024.75660639727" y1="327.75251077899503" x2="1024.75660639727" y2="313.983386995976" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><rect x="1023.9221140467839" y="313.14889464549" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="1023.9221140467841" y="320.8679488874855" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 1023.9221140467841 320.8679488874855)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1024.75660639727" y1="331.924972531425" x2="1024.75660639727" y2="345.69409631444404" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="1023.9221140467839" y="344.859603963958" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="1023.9221140467841" y="338.8095344229345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 1023.9221140467841 338.8095344229345)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component chip sch-component-body" x="1047.7051460356352" y="327.75251077899503" width="53.61613351872529" height="4.172461752429967" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1047.7051460356352" y="327.75251077899503" width="53.61613351872529" height="4.172461752429967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1066.48122392157" y1="327.75251077899503" x2="1066.48122392157" y2="313.983386995976" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><rect x="1065.646731571084" y="313.14889464549" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.646731571084" y="320.8679488874855" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 1065.646731571084 320.8679488874855)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.48122392157" y1="331.924972531425" x2="1066.48122392157" y2="345.69409631444404" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><rect x="1065.646731571084" y="344.859603963958" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.646731571084" y="338.8095344229345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform="rotate(-90 1065.646731571084 338.8095344229345)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component chip sch-component-body" x="1129.06815020802" y="317.32135639792" width="50.069541029160064" height="25.034770514580032" stroke-width="0.834492350486px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1129.06815020802" y="317.32135639792" width="50.069541029160064" height="25.034770514580032" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1129.06815020802" y1="325.66627990278" x2="1112.3783031983" y2="325.66627990278" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><rect x="1111.543810847814" y="324.831787552294" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="1120.72322670316" y="324.83178755229403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="1133.24061196045" y="325.66627990278" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="">VOUT</text><line class="component-pin sch-component-pin sch-port-line" x1="1129.06815020802" y1="334.01120340764" x2="1112.3783031983" y2="334.01120340764" stroke-width="0.834492350486px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><rect x="1111.543810847814" y="333.17671105715397" width="1.668984700972" height="1.668984700972" opacity="0"/></g><text class="pin-number sch-pin-number" x="1120.72322670316" y="333.176711057154" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.258692628645px" transform=""></text><text class="pin-number sch-pin-label" x="1133.24061196045" y="334.01120340764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.258692628645px" transform="">PGND</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="90.12517385294996" cy="338.18366516007" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="90.12517385294996" cy="346.52858866493" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="110.98748261509996" cy="326.500772253266" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="110.98748261509996" cy="358.211481571734" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="165.22948539669" cy="326.500772253266" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="165.22948539669" cy="358.211481571734" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="219.47148817827997" cy="326.500772253266" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="219.47148817827997" cy="358.211481571734" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="277.88595271229997" cy="338.18366516007" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="277.88595271229997" cy="363.21843567465" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="277.88595271229997" cy="459.18505598054" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="277.88595271229997" cy="484.21982649512" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="327.95549374146003" cy="460.019548331026" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="327.95549374146003" cy="491.730257649494" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="373.85257301818996" cy="509.2545970097" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="373.85257301818996" cy="534.28936752428" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="394.71488178033997" cy="384.0807444368" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="536.57858136296" cy="396.59812969409" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_2__stack1"><circle cx="465.64673157165" cy="459.18505598054" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_3__stack1"><circle cx="536.57858136296" cy="388.25320618923" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_4__stack1"><circle cx="394.71488178033997" cy="392.42566794166" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_5__stack1"><circle cx="536.57858136296" cy="379.90828268437" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_6__stack1"><circle cx="536.57858136296" cy="371.56335917951003" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_7__stack1"><circle cx="394.71488178033997" cy="375.73582093194" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_8__stack1"><circle cx="473.99165507650997" cy="459.18505598054" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_9__stack1"><circle cx="457.30180806679" cy="459.18505598054" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="603.33796940184" cy="258.9068918639" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="628.37273991642" cy="258.9068918639" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="670.09735744072" cy="258.9068918639" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="695.1321279553" cy="258.9068918639" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="744.037030597813" cy="258.79738351897663" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="788.090924895407" cy="259.01640020882337" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="615.85535465913" cy="379.90828268437" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="640.89012517371" cy="379.90828268437" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="870.3755215573599" cy="321.49381815034997" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="870.3755215573599" cy="346.52858866493" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="870.3755215573599" cy="404.94305319895" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="870.3755215573599" cy="429.97782371353003" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="774.4089012514701" cy="375.73582093194" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="799.44367176605" cy="375.73582093194" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="736.8567454796" cy="414.122469054296" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="736.8567454796" cy="445.833178372764" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="736.8567454796" cy="500.90967350484" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="736.8567454796" cy="525.94444401942" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="899.58275382437" cy="313.983386995976" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="899.58275382437" cy="345.69409631444404" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="941.30737134867" cy="313.983386995976" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="941.30737134867" cy="345.69409631444404" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="983.03198887297" cy="313.983386995976" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="983.03198887297" cy="345.69409631444404" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="1024.75660639727" cy="313.983386995976" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="1024.75660639727" cy="345.69409631444404" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="1066.48122392157" cy="313.983386995976" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="1066.48122392157" cy="345.69409631444404" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="1112.3783031983" cy="325.66627990278" r="1.668984700972" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="1112.3783031983" cy="334.01120340764" r="1.668984700972" 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="
151
+ M 110.98748261509996,318.155848748406
152
+ L 106.81502086266997,315.9027194020938
153
+ L 106.81502086266997,301.5939572324272
154
+ L 115.15994436752996,301.5939572324272
155
+ L 115.15994436752996,315.9027194020938
156
156
  Z
157
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="148.80459037320003" y="321.52254415054995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(-90 148.80459037320003 321.52254415054995)">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="
158
- M 248.2626713422,484.86331558809997
159
- L 252.0879821487,486.92898342360996
160
- L 252.0879821487,500.04724928270065
161
- L 244.4373605357,500.04724928270065
162
- L 244.4373605357,486.92898342360996
157
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="110.98748261509996" y="314.400633171219" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(-90 110.98748261509996 314.400633171219)">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="
158
+ M 219.47148817827997,492.56474999998
159
+ L 223.64394993070997,494.8178793462922
160
+ L 223.64394993070997,509.1266415159588
161
+ L 215.29902642584997,509.1266415159588
162
+ L 215.29902642584997,494.8178793462922
163
163
  Z
164
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="248.2626713422" y="488.30609531395" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(90 248.2626713422 488.30609531395)">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="
165
- M 871.7883328017,350.2123751993
166
- L 875.6136436082,352.27804303481
167
- L 875.6136436082,365.3963088939007
168
- L 867.9630219952,365.3963088939007
169
- L 867.9630219951999,352.27804303481
164
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="219.47148817827997" y="496.319965577167" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(90 219.47148817827997 496.319965577167)">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="
165
+ M 899.58275382437,345.69409631444404
166
+ L 903.7552155768,347.94722566075626
167
+ L 903.7552155768,362.25598783042284
168
+ L 895.41029207194,362.25598783042284
169
+ L 895.41029207194,347.94722566075626
170
170
  Z
171
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="871.7883328017" y="353.65515492515004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(90 871.7883328017 353.65515492515004)">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="
172
- M 948.2945489317001,357.86299681229997
173
- L 952.1198597382001,359.92866464780997
174
- L 952.1198597382001,373.04693050690065
175
- L 944.4692381252,373.04693050690065
176
- L 944.4692381252,359.92866464780997
171
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="899.58275382437" y="349.44931189163106" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(90 899.58275382437 349.44931189163106)">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="
172
+ M 983.03198887297,354.039019819304
173
+ L 987.2044506254,356.2921491656162
174
+ L 987.2044506254,370.6009113352828
175
+ L 978.8595271205401,370.6009113352828
176
+ L 978.8595271205401,356.2921491656162
177
177
  Z
178
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="948.2945489317001" y="361.30577653815" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(90 948.2945489317001 361.30577653815)">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="
179
- M 301.81702263320005,385.4052346191
180
- L 299.75135479769006,389.2305454256
181
- L 286.63308893859937,389.2305454256
182
- L 286.63308893859937,381.5799238126
183
- L 299.75135479769006,381.5799238126
178
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="983.03198887297" y="357.794235396491" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(90 983.03198887297 357.794235396491)">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="
179
+ M 277.88595271229997,384.0807444368
180
+ L 275.63282336598775,388.25320618923
181
+ L 261.32406119632117,388.25320618923
182
+ L 261.32406119632117,379.90828268436996
183
+ L 275.63282336598775,379.90828268436996
184
184
  Z
185
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="298.37424290735004" y="385.4052346191" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" 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_5__stack1" d="
186
- M 389.7991711827,530.7670452661
187
- L 393.6244819892,532.83271310161
188
- L 393.6244819892,545.9509789607007
189
- L 385.9738603762,545.9509789607007
190
- L 385.9738603762,532.83271310161
185
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="274.13073713511295" y="384.0807444368" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" 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_5__stack1" d="
186
+ M 373.85257301818996,542.6342910291401
187
+ L 378.02503477062,544.8874203754523
188
+ L 378.02503477062,559.1961825451189
189
+ L 369.68011126575993,559.1961825451189
190
+ L 369.68011126575993,544.8874203754523
191
191
  Z
192
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="389.7991711827" y="534.20982499195" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(90 389.7991711827 534.20982499195)">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="
193
- M 378.32323876320004,393.0558562321
194
- L 382.14854956970004,395.12152406761
195
- L 382.14854956970004,408.23978992670067
196
- L 374.49792795670004,408.23978992670067
197
- L 374.49792795670004,395.12152406761
192
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="373.85257301818996" y="546.389506606327" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(90 373.85257301818996 546.389506606327)">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="
193
+ M 361.3351877609,392.42566794166
194
+ L 365.50764951333,394.6787972879722
195
+ L 365.50764951333,408.9875594576388
196
+ L 357.16272600847,408.9875594576388
197
+ L 357.16272600847,394.6787972879722
198
198
  Z
199
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="378.32323876320004" y="396.49863595795" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(90 378.32323876320004 396.49863595795)">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="
200
- M 466.3053873127,465.73676155559997
201
- L 464.23971947719,469.56207236209997
202
- L 451.12145361809934,469.56207236209997
203
- L 451.12145361809934,461.91145074909997
204
- L 464.23971947719,461.91145074909997
199
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="361.3351877609" y="396.180883518847" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(90 361.3351877609 396.180883518847)">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="
200
+ M 457.30180806679,471.70244123783
201
+ L 455.04867872047777,475.87490299026
202
+ L 440.7399165508112,475.87490299026
203
+ L 440.7399165508112,467.52997948539996
204
+ L 455.04867872047777,467.52997948539996
205
205
  Z
206
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="462.86260758685" y="465.73676155559997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" 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_8__stack1" d="
207
- M 676.6974816702,449.6704561683
208
- L 672.8721708636999,447.60478833279
209
- L 672.8721708636999,434.4865224736993
210
- L 680.5227924767,434.4865224736993
211
- L 680.5227924767,447.60478833279
206
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="453.546592489603" y="471.70244123783" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" 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_8__stack1" d="
207
+ M 686.78720445044,454.178101877624
208
+ L 682.61474269801,451.92497253131177
209
+ L 682.61474269801,437.6162103616452
210
+ L 690.9596662028699,437.6162103616452
211
+ L 690.9596662028699,451.92497253131177
212
212
  Z
213
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="676.6974816702" y="446.22767644245" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(-90 676.6974816702 446.22767644245)">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="
214
- M 604.0165763467,381.5799238126
215
- L 601.95090851119,385.4052346191
216
- L 588.8326426520994,385.4052346191
217
- L 588.8326426520994,377.7546130061
218
- L 601.95090851119,377.7546130061
213
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="686.78720445044" y="450.42288630043697" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(-90 686.78720445044 450.42288630043697)">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="
214
+ M 607.51043115427,379.90828268437
215
+ L 605.2573018079578,384.08074443680005
216
+ L 590.9485396382912,384.08074443680005
217
+ L 590.9485396382912,375.73582093194
218
+ L 605.2573018079578,375.73582093194
219
219
  Z
220
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="600.5737966208501" y="381.5799238126" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" 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_10__stack1" d="
221
- M 691.9987248962,315.7845779408
222
- L 694.06439273171,311.9592671343
223
- L 707.1826585908007,311.9592671343
224
- L 707.1826585908007,319.6098887473
225
- L 694.06439273171,319.6098887473
220
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="603.755215577083" y="379.90828268437" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" 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_10__stack1" d="
221
+ M 703.47705146016,308.141940542574
222
+ L 705.7301808064723,303.96947879014397
223
+ L 720.0389429761389,303.96947879014397
224
+ L 720.0389429761389,312.314402295004
225
+ L 705.7301808064723,312.314402295004
226
226
  Z
227
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="695.4415046220499" y="315.7845779408" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" 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="
228
- M 554.2875358622,373.9293021996
229
- L 550.4622250557,371.86363436409
230
- L 550.4622250557,358.7453685049993
231
- L 558.1128466687001,358.7453685049993
232
- L 558.1128466687001,371.86363436409
227
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="707.232267037347" y="308.141940542574" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" 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="
228
+ M 553.26842837268,371.56335917951003
229
+ L 549.09596662025,369.3102298331978
230
+ L 549.09596662025,355.00146766353123
231
+ L 557.44089012511,355.00146766353123
232
+ L 557.44089012511,369.3102298331978
233
233
  Z
234
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="554.2875358622" y="370.48652247375" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(-90 554.2875358622 370.48652247375)">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="
235
- M 642.2696844117,270.64591042409995
236
- L 638.4443736052,268.58024258858995
237
- L 638.4443736052001,255.4619767294993
238
- L 646.0949952182001,255.4619767294993
239
- L 646.0949952182001,268.58024258858995
234
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="553.26842837268" y="367.808143602323" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(-90 553.26842837268 367.808143602323)">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="
235
+ M 649.23504867857,258.9068918639
236
+ L 645.06258692614,256.6537625175878
237
+ L 645.06258692614,242.3450003479212
238
+ L 653.407510431,242.3450003479212
239
+ L 653.407510431,256.6537625175878
240
240
  Z
241
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="642.2696844117" y="267.20313069824994" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(-90 642.2696844117 267.20313069824994)">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="
242
- M 845.0111571561999,270.746307618872
243
- L 841.1858463496999,268.680639783362
244
- L 841.1858463496999,255.56237392427133
245
- L 848.8364679627,255.56237392427133
246
- L 848.8364679627,268.680639783362
241
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="649.23504867857" y="255.151676286713" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(-90 649.23504867857 255.151676286713)">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="
242
+ M 870.3755215573599,259.01640020882337
243
+ L 866.2030598049299,256.76327086251115
244
+ L 866.2030598049299,242.45450869284457
245
+ L 874.5479833097899,242.45450869284457
246
+ L 874.5479833097899,256.76327086251115
247
247
  Z
248
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="845.0111571561999" y="267.30352789302196" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(-90 845.0111571561999 267.30352789302196)">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="
249
- M 645.750717245615,379.629015301285
250
- L 641.9254064391149,377.563347465775
251
- L 641.925406439115,364.4450816066843
252
- L 649.576028052115,364.4450816066843
253
- L 649.576028052115,377.563347465775
248
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="870.3755215573599" y="255.26118463163638" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(-90 870.3755215573599 255.26118463163638)">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="
249
+ M 653.0319888732813,377.7803271906307
250
+ L 648.8595271208513,375.5271978443185
251
+ L 648.8595271208513,361.2184356746519
252
+ L 657.2044506257113,361.2184356746519
253
+ L 657.2044506257113,375.5271978443185
254
254
  Z
255
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="645.750717245615" y="376.186235575435" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(-90 645.750717245615 376.186235575435)">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="
256
- M 845.0111571561999,377.7546130061
257
- L 847.0768249917099,373.9293021996
258
- L 860.1950908508006,373.9293021996
259
- L 860.1950908508006,381.5799238126
260
- L 847.0768249917099,381.5799238126
255
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="653.0319888732813" y="374.0251116134437" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(-90 653.0319888732813 374.0251116134437)">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="
256
+ M 870.3755215573599,375.73582093194
257
+ L 872.6286509036721,371.56335917951
258
+ L 886.9374130733387,371.56335917951
259
+ L 886.9374130733387,379.90828268437
260
+ L 872.6286509036721,379.90828268437
261
261
  Z
262
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="848.4539368820499" y="377.7546130061" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" 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_16__stack1" d="
263
- M 722.6012113482,377.7546130061
264
- L 718.7759005416999,375.68894517059
265
- L 718.7759005416999,362.5706793114993
266
- L 726.4265221547,362.5706793114993
267
- L 726.4265221547,375.68894517059
262
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="874.1307371345468" y="375.73582093194" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" 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_16__stack1" d="
263
+ M 736.8567454796,375.73582093194
264
+ L 732.68428372717,373.4826915856278
265
+ L 732.68428372717,359.1739294159612
266
+ L 741.02920723203,359.1739294159612
267
+ L 741.02920723203,373.4826915856278
268
268
  Z
269
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7650621613px"/><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="722.6012113482" y="374.31183328024997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.8855594517px" transform="rotate(-90 722.6012113482 374.31183328024997)">XX</text><text class="sch-text" x="73.06343640450001" y="331.27708670712497" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 73.06343640450001, 331.27708670712497)">J1</text><text class="sch-text" x="451.769206248" y="318.46229550534997" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.885559451699989px" transform="rotate(0, 451.769206248, 318.46229550534997)">TPS56837RPAR</text><text class="sch-text" x="428.817341409" y="327.45177590062497" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 428.817341409, 327.45177590062497)">U1</text><text class="sch-text" x="1086.770800127" y="319.80115428762497" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.8855594517px" transform="rotate(0, 1086.770800127, 319.80115428762497)">J2</text><rect class="schematic-box sch-box" x="66.17787695280003" y="326.495448199" width="13.771118903400009" height="9.56327701624997" stroke-width="0.7650621613px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.1204972904 3.0602486452"/><rect class="schematic-box sch-box" x="424.22696844120003" y="315.0195157795" width="55.08447561359998" height="6.885559451699976" stroke-width="0.7650621613px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.1204972904 3.0602486452"/><rect class="schematic-box sch-box" x="421.9317819573" y="322.6701373925" width="13.771118903400009" height="9.56327701624997" stroke-width="0.7650621613px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.1204972904 3.0602486452"/><rect class="schematic-box sch-box" x="1079.8852406752999" y="315.0195157795" width="13.771118903400293" height="9.56327701624997" stroke-width="0.7650621613px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.1204972904 3.0602486452"/>
269
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.834492350486px"/><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="736.8567454796" y="371.980605354753" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.510431154374px" transform="rotate(-90 736.8567454796 371.980605354753)">XX</text><text class="sch-text" x="28.37273991698595" y="325.04041063991554" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.510431154374px" transform="rotate(0, 28.37273991698595, 325.04041063991554)">J1</text><text class="sch-text" x="441.44645340755596" y="311.062663769275" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.510431154373988px" transform="rotate(0, 441.44645340755596, 311.062663769275)">TPS56837RPAR</text><text class="sch-text" x="416.411682892976" y="320.8679488874855" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.510431154374px" transform="rotate(0, 416.411682892976, 320.8679488874855)">U1</text><text class="sch-text" x="1134.075104310936" y="312.5230253826255" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.510431154374px" transform="rotate(0, 1134.075104310936, 312.5230253826255)">J2</text><rect class="schematic-box sch-box" x="20.862308762611974" y="319.82483344937805" width="15.020862308748065" height="10.431154381074975" stroke-width="0.834492350486px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.675938803888 3.337969401944"/><rect class="schematic-box sch-box" x="411.40472879005995" y="307.30744819208803" width="60.08344923499203" height="7.5104311543739755" stroke-width="0.834492350486px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.675938803888 3.337969401944"/><rect class="schematic-box sch-box" x="408.90125173860196" y="315.652371696948" width="15.020862308748008" height="10.431154381074975" stroke-width="0.834492350486px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.675938803888 3.337969401944"/><rect class="schematic-box sch-box" x="1126.564673156562" y="307.30744819208803" width="15.020862308748065" height="10.431154381074975" stroke-width="0.834492350486px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.675938803888 3.337969401944"/>
270
270
  </g>
271
271
  </svg>