@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
@@ -328,125 +328,125 @@ ISNS_C" data-x="-5.1" data-y="-5.3100000000000005" cx="155.96866096866097" cy="5
328
328
  .port-label { fill: rgb(0, 100, 100); }
329
329
  .component-name { fill: rgb(0, 100, 100); }
330
330
 
331
- </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 564.1737771581679 63.39510064166001 L 373.18937732494 63.39510064166001 L 373.18937732494 67.12422420883598" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 63.39510064166001 L 373.18937732494 63.39510064166001 L 373.18937732494 67.12422420883598" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.1737771581679 95.35901693174003 L 431.78989052342 95.35901693174003 L 431.78989052342 99.088140498916" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 95.35901693174003 L 431.78989052342 95.35901693174003 L 431.78989052342 99.088140498916" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 474.40844557686 131.05205678899597 L 474.40844557686 127.32293322182 L 564.1737771581679 127.32293322182" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 474.40844557686 131.05205678899597 L 474.40844557686 127.32293322182 L 564.1737771581679 127.32293322182" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 693.3506175253199 L 746.900831949792 693.3506175253199 L 746.900831949792 677.36865938028 L 736.246193186432 677.36865938028" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 693.3506175253199 L 746.900831949792 693.3506175253199 L 746.900831949792 677.36865938028 L 736.246193186432 677.36865938028" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 709.3325756703599 L 746.900831949792 709.3325756703599 L 746.900831949792 693.3506175253199 L 736.246193186432 693.3506175253199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 709.3325756703599 L 746.900831949792 709.3325756703599 L 746.900831949792 693.3506175253199 L 736.246193186432 693.3506175253199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 431.78989052342 139.57576779968397 L 431.78989052342 182.19432285312396 L 373.18937732494 182.19432285312396 L 373.18937732494 107.61185150960398" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 431.78989052342 139.57576779968397 L 431.78989052342 182.19432285312396 L 373.18937732494 182.19432285312396 L 373.18937732494 107.61185150960398" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 474.40844557686 171.53968408976397 L 474.40844557686 182.19432285312396 L 431.78989052342 182.19432285312396 L 431.78989052342 139.57576779968397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 474.40844557686 171.53968408976397 L 474.40844557686 182.19432285312396 L 431.78989052342 182.19432285312396 L 431.78989052342 139.57576779968397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 330.5708222715 736.235538547844 L 330.5708222715 752.217496692884 L 277.2976284547 752.217496692884 L 277.2976284547 736.235538547844" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 330.5708222715 736.235538547844 L 330.5708222715 752.217496692884 L 277.2976284547 752.217496692884 L 277.2976284547 736.235538547844" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 378.51669670662 736.235538547844 L 378.51669670662 752.217496692884 L 330.5708222715 752.217496692884 L 330.5708222715 736.235538547844" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 378.51669670662 736.235538547844 L 378.51669670662 752.217496692884 L 330.5708222715 752.217496692884 L 330.5708222715 736.235538547844" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 442.4445292867799 741.562857929524 L 442.4445292867799 752.217496692884 L 378.51669670662 752.217496692884 L 378.51669670662 736.235538547844" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 442.4445292867799 741.562857929524 L 442.4445292867799 752.217496692884 L 378.51669670662 752.217496692884 L 378.51669670662 736.235538547844" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 62.06327079624009 L 777.0001864562839 62.06327079624009 L 777.0001864562839 62.32963676532398" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 62.06327079624009 L 777.0001864562839 62.06327079624009 L 777.0001864562839 62.32963676532398" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 94.02718708632011 L 832.404308025756 94.02718708632011 L 832.404308025756 62.32963676532398 L 821.749669262396 62.32963676532398" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 94.02718708632011 L 832.404308025756 94.02718708632011 L 832.404308025756 62.32963676532398 L 821.749669262396 62.32963676532398" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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.246193186432 125.99110337640008 L 777.0001864562839 125.99110337640008 L 777.0001864562839 126.25746934548397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 125.99110337640008 L 777.0001864562839 125.99110337640008 L 777.0001864562839 126.25746934548397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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.246193186432 149.96404059396005 L 832.404308025756 149.96404059396005 L 832.404308025756 126.25746934548397 L 821.749669262396 126.25746934548397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 149.96404059396005 L 832.404308025756 149.96404059396005 L 832.404308025756 126.25746934548397 L 821.749669262396 126.25746934548397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 197.90991502907988 L 778.4651992862459 197.90991502907988 L 778.4651992862459 204.56906425617998 L 820.6842053860601 204.56906425617998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 197.90991502907988 L 778.4651992862459 197.90991502907988 L 778.4651992862459 204.56906425617998 L 820.6842053860601 204.56906425617998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 181.92795688403993 L 916.5759542563001 181.92795688403993 L 916.5759542563001 205.63452813251598" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 181.92795688403993 L 916.5759542563001 181.92795688403993 L 916.5759542563001 205.63452813251598" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 213.89187317411984 L 765.146900832046 213.89187317411984 L 765.146900832046 247.18761930962 L 794.04760847766 247.18761930962" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 213.89187317411984 L 765.146900832046 213.89187317411984 L 765.146900832046 247.18761930962 L 794.04760847766 247.18761930962" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.1737771581679 569.49044190126 L 508.63647260415394 569.49044190126 L 508.63647260415394 566.82678221042 L 453.09916805013995 566.82678221042" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 569.49044190126 L 508.63647260415394 569.49044190126 L 508.63647260415394 566.82678221042 L 453.09916805013995 566.82678221042" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.1737771581679 601.4543581913401 L 508.63647260415394 601.4543581913401 L 508.63647260415394 604.11801788218 L 453.09916805013995 604.11801788218" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 601.4543581913401 L 508.63647260415394 601.4543581913401 L 508.63647260415394 604.11801788218 L 453.09916805013995 604.11801788218" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.1737771581679 633.4182744814201 L 508.63647260415394 633.4182744814201 L 508.63647260415394 641.4092535539401 L 453.09916805013995 641.4092535539401" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 633.4182744814201 L 508.63647260415394 633.4182744814201 L 508.63647260415394 641.4092535539401 L 453.09916805013995 641.4092535539401" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 421.13525176005993 566.82678221042 L 277.2976284547 566.82678221042 L 277.2976284547 695.747911247076" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.13525176005993 566.82678221042 L 277.2976284547 566.82678221042 L 277.2976284547 695.747911247076" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 421.13525176006 604.11801788218 L 330.5708222715 604.11801788218 L 330.5708222715 695.747911247076" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.13525176006 604.11801788218 L 330.5708222715 604.11801788218 L 330.5708222715 695.747911247076" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 421.13525176006 641.4092535539401 L 378.51669670662 641.4092535539401 L 378.51669670662 695.747911247076" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.13525176006 641.4092535539401 L 378.51669670662 641.4092535539401 L 378.51669670662 695.747911247076" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.173777158168 676.0368295348601 L 442.44452928678 676.0368295348601 L 442.44452928678 701.075230628756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.173777158168 676.0368295348601 L 442.44452928678 676.0368295348601 L 442.44452928678 701.075230628756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.1737771581679 708.0007458249399 L 538.3362781570199 708.0007458249399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 708.0007458249399 L 538.3362781570199 708.0007458249399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 533.5310360749198 L 786.456178358766 533.5310360749198 L 786.456178358766 487.982455361556 L 836.6661635311 487.982455361556 L 836.6661635311 498.63709412491596" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 533.5310360749198 L 786.456178358766 533.5310360749198 L 786.456178358766 487.982455361556 L 836.6661635311 487.982455361556 L 836.6661635311 498.63709412491596" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 554.8403136016399 L 836.6661635311 554.8403136016399 L 836.6661635311 539.124721425684" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 554.8403136016399 L 836.6661635311 554.8403136016399 L 836.6661635311 539.124721425684" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 602.7861880367599 L 786.456178358766 602.7861880367599 L 786.456178358766 619.034512150884 L 836.6661635311 619.034512150884 L 836.6661635311 608.379873387524" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 602.7861880367599 L 786.456178358766 602.7861880367599 L 786.456178358766 619.034512150884 L 836.6661635311 619.034512150884 L 836.6661635311 608.379873387524" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 629.42278494516 L 836.6661635311 629.42278494516 L 836.6661635311 642.4747174302761" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 629.42278494516 L 836.6661635311 629.42278494516 L 836.6661635311 642.4747174302761" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 650.7320624718799 L 786.456178358766 650.7320624718799 L 786.456178358766 693.616983494404 L 836.6661635311 693.616983494404 L 836.6661635311 682.962344731044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 650.7320624718799 L 786.456178358766 650.7320624718799 L 786.456178358766 693.616983494404 L 836.6661635311 693.616983494404 L 836.6661635311 682.962344731044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 736.246193186432 581.4769105100398 L 786.456178358766 581.4769105100398 L 786.456178358766 565.4949523649999 L 836.6661635311 565.4949523649999 L 836.6661635311 567.892246086756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 581.4769105100398 L 786.456178358766 581.4769105100398 L 786.456178358766 565.4949523649999 L 836.6661635311 565.4949523649999 L 836.6661635311 567.892246086756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 746.900831949792 709.3325756703599 L 762.350058156664 709.3325756703599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 746.900831949792 709.3325756703599 L 762.350058156664 709.3325756703599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 826.01152476774 247.18761930962 L 871.3470127058367 247.18761930962 L 871.3470127058367 244.47068642496322" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 826.01152476774 247.18761930962 L 871.3470127058367 247.18761930962 L 871.3470127058367 244.47068642496322" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 506.37236186693997 708.0007458249399 L 487.6734708372432 708.0007458249399 L 487.6734708372432 705.2838129402833" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 506.37236186693997 708.0007458249399 L 487.6734708372432 708.0007458249399 L 487.6734708372432 705.2838129402833" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.1737771581679 228.54200147374004 L 519.424294352056 228.54200147374004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 228.54200147374004 L 519.424294352056 228.54200147374004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.1737771581679 260.5059177638201 L 519.424294352056 260.5059177638201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 260.5059177638201 L 519.424294352056 260.5059177638201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.1737771581679 292.46983405390006 L 519.424294352056 292.46983405390006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 292.46983405390006 L 519.424294352056 292.46983405390006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.1737771581679 345.7430278707001 L 519.424294352056 345.7430278707001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 345.7430278707001 L 519.424294352056 345.7430278707001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.1737771581679 377.70694416078015 L 519.424294352056 377.70694416078015" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 377.70694416078015 L 519.424294352056 377.70694416078015" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 564.1737771581679 430.9801379775801 L 519.424294352056 430.9801379775801" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 430.9801379775801 L 519.424294352056 430.9801379775801" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><path d="M 564.1737771581679 462.94405426766014 L 519.424294352056 462.94405426766014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 462.94405426766014 L 519.424294352056 462.94405426766014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><path d="M 564.1737771581679 148.63221074854 L 519.424294352056 148.63221074854" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 148.63221074854 L 519.424294352056 148.63221074854" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"><path d="M 564.1737771581679 212.56004332870003 L 519.424294352056 212.56004332870003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 212.56004332870003 L 519.424294352056 212.56004332870003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"><path d="M 564.1737771581679 180.59612703862 L 519.424294352056 180.59612703862" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 180.59612703862 L 519.424294352056 180.59612703862" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"><path d="M 564.1737771581679 196.57808518366002 L 519.424294352056 196.57808518366002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 196.57808518366002 L 519.424294352056 196.57808518366002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"><path d="M 564.1737771581679 164.61416889357997 L 519.424294352056 164.61416889357997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.1737771581679 164.61416889357997 L 519.424294352056 164.61416889357997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"><path d="M 736.246193186432 485.5851616397998 L 772.471964981856 485.5851616397998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 485.5851616397998 L 772.471964981856 485.5851616397998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"><path d="M 736.246193186432 506.8944391665199 L 772.471964981856 506.8944391665199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 506.8944391665199 L 772.471964981856 506.8944391665199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"><path d="M 736.246193186432 464.27588411307977 L 772.471964981856 464.27588411307977" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 464.27588411307977 L 772.471964981856 464.27588411307977" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"><path d="M 736.246193186432 432.31196782299975 L 772.471964981856 432.31196782299975" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 432.31196782299975 L 772.471964981856 432.31196782299975" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"><path d="M 736.246193186432 347.0748577161197 L 772.471964981856 347.0748577161197" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 347.0748577161197 L 772.471964981856 347.0748577161197" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"><path d="M 736.246193186432 411.00269029627975 L 772.471964981856 411.00269029627975" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 411.00269029627975 L 772.471964981856 411.00269029627975" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"><path d="M 736.246193186432 379.0387740061998 L 772.471964981856 379.0387740061998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 379.0387740061998 L 772.471964981856 379.0387740061998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"><path d="M 736.246193186432 395.02073215123977 L 772.471964981856 395.02073215123977" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 395.02073215123977 L 772.471964981856 395.02073215123977" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"><path d="M 736.246193186432 309.78362204435973 L 772.471964981856 309.78362204435973" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 309.78362204435973 L 772.471964981856 309.78362204435973" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"><path d="M 736.246193186432 325.7655801893997 L 772.471964981856 325.7655801893997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 325.7655801893997 L 772.471964981856 325.7655801893997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"><path d="M 736.246193186432 293.80166389931975 L 772.471964981856 293.80166389931975" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 293.80166389931975 L 772.471964981856 293.80166389931975" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"><path d="M 736.246193186432 261.8377476092397 L 772.471964981856 261.8377476092397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 261.8377476092397 L 772.471964981856 261.8377476092397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__stack1"><path d="M 736.246193186432 165.945998739 L 772.471964981856 165.945998739" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.246193186432 165.945998739 L 772.471964981856 165.945998739" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_59__stack1"><path d="M 852.64812167614 204.56906425617998 L 893.135748976908 204.56906425617998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 852.64812167614 204.56906425617998 L 893.135748976908 204.56906425617998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="736.246193186432" cy="693.3506175253199" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="746.900831949792" cy="693.3506175253199" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="746.900831949792" cy="709.3325756703599" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="431.78989052342" cy="139.57576779968397" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="431.78989052342" cy="182.19432285312396" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="330.5708222715" cy="736.235538547844" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="330.5708222715" cy="752.217496692884" r="1.598195814504" 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_8__stack1"><circle cx="378.51669670662" cy="736.235538547844" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="378.51669670662" cy="752.217496692884" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_59__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="585.483054684888" y="39.422163424100006" width="129.453860974824" height="692.5515196183999" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="585.483054684888" y="39.422163424100006" width="129.453860974824" height="692.5515196183999" fill="transparent"/><text class="sch-text" x="650.2099851723" y="385.6979232333" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 650.2099851723, 385.6979232333)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="228.54200147374004" x2="564.1737771581679" y2="228.54200147374004" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="563.1083132818319" y="227.47653759740405" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="227.47653759740405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="228.54200147374004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">EN_GATE</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="260.5059177638201" x2="564.1737771581679" y2="260.5059177638201" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="563.1083132818319" y="259.44045388748407" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="259.44045388748407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="260.5059177638201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INHA</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="292.46983405390006" x2="564.1737771581679" y2="292.46983405390006" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="563.1083132818319" y="291.40437017756403" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="291.4043701775641" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="292.46983405390006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INLA</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="345.7430278707001" x2="564.1737771581679" y2="345.7430278707001" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="563.1083132818319" y="344.67756399436405" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="344.6775639943641" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="345.7430278707001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INHB</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="377.70694416078015" x2="564.1737771581679" y2="377.70694416078015" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="563.1083132818319" y="376.6414802844441" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="376.6414802844441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="377.70694416078015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INLB</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="430.9801379775801" x2="564.1737771581679" y2="430.9801379775801" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="563.1083132818319" y="429.9146741012441" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="429.91467410124415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="430.9801379775801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INHC</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="462.94405426766014" x2="564.1737771581679" y2="462.94405426766014" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="563.1083132818319" y="461.8785903913241" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="461.87859039132417" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="462.94405426766014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INLC</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="148.63221074854" x2="564.1737771581679" y2="148.63221074854" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="563.1083132818319" y="147.566746872204" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="147.566746872204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="148.63221074854" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">nFAULT</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="212.56004332870003" x2="564.1737771581679" y2="212.56004332870003" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="563.1083132818319" y="211.49457945236404" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="211.49457945236404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="212.56004332870003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">nSCS</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="180.59612703862" x2="564.1737771581679" y2="180.59612703862" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="563.1083132818319" y="179.53066316228401" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="179.53066316228401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="180.59612703862" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SDI</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="196.57808518366002" x2="564.1737771581679" y2="196.57808518366002" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="563.1083132818319" y="195.51262130732403" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="195.51262130732403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="196.57808518366002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SDO</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="164.61416889357997" x2="564.1737771581679" y2="164.61416889357997" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="563.1083132818319" y="163.54870501724398" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="163.548705017244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="164.61416889357997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SCLK</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="197.90991502907988" x2="736.246193186432" y2="197.90991502907988" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="735.180729310096" y="196.8444511527439" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="196.8444511527439" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="197.90991502907988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">PWRGD</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="677.36865938028" x2="736.246193186432" y2="677.36865938028" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="735.180729310096" y="676.3031955039439" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="676.3031955039439" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="677.36865938028" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GND3</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="63.39510064166001" x2="564.1737771581679" y2="63.39510064166001" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="563.1083132818319" y="62.32963676532401" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="62.32963676532404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="63.39510064166001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">AVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="569.49044190126" x2="564.1737771581679" y2="569.49044190126" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="563.1083132818319" y="568.424978024924" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="568.4249780249241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="569.49044190126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SO1</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="601.4543581913401" x2="564.1737771581679" y2="601.4543581913401" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="563.1083132818319" y="600.3888943150041" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="600.3888943150041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="601.4543581913401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SO2</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="633.4182744814201" x2="564.1737771581679" y2="633.4182744814201" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="563.1083132818319" y="632.3528106050841" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="632.3528106050841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="633.4182744814201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SO3</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="629.42278494516" x2="736.246193186432" y2="629.42278494516" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="735.180729310096" y="628.3573210688239" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="628.3573210688239" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="629.42278494516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SN3</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="650.7320624718799" x2="736.246193186432" y2="650.7320624718799" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><rect x="735.180729310096" y="649.6665985955439" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="649.666598595544" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="650.7320624718799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SP3</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="581.4769105100398" x2="736.246193186432" y2="581.4769105100398" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="735.180729310096" y="580.4114466337038" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="580.4114466337039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="581.4769105100398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SN2</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="602.7861880367599" x2="736.246193186432" y2="602.7861880367599" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="735.180729310096" y="601.7207241604239" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="601.720724160424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="602.7861880367599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SP2</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="533.5310360749198" x2="736.246193186432" y2="533.5310360749198" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="735.180729310096" y="532.4655721985838" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="532.4655721985838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="533.5310360749198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SN1</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="554.8403136016399" x2="736.246193186432" y2="554.8403136016399" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="735.180729310096" y="553.7748497253039" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="553.7748497253039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="554.8403136016399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SP1</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="485.5851616397998" x2="736.246193186432" y2="485.5851616397998" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><rect x="735.180729310096" y="484.5196977634638" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="484.5196977634638" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="485.5851616397998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GLC</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="506.8944391665199" x2="736.246193186432" y2="506.8944391665199" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="735.180729310096" y="505.82897529018385" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="505.82897529018385" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="506.8944391665199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SLC</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="464.27588411307977" x2="736.246193186432" y2="464.27588411307977" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><rect x="735.180729310096" y="463.21042023674374" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="463.2104202367438" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="464.27588411307977" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SHC</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="432.31196782299975" x2="736.246193186432" y2="432.31196782299975" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="735.180729310096" y="431.2465039466637" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="431.2465039466638" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="432.31196782299975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GHC</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="347.0748577161197" x2="736.246193186432" y2="347.0748577161197" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="735.180729310096" y="346.0093938397837" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="346.00939383978374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="347.0748577161197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GHB</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="411.00269029627975" x2="736.246193186432" y2="411.00269029627975" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><rect x="735.180729310096" y="409.9372264199437" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="409.9372264199437" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="411.00269029627975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SHB</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="379.0387740061998" x2="736.246193186432" y2="379.0387740061998" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="735.180729310096" y="377.97331012986376" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="377.97331012986376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="379.0387740061998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SLB</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="395.02073215123977" x2="736.246193186432" y2="395.02073215123977" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><rect x="735.180729310096" y="393.95526827490374" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="393.95526827490374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="395.02073215123977" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GLB</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="309.78362204435973" x2="736.246193186432" y2="309.78362204435973" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="735.180729310096" y="308.7181581680237" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="308.7181581680237" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="309.78362204435973" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GLA</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="325.7655801893997" x2="736.246193186432" y2="325.7655801893997" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="735.180729310096" y="324.7001163130637" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="324.70011631306375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="325.7655801893997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SLA</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="293.80166389931975" x2="736.246193186432" y2="293.80166389931975" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><rect x="735.180729310096" y="292.7362000229837" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="292.7362000229837" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="293.80166389931975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SHA</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="261.8377476092397" x2="736.246193186432" y2="261.8377476092397" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><rect x="735.180729310096" y="260.7722837329037" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="260.77228373290376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="261.8377476092397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GHA</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="676.0368295348601" x2="564.1737771581679" y2="676.0368295348601" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><rect x="563.1083132818319" y="674.9713656585241" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="674.9713656585241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="676.0368295348601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">VCP_LSD</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="708.0007458249399" x2="564.1737771581679" y2="708.0007458249399" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="563.1083132818319" y="706.9352819486039" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="706.935281948604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="708.0007458249399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">VCPH</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="125.99110337640008" x2="736.246193186432" y2="125.99110337640008" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><rect x="735.180729310096" y="124.92563950006408" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="124.92563950006411" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="125.99110337640008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">CP2H</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="149.96404059396005" x2="736.246193186432" y2="149.96404059396005" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="735.180729310096" y="148.89857671762405" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="148.89857671762408" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="149.96404059396005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">CP2L</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="127.32293322182" x2="564.1737771581679" y2="127.32293322182" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="563.1083132818319" y="126.257469345484" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="126.25746934548403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="127.32293322182" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">PVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="94.02718708632011" x2="736.246193186432" y2="94.02718708632011" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><rect x="735.180729310096" y="92.96172320998411" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="92.96172320998414" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="94.02718708632011" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">CP1L</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="62.06327079624009" x2="736.246193186432" y2="62.06327079624009" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><rect x="735.180729310096" y="60.99780691990409" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="60.99780691990412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="62.06327079624009" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">CP1H</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="213.89187317411984" x2="736.246193186432" y2="213.89187317411984" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><rect x="735.180729310096" y="212.82640929778384" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="212.8264092977838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="213.89187317411984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">VDRAIN</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="693.3506175253199" x2="736.246193186432" y2="693.3506175253199" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><rect x="735.180729310096" y="692.2851536489839" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="692.2851536489839" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="693.3506175253199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GND2</text><line class="component-pin sch-component-pin sch-port-line" x1="585.483054684888" y1="95.35901693174003" x2="564.1737771581679" y2="95.35901693174003" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><rect x="563.1083132818319" y="94.29355305540403" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="574.828415921528" y="94.29355305540406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="590.810374066568" y="95.35901693174003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">DVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="165.945998739" x2="736.246193186432" y2="165.945998739" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><rect x="735.180729310096" y="164.880534862664" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="164.880534862664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="165.945998739" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">WAKE</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="181.92795688403993" x2="736.246193186432" y2="181.92795688403993" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="735.180729310096" y="180.86249300770393" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="180.86249300770393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="181.92795688403993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">VREG</text><line class="component-pin sch-component-pin sch-port-line" x1="714.936915659712" y1="709.3325756703599" x2="736.246193186432" y2="709.3325756703599" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><rect x="735.180729310096" y="708.2671117940239" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.591554423072" y="708.2671117940239" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="709.609596278032" y="709.3325756703599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">PAD</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="349.2164401073799" y="84.70437816838" width="49.277704280540036" height="5.327319381680013" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="349.2164401073799" y="84.70437816838" width="49.277704280540036" height="5.327319381680013" fill="transparent"/><text class="sch-text" x="373.85529224764997" y="87.36803785922001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 373.85529224764997, 87.36803785922001)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="373.18937732494" y1="84.70437816838" x2="373.18937732494" y2="67.12422420883598" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="372.12391344860396" y="66.05876033249999" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="372.12391344860396" y="75.91430118860802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 372.12391344860396 75.91430118860802)"></text><text class="pin-number sch-pin-label" x="373.18937732494" y="90.03169755006002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 373.18937732494 90.03169755006002)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="373.18937732494" y1="90.03169755006002" x2="373.18937732494" y2="107.61185150960398" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="372.12391344860396" y="106.54638763326798" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="372.12391344860396" y="98.821774529832" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 372.12391344860396 98.821774529832)"></text><text class="pin-number sch-pin-label" x="373.18937732494" y="84.70437816838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 373.18937732494 84.70437816838)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="407.81695330586" y="116.66829445846002" width="49.27770428053998" height="5.327319381679956" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="407.81695330586" y="116.66829445846002" width="49.27770428053998" height="5.327319381679956" fill="transparent"/><text class="sch-text" x="432.45580544613" y="119.33195414929997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 432.45580544613, 119.33195414929997)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="431.78989052342" y1="116.66829445846002" x2="431.78989052342" y2="99.088140498916" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="430.724426647084" y="98.02267662258001" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="430.724426647084" y="107.87821747868799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 430.724426647084 107.87821747868799)"></text><text class="pin-number sch-pin-label" x="431.78989052342" y="121.99561384013998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 431.78989052342 121.99561384013998)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="431.78989052342" y1="121.99561384013998" x2="431.78989052342" y2="139.57576779968397" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="430.724426647084" y="138.51030392334798" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="430.724426647084" y="130.785690819912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 430.724426647084 130.785690819912)"></text><text class="pin-number sch-pin-label" x="431.78989052342" y="116.66829445846002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 431.78989052342 116.66829445846002)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="450.4355083593" y="148.63221074854" width="62.063270796572056" height="5.327319381679985" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="450.4355083593" y="148.63221074854" width="62.063270796572056" height="5.327319381679985" fill="transparent"/><text class="sch-text" x="481.467143757586" y="151.29587043937997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 481.467143757586, 151.29587043937997)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="474.40844557686" y1="148.63221074854" x2="474.40844557686" y2="131.05205678899597" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="473.342981700524" y="129.98659291265997" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="473.342981700524" y="139.84213376876798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 473.342981700524 139.84213376876798)"></text><text class="pin-number sch-pin-label" x="474.40844557686" y="153.95953013021997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 474.40844557686 153.95953013021997)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="474.40844557686" y1="153.95953013021997" x2="474.40844557686" y2="171.53968408976397" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="473.342981700524" y="170.47422021342797" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="473.342981700524" y="162.74960710999196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 473.342981700524 162.74960710999196)"></text><text class="pin-number sch-pin-label" x="474.40844557686" y="148.63221074854" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 474.40844557686 148.63221074854)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="796.7112681685" y="39.95489536226796" width="5.327319381679899" height="44.749482806111985" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="796.7112681685" y="39.95489536226796" width="5.327319381679899" height="44.749482806111985" fill="transparent"/><text class="sch-text" x="799.37492785934" y="62.32963676532398" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 799.37492785934, 62.32963676532398)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="796.7112681685" y1="62.32963676532398" x2="777.0001864562839" y2="62.32963676532398" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="775.9347225799479" y="61.264172888987986" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="786.855727312392" y="61.264172888988014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="802.03858755018" y="62.32963676532398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="802.03858755018" y1="62.32963676532398" x2="821.749669262396" y2="62.32963676532398" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="820.68420538606" y="61.264172888987986" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="811.894128406288" y="61.264172888988014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="796.7112681685" y="62.32963676532398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="796.7112681685" y="103.882727942428" width="5.327319381679899" height="44.749482806111985" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="796.7112681685" y="103.882727942428" width="5.327319381679899" height="44.749482806111985" fill="transparent"/><text class="sch-text" x="799.37492785934" y="126.25746934548397" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 799.37492785934, 126.25746934548397)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="796.7112681685" y1="126.25746934548397" x2="777.0001864562839" y2="126.25746934548397" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="775.9347225799479" y="125.19200546914797" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="786.855727312392" y="125.192005469148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="802.03858755018" y="126.25746934548397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="802.03858755018" y1="126.25746934548397" x2="821.749669262396" y2="126.25746934548397" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="820.68420538606" y="125.19200546914797" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="811.894128406288" y="125.192005469148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="796.7112681685" y="126.25746934548397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="834.00250384026" y="186.45617835846798" width="5.327319381679899" height="36.22577179542404" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="834.00250384026" y="186.45617835846798" width="5.327319381679899" height="36.22577179542404" fill="transparent"/><text class="sch-text" x="836.6661635311" y="204.56906425617998" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 836.6661635311, 204.56906425617998)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="834.00250384026" y1="204.56906425617998" x2="820.6842053860601" y2="204.56906425617998" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="819.618741509724" y="203.503600379844" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="827.34335461316" y="203.503600379844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="839.3298232219399" y="204.56906425617998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="839.3298232219399" y1="204.56906425617998" x2="852.64812167614" y2="204.56906425617998" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="851.582657799804" y="203.503600379844" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="845.9889724490399" y="203.503600379844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="834.00250384026" y="204.56906425617998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="807.36590693186" y="229.07473341190797" width="5.327319381680013" height="36.22577179542401" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="807.36590693186" y="229.07473341190797" width="5.327319381680013" height="36.22577179542401" fill="transparent"/><text class="sch-text" x="810.0295666227" y="247.18761930962" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 810.0295666227, 247.18761930962)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="807.36590693186" y1="247.18761930962" x2="794.04760847766" y2="247.18761930962" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="792.982144601324" y="246.122155433284" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="800.70675770476" y="246.12215543328398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="812.69322631354" y="247.18761930962" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="812.69322631354" y1="247.18761930962" x2="826.01152476774" y2="247.18761930962" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="824.9460608914039" y="246.122155433284" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.35237554064" y="246.12215543328398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="807.36590693186" y="247.18761930962" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="892.60301703874" y="223.21468209206" width="49.27770428054009" height="5.327319381679985" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="892.60301703874" y="223.21468209206" width="49.27770428054009" height="5.327319381679985" fill="transparent"/><text class="sch-text" x="917.24186917901" y="225.8783417829" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 917.24186917901, 225.8783417829)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="916.5759542563001" y1="223.21468209206" x2="916.5759542563001" y2="205.63452813251598" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="915.510490379964" y="204.56906425617998" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="915.510490379964" y="214.424605112288" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 915.510490379964 214.424605112288)"></text><text class="pin-number sch-pin-label" x="916.5759542563001" y="228.54200147374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 916.5759542563001 228.54200147374)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="916.5759542563001" y1="228.54200147374" x2="916.5759542563001" y2="245.056691556948" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="916.5759542563001" cy="246.122155433284" r="1.065463876336" stroke-width="1.065463876336px"/><rect x="915.510490379964" y="245.056691556948" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="915.510490379964" y="237.332078453512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 915.510490379964 237.332078453512)"></text><text class="pin-number sch-pin-label" x="916.5759542563001" y="223.21468209206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 916.5759542563001 223.21468209206)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="434.45355021425996" y="548.713896312708" width="5.327319381680013" height="36.225771795424066" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="434.45355021425996" y="548.713896312708" width="5.327319381680013" height="36.225771795424066" fill="transparent"/><text class="sch-text" x="437.11720990509997" y="566.82678221042" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 437.11720990509997, 566.82678221042)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="434.45355021425996" y1="566.82678221042" x2="421.13525176006" y2="566.82678221042" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="420.06978788372396" y="565.761318334084" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="427.79440098716" y="565.761318334084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="439.78086959594" y="566.82678221042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="439.78086959594" y1="566.82678221042" x2="453.09916805013995" y2="566.82678221042" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="452.0337041738039" y="565.761318334084" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="446.44001882303996" y="565.761318334084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="434.45355021425996" y="566.82678221042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" 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="434.45355021425996" y="586.005131984468" width="5.327319381680013" height="36.22577179542395" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="434.45355021425996" y="586.005131984468" width="5.327319381680013" height="36.22577179542395" fill="transparent"/><text class="sch-text" x="437.11720990509997" y="604.11801788218" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 437.11720990509997, 604.11801788218)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="434.45355021425996" y1="604.11801788218" x2="421.13525176006" y2="604.11801788218" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="420.06978788372396" y="603.052554005844" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="427.79440098716" y="603.0525540058441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="439.78086959594" y="604.11801788218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="439.78086959594" y1="604.11801788218" x2="453.09916805013995" y2="604.11801788218" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="452.0337041738039" y="603.052554005844" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="446.44001882303996" y="603.0525540058441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="434.45355021425996" y="604.11801788218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="434.45355021425996" y="623.296367656228" width="5.327319381680013" height="36.225771795424066" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="434.45355021425996" y="623.296367656228" width="5.327319381680013" height="36.225771795424066" fill="transparent"/><text class="sch-text" x="437.11720990509997" y="641.4092535539401" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 437.11720990509997, 641.4092535539401)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="434.45355021425996" y1="641.4092535539401" x2="421.13525176006" y2="641.4092535539401" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="420.06978788372396" y="640.343789677604" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="427.79440098716" y="640.343789677604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="439.78086959594" y="641.4092535539401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="439.78086959594" y1="641.4092535539401" x2="453.09916805013995" y2="641.4092535539401" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="452.0337041738039" y="640.343789677604" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="446.44001882303996" y="640.343789677604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="434.45355021425996" y="641.4092535539401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" 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="253.32469123713997" y="713.3280652066201" width="68.45605405458798" height="5.327319381679899" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="253.32469123713997" y="713.3280652066201" width="68.45605405458798" height="5.327319381679899" fill="transparent"/><text class="sch-text" x="287.55271826443396" y="715.99172489746" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 287.55271826443396, 715.99172489746)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="277.2976284547" y1="713.3280652066201" x2="277.2976284547" y2="695.747911247076" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="276.23216457836395" y="694.68244737074" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="276.232164578364" y="704.537988226848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 276.232164578364 704.537988226848)"></text><text class="pin-number sch-pin-label" x="277.2976284547" y="718.6553845883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 277.2976284547 718.6553845883)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="277.2976284547" y1="718.6553845883" x2="277.2976284547" y2="736.235538547844" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="276.23216457836395" y="735.170074671508" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="276.232164578364" y="727.445461568072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 276.232164578364 727.445461568072)"></text><text class="pin-number sch-pin-label" x="277.2976284547" y="713.3280652066201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 277.2976284547 713.3280652066201)">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="306.59788505393993" y="713.3280652066201" width="68.45605405458804" height="5.327319381679899" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="306.59788505393993" y="713.3280652066201" width="68.45605405458804" height="5.327319381679899" fill="transparent"/><text class="sch-text" x="340.825912081234" y="715.99172489746" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 340.825912081234, 715.99172489746)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="330.5708222715" y1="713.3280652066201" x2="330.5708222715" y2="695.747911247076" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="329.50535839516397" y="694.68244737074" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.50535839516397" y="704.537988226848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 329.50535839516397 704.537988226848)"></text><text class="pin-number sch-pin-label" x="330.5708222715" y="718.6553845883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 330.5708222715 718.6553845883)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="330.5708222715" y1="718.6553845883" x2="330.5708222715" y2="736.235538547844" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="329.50535839516397" y="735.170074671508" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.50535839516397" y="727.445461568072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 329.50535839516397 727.445461568072)"></text><text class="pin-number sch-pin-label" x="330.5708222715" y="713.3280652066201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 330.5708222715 713.3280652066201)">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="354.54375948906" y="713.3280652066201" width="68.45605405458798" height="5.327319381679899" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="354.54375948906" y="713.3280652066201" width="68.45605405458798" height="5.327319381679899" fill="transparent"/><text class="sch-text" x="388.771786516354" y="715.99172489746" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 388.771786516354, 715.99172489746)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="378.51669670662" y1="713.3280652066201" x2="378.51669670662" y2="695.747911247076" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="377.45123283028397" y="694.68244737074" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="377.451232830284" y="704.537988226848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 377.451232830284 704.537988226848)"></text><text class="pin-number sch-pin-label" x="378.51669670662" y="718.6553845883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 378.51669670662 718.6553845883)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="378.51669670662" y1="718.6553845883" x2="378.51669670662" y2="736.235538547844" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="377.45123283028397" y="735.170074671508" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="377.451232830284" y="727.445461568072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 377.451232830284 727.445461568072)"></text><text class="pin-number sch-pin-label" x="378.51669670662" y="713.3280652066201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 378.51669670662 713.3280652066201)">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="418.47159206922" y="718.6553845883" width="49.277704280540036" height="5.327319381680013" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="418.47159206922" y="718.6553845883" width="49.277704280540036" height="5.327319381680013" fill="transparent"/><text class="sch-text" x="443.11044420948997" y="721.31904427914" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 443.11044420948997, 721.31904427914)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="442.44452928678" y1="718.6553845883" x2="442.44452928678" y2="701.075230628756" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="441.37906541044396" y="700.00976675242" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.379065410444" y="709.865307608528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 441.379065410444 709.865307608528)"></text><text class="pin-number sch-pin-label" x="442.44452928678" y="723.98270396998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 442.44452928678 723.98270396998)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="442.44452928678" y1="723.98270396998" x2="442.44452928678" y2="741.562857929524" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="441.37906541044396" y="740.4973940531879" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.379065410444" y="732.772780949752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 441.379065410444 732.772780949752)"></text><text class="pin-number sch-pin-label" x="442.44452928678" y="718.6553845883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 442.44452928678 718.6553845883)">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="519.6906603211401" y="685.6260044218841" width="5.327319381679899" height="44.74948280611193" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="519.6906603211401" y="685.6260044218841" width="5.327319381679899" height="44.74948280611193" fill="transparent"/><text class="sch-text" x="522.35432001198" y="708.0007458249399" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 522.35432001198, 708.0007458249399)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="519.6906603211401" y1="708.0007458249399" x2="506.37236186693997" y2="708.0007458249399" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="505.30689799060394" y="706.9352819486039" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="513.03151109404" y="706.935281948604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="525.01797970282" y="708.0007458249399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="525.01797970282" y1="708.0007458249399" x2="538.3362781570199" y2="708.0007458249399" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="537.2708142806839" y="706.9352819486039" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="531.67712892992" y="706.935281948604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="519.69066032114" y="708.0007458249399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">neg</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="812.69322631354" y="516.21724808446" width="68.45605405458798" height="5.327319381680013" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="812.69322631354" y="516.21724808446" width="68.45605405458798" height="5.327319381680013" fill="transparent"/><text class="sch-text" x="846.921253340834" y="518.8809077753" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 846.921253340834, 518.8809077753)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="836.6661635311" y1="516.21724808446" x2="836.6661635311" y2="498.63709412491596" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="835.600699654764" y="497.57163024857994" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="835.600699654764" y="507.427171104688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 835.600699654764 507.427171104688)"></text><text class="pin-number sch-pin-label" x="836.6661635311" y="521.54456746614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 836.6661635311 521.54456746614)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="836.6661635311" y1="521.54456746614" x2="836.6661635311" y2="539.124721425684" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="835.600699654764" y="538.059257549348" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="835.600699654764" y="530.3346444459121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 835.600699654764 530.3346444459121)"></text><text class="pin-number sch-pin-label" x="836.6661635311" y="516.21724808446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 836.6661635311 516.21724808446)">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="812.69322631354" y="585.4724000463" width="68.45605405458798" height="5.327319381680013" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="812.69322631354" y="585.4724000463" width="68.45605405458798" height="5.327319381680013" fill="transparent"/><text class="sch-text" x="846.921253340834" y="588.13605973714" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 846.921253340834, 588.13605973714)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="836.6661635311" y1="585.4724000463" x2="836.6661635311" y2="567.892246086756" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="835.600699654764" y="566.82678221042" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="835.600699654764" y="576.6823230665279" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 835.600699654764 576.6823230665279)"></text><text class="pin-number sch-pin-label" x="836.6661635311" y="590.79971942798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 836.6661635311 590.79971942798)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="836.6661635311" y1="590.79971942798" x2="836.6661635311" y2="608.379873387524" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><rect x="835.600699654764" y="607.3144095111879" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="835.600699654764" y="599.589796407752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 835.600699654764 599.589796407752)"></text><text class="pin-number sch-pin-label" x="836.6661635311" y="585.4724000463" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 836.6661635311 585.4724000463)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="812.69322631354" y="660.05487138982" width="68.45605405458798" height="5.327319381680013" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="812.69322631354" y="660.05487138982" width="68.45605405458798" height="5.327319381680013" fill="transparent"/><text class="sch-text" x="846.921253340834" y="662.71853108066" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 846.921253340834, 662.71853108066)">schematic_component_19</text><line class="component-pin sch-component-pin sch-port-line" x1="836.6661635311" y1="660.05487138982" x2="836.6661635311" y2="642.4747174302761" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="835.600699654764" y="641.4092535539401" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="835.600699654764" y="651.264794410048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 835.600699654764 651.264794410048)"></text><text class="pin-number sch-pin-label" x="836.6661635311" y="665.3821907715001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 836.6661635311 665.3821907715001)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="836.6661635311" y1="665.3821907715001" x2="836.6661635311" y2="682.962344731044" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="835.600699654764" y="681.896880854708" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="835.600699654764" y="674.1722677512721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 835.600699654764 674.1722677512721)"></text><text class="pin-number sch-pin-label" x="836.6661635311" y="660.05487138982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 836.6661635311 660.05487138982)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="564.1737771581679" cy="228.54200147374004" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="564.1737771581679" cy="260.5059177638201" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="564.1737771581679" cy="292.46983405390006" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="564.1737771581679" cy="345.7430278707001" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="564.1737771581679" cy="377.70694416078015" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="564.1737771581679" cy="430.9801379775801" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="564.1737771581679" cy="462.94405426766014" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="564.1737771581679" cy="148.63221074854" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="564.1737771581679" cy="212.56004332870003" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="564.1737771581679" cy="180.59612703862" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="564.1737771581679" cy="196.57808518366002" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="564.1737771581679" cy="164.61416889357997" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="736.246193186432" cy="197.90991502907988" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="736.246193186432" cy="677.36865938028" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="564.1737771581679" cy="63.39510064166001" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="564.1737771581679" cy="569.49044190126" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="564.1737771581679" cy="601.4543581913401" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="564.1737771581679" cy="633.4182744814201" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="736.246193186432" cy="629.42278494516" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="736.246193186432" cy="650.7320624718799" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="736.246193186432" cy="581.4769105100398" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="736.246193186432" cy="602.7861880367599" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="736.246193186432" cy="533.5310360749198" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="736.246193186432" cy="554.8403136016399" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="736.246193186432" cy="485.5851616397998" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="736.246193186432" cy="506.8944391665199" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="736.246193186432" cy="464.27588411307977" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="736.246193186432" cy="432.31196782299975" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="736.246193186432" cy="347.0748577161197" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="736.246193186432" cy="411.00269029627975" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="736.246193186432" cy="379.0387740061998" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="736.246193186432" cy="395.02073215123977" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="736.246193186432" cy="309.78362204435973" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="736.246193186432" cy="325.7655801893997" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="736.246193186432" cy="293.80166389931975" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="736.246193186432" cy="261.8377476092397" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="564.1737771581679" cy="676.0368295348601" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="564.1737771581679" cy="708.0007458249399" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="736.246193186432" cy="125.99110337640008" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="736.246193186432" cy="149.96404059396005" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="564.1737771581679" cy="127.32293322182" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="736.246193186432" cy="94.02718708632011" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="736.246193186432" cy="62.06327079624009" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="736.246193186432" cy="213.89187317411984" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="736.246193186432" cy="693.3506175253199" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="564.1737771581679" cy="95.35901693174003" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="736.246193186432" cy="165.945998739" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="736.246193186432" cy="181.92795688403993" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="736.246193186432" cy="709.3325756703599" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="373.18937732494" cy="67.12422420883598" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="373.18937732494" cy="107.61185150960398" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="431.78989052342" cy="99.088140498916" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="431.78989052342" cy="139.57576779968397" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="474.40844557686" cy="131.05205678899597" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="474.40844557686" cy="171.53968408976397" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="777.0001864562839" cy="62.32963676532398" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="821.749669262396" cy="62.32963676532398" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="777.0001864562839" cy="126.25746934548397" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="821.749669262396" cy="126.25746934548397" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="820.6842053860601" cy="204.56906425617998" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="852.64812167614" cy="204.56906425617998" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="794.04760847766" cy="247.18761930962" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="826.01152476774" cy="247.18761930962" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="916.5759542563001" cy="205.63452813251598" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="916.5759542563001" cy="246.122155433284" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="421.13525176006" cy="566.82678221042" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="453.09916805013995" cy="566.82678221042" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="421.13525176006" cy="604.11801788218" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="453.09916805013995" cy="604.11801788218" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="421.13525176006" cy="641.4092535539401" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="453.09916805013995" cy="641.4092535539401" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="277.2976284547" cy="695.747911247076" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="277.2976284547" cy="736.235538547844" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="330.5708222715" cy="695.747911247076" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="330.5708222715" cy="736.235538547844" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="378.51669670662" cy="695.747911247076" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="378.51669670662" cy="736.235538547844" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="442.44452928678" cy="701.075230628756" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="442.44452928678" cy="741.562857929524" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="506.37236186693997" cy="708.0007458249399" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="538.3362781570199" cy="708.0007458249399" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="836.6661635311" cy="498.63709412491596" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="836.6661635311" cy="539.124721425684" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="836.6661635311" cy="567.892246086756" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="836.6661635311" cy="608.379873387524" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="836.6661635311" cy="642.4747174302761" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="836.6661635311" cy="682.962344731044" r="2.130927752672" 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="
332
- M 762.350058156664,709.3325756703599
333
- L 767.677377538344,712.2093281364671
334
- L 767.677377538344,730.4784820693751
335
- L 757.022738774984,730.4784820693751
336
- L 757.022738774984,712.2093281364671
331
+ </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 566.571070879868 63.39510064166001 L 375.58667104664005 63.39510064166001 L 375.58667104664005 67.12422420883598" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 63.39510064166001 L 375.58667104664005 63.39510064166001 L 375.58667104664005 67.12422420883598" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.571070879868 95.35901693174003 L 434.1871842451201 95.35901693174003 L 434.1871842451201 99.088140498916" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 95.35901693174003 L 434.1871842451201 95.35901693174003 L 434.1871842451201 99.088140498916" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 476.80573929856007 131.05205678899597 L 476.80573929856007 127.32293322182 L 566.571070879868 127.32293322182" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 476.80573929856007 131.05205678899597 L 476.80573929856007 127.32293322182 L 566.571070879868 127.32293322182" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 693.3506175253199 L 749.298125671492 693.3506175253199 L 749.298125671492 677.36865938028 L 738.6434869081321 677.36865938028" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 693.3506175253199 L 749.298125671492 693.3506175253199 L 749.298125671492 677.36865938028 L 738.6434869081321 677.36865938028" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 709.3325756703599 L 749.298125671492 709.3325756703599 L 749.298125671492 693.3506175253199 L 738.6434869081321 693.3506175253199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 709.3325756703599 L 749.298125671492 709.3325756703599 L 749.298125671492 693.3506175253199 L 738.6434869081321 693.3506175253199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 434.1871842451201 139.57576779968397 L 434.1871842451201 182.19432285312396 L 375.58667104664005 182.19432285312396 L 375.58667104664005 107.61185150960398" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 434.1871842451201 139.57576779968397 L 434.1871842451201 182.19432285312396 L 375.58667104664005 182.19432285312396 L 375.58667104664005 107.61185150960398" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 476.80573929856007 171.53968408976397 L 476.80573929856007 182.19432285312396 L 434.1871842451201 182.19432285312396 L 434.1871842451201 139.57576779968397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 476.80573929856007 171.53968408976397 L 476.80573929856007 182.19432285312396 L 434.1871842451201 182.19432285312396 L 434.1871842451201 139.57576779968397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 332.96811599320006 736.235538547844 L 332.96811599320006 752.217496692884 L 279.69492217640004 752.217496692884 L 279.69492217640004 736.235538547844" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 332.96811599320006 736.235538547844 L 332.96811599320006 752.217496692884 L 279.69492217640004 752.217496692884 L 279.69492217640004 736.235538547844" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 380.91399042832006 736.235538547844 L 380.91399042832006 752.217496692884 L 332.96811599320006 752.217496692884 L 332.96811599320006 736.235538547844" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.91399042832006 736.235538547844 L 380.91399042832006 752.217496692884 L 332.96811599320006 752.217496692884 L 332.96811599320006 736.235538547844" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 444.84182300848 741.562857929524 L 444.84182300848 752.217496692884 L 380.91399042832006 752.217496692884 L 380.91399042832006 736.235538547844" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.84182300848 741.562857929524 L 444.84182300848 752.217496692884 L 380.91399042832006 752.217496692884 L 380.91399042832006 736.235538547844" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 62.06327079624009 L 779.3974801779841 62.06327079624009 L 779.3974801779841 62.32963676532398" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 62.06327079624009 L 779.3974801779841 62.06327079624009 L 779.3974801779841 62.32963676532398" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 94.02718708632011 L 834.8016017474561 94.02718708632011 L 834.8016017474561 62.32963676532398 L 824.146962984096 62.32963676532398" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 94.02718708632011 L 834.8016017474561 94.02718708632011 L 834.8016017474561 62.32963676532398 L 824.146962984096 62.32963676532398" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 125.99110337640008 L 779.3974801779841 125.99110337640008 L 779.3974801779841 126.25746934548397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 125.99110337640008 L 779.3974801779841 125.99110337640008 L 779.3974801779841 126.25746934548397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 149.96404059396005 L 834.8016017474561 149.96404059396005 L 834.8016017474561 126.25746934548397 L 824.146962984096 126.25746934548397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 149.96404059396005 L 834.8016017474561 149.96404059396005 L 834.8016017474561 126.25746934548397 L 824.146962984096 126.25746934548397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 197.90991502907988 L 780.8624930079461 197.90991502907988 L 780.8624930079461 204.56906425617998 L 823.08149910776 204.56906425617998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 197.90991502907988 L 780.8624930079461 197.90991502907988 L 780.8624930079461 204.56906425617998 L 823.08149910776 204.56906425617998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 181.92795688403993 L 918.973247978 181.92795688403993 L 918.973247978 205.63452813251598" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 181.92795688403993 L 918.973247978 181.92795688403993 L 918.973247978 205.63452813251598" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 213.89187317411984 L 767.544194553746 213.89187317411984 L 767.544194553746 247.18761930962 L 796.4449021993601 247.18761930962" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 213.89187317411984 L 767.544194553746 213.89187317411984 L 767.544194553746 247.18761930962 L 796.4449021993601 247.18761930962" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.571070879868 569.49044190126 L 511.033766325854 569.49044190126 L 511.033766325854 566.82678221042 L 455.49646177184 566.82678221042" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 569.49044190126 L 511.033766325854 569.49044190126 L 511.033766325854 566.82678221042 L 455.49646177184 566.82678221042" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.571070879868 601.4543581913401 L 511.033766325854 601.4543581913401 L 511.033766325854 604.11801788218 L 455.49646177184 604.11801788218" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 601.4543581913401 L 511.033766325854 601.4543581913401 L 511.033766325854 604.11801788218 L 455.49646177184 604.11801788218" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.571070879868 633.4182744814201 L 511.033766325854 633.4182744814201 L 511.033766325854 641.4092535539401 L 455.49646177184 641.4092535539401" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 633.4182744814201 L 511.033766325854 633.4182744814201 L 511.033766325854 641.4092535539401 L 455.49646177184 641.4092535539401" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 423.53254548176 566.82678221042 L 279.69492217640004 566.82678221042 L 279.69492217640004 695.747911247076" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 423.53254548176 566.82678221042 L 279.69492217640004 566.82678221042 L 279.69492217640004 695.747911247076" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 423.53254548176005 604.11801788218 L 332.96811599320006 604.11801788218 L 332.96811599320006 695.747911247076" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 423.53254548176005 604.11801788218 L 332.96811599320006 604.11801788218 L 332.96811599320006 695.747911247076" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 423.53254548176005 641.4092535539401 L 380.91399042832006 641.4092535539401 L 380.91399042832006 695.747911247076" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 423.53254548176005 641.4092535539401 L 380.91399042832006 641.4092535539401 L 380.91399042832006 695.747911247076" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.5710708798681 676.0368295348601 L 444.84182300848005 676.0368295348601 L 444.84182300848005 701.075230628756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.5710708798681 676.0368295348601 L 444.84182300848005 676.0368295348601 L 444.84182300848005 701.075230628756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.571070879868 708.0007458249399 L 540.73357187872 708.0007458249399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 708.0007458249399 L 540.73357187872 708.0007458249399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 533.5310360749198 L 788.8534720804661 533.5310360749198 L 788.8534720804661 487.982455361556 L 839.0634572528 487.982455361556 L 839.0634572528 498.63709412491596" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 533.5310360749198 L 788.8534720804661 533.5310360749198 L 788.8534720804661 487.982455361556 L 839.0634572528 487.982455361556 L 839.0634572528 498.63709412491596" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 554.8403136016399 L 839.0634572528 554.8403136016399 L 839.0634572528 539.124721425684" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 554.8403136016399 L 839.0634572528 554.8403136016399 L 839.0634572528 539.124721425684" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 602.7861880367599 L 788.8534720804661 602.7861880367599 L 788.8534720804661 619.034512150884 L 839.0634572528 619.034512150884 L 839.0634572528 608.379873387524" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 602.7861880367599 L 788.8534720804661 602.7861880367599 L 788.8534720804661 619.034512150884 L 839.0634572528 619.034512150884 L 839.0634572528 608.379873387524" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 629.42278494516 L 839.0634572528 629.42278494516 L 839.0634572528 642.4747174302761" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 629.42278494516 L 839.0634572528 629.42278494516 L 839.0634572528 642.4747174302761" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 650.7320624718799 L 788.8534720804661 650.7320624718799 L 788.8534720804661 693.616983494404 L 839.0634572528 693.616983494404 L 839.0634572528 682.962344731044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 650.7320624718799 L 788.8534720804661 650.7320624718799 L 788.8534720804661 693.616983494404 L 839.0634572528 693.616983494404 L 839.0634572528 682.962344731044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 738.6434869081321 581.4769105100398 L 788.8534720804661 581.4769105100398 L 788.8534720804661 565.4949523649999 L 839.0634572528 565.4949523649999 L 839.0634572528 567.892246086756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 581.4769105100398 L 788.8534720804661 581.4769105100398 L 788.8534720804661 565.4949523649999 L 839.0634572528 565.4949523649999 L 839.0634572528 567.892246086756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 749.298125671492 709.3325756703599 L 764.747351878364 709.3325756703599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 749.298125671492 709.3325756703599 L 764.747351878364 709.3325756703599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 828.40881848944 247.18761930962 L 873.7443064275369 247.18761930962 L 873.7443064275369 244.47068642496322" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 828.40881848944 247.18761930962 L 873.7443064275369 247.18761930962 L 873.7443064275369 244.47068642496322" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 508.76965558864003 708.0007458249399 L 490.07076455894327 708.0007458249399 L 490.07076455894327 705.2838129402833" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 508.76965558864003 708.0007458249399 L 490.07076455894327 708.0007458249399 L 490.07076455894327 705.2838129402833" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.571070879868 228.54200147374004 L 521.8215880737561 228.54200147374004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 228.54200147374004 L 521.8215880737561 228.54200147374004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.571070879868 260.5059177638201 L 521.8215880737561 260.5059177638201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 260.5059177638201 L 521.8215880737561 260.5059177638201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.571070879868 292.46983405390006 L 521.8215880737561 292.46983405390006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 292.46983405390006 L 521.8215880737561 292.46983405390006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.571070879868 345.7430278707001 L 521.8215880737561 345.7430278707001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 345.7430278707001 L 521.8215880737561 345.7430278707001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.571070879868 377.70694416078015 L 521.8215880737561 377.70694416078015" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 377.70694416078015 L 521.8215880737561 377.70694416078015" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" 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 566.571070879868 430.9801379775801 L 521.8215880737561 430.9801379775801" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 430.9801379775801 L 521.8215880737561 430.9801379775801" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><path d="M 566.571070879868 462.94405426766014 L 521.8215880737561 462.94405426766014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 462.94405426766014 L 521.8215880737561 462.94405426766014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><path d="M 566.571070879868 148.63221074854 L 521.8215880737561 148.63221074854" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 148.63221074854 L 521.8215880737561 148.63221074854" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"><path d="M 566.571070879868 212.56004332870003 L 521.8215880737561 212.56004332870003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 212.56004332870003 L 521.8215880737561 212.56004332870003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"><path d="M 566.571070879868 180.59612703862 L 521.8215880737561 180.59612703862" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 180.59612703862 L 521.8215880737561 180.59612703862" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"><path d="M 566.571070879868 196.57808518366002 L 521.8215880737561 196.57808518366002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 196.57808518366002 L 521.8215880737561 196.57808518366002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"><path d="M 566.571070879868 164.61416889357997 L 521.8215880737561 164.61416889357997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 566.571070879868 164.61416889357997 L 521.8215880737561 164.61416889357997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"><path d="M 738.6434869081321 485.5851616397998 L 774.869258703556 485.5851616397998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 485.5851616397998 L 774.869258703556 485.5851616397998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"><path d="M 738.6434869081321 506.8944391665199 L 774.869258703556 506.8944391665199" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 506.8944391665199 L 774.869258703556 506.8944391665199" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"><path d="M 738.6434869081321 464.27588411307977 L 774.869258703556 464.27588411307977" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 464.27588411307977 L 774.869258703556 464.27588411307977" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"><path d="M 738.6434869081321 432.31196782299975 L 774.869258703556 432.31196782299975" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 432.31196782299975 L 774.869258703556 432.31196782299975" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"><path d="M 738.6434869081321 347.0748577161197 L 774.869258703556 347.0748577161197" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 347.0748577161197 L 774.869258703556 347.0748577161197" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"><path d="M 738.6434869081321 411.00269029627975 L 774.869258703556 411.00269029627975" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 411.00269029627975 L 774.869258703556 411.00269029627975" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"><path d="M 738.6434869081321 379.0387740061998 L 774.869258703556 379.0387740061998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 379.0387740061998 L 774.869258703556 379.0387740061998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"><path d="M 738.6434869081321 395.02073215123977 L 774.869258703556 395.02073215123977" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 395.02073215123977 L 774.869258703556 395.02073215123977" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"><path d="M 738.6434869081321 309.78362204435973 L 774.869258703556 309.78362204435973" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 309.78362204435973 L 774.869258703556 309.78362204435973" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"><path d="M 738.6434869081321 325.7655801893997 L 774.869258703556 325.7655801893997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 325.7655801893997 L 774.869258703556 325.7655801893997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"><path d="M 738.6434869081321 293.80166389931975 L 774.869258703556 293.80166389931975" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 293.80166389931975 L 774.869258703556 293.80166389931975" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"><path d="M 738.6434869081321 261.8377476092397 L 774.869258703556 261.8377476092397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 261.8377476092397 L 774.869258703556 261.8377476092397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__stack1"><path d="M 738.6434869081321 165.945998739 L 774.869258703556 165.945998739" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 738.6434869081321 165.945998739 L 774.869258703556 165.945998739" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_59__stack1"><path d="M 855.0454153978401 204.56906425617998 L 895.533042698608 204.56906425617998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.523711010688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 855.0454153978401 204.56906425617998 L 895.533042698608 204.56906425617998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.065463876336px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="738.6434869081321" cy="693.3506175253199" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="749.298125671492" cy="693.3506175253199" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="749.298125671492" cy="709.3325756703599" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="434.1871842451201" cy="139.57576779968397" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="434.1871842451201" cy="182.19432285312396" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="332.96811599320006" cy="736.235538547844" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="332.96811599320006" cy="752.217496692884" r="1.598195814504" 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_8__stack1"><circle cx="380.91399042832006" cy="736.235538547844" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="380.91399042832006" cy="752.217496692884" r="1.598195814504" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_59__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="587.880348406588" y="39.422163424100006" width="129.453860974824" height="692.5515196183999" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="587.880348406588" y="39.422163424100006" width="129.453860974824" height="692.5515196183999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="228.54200147374004" x2="566.571070879868" y2="228.54200147374004" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="565.505607003532" y="227.47653759740405" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="227.47653759740405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="228.54200147374004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">EN_GATE</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="260.5059177638201" x2="566.571070879868" y2="260.5059177638201" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="565.505607003532" y="259.44045388748407" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="259.44045388748407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="260.5059177638201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INHA</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="292.46983405390006" x2="566.571070879868" y2="292.46983405390006" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="565.505607003532" y="291.40437017756403" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="291.4043701775641" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="292.46983405390006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INLA</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="345.7430278707001" x2="566.571070879868" y2="345.7430278707001" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="565.505607003532" y="344.67756399436405" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="344.6775639943641" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="345.7430278707001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INHB</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="377.70694416078015" x2="566.571070879868" y2="377.70694416078015" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="565.505607003532" y="376.6414802844441" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="376.6414802844441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="377.70694416078015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INLB</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="430.9801379775801" x2="566.571070879868" y2="430.9801379775801" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="565.505607003532" y="429.9146741012441" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="429.91467410124415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="430.9801379775801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INHC</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="462.94405426766014" x2="566.571070879868" y2="462.94405426766014" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="565.505607003532" y="461.8785903913241" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="461.87859039132417" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="462.94405426766014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">INLC</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="148.63221074854" x2="566.571070879868" y2="148.63221074854" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="565.505607003532" y="147.566746872204" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="147.566746872204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="148.63221074854" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">nFAULT</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="212.56004332870003" x2="566.571070879868" y2="212.56004332870003" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="565.505607003532" y="211.49457945236404" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="211.49457945236404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="212.56004332870003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">nSCS</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="180.59612703862" x2="566.571070879868" y2="180.59612703862" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="565.505607003532" y="179.53066316228401" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="179.53066316228401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="180.59612703862" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SDI</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="196.57808518366002" x2="566.571070879868" y2="196.57808518366002" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="565.505607003532" y="195.51262130732403" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="195.51262130732403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="196.57808518366002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SDO</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="164.61416889357997" x2="566.571070879868" y2="164.61416889357997" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="565.505607003532" y="163.54870501724398" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="163.548705017244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="164.61416889357997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SCLK</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="197.90991502907988" x2="738.6434869081321" y2="197.90991502907988" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="737.5780230317961" y="196.8444511527439" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="196.8444511527439" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="197.90991502907988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">PWRGD</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="677.36865938028" x2="738.6434869081321" y2="677.36865938028" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="737.5780230317961" y="676.3031955039439" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="676.3031955039439" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="677.36865938028" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GND3</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="63.39510064166001" x2="566.571070879868" y2="63.39510064166001" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="565.505607003532" y="62.32963676532401" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="62.32963676532404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="63.39510064166001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">AVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="569.49044190126" x2="566.571070879868" y2="569.49044190126" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="565.505607003532" y="568.424978024924" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="568.4249780249241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="569.49044190126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SO1</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="601.4543581913401" x2="566.571070879868" y2="601.4543581913401" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="565.505607003532" y="600.3888943150041" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="600.3888943150041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="601.4543581913401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SO2</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="633.4182744814201" x2="566.571070879868" y2="633.4182744814201" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="565.505607003532" y="632.3528106050841" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="632.3528106050841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="633.4182744814201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">SO3</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="629.42278494516" x2="738.6434869081321" y2="629.42278494516" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="737.5780230317961" y="628.3573210688239" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="628.3573210688239" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="629.42278494516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SN3</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="650.7320624718799" x2="738.6434869081321" y2="650.7320624718799" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><rect x="737.5780230317961" y="649.6665985955439" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="649.666598595544" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="650.7320624718799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SP3</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="581.4769105100398" x2="738.6434869081321" y2="581.4769105100398" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="737.5780230317961" y="580.4114466337038" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="580.4114466337039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="581.4769105100398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SN2</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="602.7861880367599" x2="738.6434869081321" y2="602.7861880367599" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="737.5780230317961" y="601.7207241604239" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="601.720724160424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="602.7861880367599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SP2</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="533.5310360749198" x2="738.6434869081321" y2="533.5310360749198" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="737.5780230317961" y="532.4655721985838" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="532.4655721985838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="533.5310360749198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SN1</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="554.8403136016399" x2="738.6434869081321" y2="554.8403136016399" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="737.5780230317961" y="553.7748497253039" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="553.7748497253039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="554.8403136016399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SP1</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="485.5851616397998" x2="738.6434869081321" y2="485.5851616397998" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><rect x="737.5780230317961" y="484.5196977634638" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="484.5196977634638" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="485.5851616397998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GLC</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="506.8944391665199" x2="738.6434869081321" y2="506.8944391665199" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="737.5780230317961" y="505.82897529018385" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="505.82897529018385" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="506.8944391665199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SLC</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="464.27588411307977" x2="738.6434869081321" y2="464.27588411307977" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><rect x="737.5780230317961" y="463.21042023674374" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="463.2104202367438" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="464.27588411307977" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SHC</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="432.31196782299975" x2="738.6434869081321" y2="432.31196782299975" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="737.5780230317961" y="431.2465039466637" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="431.2465039466638" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="432.31196782299975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GHC</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="347.0748577161197" x2="738.6434869081321" y2="347.0748577161197" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="737.5780230317961" y="346.0093938397837" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="346.00939383978374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="347.0748577161197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GHB</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="411.00269029627975" x2="738.6434869081321" y2="411.00269029627975" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><rect x="737.5780230317961" y="409.9372264199437" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="409.9372264199437" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="411.00269029627975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SHB</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="379.0387740061998" x2="738.6434869081321" y2="379.0387740061998" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="737.5780230317961" y="377.97331012986376" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="377.97331012986376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="379.0387740061998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SLB</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="395.02073215123977" x2="738.6434869081321" y2="395.02073215123977" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><rect x="737.5780230317961" y="393.95526827490374" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="393.95526827490374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="395.02073215123977" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GLB</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="309.78362204435973" x2="738.6434869081321" y2="309.78362204435973" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="737.5780230317961" y="308.7181581680237" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="308.7181581680237" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="309.78362204435973" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GLA</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="325.7655801893997" x2="738.6434869081321" y2="325.7655801893997" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="737.5780230317961" y="324.7001163130637" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="324.70011631306375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="325.7655801893997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SLA</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="293.80166389931975" x2="738.6434869081321" y2="293.80166389931975" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><rect x="737.5780230317961" y="292.7362000229837" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="292.7362000229837" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="293.80166389931975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">SHA</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="261.8377476092397" x2="738.6434869081321" y2="261.8377476092397" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><rect x="737.5780230317961" y="260.7722837329037" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="260.77228373290376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="261.8377476092397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GHA</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="676.0368295348601" x2="566.571070879868" y2="676.0368295348601" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><rect x="565.505607003532" y="674.9713656585241" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="674.9713656585241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="676.0368295348601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">VCP_LSD</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="708.0007458249399" x2="566.571070879868" y2="708.0007458249399" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="565.505607003532" y="706.9352819486039" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="706.935281948604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="708.0007458249399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">VCPH</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="125.99110337640008" x2="738.6434869081321" y2="125.99110337640008" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><rect x="737.5780230317961" y="124.92563950006408" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="124.92563950006411" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="125.99110337640008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">CP2H</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="149.96404059396005" x2="738.6434869081321" y2="149.96404059396005" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="737.5780230317961" y="148.89857671762405" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="148.89857671762408" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="149.96404059396005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">CP2L</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="127.32293322182" x2="566.571070879868" y2="127.32293322182" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="565.505607003532" y="126.257469345484" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="126.25746934548403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="127.32293322182" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">PVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="94.02718708632011" x2="738.6434869081321" y2="94.02718708632011" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><rect x="737.5780230317961" y="92.96172320998411" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="92.96172320998414" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="94.02718708632011" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">CP1L</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="62.06327079624009" x2="738.6434869081321" y2="62.06327079624009" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><rect x="737.5780230317961" y="60.99780691990409" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="60.99780691990412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="62.06327079624009" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">CP1H</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="213.89187317411984" x2="738.6434869081321" y2="213.89187317411984" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><rect x="737.5780230317961" y="212.82640929778384" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="212.8264092977838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="213.89187317411984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">VDRAIN</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="693.3506175253199" x2="738.6434869081321" y2="693.3506175253199" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><rect x="737.5780230317961" y="692.2851536489839" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="692.2851536489839" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="693.3506175253199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">GND2</text><line class="component-pin sch-component-pin sch-port-line" x1="587.880348406588" y1="95.35901693174003" x2="566.571070879868" y2="95.35901693174003" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><rect x="565.505607003532" y="94.29355305540403" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.225709643228" y="94.29355305540406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="593.207667788268" y="95.35901693174003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">DVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="165.945998739" x2="738.6434869081321" y2="165.945998739" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><rect x="737.5780230317961" y="164.880534862664" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="164.880534862664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="165.945998739" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">WAKE</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="181.92795688403993" x2="738.6434869081321" y2="181.92795688403993" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="737.5780230317961" y="180.86249300770393" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="180.86249300770393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="181.92795688403993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">VREG</text><line class="component-pin sch-component-pin sch-port-line" x1="717.334209381412" y1="709.3325756703599" x2="738.6434869081321" y2="709.3325756703599" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><rect x="737.5780230317961" y="708.2671117940239" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="727.9888481447721" y="708.2671117940239" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="712.006889999732" y="709.3325756703599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">PAD</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="351.61373382908" y="84.70437816838" width="49.277704280540036" height="5.327319381680013" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="351.61373382908" y="84.70437816838" width="49.277704280540036" height="5.327319381680013" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="375.58667104664005" y1="84.70437816838" x2="375.58667104664005" y2="67.12422420883598" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="374.521207170304" y="66.05876033249999" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.521207170304" y="75.91430118860802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 374.521207170304 75.91430118860802)"></text><text class="pin-number sch-pin-label" x="375.58667104664005" y="90.03169755006002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 375.58667104664005 90.03169755006002)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="375.58667104664005" y1="90.03169755006002" x2="375.58667104664005" y2="107.61185150960398" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="374.521207170304" y="106.54638763326798" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="374.521207170304" y="98.821774529832" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 374.521207170304 98.821774529832)"></text><text class="pin-number sch-pin-label" x="375.58667104664005" y="84.70437816838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 375.58667104664005 84.70437816838)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="410.2142470275601" y="116.66829445846002" width="49.27770428053998" height="5.327319381679956" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="410.2142470275601" y="116.66829445846002" width="49.27770428053998" height="5.327319381679956" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="434.1871842451201" y1="116.66829445846002" x2="434.1871842451201" y2="99.088140498916" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="433.12172036878405" y="98.02267662258001" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.12172036878405" y="107.87821747868799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 433.12172036878405 107.87821747868799)"></text><text class="pin-number sch-pin-label" x="434.1871842451201" y="121.99561384013998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 434.1871842451201 121.99561384013998)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="434.1871842451201" y1="121.99561384013998" x2="434.1871842451201" y2="139.57576779968397" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="433.12172036878405" y="138.51030392334798" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.12172036878405" y="130.785690819912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 433.12172036878405 130.785690819912)"></text><text class="pin-number sch-pin-label" x="434.1871842451201" y="116.66829445846002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 434.1871842451201 116.66829445846002)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="452.83280208100007" y="148.63221074854" width="62.063270796572056" height="5.327319381679985" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="452.83280208100007" y="148.63221074854" width="62.063270796572056" height="5.327319381679985" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="476.80573929856007" y1="148.63221074854" x2="476.80573929856007" y2="131.05205678899597" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="475.74027542222404" y="129.98659291265997" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="475.74027542222404" y="139.84213376876798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 475.74027542222404 139.84213376876798)"></text><text class="pin-number sch-pin-label" x="476.80573929856007" y="153.95953013021997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 476.80573929856007 153.95953013021997)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="476.80573929856007" y1="153.95953013021997" x2="476.80573929856007" y2="171.53968408976397" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="475.74027542222404" y="170.47422021342797" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="475.74027542222404" y="162.74960710999196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 475.74027542222404 162.74960710999196)"></text><text class="pin-number sch-pin-label" x="476.80573929856007" y="148.63221074854" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 476.80573929856007 148.63221074854)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="799.1085618902" y="39.95489536226796" width="5.327319381680013" height="44.749482806111985" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="799.1085618902" y="39.95489536226796" width="5.327319381680013" height="44.749482806111985" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="799.1085618902" y1="62.32963676532398" x2="779.3974801779841" y2="62.32963676532398" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="778.3320163016481" y="61.264172888987986" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.2530210340921" y="61.264172888988014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="804.43588127188" y="62.32963676532398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="804.43588127188" y1="62.32963676532398" x2="824.146962984096" y2="62.32963676532398" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="823.08149910776" y="61.264172888987986" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="814.291422127988" y="61.264172888988014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="799.1085618902" y="62.32963676532398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="799.1085618902" y="103.882727942428" width="5.327319381680013" height="44.749482806111985" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="799.1085618902" y="103.882727942428" width="5.327319381680013" height="44.749482806111985" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="799.1085618902" y1="126.25746934548397" x2="779.3974801779841" y2="126.25746934548397" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="778.3320163016481" y="125.19200546914797" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.2530210340921" y="125.192005469148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="804.43588127188" y="126.25746934548397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="804.43588127188" y1="126.25746934548397" x2="824.146962984096" y2="126.25746934548397" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="823.08149910776" y="125.19200546914797" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="814.291422127988" y="125.192005469148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="799.1085618902" y="126.25746934548397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="836.3997975619601" y="186.45617835846798" width="5.327319381680013" height="36.22577179542404" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="836.3997975619601" y="186.45617835846798" width="5.327319381680013" height="36.22577179542404" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="836.3997975619601" y1="204.56906425617998" x2="823.08149910776" y2="204.56906425617998" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="822.016035231424" y="203.503600379844" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.74064833486" y="203.503600379844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="841.7271169436401" y="204.56906425617998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="841.7271169436401" y1="204.56906425617998" x2="855.0454153978401" y2="204.56906425617998" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="853.9799515215041" y="203.503600379844" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="848.3862661707401" y="203.503600379844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="836.3997975619601" y="204.56906425617998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="809.76320065356" y="229.07473341190797" width="5.327319381680013" height="36.22577179542401" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="809.76320065356" y="229.07473341190797" width="5.327319381680013" height="36.22577179542401" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="809.76320065356" y1="247.18761930962" x2="796.4449021993601" y2="247.18761930962" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="795.379438323024" y="246.122155433284" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="803.10405142646" y="246.12215543328398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="815.09052003524" y="247.18761930962" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="815.09052003524" y1="247.18761930962" x2="828.40881848944" y2="247.18761930962" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="827.343354613104" y="246.122155433284" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="821.74966926234" y="246.12215543328398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="809.76320065356" y="247.18761930962" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="895.00031076044" y="223.21468209206" width="49.27770428054009" height="5.327319381679985" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="895.00031076044" y="223.21468209206" width="49.27770428054009" height="5.327319381679985" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="918.973247978" y1="223.21468209206" x2="918.973247978" y2="205.63452813251598" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="917.907784101664" y="204.56906425617998" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.9077841016641" y="214.424605112288" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 917.9077841016641 214.424605112288)"></text><text class="pin-number sch-pin-label" x="918.973247978" y="228.54200147374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 918.973247978 228.54200147374)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="918.973247978" y1="228.54200147374" x2="918.973247978" y2="245.056691556948" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="918.973247978" cy="246.122155433284" r="1.065463876336" stroke-width="1.065463876336px"/><rect x="917.907784101664" y="245.056691556948" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.9077841016641" y="237.332078453512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 917.9077841016641 237.332078453512)"></text><text class="pin-number sch-pin-label" x="918.973247978" y="223.21468209206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 918.973247978 223.21468209206)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="436.85084393596003" y="548.713896312708" width="5.327319381680013" height="36.225771795424066" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="436.85084393596003" y="548.713896312708" width="5.327319381680013" height="36.225771795424066" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="436.85084393596003" y1="566.82678221042" x2="423.53254548176005" y2="566.82678221042" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="422.467081605424" y="565.761318334084" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="430.19169470886004" y="565.761318334084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="442.17816331764004" y="566.82678221042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="442.17816331764004" y1="566.82678221042" x2="455.49646177184" y2="566.82678221042" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="454.430997895504" y="565.761318334084" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="448.83731254474003" y="565.761318334084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="436.85084393596003" y="566.82678221042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" 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="436.85084393596003" y="586.005131984468" width="5.327319381680013" height="36.22577179542395" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="436.85084393596003" y="586.005131984468" width="5.327319381680013" height="36.22577179542395" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="436.85084393596003" y1="604.11801788218" x2="423.53254548176005" y2="604.11801788218" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="422.467081605424" y="603.052554005844" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="430.19169470886004" y="603.0525540058441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="442.17816331764004" y="604.11801788218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="442.17816331764004" y1="604.11801788218" x2="455.49646177184" y2="604.11801788218" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="454.430997895504" y="603.052554005844" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="448.83731254474003" y="603.0525540058441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="436.85084393596003" y="604.11801788218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="436.85084393596003" y="623.296367656228" width="5.327319381680013" height="36.225771795424066" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="436.85084393596003" y="623.296367656228" width="5.327319381680013" height="36.225771795424066" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="436.85084393596003" y1="641.4092535539401" x2="423.53254548176005" y2="641.4092535539401" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="422.467081605424" y="640.343789677604" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="430.19169470886004" y="640.343789677604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="442.17816331764004" y="641.4092535539401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="442.17816331764004" y1="641.4092535539401" x2="455.49646177184" y2="641.4092535539401" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="454.430997895504" y="640.343789677604" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="448.83731254474003" y="640.343789677604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="436.85084393596003" y="641.4092535539401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" 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="255.72198495884004" y="713.3280652066201" width="68.45605405458798" height="5.327319381679899" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="255.72198495884004" y="713.3280652066201" width="68.45605405458798" height="5.327319381679899" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="279.69492217640004" y1="713.3280652066201" x2="279.69492217640004" y2="695.747911247076" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="278.629458300064" y="694.68244737074" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="278.6294583000641" y="704.537988226848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 278.6294583000641 704.537988226848)"></text><text class="pin-number sch-pin-label" x="279.69492217640004" y="718.6553845883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 279.69492217640004 718.6553845883)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="279.69492217640004" y1="718.6553845883" x2="279.69492217640004" y2="736.235538547844" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="278.629458300064" y="735.170074671508" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="278.6294583000641" y="727.445461568072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 278.6294583000641 727.445461568072)"></text><text class="pin-number sch-pin-label" x="279.69492217640004" y="713.3280652066201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 279.69492217640004 713.3280652066201)">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="308.99517877564" y="713.3280652066201" width="68.45605405458804" height="5.327319381679899" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="308.99517877564" y="713.3280652066201" width="68.45605405458804" height="5.327319381679899" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="332.96811599320006" y1="713.3280652066201" x2="332.96811599320006" y2="695.747911247076" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="331.90265211686403" y="694.68244737074" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="331.90265211686403" y="704.537988226848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 331.90265211686403 704.537988226848)"></text><text class="pin-number sch-pin-label" x="332.96811599320006" y="718.6553845883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 332.96811599320006 718.6553845883)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="332.96811599320006" y1="718.6553845883" x2="332.96811599320006" y2="736.235538547844" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="331.90265211686403" y="735.170074671508" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="331.90265211686403" y="727.445461568072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 331.90265211686403 727.445461568072)"></text><text class="pin-number sch-pin-label" x="332.96811599320006" y="713.3280652066201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 332.96811599320006 713.3280652066201)">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="356.94105321076006" y="713.3280652066201" width="68.45605405458798" height="5.327319381679899" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="356.94105321076006" y="713.3280652066201" width="68.45605405458798" height="5.327319381679899" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="380.91399042832006" y1="713.3280652066201" x2="380.91399042832006" y2="695.747911247076" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="379.84852655198404" y="694.68244737074" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="379.8485265519841" y="704.537988226848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 379.8485265519841 704.537988226848)"></text><text class="pin-number sch-pin-label" x="380.91399042832006" y="718.6553845883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 380.91399042832006 718.6553845883)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="380.91399042832006" y1="718.6553845883" x2="380.91399042832006" y2="736.235538547844" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="379.84852655198404" y="735.170074671508" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="379.8485265519841" y="727.445461568072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 379.8485265519841 727.445461568072)"></text><text class="pin-number sch-pin-label" x="380.91399042832006" y="713.3280652066201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 380.91399042832006 713.3280652066201)">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="420.86888579092005" y="718.6553845883" width="49.277704280540036" height="5.327319381680013" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="420.86888579092005" y="718.6553845883" width="49.277704280540036" height="5.327319381680013" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="444.84182300848005" y1="718.6553845883" x2="444.84182300848005" y2="701.075230628756" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="443.776359132144" y="700.00976675242" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="443.7763591321441" y="709.865307608528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 443.7763591321441 709.865307608528)"></text><text class="pin-number sch-pin-label" x="444.84182300848005" y="723.98270396998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 444.84182300848005 723.98270396998)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="444.84182300848005" y1="723.98270396998" x2="444.84182300848005" y2="741.562857929524" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="443.776359132144" y="740.4973940531879" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="443.7763591321441" y="732.772780949752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 443.7763591321441 732.772780949752)"></text><text class="pin-number sch-pin-label" x="444.84182300848005" y="718.6553845883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 444.84182300848005 718.6553845883)">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="522.08795404284" y="685.6260044218841" width="5.327319381680013" height="44.74948280611193" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="522.08795404284" y="685.6260044218841" width="5.327319381680013" height="44.74948280611193" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="522.08795404284" y1="708.0007458249399" x2="508.76965558864003" y2="708.0007458249399" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="507.704191712304" y="706.9352819486039" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="515.42880481574" y="706.935281948604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="527.41527342452" y="708.0007458249399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="527.41527342452" y1="708.0007458249399" x2="540.73357187872" y2="708.0007458249399" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="539.668108002384" y="706.9352819486039" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="534.07442265162" y="706.935281948604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform=""></text><text class="pin-number sch-pin-label" x="522.08795404284" y="708.0007458249399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="">neg</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="815.09052003524" y="516.21724808446" width="68.45605405458798" height="5.327319381680013" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="815.09052003524" y="516.21724808446" width="68.45605405458798" height="5.327319381680013" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="839.0634572528" y1="516.21724808446" x2="839.0634572528" y2="498.63709412491596" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="837.997993376464" y="497.57163024857994" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="837.997993376464" y="507.427171104688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 837.997993376464 507.427171104688)"></text><text class="pin-number sch-pin-label" x="839.0634572528" y="521.54456746614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 839.0634572528 521.54456746614)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="839.0634572528" y1="521.54456746614" x2="839.0634572528" y2="539.124721425684" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="837.997993376464" y="538.059257549348" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="837.997993376464" y="530.3346444459121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 837.997993376464 530.3346444459121)"></text><text class="pin-number sch-pin-label" x="839.0634572528" y="516.21724808446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 839.0634572528 516.21724808446)">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="815.09052003524" y="585.4724000463" width="68.45605405458798" height="5.327319381680013" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="815.09052003524" y="585.4724000463" width="68.45605405458798" height="5.327319381680013" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="839.0634572528" y1="585.4724000463" x2="839.0634572528" y2="567.892246086756" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="837.997993376464" y="566.82678221042" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="837.997993376464" y="576.6823230665279" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 837.997993376464 576.6823230665279)"></text><text class="pin-number sch-pin-label" x="839.0634572528" y="590.79971942798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 839.0634572528 590.79971942798)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="839.0634572528" y1="590.79971942798" x2="839.0634572528" y2="608.379873387524" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><rect x="837.997993376464" y="607.3144095111879" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="837.997993376464" y="599.589796407752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 837.997993376464 599.589796407752)"></text><text class="pin-number sch-pin-label" x="839.0634572528" y="585.4724000463" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 839.0634572528 585.4724000463)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="815.09052003524" y="660.05487138982" width="68.45605405458798" height="5.327319381680013" stroke-width="1.065463876336px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="815.09052003524" y="660.05487138982" width="68.45605405458798" height="5.327319381680013" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="839.0634572528" y1="660.05487138982" x2="839.0634572528" y2="642.4747174302761" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="837.997993376464" y="641.4092535539401" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="837.997993376464" y="651.264794410048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 837.997993376464 651.264794410048)"></text><text class="pin-number sch-pin-label" x="839.0634572528" y="665.3821907715001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 839.0634572528 665.3821907715001)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="839.0634572528" y1="665.3821907715001" x2="839.0634572528" y2="682.962344731044" stroke-width="1.065463876336px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="837.997993376464" y="681.896880854708" width="2.130927752672" height="2.130927752672" opacity="0"/></g><text class="pin-number sch-pin-number" x="837.997993376464" y="674.1722677512721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.99097907252px" transform="rotate(-90 837.997993376464 674.1722677512721)"></text><text class="pin-number sch-pin-label" x="839.0634572528" y="660.05487138982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.99097907252px" transform="rotate(-90 839.0634572528 660.05487138982)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="566.571070879868" cy="228.54200147374004" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="566.571070879868" cy="260.5059177638201" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="566.571070879868" cy="292.46983405390006" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="566.571070879868" cy="345.7430278707001" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="566.571070879868" cy="377.70694416078015" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="566.571070879868" cy="430.9801379775801" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="566.571070879868" cy="462.94405426766014" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="566.571070879868" cy="148.63221074854" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="566.571070879868" cy="212.56004332870003" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="566.571070879868" cy="180.59612703862" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="566.571070879868" cy="196.57808518366002" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="566.571070879868" cy="164.61416889357997" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="738.6434869081321" cy="197.90991502907988" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="738.6434869081321" cy="677.36865938028" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="566.571070879868" cy="63.39510064166001" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="566.571070879868" cy="569.49044190126" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="566.571070879868" cy="601.4543581913401" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="566.571070879868" cy="633.4182744814201" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="738.6434869081321" cy="629.42278494516" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="738.6434869081321" cy="650.7320624718799" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="738.6434869081321" cy="581.4769105100398" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="738.6434869081321" cy="602.7861880367599" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="738.6434869081321" cy="533.5310360749198" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="738.6434869081321" cy="554.8403136016399" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="738.6434869081321" cy="485.5851616397998" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="738.6434869081321" cy="506.8944391665199" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="738.6434869081321" cy="464.27588411307977" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="738.6434869081321" cy="432.31196782299975" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="738.6434869081321" cy="347.0748577161197" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="738.6434869081321" cy="411.00269029627975" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="738.6434869081321" cy="379.0387740061998" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="738.6434869081321" cy="395.02073215123977" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="738.6434869081321" cy="309.78362204435973" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="738.6434869081321" cy="325.7655801893997" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="738.6434869081321" cy="293.80166389931975" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="738.6434869081321" cy="261.8377476092397" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="566.571070879868" cy="676.0368295348601" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="566.571070879868" cy="708.0007458249399" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="738.6434869081321" cy="125.99110337640008" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="738.6434869081321" cy="149.96404059396005" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="566.571070879868" cy="127.32293322182" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="738.6434869081321" cy="94.02718708632011" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="738.6434869081321" cy="62.06327079624009" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="738.6434869081321" cy="213.89187317411984" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="738.6434869081321" cy="693.3506175253199" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="566.571070879868" cy="95.35901693174003" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="738.6434869081321" cy="165.945998739" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="738.6434869081321" cy="181.92795688403993" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="738.6434869081321" cy="709.3325756703599" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="375.58667104664005" cy="67.12422420883598" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="375.58667104664005" cy="107.61185150960398" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="434.1871842451201" cy="99.088140498916" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="434.1871842451201" cy="139.57576779968397" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="476.80573929856007" cy="131.05205678899597" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="476.80573929856007" cy="171.53968408976397" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="779.3974801779841" cy="62.32963676532398" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="824.146962984096" cy="62.32963676532398" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="779.3974801779841" cy="126.25746934548397" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="824.146962984096" cy="126.25746934548397" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="823.08149910776" cy="204.56906425617998" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="855.0454153978401" cy="204.56906425617998" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="796.4449021993601" cy="247.18761930962" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="828.40881848944" cy="247.18761930962" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="918.973247978" cy="205.63452813251598" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="918.973247978" cy="246.122155433284" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="423.53254548176005" cy="566.82678221042" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="455.49646177184" cy="566.82678221042" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="423.53254548176005" cy="604.11801788218" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="455.49646177184" cy="604.11801788218" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="423.53254548176005" cy="641.4092535539401" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="455.49646177184" cy="641.4092535539401" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="279.69492217640004" cy="695.747911247076" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="279.69492217640004" cy="736.235538547844" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="332.96811599320006" cy="695.747911247076" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="332.96811599320006" cy="736.235538547844" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="380.91399042832006" cy="695.747911247076" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="380.91399042832006" cy="736.235538547844" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="444.84182300848005" cy="701.075230628756" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="444.84182300848005" cy="741.562857929524" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="508.76965558864003" cy="708.0007458249399" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="540.73357187872" cy="708.0007458249399" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="839.0634572528" cy="498.63709412491596" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="839.0634572528" cy="539.124721425684" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="839.0634572528" cy="567.892246086756" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="839.0634572528" cy="608.379873387524" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="839.0634572528" cy="642.4747174302761" r="2.130927752672" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="839.0634572528" cy="682.962344731044" r="2.130927752672" 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="
332
+ M 764.747351878364,709.3325756703599
333
+ L 770.074671260044,712.2093281364671
334
+ L 770.074671260044,730.4784820693751
335
+ L 759.420032496684,730.4784820693751
336
+ L 759.420032496684,712.2093281364671
337
337
  Z
338
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="762.350058156664" y="714.1271631138719" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 762.350058156664 714.1271631138719)">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="
339
- M 474.40844557686,182.19432285312396
340
- L 479.73576495854,185.07107531923117
341
- L 479.73576495854,203.34022925213912
342
- L 469.08112619518,203.34022925213912
343
- L 469.08112619518,185.07107531923117
338
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="764.747351878364" y="714.1271631138719" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 764.747351878364 714.1271631138719)">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="
339
+ M 476.80573929856007,182.19432285312396
340
+ L 482.1330586802401,185.07107531923117
341
+ L 482.1330586802401,203.34022925213912
342
+ L 471.47841991688006,203.34022925213912
343
+ L 471.47841991688006,185.07107531923117
344
344
  Z
345
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="474.40844557686" y="186.98891029663596" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 474.40844557686 186.98891029663596)">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="
346
- M 442.4445292867799,752.217496692884
347
- L 447.77184866845994,755.0942491589911
348
- L 447.77184866845994,773.3634030918992
349
- L 437.1172099050999,773.3634030918992
350
- L 437.1172099050999,755.0942491589911
345
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="476.80573929856007" y="186.98891029663596" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 476.80573929856007 186.98891029663596)">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="
346
+ M 444.84182300848,752.217496692884
347
+ L 450.16914239016,755.0942491589911
348
+ L 450.16914239016,773.3634030918992
349
+ L 439.5145036268,773.3634030918992
350
+ L 439.5145036268,755.0942491589911
351
351
  Z
352
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="442.4445292867799" y="757.012084136396" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 442.4445292867799 757.012084136396)">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="
353
- M 916.5759542563001,246.122155433284
354
- L 921.9032736379801,248.9989078993912
355
- L 921.9032736379801,267.26806183229917
356
- L 911.24863487462,267.26806183229917
357
- L 911.24863487462,248.9989078993912
352
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="444.84182300848" y="757.012084136396" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 444.84182300848 757.012084136396)">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="
353
+ M 918.973247978,246.122155433284
354
+ L 924.30056735968,248.9989078993912
355
+ L 924.30056735968,267.26806183229917
356
+ L 913.64592859632,267.26806183229917
357
+ L 913.64592859632,248.9989078993912
358
358
  Z
359
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="916.5759542563001" y="250.916742876796" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 916.5759542563001 250.916742876796)">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="
360
- M 536.405124881161,569.49044190126
361
- L 531.077805499481,566.6136894351529
362
- L 531.077805499481,548.3445355022449
363
- L 541.732444262841,548.3445355022449
364
- L 541.732444262841,566.6136894351529
359
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="918.973247978" y="250.916742876796" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 918.973247978 250.916742876796)">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="
360
+ M 538.802418602861,569.49044190126
361
+ L 533.475099221181,566.6136894351529
362
+ L 533.475099221181,548.3445355022449
363
+ L 544.1297379845411,548.3445355022449
364
+ L 544.1297379845411,566.6136894351529
365
365
  Z
366
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="536.405124881161" y="564.695854457748" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 536.405124881161 564.695854457748)">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="
367
- M 536.405124881161,601.4543581913401
368
- L 531.077805499481,598.577605725233
369
- L 531.077805499481,580.308451792325
370
- L 541.732444262841,580.308451792325
371
- L 541.732444262841,598.577605725233
366
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="538.802418602861" y="564.695854457748" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 538.802418602861 564.695854457748)">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="
367
+ M 538.802418602861,601.4543581913401
368
+ L 533.475099221181,598.577605725233
369
+ L 533.475099221181,580.308451792325
370
+ L 544.1297379845411,580.308451792325
371
+ L 544.1297379845411,598.577605725233
372
372
  Z
373
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="536.405124881161" y="596.6597707478281" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 536.405124881161 596.6597707478281)">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="
374
- M 536.405124881161,633.4182744814201
375
- L 531.077805499481,630.5415220153129
376
- L 531.077805499481,612.2723680824049
377
- L 541.732444262841,612.2723680824049
378
- L 541.732444262841,630.5415220153129
373
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="538.802418602861" y="596.6597707478281" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 538.802418602861 596.6597707478281)">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="
374
+ M 538.802418602861,633.4182744814201
375
+ L 533.475099221181,630.5415220153129
376
+ L 533.475099221181,612.2723680824049
377
+ L 544.1297379845411,612.2723680824049
378
+ L 544.1297379845411,630.5415220153129
379
379
  Z
380
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="536.405124881161" y="628.6236870379081" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 536.405124881161 628.6236870379081)">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="
381
- M 503.309153222474,676.0368295348601
382
- L 497.98183384079397,673.1600770687529
383
- L 497.98183384079397,654.8909231358449
384
- L 508.636472604154,654.8909231358449
385
- L 508.636472604154,673.1600770687529
380
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="538.802418602861" y="628.6236870379081" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 538.802418602861 628.6236870379081)">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="
381
+ M 505.70644694417405,676.0368295348601
382
+ L 500.37912756249403,673.1600770687529
383
+ L 500.37912756249403,654.8909231358449
384
+ L 511.03376632585406,654.8909231358449
385
+ L 511.03376632585406,673.1600770687529
386
386
  Z
387
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="503.309153222474" y="671.2422420913481" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 503.309153222474 671.2422420913481)">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="
388
- M 756.623189821358,125.99110337640008
389
- L 751.295870439678,123.11435091029287
390
- L 751.295870439678,104.84519697738493
391
- L 761.950509203038,104.84519697738493
392
- L 761.950509203038,123.11435091029287
387
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="505.70644694417405" y="671.2422420913481" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 505.70644694417405 671.2422420913481)">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="
388
+ M 759.020483543058,125.99110337640008
389
+ L 753.693164161378,123.11435091029287
390
+ L 753.693164161378,104.84519697738493
391
+ L 764.3478029247381,104.84519697738493
392
+ L 764.3478029247381,123.11435091029287
393
393
  Z
394
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="756.623189821358" y="121.19651593288808" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 756.623189821358 121.19651593288808)">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="
395
- M 784.325250606094,149.96404059396005
396
- L 789.652569987774,152.84079306006726
397
- L 789.652569987774,171.1099469929752
398
- L 778.997931224414,171.1099469929752
399
- L 778.997931224414,152.84079306006726
394
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="759.020483543058" y="121.19651593288808" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 759.020483543058 121.19651593288808)">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="
395
+ M 786.722544327794,149.96404059396005
396
+ L 792.049863709474,152.84079306006726
397
+ L 792.049863709474,171.1099469929752
398
+ L 781.395224946114,171.1099469929752
399
+ L 781.395224946114,152.84079306006726
400
400
  Z
401
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="784.325250606094" y="154.75862803747205" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 784.325250606094 154.75862803747205)">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="
402
- M 474.40844557686,127.32293322182
403
- L 469.08112619518,124.44618075571279
404
- L 469.08112619518,106.17702682280485
405
- L 479.73576495854,106.17702682280485
406
- L 479.73576495854,124.44618075571279
401
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="786.722544327794" y="154.75862803747205" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 786.722544327794 154.75862803747205)">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="
402
+ M 476.80573929856007,127.32293322182
403
+ L 471.47841991688006,124.44618075571279
404
+ L 471.47841991688006,106.17702682280485
405
+ L 482.1330586802401,106.17702682280485
406
+ L 482.1330586802401,124.44618075571279
407
407
  Z
408
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="474.40844557686" y="122.528345778308" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 474.40844557686 122.528345778308)">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="
409
- M 871.3470127058367,244.47068642496322
410
- L 866.0196933241567,241.593933958856
411
- L 866.0196933241567,223.3247800259481
412
- L 876.6743320875167,223.3247800259481
413
- L 876.6743320875167,241.593933958856
408
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="476.80573929856007" y="122.528345778308" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 476.80573929856007 122.528345778308)">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="
409
+ M 873.7443064275369,244.47068642496322
410
+ L 868.4169870458569,241.593933958856
411
+ L 868.4169870458569,223.3247800259481
412
+ L 879.0716258092169,223.3247800259481
413
+ L 879.0716258092169,241.593933958856
414
414
  Z
415
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="871.3470127058367" y="239.67609898145122" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 871.3470127058367 239.67609898145122)">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="
416
- M 487.6734708372432,705.2838129402833
417
- L 482.3461514555632,702.4070604741761
418
- L 482.3461514555632,684.1379065412681
419
- L 493.0007902189232,684.1379065412681
420
- L 493.0007902189232,702.4070604741761
415
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="873.7443064275369" y="239.67609898145122" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 873.7443064275369 239.67609898145122)">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="
416
+ M 490.07076455894327,705.2838129402833
417
+ L 484.74344517726325,702.4070604741761
418
+ L 484.74344517726325,684.1379065412681
419
+ L 495.3980839406233,684.1379065412681
420
+ L 495.3980839406233,702.4070604741761
421
421
  Z
422
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="487.6734708372432" y="700.4892254967713" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 487.6734708372432 700.4892254967713)">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="
423
- M 832.404308025756,94.02718708632011
424
- L 837.731627407436,96.90393955242732
425
- L 837.731627407436,115.17309348533526
426
- L 827.076988644076,115.17309348533526
427
- L 827.076988644076,96.90393955242732
422
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="490.07076455894327" y="700.4892254967713" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 490.07076455894327 700.4892254967713)">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="
423
+ M 834.8016017474561,94.02718708632011
424
+ L 840.1289211291361,96.90393955242732
425
+ L 840.1289211291361,115.17309348533526
426
+ L 829.474282365776,115.17309348533526
427
+ L 829.474282365776,96.90393955242732
428
428
  Z
429
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="832.404308025756" y="98.82177452983211" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 832.404308025756 98.82177452983211)">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="
430
- M 756.623189821358,62.06327079624009
431
- L 751.295870439678,59.18651833013289
432
- L 751.295870439678,40.917364397224944
433
- L 761.950509203038,40.917364397224944
434
- L 761.950509203038,59.18651833013289
429
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="834.8016017474561" y="98.82177452983211" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 834.8016017474561 98.82177452983211)">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="
430
+ M 759.020483543058,62.06327079624009
431
+ L 753.693164161378,59.18651833013289
432
+ L 753.693164161378,40.917364397224944
433
+ L 764.3478029247381,40.917364397224944
434
+ L 764.3478029247381,59.18651833013289
435
435
  Z
436
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="756.623189821358" y="57.26868335272809" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 756.623189821358 57.26868335272809)">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="
437
- M 750.696547009239,213.89187317411984
438
- L 756.023866390919,216.76862564022704
439
- L 756.023866390919,235.03777957313497
440
- L 745.369227627559,235.03777957313497
441
- L 745.369227627559,216.76862564022704
436
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="759.020483543058" y="57.26868335272809" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 759.020483543058 57.26868335272809)">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="
437
+ M 753.0938407309391,213.89187317411984
438
+ L 758.4211601126191,216.76862564022704
439
+ L 758.4211601126191,235.03777957313497
440
+ L 747.766521349259,235.03777957313497
441
+ L 747.766521349259,216.76862564022704
442
442
  Z
443
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="750.696547009239" y="218.68646061763184" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 750.696547009239 218.68646061763184)">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="
444
- M 916.5759542563001,181.92795688403993
445
- L 911.24863487462,179.05120441793272
446
- L 911.24863487462,160.7820504850248
447
- L 921.9032736379801,160.7820504850248
448
- L 921.9032736379801,179.05120441793272
443
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="753.0938407309391" y="218.68646061763184" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(90 753.0938407309391 218.68646061763184)">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="
444
+ M 918.973247978,181.92795688403993
445
+ L 913.64592859632,179.05120441793272
446
+ L 913.64592859632,160.7820504850248
447
+ L 924.30056735968,160.7820504850248
448
+ L 924.30056735968,179.05120441793272
449
449
  Z
450
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="916.5759542563001" y="177.13336944052793" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 916.5759542563001 177.13336944052793)">XX</text><text class="sch-text" x="630.232537491" y="738.899198238684" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887023985px" transform="rotate(0, 630.232537491, 738.899198238684)">DRV83053QPHPQ1</text><text class="sch-text" x="591.875837942904" y="33.295746135167974" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 591.875837942904, 33.295746135167974)">U1</text><text class="sch-text" x="468.68157724155395" y="57.53504932181198" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 468.68157724155395, 57.53504932181198)">XXXX</text><text class="sch-text" x="497.98183384079397" y="89.498965611892" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 497.98183384079397, 89.498965611892)">XXXX</text><text class="sch-text" x="757.355696236339" y="192.0498637092319" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 757.355696236339, 192.0498637092319)">XXXXX</text><text class="sch-text" x="349.2164401073799" y="560.9667308905721" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 349.2164401073799, 560.9667308905721)">XXXXXX</text><text class="sch-text" x="324.71077095165197" y="649.932964564628" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(-90, 324.71077095165197, 649.932964564628)">XXXXXX</text><text class="sch-text" x="372.65664538677197" y="668.578582400508" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(-90, 372.65664538677197, 668.578582400508)">XXXXXX</text><text class="sch-text" x="551.2550276575939" y="702.1406945050919" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 551.2550276575939, 702.1406945050919)">XXXX</text><text class="sch-text" x="761.351185772599" y="527.6709847550719" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 761.351185772599, 527.6709847550719)">XXXX</text><text class="sch-text" x="786.456178358766" y="548.9802622817919" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 786.456178358766, 548.9802622817919)">XXXX</text><text class="sch-text" x="761.351185772599" y="575.6168591901919" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 761.351185772599, 575.6168591901919)">XXXX</text><text class="sch-text" x="761.351185772599" y="596.9261367169119" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 761.351185772599, 596.9261367169119)">XXXX</text><text class="sch-text" x="786.456178358766" y="623.5627336253119" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 786.456178358766, 623.5627336253119)">XXXX</text><text class="sch-text" x="761.351185772599" y="644.8720111520319" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 761.351185772599, 644.8720111520319)">XXXX</text><text class="sch-text" x="541.799035755112" y="222.68195015389207" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 541.799035755112, 222.68195015389207)">XXXXXXX</text><text class="sch-text" x="548.191819013128" y="254.64586644397207" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 548.191819013128, 254.64586644397207)">XX</text><text class="sch-text" x="548.191819013128" y="286.6097827340521" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 548.191819013128, 286.6097827340521)">XX</text><text class="sch-text" x="548.191819013128" y="339.8829765508521" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 548.191819013128, 339.8829765508521)">XX</text><text class="sch-text" x="548.191819013128" y="371.8468928409321" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 548.191819013128, 371.8468928409321)">XX</text><text class="sch-text" x="548.191819013128" y="425.12008665773214" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 548.191819013128, 425.12008665773214)">XX</text><text class="sch-text" x="548.191819013128" y="457.08400294781217" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 548.191819013128, 457.08400294781217)">XX</text><text class="sch-text" x="543.929963507784" y="142.77215942869196" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 543.929963507784, 142.77215942869196)">XXXXXX</text><text class="sch-text" x="548.191819013128" y="206.69999200885204" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 548.191819013128, 206.69999200885204)">XXXX</text><text class="sch-text" x="548.191819013128" y="174.736075718772" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 548.191819013128, 174.736075718772)">XXXX</text><text class="sch-text" x="548.191819013128" y="190.71803386381202" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 548.191819013128, 190.71803386381202)">XXX</text><text class="sch-text" x="543.929963507784" y="158.75411757373195" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 543.929963507784, 158.75411757373195)">XXXXXX</text><text class="sch-text" x="468.68157724155395" y="57.53504932181198" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 468.68157724155395, 57.53504932181198)">XXXX</text><text class="sch-text" x="786.456178358766" y="623.5627336253119" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 786.456178358766, 623.5627336253119)">XXXX</text><text class="sch-text" x="761.351185772599" y="644.8720111520319" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 761.351185772599, 644.8720111520319)">XXXX</text><text class="sch-text" x="761.351185772599" y="575.6168591901919" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 761.351185772599, 575.6168591901919)">XXXX</text><text class="sch-text" x="761.351185772599" y="596.9261367169119" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 761.351185772599, 596.9261367169119)">XXXX</text><text class="sch-text" x="761.351185772599" y="527.6709847550719" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 761.351185772599, 527.6709847550719)">XXXX</text><text class="sch-text" x="786.456178358766" y="548.9802622817919" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 786.456178358766, 548.9802622817919)">XXXX</text><text class="sch-text" x="752.228151331472" y="479.7251103199518" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 752.228151331472, 479.7251103199518)">XXXX</text><text class="sch-text" x="752.228151331472" y="501.03438784667185" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 752.228151331472, 501.03438784667185)">XXXX</text><text class="sch-text" x="754.359079084144" y="458.4158327932318" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.359079084144, 458.4158327932318)">XXXXX</text><text class="sch-text" x="752.228151331472" y="426.4519165031518" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 752.228151331472, 426.4519165031518)">XXXX</text><text class="sch-text" x="752.228151331472" y="341.21480639627174" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 752.228151331472, 341.21480639627174)">XXXX</text><text class="sch-text" x="754.359079084144" y="405.1426389764317" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.359079084144, 405.1426389764317)">XXXXX</text><text class="sch-text" x="752.228151331472" y="373.17872268635176" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 752.228151331472, 373.17872268635176)">XXXX</text><text class="sch-text" x="752.228151331472" y="389.16068083139174" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 752.228151331472, 389.16068083139174)">XXXX</text><text class="sch-text" x="752.228151331472" y="303.9235707245117" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 752.228151331472, 303.9235707245117)">XXXX</text><text class="sch-text" x="752.228151331472" y="319.90552886955174" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 752.228151331472, 319.90552886955174)">XXXX</text><text class="sch-text" x="754.359079084144" y="287.9416125794717" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.359079084144, 287.9416125794717)">XXXXX</text><text class="sch-text" x="752.228151331472" y="255.97769628939176" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 752.228151331472, 255.97769628939176)">XXXX</text><text class="sch-text" x="497.98183384079397" y="89.498965611892" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 497.98183384079397, 89.498965611892)">XXXX</text><text class="sch-text" x="752.228151331472" y="160.08594741915198" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 752.228151331472, 160.08594741915198)">XXXX</text><text class="sch-text" x="872.8919353265239" y="198.70901293633202" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 872.8919353265239, 198.70901293633202)">XXXXXX</text><text class="sch-text" x="349.2164401073799" y="560.9667308905721" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 349.2164401073799, 560.9667308905721)">XXXXXX</text><text class="sch-text" x="324.71077095165197" y="649.932964564628" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(-90, 324.71077095165197, 649.932964564628)">XXXXXX</text><text class="sch-text" x="372.65664538677197" y="668.578582400508" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(-90, 372.65664538677197, 668.578582400508)">XXXXXX</text><rect class="schematic-box sch-box" x="585.483054684888" y="734.104610795172" width="89.49896561222397" height="9.589174887024" stroke-width="1.065463876336px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.523711010688 4.261855505344"/><rect class="schematic-box sch-box" x="582.2866630558799" y="26.636596908068043" width="19.178349774048115" height="13.318298454199919" stroke-width="1.065463876336px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.523711010688 4.261855505344"/>
450
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.065463876336px"/><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="918.973247978" y="177.13336944052793" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.589174887024px" transform="rotate(-90 918.973247978 177.13336944052793)">XX</text><text class="sch-text" x="632.6298312127001" y="738.899198238684" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887023985px" transform="rotate(0, 632.6298312127001, 738.899198238684)">DRV83053QPHPQ1</text><text class="sch-text" x="594.2731316646041" y="33.295746135167974" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.589174887024px" transform="rotate(0, 594.2731316646041, 33.295746135167974)">U1</text><text class="sch-text" x="471.078870963254" y="57.53504932181198" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 471.078870963254, 57.53504932181198)">XXXX</text><text class="sch-text" x="500.37912756249403" y="89.498965611892" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 500.37912756249403, 89.498965611892)">XXXX</text><text class="sch-text" x="759.752989958039" y="192.0498637092319" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 759.752989958039, 192.0498637092319)">XXXXX</text><text class="sch-text" x="351.61373382908" y="560.9667308905721" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 351.61373382908, 560.9667308905721)">XXXXXX</text><text class="sch-text" x="327.10806467335203" y="649.932964564628" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(-90, 327.10806467335203, 649.932964564628)">XXXXXX</text><text class="sch-text" x="375.05393910847204" y="668.578582400508" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(-90, 375.05393910847204, 668.578582400508)">XXXXXX</text><text class="sch-text" x="553.652321379294" y="702.1406945050919" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 553.652321379294, 702.1406945050919)">XXXX</text><text class="sch-text" x="763.7484794942991" y="527.6709847550719" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 763.7484794942991, 527.6709847550719)">XXXX</text><text class="sch-text" x="788.8534720804661" y="548.9802622817919" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 788.8534720804661, 548.9802622817919)">XXXX</text><text class="sch-text" x="763.7484794942991" y="575.6168591901919" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 763.7484794942991, 575.6168591901919)">XXXX</text><text class="sch-text" x="763.7484794942991" y="596.9261367169119" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 763.7484794942991, 596.9261367169119)">XXXX</text><text class="sch-text" x="788.8534720804661" y="623.5627336253119" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 788.8534720804661, 623.5627336253119)">XXXX</text><text class="sch-text" x="763.7484794942991" y="644.8720111520319" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 763.7484794942991, 644.8720111520319)">XXXX</text><text class="sch-text" x="544.196329476812" y="222.68195015389207" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 544.196329476812, 222.68195015389207)">XXXXXXX</text><text class="sch-text" x="550.5891127348281" y="254.64586644397207" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 550.5891127348281, 254.64586644397207)">XX</text><text class="sch-text" x="550.5891127348281" y="286.6097827340521" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 550.5891127348281, 286.6097827340521)">XX</text><text class="sch-text" x="550.5891127348281" y="339.8829765508521" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 550.5891127348281, 339.8829765508521)">XX</text><text class="sch-text" x="550.5891127348281" y="371.8468928409321" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 550.5891127348281, 371.8468928409321)">XX</text><text class="sch-text" x="550.5891127348281" y="425.12008665773214" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 550.5891127348281, 425.12008665773214)">XX</text><text class="sch-text" x="550.5891127348281" y="457.08400294781217" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 550.5891127348281, 457.08400294781217)">XX</text><text class="sch-text" x="546.3272572294841" y="142.77215942869196" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 546.3272572294841, 142.77215942869196)">XXXXXX</text><text class="sch-text" x="550.5891127348281" y="206.69999200885204" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 550.5891127348281, 206.69999200885204)">XXXX</text><text class="sch-text" x="550.5891127348281" y="174.736075718772" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 550.5891127348281, 174.736075718772)">XXXX</text><text class="sch-text" x="550.5891127348281" y="190.71803386381202" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 550.5891127348281, 190.71803386381202)">XXX</text><text class="sch-text" x="546.3272572294841" y="158.75411757373195" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 546.3272572294841, 158.75411757373195)">XXXXXX</text><text class="sch-text" x="471.078870963254" y="57.53504932181198" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 471.078870963254, 57.53504932181198)">XXXX</text><text class="sch-text" x="788.8534720804661" y="623.5627336253119" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 788.8534720804661, 623.5627336253119)">XXXX</text><text class="sch-text" x="763.7484794942991" y="644.8720111520319" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 763.7484794942991, 644.8720111520319)">XXXX</text><text class="sch-text" x="763.7484794942991" y="575.6168591901919" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 763.7484794942991, 575.6168591901919)">XXXX</text><text class="sch-text" x="763.7484794942991" y="596.9261367169119" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 763.7484794942991, 596.9261367169119)">XXXX</text><text class="sch-text" x="763.7484794942991" y="527.6709847550719" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 763.7484794942991, 527.6709847550719)">XXXX</text><text class="sch-text" x="788.8534720804661" y="548.9802622817919" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 788.8534720804661, 548.9802622817919)">XXXX</text><text class="sch-text" x="754.625445053172" y="479.7251103199518" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.625445053172, 479.7251103199518)">XXXX</text><text class="sch-text" x="754.625445053172" y="501.03438784667185" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.625445053172, 501.03438784667185)">XXXX</text><text class="sch-text" x="756.7563728058441" y="458.4158327932318" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 756.7563728058441, 458.4158327932318)">XXXXX</text><text class="sch-text" x="754.625445053172" y="426.4519165031518" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.625445053172, 426.4519165031518)">XXXX</text><text class="sch-text" x="754.625445053172" y="341.21480639627174" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.625445053172, 341.21480639627174)">XXXX</text><text class="sch-text" x="756.7563728058441" y="405.1426389764317" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 756.7563728058441, 405.1426389764317)">XXXXX</text><text class="sch-text" x="754.625445053172" y="373.17872268635176" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.625445053172, 373.17872268635176)">XXXX</text><text class="sch-text" x="754.625445053172" y="389.16068083139174" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.625445053172, 389.16068083139174)">XXXX</text><text class="sch-text" x="754.625445053172" y="303.9235707245117" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.625445053172, 303.9235707245117)">XXXX</text><text class="sch-text" x="754.625445053172" y="319.90552886955174" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.625445053172, 319.90552886955174)">XXXX</text><text class="sch-text" x="756.7563728058441" y="287.9416125794717" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 756.7563728058441, 287.9416125794717)">XXXXX</text><text class="sch-text" x="754.625445053172" y="255.97769628939176" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.625445053172, 255.97769628939176)">XXXX</text><text class="sch-text" x="500.37912756249403" y="89.498965611892" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 500.37912756249403, 89.498965611892)">XXXX</text><text class="sch-text" x="754.625445053172" y="160.08594741915198" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 754.625445053172, 160.08594741915198)">XXXX</text><text class="sch-text" x="875.289229048224" y="198.70901293633202" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 875.289229048224, 198.70901293633202)">XXXXXX</text><text class="sch-text" x="351.61373382908" y="560.9667308905721" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(0, 351.61373382908, 560.9667308905721)">XXXXXX</text><text class="sch-text" x="327.10806467335203" y="649.932964564628" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(-90, 327.10806467335203, 649.932964564628)">XXXXXX</text><text class="sch-text" x="375.05393910847204" y="668.578582400508" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.392783258016px" transform="rotate(-90, 375.05393910847204, 668.578582400508)">XXXXXX</text><rect class="schematic-box sch-box" x="587.880348406588" y="734.104610795172" width="89.49896561222397" height="9.589174887024" stroke-width="1.065463876336px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.523711010688 4.261855505344"/><rect class="schematic-box sch-box" x="584.6839567775801" y="26.636596908068043" width="19.178349774048" height="13.318298454199919" stroke-width="1.065463876336px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.523711010688 4.261855505344"/>
451
451
  </g>
452
452
  </svg>