@tscircuit/schematic-trace-solver 0.0.149 → 0.0.151

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 (162) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
  2. package/README.md +6 -4
  3. package/dist/index.d.ts +64 -3
  4. package/dist/index.js +383 -66
  5. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +123 -84
  6. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
  7. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
  8. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
  9. package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +338 -0
  10. package/lib/solvers/NetLabelTraceRecovery/getTraceRecoveryConnectivityMaps.ts +33 -0
  11. package/lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver.ts +15 -0
  12. package/lib/types/InputProblem.ts +27 -1
  13. package/package.json +8 -1
  14. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
  15. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
  16. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
  17. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
  18. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
  19. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
  20. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
  21. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
  22. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
  23. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
  24. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
  25. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
  26. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
  27. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
  28. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
  29. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
  30. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
  31. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
  32. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
  33. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
  34. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
  35. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
  36. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
  37. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
  38. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
  39. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
  40. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
  41. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
  42. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
  43. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
  44. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
  45. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
  46. package/tests/examples/__snapshots__/example01.snap.svg +44 -5
  47. package/tests/examples/__snapshots__/example02.snap.svg +51 -5
  48. package/tests/examples/__snapshots__/example03.snap.svg +86 -5
  49. package/tests/examples/__snapshots__/example04.snap.svg +30 -5
  50. package/tests/examples/__snapshots__/example05.snap.svg +30 -5
  51. package/tests/examples/__snapshots__/example06.snap.svg +30 -5
  52. package/tests/examples/__snapshots__/example07.snap.svg +58 -5
  53. package/tests/examples/__snapshots__/example08.snap.svg +37 -5
  54. package/tests/examples/__snapshots__/example09.snap.svg +149 -5
  55. package/tests/examples/__snapshots__/example10.snap.svg +65 -5
  56. package/tests/examples/__snapshots__/example11.snap.svg +51 -5
  57. package/tests/examples/__snapshots__/example12.snap.svg +51 -5
  58. package/tests/examples/__snapshots__/example13.snap.svg +72 -5
  59. package/tests/examples/__snapshots__/example14.snap.svg +79 -5
  60. package/tests/examples/__snapshots__/example15.snap.svg +86 -5
  61. package/tests/examples/__snapshots__/example16.snap.svg +51 -5
  62. package/tests/examples/__snapshots__/example17.snap.svg +51 -5
  63. package/tests/examples/__snapshots__/example18.snap.svg +58 -5
  64. package/tests/examples/__snapshots__/example19.snap.svg +44 -5
  65. package/tests/examples/__snapshots__/example20.snap.svg +44 -5
  66. package/tests/examples/__snapshots__/example21.snap.svg +72 -5
  67. package/tests/examples/__snapshots__/example22.snap.svg +51 -5
  68. package/tests/examples/__snapshots__/example23.snap.svg +51 -5
  69. package/tests/examples/__snapshots__/example24.snap.svg +51 -5
  70. package/tests/examples/__snapshots__/example25.snap.svg +86 -5
  71. package/tests/examples/__snapshots__/example26.snap.svg +51 -5
  72. package/tests/examples/__snapshots__/example27.snap.svg +72 -5
  73. package/tests/examples/__snapshots__/example28.snap.svg +44 -5
  74. package/tests/examples/__snapshots__/example29.snap.svg +324 -5
  75. package/tests/examples/__snapshots__/example30.snap.svg +107 -5
  76. package/tests/examples/__snapshots__/example31.snap.svg +37 -5
  77. package/tests/examples/__snapshots__/example32.snap.svg +149 -5
  78. package/tests/examples/__snapshots__/example33.snap.svg +93 -5
  79. package/tests/examples/__snapshots__/example34.snap.svg +51 -5
  80. package/tests/examples/__snapshots__/example35.snap.svg +58 -5
  81. package/tests/examples/__snapshots__/example36.snap.svg +44 -5
  82. package/tests/examples/__snapshots__/example37.snap.svg +72 -5
  83. package/tests/examples/__snapshots__/example38.snap.svg +30 -5
  84. package/tests/examples/__snapshots__/example39.snap.svg +37 -5
  85. package/tests/examples/__snapshots__/example40.snap.svg +100 -5
  86. package/tests/examples/__snapshots__/example41.snap.svg +44 -5
  87. package/tests/examples/__snapshots__/example42.snap.svg +65 -5
  88. package/tests/examples/__snapshots__/example43.snap.svg +58 -5
  89. package/tests/examples/__snapshots__/example44.snap.svg +107 -5
  90. package/tests/examples/__snapshots__/example45.snap.svg +51 -5
  91. package/tests/examples/__snapshots__/example46.snap.svg +93 -5
  92. package/tests/examples/__snapshots__/example47.snap.svg +93 -5
  93. package/tests/examples/__snapshots__/example48.snap.svg +65 -5
  94. package/tests/examples/__snapshots__/example49.snap.svg +177 -5
  95. package/tests/examples/__snapshots__/example50.snap.svg +93 -5
  96. package/tests/examples/__snapshots__/example51.snap.svg +594 -21
  97. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
  98. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
  99. package/tests/fixtures/matcher.ts +45 -8
  100. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
  101. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
  102. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +170 -5
  103. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
  104. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
  105. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
  106. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
  107. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
  108. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
  109. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
  110. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
  111. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
  112. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
  113. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
  114. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
  115. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +30 -5
  116. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
  117. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
  118. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
  119. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
  120. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
  121. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
  122. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
  123. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
  124. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
  125. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
  126. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
  127. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
  128. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
  129. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
  130. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
  131. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
  132. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
  133. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
  134. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
  135. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
  136. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
  137. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
  138. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
  139. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
  140. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
  141. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
  142. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
  143. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
  144. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
  145. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
  146. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
  147. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
  148. package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
  149. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
  150. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
  151. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
  152. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
  153. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
  154. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +23 -5
  155. package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
  156. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
  157. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
  158. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
  159. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
  160. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
  161. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
  162. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
@@ -1,4 +1,6 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.02,-0.8000000000000105 2.98,6.299999999999994" data-type="line" data-label="" points="235.22615644014365,356.967964225497 399.43699142291626,65.49373213107543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 -1.02,2.7999999999999923" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 235.22615644014365,209.17821274100152" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 -1.02,0.9999999999999911" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 235.22615644014365,283.07308848324925" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 -1.02,-2.000000000000009" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 235.22615644014365,406.2312147203287" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 -1.02,-5.599999999999996" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 235.22615644014365,554.0209662048235" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 2.98,-3.299999999999993" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 399.43699142291626,459.59973608972916" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 2.98,-1.8999999999999924" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 2.98,0.70000000000001" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 2.98,2.1000000000000085" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 -1.02,0.9999999999999911" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 235.22615644014365,283.07308848324925" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 -1.02,-2.000000000000009" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 235.22615644014365,406.2312147203287" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 -1.02,-5.599999999999996" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 235.22615644014365,554.0209662048235" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 2.98,-3.299999999999993" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 399.43699142291626,459.59973608972916" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 2.98,-1.8999999999999924" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 2.98,0.70000000000001" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 2.98,2.1000000000000085" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 -1.02,-2.000000000000009" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 235.22615644014365,406.2312147203287" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 -1.02,-5.599999999999996" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 235.22615644014365,554.0209662048235" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 2.98,-3.299999999999993" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 399.43699142291626,459.59973608972916" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 2.98,-1.8999999999999924" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 2.98,0.70000000000001" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 2.98,2.1000000000000085" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-2.000000000000009 -1.02,-5.599999999999996" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 235.22615644014365,554.0209662048235" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-2.000000000000009 2.98,-3.299999999999993" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 399.43699142291626,459.59973608972916" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-2.000000000000009 2.98,-1.8999999999999924" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-2.000000000000009 2.98,0.70000000000001" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-2.000000000000009 2.98,2.1000000000000085" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-5.599999999999996 2.98,-3.299999999999993" data-type="line" data-label="" points="235.22615644014365,554.0209662048235 399.43699142291626,459.59973608972916" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-5.599999999999996 2.98,-1.8999999999999924" data-type="line" data-label="" points="235.22615644014365,554.0209662048235 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-5.599999999999996 2.98,0.70000000000001" data-type="line" data-label="" points="235.22615644014365,554.0209662048235 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-5.599999999999996 2.98,2.1000000000000085" data-type="line" data-label="" points="235.22615644014365,554.0209662048235 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.299999999999993 2.98,-1.8999999999999924" data-type="line" data-label="" points="399.43699142291626,459.59973608972916 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.299999999999993 2.98,0.70000000000001" data-type="line" data-label="" points="399.43699142291626,459.59973608972916 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.299999999999993 2.98,2.1000000000000085" data-type="line" data-label="" points="399.43699142291626,459.59973608972916 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-1.8999999999999924 2.98,0.70000000000001" data-type="line" data-label="" points="399.43699142291626,402.1259438457587 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-1.8999999999999924 2.98,2.1000000000000085" data-type="line" data-label="" points="399.43699142291626,402.1259438457587 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,0.70000000000001 2.98,2.1000000000000085" data-type="line" data-label="" points="399.43699142291626,295.3889011069564 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,6.399999999999993 -1.02,1.7999999999999918" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 235.22615644014365,250.23092148669468" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,6.399999999999993 -1.02,0.3999999999999906" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 235.22615644014365,307.70471373066516" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,6.399999999999993 -1.02,-4.000000000000002" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 235.22615644014365,488.3366322117147" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,6.399999999999993 2.98,-5.499999999999994" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 399.43699142291626,549.915695330254" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,6.399999999999993 2.98,-0.29999999999999094" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 399.43699142291626,336.4416098526496" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,1.7999999999999918 -1.02,0.3999999999999906" data-type="line" data-label="" points="235.22615644014365,250.23092148669468 235.22615644014365,307.70471373066516" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,1.7999999999999918 -1.02,-4.000000000000002" data-type="line" data-label="" points="235.22615644014365,250.23092148669468 235.22615644014365,488.3366322117147" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,1.7999999999999918 2.98,-5.499999999999994" data-type="line" data-label="" points="235.22615644014365,250.23092148669468 399.43699142291626,549.915695330254" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,1.7999999999999918 2.98,-0.29999999999999094" data-type="line" data-label="" points="235.22615644014365,250.23092148669468 399.43699142291626,336.4416098526496" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.3999999999999906 -1.02,-4.000000000000002" data-type="line" data-label="" points="235.22615644014365,307.70471373066516 235.22615644014365,488.3366322117147" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.3999999999999906 2.98,-5.499999999999994" data-type="line" data-label="" points="235.22615644014365,307.70471373066516 399.43699142291626,549.915695330254" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.3999999999999906 2.98,-0.29999999999999094" data-type="line" data-label="" points="235.22615644014365,307.70471373066516 399.43699142291626,336.4416098526496" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.000000000000002 2.98,-5.499999999999994" data-type="line" data-label="" points="235.22615644014365,488.3366322117147 399.43699142291626,549.915695330254" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.000000000000002 2.98,-0.29999999999999094" data-type="line" data-label="" points="235.22615644014365,488.3366322117147 399.43699142291626,336.4416098526496" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-5.499999999999994 2.98,-0.29999999999999094" data-type="line" data-label="" points="399.43699142291626,549.915695330254 399.43699142291626,336.4416098526496" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.2000000000000046 -1.02,-3.400000000000004" data-type="line" data-label="" points="235.22615644014365,455.4944652151603 235.22615644014365,463.7050069642989" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.2000000000000046 -1.02,-4.6" data-type="line" data-label="" points="235.22615644014365,455.4944652151603 235.22615644014365,512.9682574591305" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.400000000000004 -1.02,-4.6" data-type="line" data-label="" points="235.22615644014365,463.7050069642989 235.22615644014365,512.9682574591305" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 -1.02,-3.600000000000003" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 235.22615644014365,471.9155487134375" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 -1.02,-4.200000000000001" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 235.22615644014365,496.54717396085334" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 -1.02,-4.4" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 235.22615644014365,504.7577157099919" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,-6.099999999999993" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,574.54732057767" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,-5.299999999999994" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,541.7051535811155" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,-3.099999999999993" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,1.1000000000000103" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,3.5000000000000036" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,3.700000000000003" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 -1.02,-4.200000000000001" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 235.22615644014365,496.54717396085334" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 -1.02,-4.4" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 235.22615644014365,504.7577157099919" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,-6.099999999999993" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,574.54732057767" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,-5.299999999999994" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,541.7051535811155" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,-3.099999999999993" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,1.1000000000000103" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,3.5000000000000036" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,3.700000000000003" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 -1.02,-4.4" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 235.22615644014365,504.7577157099919" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,-6.099999999999993" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,574.54732057767" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,-5.299999999999994" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,541.7051535811155" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,-3.099999999999993" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,1.1000000000000103" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,3.5000000000000036" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,3.700000000000003" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,-6.099999999999993" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,574.54732057767" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,-5.299999999999994" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,541.7051535811155" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,-3.099999999999993" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,1.1000000000000103" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,3.5000000000000036" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,3.700000000000003" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-6.099999999999993 2.98,-5.299999999999994" data-type="line" data-label="" points="399.43699142291626,574.54732057767 399.43699142291626,541.7051535811155" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-6.099999999999993 2.98,-3.099999999999993" data-type="line" data-label="" points="399.43699142291626,574.54732057767 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-6.099999999999993 2.98,1.1000000000000103" data-type="line" data-label="" points="399.43699142291626,574.54732057767 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-6.099999999999993 2.98,3.5000000000000036" data-type="line" data-label="" points="399.43699142291626,574.54732057767 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-6.099999999999993 2.98,3.700000000000003" data-type="line" data-label="" points="399.43699142291626,574.54732057767 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-5.299999999999994 2.98,-3.099999999999993" data-type="line" data-label="" points="399.43699142291626,541.7051535811155 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-5.299999999999994 2.98,1.1000000000000103" data-type="line" data-label="" points="399.43699142291626,541.7051535811155 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-5.299999999999994 2.98,3.5000000000000036" data-type="line" data-label="" points="399.43699142291626,541.7051535811155 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-5.299999999999994 2.98,3.700000000000003" data-type="line" data-label="" points="399.43699142291626,541.7051535811155 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.099999999999993 2.98,1.1000000000000103" data-type="line" data-label="" points="399.43699142291626,451.3891943405905 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.099999999999993 2.98,3.5000000000000036" data-type="line" data-label="" points="399.43699142291626,451.3891943405905 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.099999999999993 2.98,3.700000000000003" data-type="line" data-label="" points="399.43699142291626,451.3891943405905 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,1.1000000000000103 2.98,3.5000000000000036" data-type="line" data-label="" points="399.43699142291626,278.9678176086791 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,1.1000000000000103 2.98,3.700000000000003" data-type="line" data-label="" points="399.43699142291626,278.9678176086791 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,3.5000000000000036 2.98,3.700000000000003" data-type="line" data-label="" points="399.43699142291626,180.44131661901585 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 -1.22,2.7999999999999923 -1.22,3.9999999999999933 -1.02,3.9999999999999933" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 227.01561469100503,209.17821274100152 227.01561469100503,159.9149622461697 235.22615644014365,159.9149622461697" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,0.9999999999999911 -1.22,0.9999999999999911 -1.22,2.7999999999999923 -1.02,2.7999999999999923" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 227.01561469100503,283.07308848324925 227.01561469100503,209.17821274100152 235.22615644014365,209.17821274100152" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,-1.8999999999999924 3.08,-1.8999999999999924 3.08,-3.299999999999993 2.98,-3.299999999999993" data-type="line" data-label="" points="399.43699142291626,402.1259438457587 403.5422622974856,402.1259438457587 403.5422622974856,459.59973608972916 399.43699142291626,459.59973608972916" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,0.3999999999999906 -1.1199999999999999,0.3999999999999906 -1.1199999999999999,1.7999999999999918 -1.02,1.7999999999999918" data-type="line" data-label="" points="235.22615644014365,307.70471373066516 231.12088556557435,307.70471373066516 231.12088556557435,250.23092148669468 235.22615644014365,250.23092148669468" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-3.400000000000004 -1.541,-3.400000000000004 -1.541,-3.2000000000000046 -1.02,-3.2000000000000046" data-type="line" data-label="" points="235.22615644014365,463.7050069642989 213.83769518363752,463.7050069642989 213.83769518363752,455.4944652151603 235.22615644014365,455.4944652151603" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-4.4 -1.1199999999999999,-4.4 -1.1199999999999999,-4.200000000000001 -1.02,-4.200000000000001" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 231.12088556557435,504.7577157099919 231.12088556557435,496.54717396085334 235.22615644014365,496.54717396085334" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,3.5000000000000036 3.18,3.5000000000000036 3.18,1.1000000000000103 2.98,1.1000000000000103" data-type="line" data-label="" points="399.43699142291626,180.44131661901585 407.6475331720549,180.44131661901585 407.6475331720549,278.9678176086791 399.43699142291626,278.9678176086791" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,3.700000000000003 3.18,3.700000000000003 3.18,3.5000000000000036 2.98,3.5000000000000036" data-type="line" data-label="" points="399.43699142291626,172.23077486987725 407.6475331720549,172.23077486987725 407.6475331720549,180.44131661901585 399.43699142291626,180.44131661901585" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,2.1000000000000085 3.08,2.1000000000000085 3.08,0.70000000000001 2.98,0.70000000000001" data-type="line" data-label="" points="399.43699142291626,237.91510886298605 403.5422622974856,237.91510886298605 403.5422622974856,295.3889011069564 399.43699142291626,295.3889011069564" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-4.6 -1.541,-4.6 -1.541,-3.400000000000004 -1.02,-3.400000000000004" data-type="line" data-label="" points="235.22615644014365,512.9682574591305 213.83769518363752,512.9682574591305 213.83769518363752,463.7050069642989 235.22615644014365,463.7050069642989" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-4.200000000000001 -1.1199999999999999,-4.200000000000001 -1.1199999999999999,-3.600000000000003 -1.02,-3.600000000000003" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 231.12088556557435,496.54717396085334 231.12088556557435,471.9155487134375 235.22615644014365,471.9155487134375" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,-5.299999999999994 4.161,-5.299999999999994 4.161,-6.099999999999993 2.98,-6.099999999999993" data-type="line" data-label="" points="399.43699142291626,541.7051535811155 447.92024045157984,541.7051535811155 447.92024045157984,574.54732057767 399.43699142291626,574.54732057767" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,-3.099999999999993 4.161,-3.099999999999993 4.161,-5.299999999999994 2.98,-5.299999999999994" data-type="line" data-label="" points="399.43699142291626,451.3891943405905 447.92024045157984,451.3891943405905 447.92024045157984,541.7051535811155 399.43699142291626,541.7051535811155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,6.399999999999993 -1.501,6.399999999999993 -1.501,6.500999999999993" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 215.47980353346526,61.388461256506105 215.47980353346526,57.24213767319111" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1199999999999999,1.7999999999999918 -1.8199999999999998,1.7999999999999918" data-type="line" data-label="" points="231.12088556557435,250.23092148669468 202.38398944358914,250.23092148669468" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,-5.499999999999994 4.761,-5.499999999999994 4.761,-5.448999999999994" data-type="line" data-label="" points="399.43699142291626,549.915695330254 472.5518656989958,549.915695330254 472.5518656989958,547.8220071842237" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,-0.29999999999999094 4.461,-0.29999999999999094 4.461,-0.24899999999999095" data-type="line" data-label="" points="399.43699142291626,336.4416098526496 460.2360530752878,336.4416098526496 460.2360530752878,334.3479217066192" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,4.599999999999993 -1.551,4.599999999999993 -1.551,4.650999999999994" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 213.4271680961806,135.28333699875378 213.4271680961806,133.18964885272342" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.18,3.5000000000000036 3.71,3.5000000000000036 3.71,3.5010000000000034" data-type="line" data-label="" points="407.6475331720549,180.44131661901585 429.40546880727226,180.44131661901585 429.40546880727226,180.40026391027016" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.22,2.7999999999999923 -2.22,2.7999999999999923" data-type="line" data-label="" points="227.01561469100503,209.17821274100152 185.9629059453119,209.17821274100152" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-2.000000000000009 -2.601,-2.000000000000009 -2.601,-1.949000000000009" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 170.3218239132028,406.2312147203287 170.3218239132028,404.13752657429836" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-5.599999999999996 -2.451,-5.599999999999996 -2.451,-5.298999999999996" data-type="line" data-label="" points="235.22615644014365,554.0209662048235 176.47973022505676,554.0209662048235 176.47973022505676,541.6641008723699" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.08,-1.8999999999999924 3.61,-1.8999999999999924 3.61,-1.8989999999999925" data-type="line" data-label="" points="403.5422622974856,402.1259438457587 425.300197932703,402.1259438457587 425.300197932703,402.084891137013" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-0.8000000000000105 -2.361,-0.8000000000000105 -2.361,-0.8510000000000105" data-type="line" data-label="" points="235.22615644014365,356.967964225497 180.17447401216913,356.967964225497 180.17447401216913,359.0616523715273" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,6.299999999999994 3.2709999999999995,6.299999999999994 3.2709999999999995,6.2489999999999934" data-type="line" data-label="" points="399.43699142291626,65.49373213107543 411.38332966791296,65.49373213107543 411.38332966791296,67.58742027710576" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.541,-4.6 -2.3709999999999996,-4.6 -2.3709999999999996,-4.598999999999999" data-type="line" data-label="" points="213.83769518363752,512.9682574591305 179.76394692471223,512.9682574591305 179.76394692471223,512.9272047503848" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="0.98" data-y="0" x="235.22615644014368" y="57.28319038193649" width="164.2108349827726" height="533.685213694011" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02435892857142856"/></g><g><rect data-type="rect" data-label="RV1106G2" data-x="-0.14000000000000012" data-y="-6.63" x="251.6472399384209" y="592.6105124257751" width="39.41060039586546" height="7.389487574224745" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02435892857142856"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.5000000000000001" data-y="6.615" x="249.18407741367935" y="47.430540282970185" width="14.778975148449518" height="10.263177186423263" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02435892857142856"/></g><g><rect data-type="rect" data-label="netId: VCC_1V8
1
+ <svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
2
+ <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.02,-0.8000000000000105 2.98,6.299999999999994" data-type="line" data-label="" points="235.22615644014365,356.967964225497 399.43699142291626,65.49373213107543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 -1.02,2.7999999999999923" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 235.22615644014365,209.17821274100152" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 -1.02,0.9999999999999911" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 235.22615644014365,283.07308848324925" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 -1.02,-2.000000000000009" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 235.22615644014365,406.2312147203287" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 -1.02,-5.599999999999996" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 235.22615644014365,554.0209662048235" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 2.98,-3.299999999999993" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 399.43699142291626,459.59973608972916" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 2.98,-1.8999999999999924" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 2.98,0.70000000000001" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,3.9999999999999933 2.98,2.1000000000000085" data-type="line" data-label="" points="235.22615644014365,159.9149622461697 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 -1.02,0.9999999999999911" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 235.22615644014365,283.07308848324925" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 -1.02,-2.000000000000009" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 235.22615644014365,406.2312147203287" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 -1.02,-5.599999999999996" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 235.22615644014365,554.0209662048235" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 2.98,-3.299999999999993" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 399.43699142291626,459.59973608972916" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 2.98,-1.8999999999999924" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 2.98,0.70000000000001" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 2.98,2.1000000000000085" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 -1.02,-2.000000000000009" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 235.22615644014365,406.2312147203287" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 -1.02,-5.599999999999996" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 235.22615644014365,554.0209662048235" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 2.98,-3.299999999999993" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 399.43699142291626,459.59973608972916" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 2.98,-1.8999999999999924" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 2.98,0.70000000000001" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.9999999999999911 2.98,2.1000000000000085" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-2.000000000000009 -1.02,-5.599999999999996" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 235.22615644014365,554.0209662048235" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-2.000000000000009 2.98,-3.299999999999993" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 399.43699142291626,459.59973608972916" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-2.000000000000009 2.98,-1.8999999999999924" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-2.000000000000009 2.98,0.70000000000001" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-2.000000000000009 2.98,2.1000000000000085" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-5.599999999999996 2.98,-3.299999999999993" data-type="line" data-label="" points="235.22615644014365,554.0209662048235 399.43699142291626,459.59973608972916" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-5.599999999999996 2.98,-1.8999999999999924" data-type="line" data-label="" points="235.22615644014365,554.0209662048235 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-5.599999999999996 2.98,0.70000000000001" data-type="line" data-label="" points="235.22615644014365,554.0209662048235 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-5.599999999999996 2.98,2.1000000000000085" data-type="line" data-label="" points="235.22615644014365,554.0209662048235 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.299999999999993 2.98,-1.8999999999999924" data-type="line" data-label="" points="399.43699142291626,459.59973608972916 399.43699142291626,402.1259438457587" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.299999999999993 2.98,0.70000000000001" data-type="line" data-label="" points="399.43699142291626,459.59973608972916 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.299999999999993 2.98,2.1000000000000085" data-type="line" data-label="" points="399.43699142291626,459.59973608972916 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-1.8999999999999924 2.98,0.70000000000001" data-type="line" data-label="" points="399.43699142291626,402.1259438457587 399.43699142291626,295.3889011069564" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-1.8999999999999924 2.98,2.1000000000000085" data-type="line" data-label="" points="399.43699142291626,402.1259438457587 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,0.70000000000001 2.98,2.1000000000000085" data-type="line" data-label="" points="399.43699142291626,295.3889011069564 399.43699142291626,237.91510886298605" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,6.399999999999993 -1.02,1.7999999999999918" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 235.22615644014365,250.23092148669468" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,6.399999999999993 -1.02,0.3999999999999906" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 235.22615644014365,307.70471373066516" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,6.399999999999993 -1.02,-4.000000000000002" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 235.22615644014365,488.3366322117147" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,6.399999999999993 2.98,-5.499999999999994" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 399.43699142291626,549.915695330254" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,6.399999999999993 2.98,-0.29999999999999094" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 399.43699142291626,336.4416098526496" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,1.7999999999999918 -1.02,0.3999999999999906" data-type="line" data-label="" points="235.22615644014365,250.23092148669468 235.22615644014365,307.70471373066516" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,1.7999999999999918 -1.02,-4.000000000000002" data-type="line" data-label="" points="235.22615644014365,250.23092148669468 235.22615644014365,488.3366322117147" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,1.7999999999999918 2.98,-5.499999999999994" data-type="line" data-label="" points="235.22615644014365,250.23092148669468 399.43699142291626,549.915695330254" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,1.7999999999999918 2.98,-0.29999999999999094" data-type="line" data-label="" points="235.22615644014365,250.23092148669468 399.43699142291626,336.4416098526496" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.3999999999999906 -1.02,-4.000000000000002" data-type="line" data-label="" points="235.22615644014365,307.70471373066516 235.22615644014365,488.3366322117147" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.3999999999999906 2.98,-5.499999999999994" data-type="line" data-label="" points="235.22615644014365,307.70471373066516 399.43699142291626,549.915695330254" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,0.3999999999999906 2.98,-0.29999999999999094" data-type="line" data-label="" points="235.22615644014365,307.70471373066516 399.43699142291626,336.4416098526496" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.000000000000002 2.98,-5.499999999999994" data-type="line" data-label="" points="235.22615644014365,488.3366322117147 399.43699142291626,549.915695330254" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.000000000000002 2.98,-0.29999999999999094" data-type="line" data-label="" points="235.22615644014365,488.3366322117147 399.43699142291626,336.4416098526496" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-5.499999999999994 2.98,-0.29999999999999094" data-type="line" data-label="" points="399.43699142291626,549.915695330254 399.43699142291626,336.4416098526496" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.2000000000000046 -1.02,-3.400000000000004" data-type="line" data-label="" points="235.22615644014365,455.4944652151603 235.22615644014365,463.7050069642989" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.2000000000000046 -1.02,-4.6" data-type="line" data-label="" points="235.22615644014365,455.4944652151603 235.22615644014365,512.9682574591305" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.400000000000004 -1.02,-4.6" data-type="line" data-label="" points="235.22615644014365,463.7050069642989 235.22615644014365,512.9682574591305" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 -1.02,-3.600000000000003" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 235.22615644014365,471.9155487134375" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 -1.02,-4.200000000000001" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 235.22615644014365,496.54717396085334" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 -1.02,-4.4" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 235.22615644014365,504.7577157099919" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,-6.099999999999993" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,574.54732057767" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,-5.299999999999994" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,541.7051535811155" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,-3.099999999999993" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,1.1000000000000103" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,3.5000000000000036" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,4.599999999999993 2.98,3.700000000000003" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 -1.02,-4.200000000000001" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 235.22615644014365,496.54717396085334" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 -1.02,-4.4" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 235.22615644014365,504.7577157099919" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,-6.099999999999993" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,574.54732057767" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,-5.299999999999994" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,541.7051535811155" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,-3.099999999999993" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,1.1000000000000103" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,3.5000000000000036" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-3.600000000000003 2.98,3.700000000000003" data-type="line" data-label="" points="235.22615644014365,471.9155487134375 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 -1.02,-4.4" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 235.22615644014365,504.7577157099919" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,-6.099999999999993" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,574.54732057767" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,-5.299999999999994" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,541.7051535811155" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,-3.099999999999993" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,1.1000000000000103" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,3.5000000000000036" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.200000000000001 2.98,3.700000000000003" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,-6.099999999999993" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,574.54732057767" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,-5.299999999999994" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,541.7051535811155" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,-3.099999999999993" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,1.1000000000000103" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,3.5000000000000036" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,-4.4 2.98,3.700000000000003" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-6.099999999999993 2.98,-5.299999999999994" data-type="line" data-label="" points="399.43699142291626,574.54732057767 399.43699142291626,541.7051535811155" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-6.099999999999993 2.98,-3.099999999999993" data-type="line" data-label="" points="399.43699142291626,574.54732057767 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-6.099999999999993 2.98,1.1000000000000103" data-type="line" data-label="" points="399.43699142291626,574.54732057767 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-6.099999999999993 2.98,3.5000000000000036" data-type="line" data-label="" points="399.43699142291626,574.54732057767 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-6.099999999999993 2.98,3.700000000000003" data-type="line" data-label="" points="399.43699142291626,574.54732057767 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-5.299999999999994 2.98,-3.099999999999993" data-type="line" data-label="" points="399.43699142291626,541.7051535811155 399.43699142291626,451.3891943405905" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-5.299999999999994 2.98,1.1000000000000103" data-type="line" data-label="" points="399.43699142291626,541.7051535811155 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-5.299999999999994 2.98,3.5000000000000036" data-type="line" data-label="" points="399.43699142291626,541.7051535811155 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-5.299999999999994 2.98,3.700000000000003" data-type="line" data-label="" points="399.43699142291626,541.7051535811155 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.099999999999993 2.98,1.1000000000000103" data-type="line" data-label="" points="399.43699142291626,451.3891943405905 399.43699142291626,278.9678176086791" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.099999999999993 2.98,3.5000000000000036" data-type="line" data-label="" points="399.43699142291626,451.3891943405905 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,-3.099999999999993 2.98,3.700000000000003" data-type="line" data-label="" points="399.43699142291626,451.3891943405905 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,1.1000000000000103 2.98,3.5000000000000036" data-type="line" data-label="" points="399.43699142291626,278.9678176086791 399.43699142291626,180.44131661901585" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,1.1000000000000103 2.98,3.700000000000003" data-type="line" data-label="" points="399.43699142291626,278.9678176086791 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.98,3.5000000000000036 2.98,3.700000000000003" data-type="line" data-label="" points="399.43699142291626,180.44131661901585 399.43699142291626,172.23077486987725" fill="none" stroke="hsl(298, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.02,2.7999999999999923 -1.22,2.7999999999999923 -1.22,3.9999999999999933 -1.02,3.9999999999999933" data-type="line" data-label="" points="235.22615644014365,209.17821274100152 227.01561469100503,209.17821274100152 227.01561469100503,159.9149622461697 235.22615644014365,159.9149622461697" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,0.9999999999999911 -1.22,0.9999999999999911 -1.22,2.7999999999999923 -1.02,2.7999999999999923" data-type="line" data-label="" points="235.22615644014365,283.07308848324925 227.01561469100503,283.07308848324925 227.01561469100503,209.17821274100152 235.22615644014365,209.17821274100152" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,-1.8999999999999924 3.08,-1.8999999999999924 3.08,-3.299999999999993 2.98,-3.299999999999993" data-type="line" data-label="" points="399.43699142291626,402.1259438457587 403.5422622974856,402.1259438457587 403.5422622974856,459.59973608972916 399.43699142291626,459.59973608972916" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,0.3999999999999906 -1.1199999999999999,0.3999999999999906 -1.1199999999999999,1.7999999999999918 -1.02,1.7999999999999918" data-type="line" data-label="" points="235.22615644014365,307.70471373066516 231.12088556557435,307.70471373066516 231.12088556557435,250.23092148669468 235.22615644014365,250.23092148669468" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-3.400000000000004 -1.541,-3.400000000000004 -1.541,-3.2000000000000046 -1.02,-3.2000000000000046" data-type="line" data-label="" points="235.22615644014365,463.7050069642989 213.83769518363752,463.7050069642989 213.83769518363752,455.4944652151603 235.22615644014365,455.4944652151603" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-4.4 -1.1199999999999999,-4.4 -1.1199999999999999,-4.200000000000001 -1.02,-4.200000000000001" data-type="line" data-label="" points="235.22615644014365,504.7577157099919 231.12088556557435,504.7577157099919 231.12088556557435,496.54717396085334 235.22615644014365,496.54717396085334" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,3.5000000000000036 3.18,3.5000000000000036 3.18,1.1000000000000103 2.98,1.1000000000000103" data-type="line" data-label="" points="399.43699142291626,180.44131661901585 407.6475331720549,180.44131661901585 407.6475331720549,278.9678176086791 399.43699142291626,278.9678176086791" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,3.700000000000003 3.18,3.700000000000003 3.18,3.5000000000000036 2.98,3.5000000000000036" data-type="line" data-label="" points="399.43699142291626,172.23077486987725 407.6475331720549,172.23077486987725 407.6475331720549,180.44131661901585 399.43699142291626,180.44131661901585" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,2.1000000000000085 3.08,2.1000000000000085 3.08,0.70000000000001 2.98,0.70000000000001" data-type="line" data-label="" points="399.43699142291626,237.91510886298605 403.5422622974856,237.91510886298605 403.5422622974856,295.3889011069564 399.43699142291626,295.3889011069564" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-4.6 -1.541,-4.6 -1.541,-3.400000000000004 -1.02,-3.400000000000004" data-type="line" data-label="" points="235.22615644014365,512.9682574591305 213.83769518363752,512.9682574591305 213.83769518363752,463.7050069642989 235.22615644014365,463.7050069642989" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-4.200000000000001 -1.1199999999999999,-4.200000000000001 -1.1199999999999999,-3.600000000000003 -1.02,-3.600000000000003" data-type="line" data-label="" points="235.22615644014365,496.54717396085334 231.12088556557435,496.54717396085334 231.12088556557435,471.9155487134375 235.22615644014365,471.9155487134375" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,-5.299999999999994 4.161,-5.299999999999994 4.161,-6.099999999999993 2.98,-6.099999999999993" data-type="line" data-label="" points="399.43699142291626,541.7051535811155 447.92024045157984,541.7051535811155 447.92024045157984,574.54732057767 399.43699142291626,574.54732057767" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,-3.099999999999993 4.161,-3.099999999999993 4.161,-5.299999999999994 2.98,-5.299999999999994" data-type="line" data-label="" points="399.43699142291626,451.3891943405905 447.92024045157984,451.3891943405905 447.92024045157984,541.7051535811155 399.43699142291626,541.7051535811155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,6.399999999999993 -1.501,6.399999999999993 -1.501,6.500999999999993" data-type="line" data-label="" points="235.22615644014365,61.388461256506105 215.47980353346526,61.388461256506105 215.47980353346526,57.24213767319111" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1199999999999999,1.7999999999999918 -1.8199999999999998,1.7999999999999918" data-type="line" data-label="" points="231.12088556557435,250.23092148669468 202.38398944358914,250.23092148669468" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,-5.499999999999994 4.761,-5.499999999999994 4.761,-5.448999999999994" data-type="line" data-label="" points="399.43699142291626,549.915695330254 472.5518656989958,549.915695330254 472.5518656989958,547.8220071842237" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,-0.29999999999999094 4.461,-0.29999999999999094 4.461,-0.24899999999999095" data-type="line" data-label="" points="399.43699142291626,336.4416098526496 460.2360530752878,336.4416098526496 460.2360530752878,334.3479217066192" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,4.599999999999993 -1.551,4.599999999999993 -1.551,4.650999999999994" data-type="line" data-label="" points="235.22615644014365,135.28333699875378 213.4271680961806,135.28333699875378 213.4271680961806,133.18964885272342" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.18,3.5000000000000036 3.71,3.5000000000000036 3.71,3.5010000000000034" data-type="line" data-label="" points="407.6475331720549,180.44131661901585 429.40546880727226,180.44131661901585 429.40546880727226,180.40026391027016" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.22,2.7999999999999923 -2.22,2.7999999999999923" data-type="line" data-label="" points="227.01561469100503,209.17821274100152 185.9629059453119,209.17821274100152" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-2.000000000000009 -2.601,-2.000000000000009 -2.601,-1.949000000000009" data-type="line" data-label="" points="235.22615644014365,406.2312147203287 170.3218239132028,406.2312147203287 170.3218239132028,404.13752657429836" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-5.599999999999996 -2.451,-5.599999999999996 -2.451,-5.298999999999996" data-type="line" data-label="" points="235.22615644014365,554.0209662048235 176.47973022505676,554.0209662048235 176.47973022505676,541.6641008723699" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.08,-1.8999999999999924 3.61,-1.8999999999999924 3.61,-1.8989999999999925" data-type="line" data-label="" points="403.5422622974856,402.1259438457587 425.300197932703,402.1259438457587 425.300197932703,402.084891137013" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.02,-0.8000000000000105 -2.361,-0.8000000000000105 -2.361,-0.8510000000000105" data-type="line" data-label="" points="235.22615644014365,356.967964225497 180.17447401216913,356.967964225497 180.17447401216913,359.0616523715273" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.98,6.299999999999994 3.2709999999999995,6.299999999999994 3.2709999999999995,6.2489999999999934" data-type="line" data-label="" points="399.43699142291626,65.49373213107543 411.38332966791296,65.49373213107543 411.38332966791296,67.58742027710576" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.541,-4.6 -2.3709999999999996,-4.6 -2.3709999999999996,-4.598999999999999" data-type="line" data-label="" points="213.83769518363752,512.9682574591305 179.76394692471223,512.9682574591305 179.76394692471223,512.9272047503848" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="0.98" data-y="0" x="235.22615644014368" y="57.28319038193649" width="164.2108349827726" height="533.685213694011" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02435892857142856"/></g><g><rect data-type="rect" data-label="RV1106G2" data-x="-0.14000000000000012" data-y="-6.63" x="251.6472399384209" y="592.6105124257751" width="39.41060039586546" height="7.389487574224745" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02435892857142856"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.5000000000000001" data-y="6.615" x="249.18407741367935" y="47.430540282970185" width="14.778975148449518" height="10.263177186423263" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02435892857142856"/></g><g><rect data-type="rect" data-label="netId: VCC_1V8
2
4
  globalConnNetId: connectivity_net2" data-x="-1.501" data-y="6.710999999999993" x="195.77450333553253" y="40" width="39.41060039586546" height="17.24213767319111" fill="#ef444466" stroke="#ef4444" stroke-width="0.02435892857142856"/></g><g><rect data-type="rect" data-label="netId: VCC_1V8
3
5
  globalConnNetId: connectivity_net2" data-x="-1.8199999999999998" data-y="2.009999999999992" x="182.67868924565641" y="232.98878381350357" width="39.41060039586546" height="17.24213767319111" fill="#ef444466" stroke="#ef4444" stroke-width="0.02435892857142856"/></g><g><rect data-type="rect" data-label="netId: VCC_1V8
4
6
  globalConnNetId: connectivity_net2" data-x="-1.2309999999999999" data-y="-4.000000000000002" x="217.94296605820682" y="484.23136133714536" width="17.242137673191138" height="8.210541749138656" fill="#ef444466" stroke="#ef4444" stroke-width="0.02435892857142856"/></g><g><rect data-type="rect" data-label="netId: VCC_1V8
@@ -234,4 +236,244 @@ orientation: x+" data-x="2.98" data-y="0.9000000000000101" cx="399.4369914229162
234
236
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
235
237
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
236
238
  });
237
- ]]></script></svg>
239
+ ]]></script>
240
+ </g>
241
+ <g transform="translate(1216, 200)">
242
+ <style>
243
+ .boundary { fill: rgb(245, 241, 237); }
244
+ .schematic-boundary { fill: none; stroke: #fff; }
245
+ .component { fill: none; stroke: rgb(132, 0, 0); }
246
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
247
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
248
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
249
+ .pin-number { fill: rgb(169, 0, 0); }
250
+ .port-label { fill: rgb(0, 100, 100); }
251
+ .component-name { fill: rgb(0, 100, 100); }
252
+
253
+ </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 485.07267329175 251.63246970620045 L 474.12721360524995 251.63246970620045 L 474.12721360524995 185.9597115872004 L 485.07267329175 185.9597115872004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 251.63246970620045 L 474.12721360524995 251.63246970620045 L 474.12721360524995 185.9597115872004 L 485.07267329175 185.9597115872004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 485.07267329175 350.1416068847005 L 474.12721360524995 350.1416068847005 L 474.12721360524995 251.63246970620045 L 485.07267329175 251.63246970620045" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 350.1416068847005 L 474.12721360524995 350.1416068847005 L 474.12721360524995 251.63246970620045 L 485.07267329175 251.63246970620045" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 703.98186702175 508.8507723389496 L 709.454596865 508.8507723389496 L 709.454596865 585.4689901444497 L 703.98186702175 585.4689901444497" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 508.8507723389496 L 709.454596865 508.8507723389496 L 709.454596865 585.4689901444497 L 703.98186702175 585.4689901444497" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 485.07267329175 382.97798594420055 L 479.59994344849997 382.97798594420055 L 479.59994344849997 306.3597681387005 L 485.07267329175 306.3597681387005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 382.97798594420055 L 479.59994344849997 382.97798594420055 L 479.59994344849997 306.3597681387005 L 485.07267329175 306.3597681387005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 485.07267329175 590.9417199877003 L 456.55975080841745 590.9417199877003 L 456.55975080841745 579.9962603012002 L 485.07267329175 579.9962603012002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 590.9417199877003 L 456.55975080841745 590.9417199877003 L 456.55975080841745 579.9962603012002 L 485.07267329175 579.9962603012002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 485.07267329175 645.6690184202 L 479.59994344849997 645.6690184202 L 479.59994344849997 634.7235587337001 L 485.07267329175 634.7235587337001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 645.6690184202 L 479.59994344849997 645.6690184202 L 479.59994344849997 634.7235587337001 L 485.07267329175 634.7235587337001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 703.98186702175 213.32336080344982 L 714.92732670825 213.32336080344982 L 714.92732670825 344.66887704144943 L 703.98186702175 344.66887704144943" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 213.32336080344982 L 714.92732670825 213.32336080344982 L 714.92732670825 344.66887704144943 L 703.98186702175 344.66887704144943" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 703.98186702175 202.37790111694986 L 714.92732670825 202.37790111694986 L 714.92732670825 213.32336080344982 L 703.98186702175 213.32336080344982" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 202.37790111694986 L 714.92732670825 202.37790111694986 L 714.92732670825 213.32336080344982 L 703.98186702175 213.32336080344982" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 703.98186702175 289.94157860894956 L 709.454596865 289.94157860894956 L 709.454596865 366.55979641444947 L 703.98186702175 366.55979641444947" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 289.94157860894956 L 709.454596865 289.94157860894956 L 709.454596865 366.55979641444947 L 703.98186702175 366.55979641444947" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 485.07267329175 656.6144781067001 L 456.55975080841745 656.6144781067001 L 456.55975080841745 590.9417199877003 L 485.07267329175 590.9417199877003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 656.6144781067001 L 456.55975080841745 656.6144781067001 L 456.55975080841745 590.9417199877003 L 485.07267329175 590.9417199877003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 485.07267329175 634.7235587337001 L 479.59994344849997 634.7235587337001 L 479.59994344849997 601.8871796742002 L 485.07267329175 601.8871796742002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 634.7235587337001 L 479.59994344849997 634.7235587337001 L 479.59994344849997 601.8871796742002 L 485.07267329175 601.8871796742002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 703.98186702175 694.9235870094496 L 768.6148064705325 694.9235870094496 L 768.6148064705325 738.7054257554496 L 703.98186702175 738.7054257554496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 694.9235870094496 L 768.6148064705325 694.9235870094496 L 768.6148064705325 738.7054257554496 L 703.98186702175 738.7054257554496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 703.98186702175 574.5235304579496 L 768.6148064705325 574.5235304579496 L 768.6148064705325 694.9235870094496 L 703.98186702175 694.9235870094496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 574.5235304579496 L 768.6148064705325 574.5235304579496 L 768.6148064705325 694.9235870094496 L 703.98186702175 694.9235870094496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 485.07267329175 54.61419534920037 L 458.74884274571747 54.61419534920037 L 458.74884274571747 49.0867382075179" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 54.61419534920037 L 458.74884274571747 54.61419534920037 L 458.74884274571747 49.0867382075179" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 479.59994344849997 306.3597681387005 L 441.29083454575 306.3597681387005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 479.59994344849997 306.3597681387005 L 441.29083454575 306.3597681387005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 703.98186702175 705.8690466959497 L 801.4511855300325 705.8690466959497 L 801.4511855300325 703.0779544758922" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 705.8690466959497 L 801.4511855300325 705.8690466959497 L 801.4511855300325 703.0779544758922" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 703.98186702175 421.2870948469495 L 785.0329960002825 421.2870948469495 L 785.0329960002825 418.49600262689205" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 421.2870948469495 L 785.0329960002825 421.2870948469495 L 785.0329960002825 418.49600262689205" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 485.07267329175 153.12333252770037 L 456.01247782409246 153.12333252770037 L 456.01247782409246 150.33224030764288" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 153.12333252770037 L 456.01247782409246 153.12333252770037 L 456.01247782409246 150.33224030764288" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 714.92732670825 213.32336080344982 L 743.932794877475 213.32336080344982 L 743.932794877475 213.26863350501733" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 714.92732670825 213.32336080344982 L 743.932794877475 213.32336080344982 L 743.932794877475 213.26863350501733" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 474.12721360524995 251.63246970620045 L 419.39991517274996 251.63246970620045" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 474.12721360524995 251.63246970620045 L 419.39991517274996 251.63246970620045" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 485.07267329175 514.3235021822005 L 398.5488144699675 514.3235021822005 L 398.5488144699675 511.532409962143" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 514.3235021822005 L 398.5488144699675 514.3235021822005 L 398.5488144699675 511.532409962143" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 485.07267329175 711.3417765391998 L 406.7579092348425 711.3417765391998 L 406.7579092348425 694.8688597110173" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 711.3417765391998 L 406.7579092348425 711.3417765391998 L 406.7579092348425 694.8688597110173" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 709.454596865 508.8507723389496 L 738.460065034225 508.8507723389496 L 738.460065034225 508.79604504051713" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 709.454596865 508.8507723389496 L 738.460065034225 508.8507723389496 L 738.460065034225 508.79604504051713" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 485.07267329175 448.6507440632006 L 411.68336609376746 448.6507440632006 L 411.68336609376746 451.4418362832581" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.07267329175 448.6507440632006 L 411.68336609376746 448.6507440632006 L 411.68336609376746 451.4418362832581" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 703.98186702175 60.086925192450394 L 719.9075108656075 60.086925192450394 L 719.9075108656075 62.87801741250786" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 703.98186702175 60.086925192450394 L 719.9075108656075 60.086925192450394 L 719.9075108656075 62.87801741250786" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" 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 456.55975080841745 656.6144781067001 L 411.1360931094425 656.6144781067001 L 411.1360931094425 656.5597508082675" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.7563677492px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.55975080841745 656.6144781067001 L 411.1360931094425 656.6144781067001 L 411.1360931094425 656.5597508082675" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.09454596865px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="485.07267329175" cy="251.63246970620045" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="474.12721360524995" cy="251.63246970620045" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="709.454596865" cy="508.8507723389496" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="479.59994344849997" cy="306.3597681387005" r="1.641818952975" 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="485.07267329175" cy="590.9417199877003" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="456.55975080841745" cy="590.9417199877003" r="1.641818952975" 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="479.59994344849997" cy="634.7235587337001" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="485.07267329175" cy="634.7235587337001" r="1.641818952975" 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"><circle cx="703.98186702175" cy="213.32336080344982" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="714.92732670825" cy="213.32336080344982" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="456.55975080841745" cy="656.6144781067001" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="703.98186702175" cy="694.9235870094496" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="768.6148064705325" cy="694.9235870094496" r="1.641818952975" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="506.96359266474997" y="49.14146550595001" width="175.12735498400002" height="711.4548796225" stroke-width="1.09454596865px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="506.96359266474997" y="49.14146550595001" width="175.12735498400002" height="711.4548796225" fill="transparent"/><text class="sch-text" x="594.52727015675" y="404.8689053172" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.85091371785px" transform="rotate(0, 594.52727015675, 404.8689053172)">schematic_component_30</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="54.61419534920037" x2="485.07267329175" y2="54.61419534920037" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="483.9781273231" y="53.51964938055037" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="53.51964938055039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="54.61419534920037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_90</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="65.55965503570042" x2="486.1672192604" y2="65.55965503570042" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="65.55965503570042" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="64.46510906705042" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="64.46510906705043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="65.55965503570042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_91</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="76.5051147222004" x2="486.1672192604" y2="76.5051147222004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="76.5051147222004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="75.41056875355041" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="75.41056875355042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="76.5051147222004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_92</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="87.45057440870039" x2="486.1672192604" y2="87.45057440870039" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="87.45057440870039" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="86.3560284400504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="86.35602844005041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="87.45057440870039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_93</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="98.39603409520038" x2="486.1672192604" y2="98.39603409520038" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="98.39603409520038" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="97.30148812655038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="97.3014881265504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="98.39603409520038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_94</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="109.34149378170036" x2="486.1672192604" y2="109.34149378170036" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="109.34149378170036" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="108.24694781305037" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="108.24694781305044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="109.34149378170036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_95</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="120.28695346820041" x2="486.1672192604" y2="120.28695346820041" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="120.28695346820041" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="119.19240749955041" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="119.19240749955043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="120.28695346820041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_96</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="131.2324131547004" x2="486.1672192604" y2="131.2324131547004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="131.2324131547004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="130.13786718605039" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="130.1378671860504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="131.2324131547004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_97</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="142.17787284120038" x2="486.1672192604" y2="142.17787284120038" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="142.17787284120038" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="141.08332687255037" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="141.0833268725504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="142.17787284120038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_98</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="153.12333252770037" x2="485.07267329175" y2="153.12333252770037" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="483.9781273231" y="152.02878655905036" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="152.0287865590504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="153.12333252770037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_99</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="164.06879221420039" x2="486.1672192604" y2="164.06879221420039" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="164.06879221420039" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="162.97424624555038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="162.9742462455504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="164.06879221420039" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_100</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="175.01425190070034" x2="486.1672192604" y2="175.01425190070034" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="175.01425190070034" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="173.91970593205033" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="173.91970593205036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="175.01425190070034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_101</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="185.9597115872004" x2="485.07267329175" y2="185.9597115872004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="483.9781273231" y="184.86516561855038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="184.86516561855038" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="185.9597115872004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_102</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="196.9051712737004" x2="486.1672192604" y2="196.9051712737004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="196.9051712737004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="195.8106253050504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="195.8106253050504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="196.9051712737004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_103</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="207.8506309602004" x2="486.1672192604" y2="207.8506309602004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="207.8506309602004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="206.75608499155038" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="206.7560849915504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="207.8506309602004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_104</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="218.7960906467004" x2="486.1672192604" y2="218.7960906467004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="218.7960906467004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="217.7015446780504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="217.70154467805042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="218.7960906467004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_105</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="229.74155033320042" x2="486.1672192604" y2="229.74155033320042" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="229.74155033320042" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="228.6470043645504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="228.6470043645504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="229.74155033320042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_106</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="240.68701001970044" x2="486.1672192604" y2="240.68701001970044" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="240.68701001970044" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="239.59246405105043" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="239.59246405105043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="240.68701001970044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_107</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="251.63246970620045" x2="485.07267329175" y2="251.63246970620045" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="483.9781273231" y="250.53792373755044" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="250.53792373755044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="251.63246970620045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_108</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="262.5779293927004" x2="486.1672192604" y2="262.5779293927004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="262.5779293927004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="261.48338342405043" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="261.48338342405043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="262.5779293927004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_109</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="273.52338907920046" x2="486.1672192604" y2="273.52338907920046" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="273.52338907920046" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="272.4288431105505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="272.4288431105505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="273.52338907920046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_110</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="284.46884876570044" x2="486.1672192604" y2="284.46884876570044" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="284.46884876570044" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="283.37430279705046" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="283.37430279705046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="284.46884876570044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_111</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="295.41430845220043" x2="486.1672192604" y2="295.41430845220043" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="295.41430845220043" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="294.31976248355045" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="294.31976248355045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="295.41430845220043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_112</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="306.3597681387005" x2="485.07267329175" y2="306.3597681387005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><rect x="483.9781273231" y="305.2652221700505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="305.2652221700505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="306.3597681387005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_113</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="317.30522782520046" x2="486.1672192604" y2="317.30522782520046" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="317.30522782520046" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="316.2106818565505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="316.2106818565505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="317.30522782520046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_114</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="328.2506875117005" x2="486.1672192604" y2="328.2506875117005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="328.2506875117005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="327.1561415430505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="327.15614154305047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="328.2506875117005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_115</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="339.1961471982005" x2="486.1672192604" y2="339.1961471982005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="339.1961471982005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="338.1016012295505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="338.1016012295505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="339.1961471982005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_116</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="350.1416068847005" x2="485.07267329175" y2="350.1416068847005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="483.9781273231" y="349.0470609160505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="349.0470609160505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="350.1416068847005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_117</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="361.0870665712005" x2="486.1672192604" y2="361.0870665712005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="361.0870665712005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="359.99252060255054" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="359.9925206025505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="361.0870665712005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_118</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="372.0325262577005" x2="486.1672192604" y2="372.0325262577005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="372.0325262577005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="370.93798028905053" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="370.93798028905053" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="372.0325262577005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_119</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="382.97798594420055" x2="485.07267329175" y2="382.97798594420055" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="483.9781273231" y="381.8834399755506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="381.8834399755505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="382.97798594420055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_120</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="393.92344563070054" x2="486.1672192604" y2="393.92344563070054" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="393.92344563070054" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="392.82889966205056" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="392.82889966205056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="393.92344563070054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_121</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="404.86890531720053" x2="486.1672192604" y2="404.86890531720053" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="404.86890531720053" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="403.77435934855055" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="403.77435934855055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="404.86890531720053" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_122</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="415.8143650037006" x2="486.1672192604" y2="415.8143650037006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="415.8143650037006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="414.7198190350506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="414.7198190350506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="415.8143650037006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_123</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="426.75982469020056" x2="486.1672192604" y2="426.75982469020056" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="426.75982469020056" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="425.6652787215506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="425.6652787215506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="426.75982469020056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_124</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="437.7052843767006" x2="486.1672192604" y2="437.7052843767006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="437.7052843767006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="436.6107384080506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="436.61073840805057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="437.7052843767006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_125</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="448.6507440632006" x2="485.07267329175" y2="448.6507440632006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><rect x="483.9781273231" y="447.5561980945506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="447.5561980945506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="448.6507440632006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_126</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="459.5962037497006" x2="486.1672192604" y2="459.5962037497006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="459.5962037497006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="458.5016577810506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="458.5016577810506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="459.5962037497006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_127</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="470.5416634362006" x2="486.1672192604" y2="470.5416634362006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="470.5416634362006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="469.44711746755064" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="469.4471174675506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="470.5416634362006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_128</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="481.4871231227006" x2="486.1672192604" y2="481.4871231227006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="481.4871231227006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="480.3925771540506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="480.3925771540506" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="481.4871231227006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_129</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="492.4325828092006" x2="486.1672192604" y2="492.4325828092006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="492.4325828092006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="491.3380368405506" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="491.33803684055056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="492.4325828092006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_130</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="503.3780424957005" x2="486.1672192604" y2="503.3780424957005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="503.3780424957005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="502.28349652705054" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="502.28349652705054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="503.3780424957005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_131</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="514.3235021822005" x2="485.07267329175" y2="514.3235021822005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><rect x="483.9781273231" y="513.2289562135505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="513.2289562135505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="514.3235021822005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_132</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="525.2689618687004" x2="486.1672192604" y2="525.2689618687004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="525.2689618687004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="524.1744159000505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="524.1744159000505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="525.2689618687004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_133</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="536.2144215552005" x2="486.1672192604" y2="536.2144215552005" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="536.2144215552005" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="535.1198755865505" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="535.1198755865504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="536.2144215552005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_134</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="547.1598812417004" x2="486.1672192604" y2="547.1598812417004" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="547.1598812417004" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="546.0653352730504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="546.0653352730503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="547.1598812417004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_135</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="558.1053409282003" x2="486.1672192604" y2="558.1053409282003" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="558.1053409282003" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="557.0107949595504" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="557.0107949595504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="558.1053409282003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_136</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="569.0508006147003" x2="486.1672192604" y2="569.0508006147003" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="569.0508006147003" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="567.9562546460503" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="567.9562546460503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="569.0508006147003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_137</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="579.9962603012002" x2="485.07267329175" y2="579.9962603012002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><rect x="483.9781273231" y="578.9017143325502" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="578.9017143325502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="579.9962603012002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_138</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="590.9417199877003" x2="485.07267329175" y2="590.9417199877003" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_49__stack1"><rect x="483.9781273231" y="589.8471740190503" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="589.8471740190503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="590.9417199877003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_139</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="601.8871796742002" x2="485.07267329175" y2="601.8871796742002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_50__stack1"><rect x="483.9781273231" y="600.7926337055502" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="600.7926337055502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="601.8871796742002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_140</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="612.8326393607001" x2="486.1672192604" y2="612.8326393607001" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="612.8326393607001" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="611.7380933920501" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="611.7380933920501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="612.8326393607001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_141</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="623.7780990472002" x2="486.1672192604" y2="623.7780990472002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="623.7780990472002" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="622.6835530785502" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="622.6835530785502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="623.7780990472002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_142</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="634.7235587337001" x2="485.07267329175" y2="634.7235587337001" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_53__stack1"><rect x="483.9781273231" y="633.6290127650501" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="633.6290127650501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="634.7235587337001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_143</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="645.6690184202" x2="485.07267329175" y2="645.6690184202" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_54__stack1"><rect x="483.9781273231" y="644.57447245155" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="644.57447245155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="645.6690184202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_144</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="656.6144781067001" x2="485.07267329175" y2="656.6144781067001" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_55__stack1"><rect x="483.9781273231" y="655.5199321380501" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="655.5199321380501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="656.6144781067001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_145</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="667.5599377931999" x2="486.1672192604" y2="667.5599377931999" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_56__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="667.5599377931999" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="666.4653918245499" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="666.4653918245499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="667.5599377931999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_146</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="678.5053974796999" x2="486.1672192604" y2="678.5053974796999" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_57__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="678.5053974796999" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="677.4108515110499" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="677.4108515110499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="678.5053974796999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_147</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="689.4508571661999" x2="486.1672192604" y2="689.4508571661999" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_58__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="689.4508571661999" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="688.3563111975499" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="688.35631119755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="689.4508571661999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_148</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="700.3963168526998" x2="486.1672192604" y2="700.3963168526998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_59__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="700.3963168526998" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="699.3017708840498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="699.3017708840498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="700.3963168526998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_149</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="711.3417765391998" x2="485.07267329175" y2="711.3417765391998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_60__stack1"><rect x="483.9781273231" y="710.2472305705498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="710.2472305705498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="711.3417765391998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_150</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="722.2872362256998" x2="486.1672192604" y2="722.2872362256998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_61__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="722.2872362256998" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="721.1926902570498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="721.1926902570498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="722.2872362256998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_151</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="733.2326959121997" x2="486.1672192604" y2="733.2326959121997" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_62__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="733.2326959121997" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="732.1381499435497" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="732.1381499435497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="733.2326959121997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_152</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="744.1781555986997" x2="486.1672192604" y2="744.1781555986997" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_63__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="744.1781555986997" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="743.0836096300498" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="743.0836096300498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="744.1781555986997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_153</text><line class="component-pin sch-component-pin sch-port-line" x1="506.96359266474997" y1="755.1236152851997" x2="486.1672192604" y2="755.1236152851997" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_64__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.07267329175" cy="755.1236152851997" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="483.9781273231" y="754.0290693165497" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.01813297825" y="754.0290693165497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="512.436322508" y="755.1236152851997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_154</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="749.6508854419496" x2="702.8873210531" y2="749.6508854419496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_65__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="749.6508854419496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="748.5563394732997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="748.5563394732997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="749.6508854419496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_155</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="738.7054257554496" x2="703.98186702175" y2="738.7054257554496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_66__stack1"><rect x="702.8873210531" y="737.6108797867996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="737.6108797867996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="738.7054257554496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_156</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="727.7599660689497" x2="702.8873210531" y2="727.7599660689497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_67__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="727.7599660689497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="726.6654201002997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="726.6654201002997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="727.7599660689497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_157</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="716.8145063824497" x2="702.8873210531" y2="716.8145063824497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_68__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="716.8145063824497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="715.7199604137998" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="715.7199604137998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="716.8145063824497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_158</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="705.8690466959497" x2="703.98186702175" y2="705.8690466959497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_69__stack1"><rect x="702.8873210531" y="704.7745007272997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="704.7745007272997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="705.8690466959497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_159</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="694.9235870094496" x2="703.98186702175" y2="694.9235870094496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_70__stack1"><rect x="702.8873210531" y="693.8290410407997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="693.8290410407997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="694.9235870094496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_160</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="683.9781273229496" x2="702.8873210531" y2="683.9781273229496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_71__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="683.9781273229496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="682.8835813542996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="682.8835813542996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="683.9781273229496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_161</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="673.0326676364497" x2="702.8873210531" y2="673.0326676364497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_72__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="673.0326676364497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="671.9381216677997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="671.9381216677997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="673.0326676364497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_162</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="662.0872079499497" x2="702.8873210531" y2="662.0872079499497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_73__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="662.0872079499497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="660.9926619812998" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="660.9926619812998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="662.0872079499497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_163</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="651.1417482634497" x2="702.8873210531" y2="651.1417482634497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_74__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="651.1417482634497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="650.0472022947997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="650.0472022947997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="651.1417482634497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_164</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="640.1962885769497" x2="702.8873210531" y2="640.1962885769497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_75__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="640.1962885769497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="639.1017426082997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="639.1017426082997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="640.1962885769497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_165</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="629.2508288904497" x2="702.8873210531" y2="629.2508288904497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_76__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="629.2508288904497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="628.1562829217997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="628.1562829217997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="629.2508288904497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_166</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="618.3053692039497" x2="702.8873210531" y2="618.3053692039497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_77__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="618.3053692039497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="617.2108232352997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="617.2108232352997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="618.3053692039497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_167</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="607.3599095174496" x2="702.8873210531" y2="607.3599095174496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_78__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="607.3599095174496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="606.2653635487997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="606.2653635487997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="607.3599095174496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_168</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="596.4144498309497" x2="702.8873210531" y2="596.4144498309497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_79__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="596.4144498309497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="595.3199038622997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="595.3199038622996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="596.4144498309497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_169</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="585.4689901444497" x2="703.98186702175" y2="585.4689901444497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_80__stack1"><rect x="702.8873210531" y="584.3744441757997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="584.3744441757997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="585.4689901444497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_170</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="574.5235304579496" x2="703.98186702175" y2="574.5235304579496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_81__stack1"><rect x="702.8873210531" y="573.4289844892996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="573.4289844892996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="574.5235304579496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_171</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="563.5780707714496" x2="702.8873210531" y2="563.5780707714496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_82__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="563.5780707714496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="562.4835248027996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="562.4835248027996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="563.5780707714496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_172</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="552.6326110849496" x2="702.8873210531" y2="552.6326110849496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_83__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="552.6326110849496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="551.5380651162997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="551.5380651162995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="552.6326110849496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_173</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="541.6871513984496" x2="702.8873210531" y2="541.6871513984496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_84__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="541.6871513984496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="540.5926054297996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="540.5926054297996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="541.6871513984496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_174</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="530.7416917119497" x2="702.8873210531" y2="530.7416917119497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_85__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="530.7416917119497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="529.6471457432997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="529.6471457432996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="530.7416917119497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_175</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="519.7962320254496" x2="702.8873210531" y2="519.7962320254496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_86__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="519.7962320254496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="518.7016860567996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="518.7016860567996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="519.7962320254496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_176</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="508.8507723389496" x2="703.98186702175" y2="508.8507723389496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_87__stack1"><rect x="702.8873210531" y="507.7562263702996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="507.7562263702996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="508.8507723389496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_177</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="497.9053126524496" x2="702.8873210531" y2="497.9053126524496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_88__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="497.9053126524496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="496.8107666837996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="496.81076668379956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="497.9053126524496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_178</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="486.9598529659496" x2="702.8873210531" y2="486.9598529659496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_89__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="486.9598529659496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="485.8653069972996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="485.86530699729957" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="486.9598529659496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_179</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="476.01439327944956" x2="702.8873210531" y2="476.01439327944956" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_90__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="476.01439327944956" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="474.9198473107996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="474.9198473107996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="476.01439327944956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_180</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="465.0689335929496" x2="702.8873210531" y2="465.0689335929496" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_91__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="465.0689335929496" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="463.9743876242996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="463.97438762429954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="465.0689335929496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_181</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="454.12347390644953" x2="702.8873210531" y2="454.12347390644953" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_92__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="454.12347390644953" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="453.02892793779955" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="453.02892793779955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="454.12347390644953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_182</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="443.17801421994955" x2="702.8873210531" y2="443.17801421994955" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_93__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="443.17801421994955" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="442.08346825129956" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="442.08346825129956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="443.17801421994955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_183</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="432.2325545334495" x2="702.8873210531" y2="432.2325545334495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_94__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="432.2325545334495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="431.1380085647995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="431.1380085647995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="432.2325545334495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_184</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="421.2870948469495" x2="703.98186702175" y2="421.2870948469495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_95__stack1"><rect x="702.8873210531" y="420.19254887829953" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="420.19254887829953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="421.2870948469495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_185</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="410.3416351604495" x2="702.8873210531" y2="410.3416351604495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_96__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="410.3416351604495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="409.24708919179955" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="409.2470891917995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="410.3416351604495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_186</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="399.3961754739495" x2="702.8873210531" y2="399.3961754739495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_97__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="399.3961754739495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="398.3016295052995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="398.3016295052995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="399.3961754739495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_187</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="388.4507157874495" x2="702.8873210531" y2="388.4507157874495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_98__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="388.4507157874495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="387.3561698187995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="387.3561698187995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="388.4507157874495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_188</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="377.5052561009495" x2="702.8873210531" y2="377.5052561009495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_99__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="377.5052561009495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="376.4107101322995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="376.41071013229947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="377.5052561009495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_189</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="366.55979641444947" x2="703.98186702175" y2="366.55979641444947" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_100__stack1"><rect x="702.8873210531" y="365.4652504457995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="365.4652504457995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="366.55979641444947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_190</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="355.6143367279495" x2="702.8873210531" y2="355.6143367279495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_101__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="355.6143367279495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="354.5197907592995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="354.51979075929944" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="355.6143367279495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_191</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="344.66887704144943" x2="703.98186702175" y2="344.66887704144943" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_102__stack1"><rect x="702.8873210531" y="343.57433107279945" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="343.57433107279945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="344.66887704144943" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_192</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="333.72341735494945" x2="702.8873210531" y2="333.72341735494945" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_103__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="333.72341735494945" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="332.62887138629947" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="332.62887138629947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="333.72341735494945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_193</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="322.7779576684494" x2="702.8873210531" y2="322.7779576684494" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_104__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="322.7779576684494" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="321.6834116997994" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="321.6834116997994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="322.7779576684494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_194</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="311.8324979819495" x2="702.8873210531" y2="311.8324979819495" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_105__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="311.8324979819495" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="310.7379520132995" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="310.7379520132995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="311.8324979819495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_195</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="300.88703829544954" x2="702.8873210531" y2="300.88703829544954" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_106__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="300.88703829544954" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="299.79249232679956" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="299.7924923267995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="300.88703829544954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_196</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="289.94157860894956" x2="703.98186702175" y2="289.94157860894956" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_107__stack1"><rect x="702.8873210531" y="288.8470326402996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="288.8470326402995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="289.94157860894956" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_197</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="278.99611892244957" x2="702.8873210531" y2="278.99611892244957" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_108__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="278.99611892244957" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="277.9015729537996" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="277.9015729537996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="278.99611892244957" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_198</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="268.05065923594964" x2="702.8873210531" y2="268.05065923594964" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_109__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="268.05065923594964" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="266.95611326729966" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="266.95611326729966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="268.05065923594964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_199</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="257.1051995494497" x2="702.8873210531" y2="257.1051995494497" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_110__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="257.1051995494497" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="256.0106535807997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="256.01065358079967" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="257.1051995494497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_200</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="246.15973986294972" x2="702.8873210531" y2="246.15973986294972" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_111__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="246.15973986294972" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="245.0651938942997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="245.0651938942997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="246.15973986294972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_201</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="235.21428017644973" x2="702.8873210531" y2="235.21428017644973" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_112__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="235.21428017644973" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="234.11973420779972" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="234.11973420779975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="235.21428017644973" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_202</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="224.26882048994977" x2="702.8873210531" y2="224.26882048994977" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_113__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="224.26882048994977" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="223.17427452129976" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="223.1742745212998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="224.26882048994977" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_203</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="213.32336080344982" x2="703.98186702175" y2="213.32336080344982" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_114__stack1"><rect x="702.8873210531" y="212.2288148347998" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="212.22881483479983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="213.32336080344982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_204</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="202.37790111694986" x2="703.98186702175" y2="202.37790111694986" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_115__stack1"><rect x="702.8873210531" y="201.28335514829985" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="201.28335514829988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="202.37790111694986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_205</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="191.4324414304499" x2="702.8873210531" y2="191.4324414304499" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_116__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="191.4324414304499" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="190.3378954617999" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="190.3378954617999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="191.4324414304499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_206</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="180.48698174394994" x2="702.8873210531" y2="180.48698174394994" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_117__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="180.48698174394994" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="179.39243577529993" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="179.39243577529996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="180.48698174394994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_207</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="169.54152205744998" x2="702.8873210531" y2="169.54152205744998" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_118__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="169.54152205744998" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="168.44697608879997" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="168.4469760888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="169.54152205744998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_208</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="158.59606237095002" x2="702.8873210531" y2="158.59606237095002" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_119__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="158.59606237095002" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="157.5015164023" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="157.50151640230004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="158.59606237095002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_209</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="147.65060268445006" x2="702.8873210531" y2="147.65060268445006" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_120__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="147.65060268445006" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="146.55605671580005" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="146.55605671580008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="147.65060268445006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_210</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="136.70514299795008" x2="702.8873210531" y2="136.70514299795008" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_121__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="136.70514299795008" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="135.61059702930007" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="135.6105970293001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="136.70514299795008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_211</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="125.75968331145015" x2="702.8873210531" y2="125.75968331145015" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_122__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="125.75968331145015" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="124.66513734280015" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="124.66513734280016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="125.75968331145015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_212</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="114.81422362495016" x2="702.8873210531" y2="114.81422362495016" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_123__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="114.81422362495016" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="113.71967765630016" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="113.71967765630018" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="114.81422362495016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_213</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="103.86876393845023" x2="702.8873210531" y2="103.86876393845023" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_124__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="103.86876393845023" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="102.77421796980023" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="102.77421796980025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="103.86876393845023" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_214</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="92.92330425195024" x2="702.8873210531" y2="92.92330425195024" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_125__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="92.92330425195024" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="91.82875828330025" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="91.82875828330026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="92.92330425195024" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_215</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="81.97784456545031" x2="702.8873210531" y2="81.97784456545031" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_126__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="81.97784456545031" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="80.88329859680032" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="80.88329859680033" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="81.97784456545031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_216</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="71.03238487895032" x2="702.8873210531" y2="71.03238487895032" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_127__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.98186702175" cy="71.03238487895032" r="1.09454596865" stroke-width="1.09454596865px"/><rect x="702.8873210531" y="69.93783891030033" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="69.93783891030034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="71.03238487895032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_217</text><line class="component-pin sch-component-pin sch-port-line" x1="682.09094764875" y1="60.086925192450394" x2="703.98186702175" y2="60.086925192450394" stroke-width="1.09454596865px"/><g class="sch-port" data-schematic-port-id="source_port_0_128__stack1"><rect x="702.8873210531" y="58.99237922380039" width="2.1890919373" height="2.1890919373" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.03640733525" y="58.99237922380041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.209094764875px" transform=""></text><text class="pin-number sch-pin-label" x="676.6182178055" y="60.086925192450394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.209094764875px" transform="">schematic_port_218</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="485.07267329175" cy="54.61419534920037" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="485.07267329175" cy="65.55965503570042" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="485.07267329175" cy="76.5051147222004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="485.07267329175" cy="87.45057440870039" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="485.07267329175" cy="98.39603409520038" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="485.07267329175" cy="109.34149378170036" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="485.07267329175" cy="120.28695346820041" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="485.07267329175" cy="131.2324131547004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="485.07267329175" cy="142.17787284120038" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="485.07267329175" cy="153.12333252770037" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="485.07267329175" cy="164.06879221420039" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="485.07267329175" cy="175.01425190070034" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="485.07267329175" cy="185.9597115872004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="485.07267329175" cy="196.9051712737004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="485.07267329175" cy="207.8506309602004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="485.07267329175" cy="218.7960906467004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="485.07267329175" cy="229.74155033320042" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="485.07267329175" cy="240.68701001970044" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="485.07267329175" cy="251.63246970620045" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="485.07267329175" cy="262.5779293927004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="485.07267329175" cy="273.52338907920046" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="485.07267329175" cy="284.46884876570044" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="485.07267329175" cy="295.41430845220043" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="485.07267329175" cy="306.3597681387005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="485.07267329175" cy="317.30522782520046" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="485.07267329175" cy="328.2506875117005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="485.07267329175" cy="339.1961471982005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="485.07267329175" cy="350.1416068847005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="485.07267329175" cy="361.0870665712005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="485.07267329175" cy="372.0325262577005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="485.07267329175" cy="382.97798594420055" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="485.07267329175" cy="393.92344563070054" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="485.07267329175" cy="404.86890531720053" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="485.07267329175" cy="415.8143650037006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="485.07267329175" cy="426.75982469020056" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="485.07267329175" cy="437.7052843767006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="485.07267329175" cy="448.6507440632006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="485.07267329175" cy="459.5962037497006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="485.07267329175" cy="470.5416634362006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="485.07267329175" cy="481.4871231227006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="485.07267329175" cy="492.4325828092006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="485.07267329175" cy="503.3780424957005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="485.07267329175" cy="514.3235021822005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="485.07267329175" cy="525.2689618687004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="485.07267329175" cy="536.2144215552005" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="485.07267329175" cy="547.1598812417004" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="485.07267329175" cy="558.1053409282003" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="485.07267329175" cy="569.0508006147003" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="485.07267329175" cy="579.9962603012002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_49__stack1"><circle cx="485.07267329175" cy="590.9417199877003" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_50__stack1"><circle cx="485.07267329175" cy="601.8871796742002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_51__stack1"><circle cx="485.07267329175" cy="612.8326393607001" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_52__stack1"><circle cx="485.07267329175" cy="623.7780990472002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_53__stack1"><circle cx="485.07267329175" cy="634.7235587337001" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_54__stack1"><circle cx="485.07267329175" cy="645.6690184202" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_55__stack1"><circle cx="485.07267329175" cy="656.6144781067001" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_56__stack1"><circle cx="485.07267329175" cy="667.5599377931999" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_57__stack1"><circle cx="485.07267329175" cy="678.5053974796999" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_58__stack1"><circle cx="485.07267329175" cy="689.4508571661999" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_59__stack1"><circle cx="485.07267329175" cy="700.3963168526998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_60__stack1"><circle cx="485.07267329175" cy="711.3417765391998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_61__stack1"><circle cx="485.07267329175" cy="722.2872362256998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_62__stack1"><circle cx="485.07267329175" cy="733.2326959121997" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_63__stack1"><circle cx="485.07267329175" cy="744.1781555986997" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_64__stack1"><circle cx="485.07267329175" cy="755.1236152851997" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_65__stack1"><circle cx="703.98186702175" cy="749.6508854419496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_66__stack1"><circle cx="703.98186702175" cy="738.7054257554496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_67__stack1"><circle cx="703.98186702175" cy="727.7599660689497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_68__stack1"><circle cx="703.98186702175" cy="716.8145063824497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_69__stack1"><circle cx="703.98186702175" cy="705.8690466959497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_70__stack1"><circle cx="703.98186702175" cy="694.9235870094496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_71__stack1"><circle cx="703.98186702175" cy="683.9781273229496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_72__stack1"><circle cx="703.98186702175" cy="673.0326676364497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_73__stack1"><circle cx="703.98186702175" cy="662.0872079499497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_74__stack1"><circle cx="703.98186702175" cy="651.1417482634497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_75__stack1"><circle cx="703.98186702175" cy="640.1962885769497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_76__stack1"><circle cx="703.98186702175" cy="629.2508288904497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_77__stack1"><circle cx="703.98186702175" cy="618.3053692039497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_78__stack1"><circle cx="703.98186702175" cy="607.3599095174496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_79__stack1"><circle cx="703.98186702175" cy="596.4144498309497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_80__stack1"><circle cx="703.98186702175" cy="585.4689901444497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_81__stack1"><circle cx="703.98186702175" cy="574.5235304579496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_82__stack1"><circle cx="703.98186702175" cy="563.5780707714496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_83__stack1"><circle cx="703.98186702175" cy="552.6326110849496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_84__stack1"><circle cx="703.98186702175" cy="541.6871513984496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_85__stack1"><circle cx="703.98186702175" cy="530.7416917119497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_86__stack1"><circle cx="703.98186702175" cy="519.7962320254496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_87__stack1"><circle cx="703.98186702175" cy="508.8507723389496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_88__stack1"><circle cx="703.98186702175" cy="497.9053126524496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_89__stack1"><circle cx="703.98186702175" cy="486.9598529659496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_90__stack1"><circle cx="703.98186702175" cy="476.01439327944956" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_91__stack1"><circle cx="703.98186702175" cy="465.0689335929496" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_92__stack1"><circle cx="703.98186702175" cy="454.12347390644953" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_93__stack1"><circle cx="703.98186702175" cy="443.17801421994955" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_94__stack1"><circle cx="703.98186702175" cy="432.2325545334495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_95__stack1"><circle cx="703.98186702175" cy="421.2870948469495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_96__stack1"><circle cx="703.98186702175" cy="410.3416351604495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_97__stack1"><circle cx="703.98186702175" cy="399.3961754739495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_98__stack1"><circle cx="703.98186702175" cy="388.4507157874495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_99__stack1"><circle cx="703.98186702175" cy="377.5052561009495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_100__stack1"><circle cx="703.98186702175" cy="366.55979641444947" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_101__stack1"><circle cx="703.98186702175" cy="355.6143367279495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_102__stack1"><circle cx="703.98186702175" cy="344.66887704144943" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_103__stack1"><circle cx="703.98186702175" cy="333.72341735494945" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_104__stack1"><circle cx="703.98186702175" cy="322.7779576684494" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_105__stack1"><circle cx="703.98186702175" cy="311.8324979819495" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_106__stack1"><circle cx="703.98186702175" cy="300.88703829544954" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_107__stack1"><circle cx="703.98186702175" cy="289.94157860894956" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_108__stack1"><circle cx="703.98186702175" cy="278.99611892244957" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_109__stack1"><circle cx="703.98186702175" cy="268.05065923594964" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_110__stack1"><circle cx="703.98186702175" cy="257.1051995494497" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_111__stack1"><circle cx="703.98186702175" cy="246.15973986294972" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_112__stack1"><circle cx="703.98186702175" cy="235.21428017644973" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_113__stack1"><circle cx="703.98186702175" cy="224.26882048994977" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_114__stack1"><circle cx="703.98186702175" cy="213.32336080344982" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_115__stack1"><circle cx="703.98186702175" cy="202.37790111694986" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_116__stack1"><circle cx="703.98186702175" cy="191.4324414304499" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_117__stack1"><circle cx="703.98186702175" cy="180.48698174394994" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_118__stack1"><circle cx="703.98186702175" cy="169.54152205744998" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_119__stack1"><circle cx="703.98186702175" cy="158.59606237095002" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_120__stack1"><circle cx="703.98186702175" cy="147.65060268445006" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_121__stack1"><circle cx="703.98186702175" cy="136.70514299795008" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_122__stack1"><circle cx="703.98186702175" cy="125.75968331145015" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_123__stack1"><circle cx="703.98186702175" cy="114.81422362495016" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_124__stack1"><circle cx="703.98186702175" cy="103.86876393845023" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_125__stack1"><circle cx="703.98186702175" cy="92.92330425195024" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_126__stack1"><circle cx="703.98186702175" cy="81.97784456545031" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_127__stack1"><circle cx="703.98186702175" cy="71.03238487895032" r="2.1890919373" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_128__stack1"><circle cx="703.98186702175" cy="60.086925192450394" r="2.1890919373" 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="
254
+ M 458.74884274571747,49.0867382075179
255
+ L 453.27611290246745,46.131464092162894
256
+ L 453.27611290246745,27.363649216377564
257
+ L 464.2215725889675,27.363649216377564
258
+ L 464.2215725889675,46.1314640921629
259
+ Z
260
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="458.74884274571747" y="44.161281348592894" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 458.74884274571747 44.161281348592894)">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="
261
+ M 441.29083454575,306.3597681387005
262
+ L 435.81810470249997,303.4044940233455
263
+ L 435.81810470249997,284.63667914756013
264
+ L 446.763564389,284.63667914756013
265
+ L 446.763564389,303.4044940233455
266
+ Z
267
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="441.29083454575" y="301.4343112797755" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 441.29083454575 301.4343112797755)">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="
268
+ M 485.07267329175,623.7780990472002
269
+ L 482.117399176395,629.2508288904502
270
+ L 463.34958430060965,629.2508288904502
271
+ L 463.34958430060965,618.3053692039501
272
+ L 482.117399176395,618.3053692039501
273
+ Z
274
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="480.147216432825" y="623.7780990472002" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
275
+ M 801.4511855300325,703.0779544758922
276
+ L 795.9784556867825,700.1226803605372
277
+ L 795.9784556867825,681.3548654847518
278
+ L 806.9239153732825,681.3548654847518
279
+ L 806.9239153732825,700.1226803605372
280
+ Z
281
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="801.4511855300325" y="698.1524976169671" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 801.4511855300325 698.1524976169671)">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="
282
+ M 785.0329960002825,418.49600262689205
283
+ L 779.5602661570325,415.54072851153705
284
+ L 779.5602661570325,396.7729136357517
285
+ L 790.5057258435326,396.7729136357517
286
+ L 790.5057258435326,415.54072851153705
287
+ Z
288
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="785.0329960002825" y="413.5705457679671" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 785.0329960002825 413.5705457679671)">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="
289
+ M 485.07267329175,65.55965503570042
290
+ L 482.117399176395,71.03238487895041
291
+ L 424.77778436538364,71.03238487895041
292
+ L 424.77778436538364,60.08692519245041
293
+ L 482.117399176395,60.086925192450416
294
+ Z
295
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="480.147216432825" y="65.55965503570042" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXXX</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="
296
+ M 485.07267329175,76.5051147222004
297
+ L 482.117399176395,81.9778445654504
298
+ L 431.2064176879213,81.9778445654504
299
+ L 431.2064176879213,71.0323848789504
300
+ L 482.117399176395,71.03238487895041
301
+ Z
302
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="480.147216432825" y="76.5051147222004" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
303
+ M 456.01247782409246,150.33224030764288
304
+ L 450.53974798084244,147.37696619228788
305
+ L 450.53974798084244,128.60915131650253
306
+ L 461.4852076673425,128.60915131650253
307
+ L 461.4852076673425,147.37696619228788
308
+ Z
309
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="456.01247782409246" y="145.40678344871787" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 456.01247782409246 145.40678344871787)">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="
310
+ M 768.6148064705325,574.5235304579496
311
+ L 763.1420766272824,571.5682563425946
312
+ L 763.1420766272824,552.8004414668093
313
+ L 774.0875363137825,552.8004414668093
314
+ L 774.0875363137825,571.5682563425946
315
+ Z
316
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="768.6148064705325" y="569.5980735990246" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 768.6148064705325 569.5980735990246)">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="
317
+ M 743.932794877475,213.26863350501733
318
+ L 738.460065034225,210.31335938966234
319
+ L 738.460065034225,191.545544513877
320
+ L 749.405524720725,191.545544513877
321
+ L 749.405524720725,210.31335938966234
322
+ Z
323
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="743.932794877475" y="208.34317664609233" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 743.932794877475 208.34317664609233)">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="
324
+ M 419.39991517274996,251.63246970620045
325
+ L 413.92718532949993,248.67719559084546
326
+ L 413.92718532949993,229.9093807150601
327
+ L 424.872645016,229.9093807150601
328
+ L 424.872645016,248.67719559084546
329
+ Z
330
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="419.39991517274996" y="246.70701284727545" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 419.39991517274996 246.70701284727545)">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="
331
+ M 398.5488144699675,511.532409962143
332
+ L 393.0760846267175,508.577135846788
333
+ L 393.0760846267175,489.80932097100265
334
+ L 404.02154431321753,489.80932097100265
335
+ L 404.02154431321753,508.577135846788
336
+ Z
337
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="398.5488144699675" y="506.606953103218" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 398.5488144699675 506.606953103218)">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="
338
+ M 406.7579092348425,694.8688597110173
339
+ L 401.28517939159246,691.9135855956623
340
+ L 401.28517939159246,673.145770719877
341
+ L 412.2306390780925,673.145770719877
342
+ L 412.2306390780925,691.9135855956623
343
+ Z
344
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="406.7579092348425" y="689.9434028520923" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 406.7579092348425 689.9434028520923)">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="
345
+ M 738.460065034225,508.79604504051713
346
+ L 732.9873351909749,505.84077092516213
347
+ L 732.9873351909749,487.0729560493768
348
+ L 743.932794877475,487.0729560493768
349
+ L 743.932794877475,505.84077092516213
350
+ Z
351
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="738.460065034225" y="503.87058818159215" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 738.460065034225 503.87058818159215)">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="
352
+ M 411.68336609376746,451.4418362832581
353
+ L 417.1560959370175,454.3971103986131
354
+ L 417.1560959370175,473.16492527439846
355
+ L 406.21063625051744,473.16492527439846
356
+ L 406.21063625051744,454.3971103986131
357
+ Z
358
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="411.68336609376746" y="456.3672931421831" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(90 411.68336609376746 456.3672931421831)">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="
359
+ M 719.9075108656075,62.87801741250786
360
+ L 725.3802407088575,65.83329152786285
361
+ L 725.3802407088575,84.60110640364819
362
+ L 714.4347810223575,84.60110640364819
363
+ L 714.4347810223575,65.83329152786285
364
+ Z
365
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="719.9075108656075" y="67.80347427143286" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(90 719.9075108656075 67.80347427143286)">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="
366
+ M 485.07267329175,470.5416634362006
367
+ L 482.117399176395,476.01439327945064
368
+ L 424.77778436538364,476.0143932794506
369
+ L 424.77778436538364,465.0689335929506
370
+ L 482.117399176395,465.0689335929506
371
+ Z
372
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><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="480.147216432825" y="470.5416634362006" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
373
+ M 485.07267329175,492.4325828092006
374
+ L 482.117399176395,497.9053126524506
375
+ L 424.77778436538364,497.90531265245056
376
+ L 424.77778436538364,486.9598529659506
377
+ L 482.117399176395,486.9598529659506
378
+ Z
379
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="480.147216432825" y="492.4325828092006" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
380
+ M 485.07267329175,525.2689618687004
381
+ L 482.117399176395,530.7416917119505
382
+ L 424.77778436538364,530.7416917119505
383
+ L 424.77778436538364,519.7962320254504
384
+ L 482.117399176395,519.7962320254504
385
+ Z
386
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="480.147216432825" y="525.2689618687004" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
387
+ M 485.07267329175,558.1053409282003
388
+ L 482.117399176395,563.5780707714504
389
+ L 431.2064176879213,563.5780707714504
390
+ L 431.2064176879213,552.6326110849503
391
+ L 482.117399176395,552.6326110849503
392
+ Z
393
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="480.147216432825" y="558.1053409282003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
394
+ M 485.07267329175,569.0508006147003
395
+ L 482.117399176395,574.5235304579503
396
+ L 424.77778436538364,574.5235304579503
397
+ L 424.77778436538364,563.5780707714503
398
+ L 482.117399176395,563.5780707714503
399
+ Z
400
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="480.147216432825" y="569.0508006147003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
401
+ M 411.1360931094425,656.5597508082675
402
+ L 405.6633632661925,653.6044766929125
403
+ L 405.6633632661925,634.8366618171272
404
+ L 416.60882295269255,634.8366618171272
405
+ L 416.60882295269255,653.6044766929125
406
+ Z
407
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="411.1360931094425" y="651.6342939493425" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="rotate(-90 411.1360931094425 651.6342939493425)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
408
+ M 485.07267329175,700.3963168526998
409
+ L 482.117399176395,705.8690466959498
410
+ L 424.77778436538364,705.8690466959498
411
+ L 424.77778436538364,694.9235870094498
412
+ L 482.117399176395,694.9235870094498
413
+ Z
414
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="480.147216432825" y="700.3963168526998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
415
+ M 485.07267329175,744.1781555986997
416
+ L 482.117399176395,749.6508854419498
417
+ L 424.77778436538364,749.6508854419498
418
+ L 424.77778436538364,738.7054257554497
419
+ L 482.117399176395,738.7054257554497
420
+ Z
421
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="480.147216432825" y="744.1781555986997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
422
+ M 485.07267329175,755.1236152851997
423
+ L 482.117399176395,760.5963451284497
424
+ L 424.77778436538364,760.5963451284497
425
+ L 424.77778436538364,749.6508854419496
426
+ L 482.117399176395,749.6508854419496
427
+ Z
428
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="480.147216432825" y="755.1236152851997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
429
+ M 703.98186702175,749.6508854419496
430
+ L 706.937141137105,744.1781555986996
431
+ L 757.8481226255786,744.1781555986996
432
+ L 757.8481226255786,755.1236152851997
433
+ L 706.937141137105,755.1236152851997
434
+ Z
435
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="708.907323880675" y="749.6508854419496" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
436
+ M 703.98186702175,673.0326676364497
437
+ L 706.937141137105,667.5599377931997
438
+ L 764.2767559481163,667.5599377931997
439
+ L 764.2767559481163,678.5053974796997
440
+ L 706.937141137105,678.5053974796997
441
+ Z
442
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="708.907323880675" y="673.0326676364497" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
443
+ M 703.98186702175,410.3416351604495
444
+ L 706.937141137105,404.8689053171995
445
+ L 757.8481226255786,404.8689053171995
446
+ L 757.8481226255786,415.81436500369955
447
+ L 706.937141137105,415.81436500369955
448
+ Z
449
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="708.907323880675" y="410.3416351604495" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
450
+ M 703.98186702175,399.3961754739495
451
+ L 706.937141137105,393.92344563069946
452
+ L 757.8481226255786,393.92344563069946
453
+ L 757.8481226255786,404.8689053171995
454
+ L 706.937141137105,404.8689053171995
455
+ Z
456
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="708.907323880675" y="399.3961754739495" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
457
+ M 703.98186702175,388.4507157874495
458
+ L 706.937141137105,382.9779859441995
459
+ L 757.8481226255786,382.9779859441995
460
+ L 757.8481226255786,393.9234456306995
461
+ L 706.937141137105,393.9234456306995
462
+ Z
463
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="708.907323880675" y="388.4507157874495" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
464
+ M 703.98186702175,377.5052561009495
465
+ L 706.937141137105,372.0325262576995
466
+ L 757.8481226255786,372.0325262576995
467
+ L 757.8481226255786,382.97798594419953
468
+ L 706.937141137105,382.97798594419953
469
+ Z
470
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="708.907323880675" y="377.5052561009495" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
471
+ M 703.98186702175,355.6143367279495
472
+ L 706.937141137105,350.14160688469946
473
+ L 764.2767559481163,350.14160688469946
474
+ L 764.2767559481163,361.0870665711995
475
+ L 706.937141137105,361.0870665711995
476
+ Z
477
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.09454596865px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="708.907323880675" y="355.6143367279495" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.85091371785px" transform="">XXXXXXXX</text><text class="sch-text" x="533.23269591235" y="767.710893924675" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.850913717849984px" transform="rotate(0, 533.23269591235, 767.710893924675)">RV1106G2</text><text class="sch-text" x="513.53086847665" y="42.8478261862125" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.85091371785px" transform="rotate(0, 513.53086847665, 42.8478261862125)">U1</text><rect class="schematic-box sch-box" x="506.96359266474997" y="762.78543706575" width="52.53820649520003" height="9.850913717849949" stroke-width="1.09454596865px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.7563677492 4.3781838746"/><rect class="schematic-box sch-box" x="503.67995475879997" y="36.00691388215006" width="19.701827435699954" height="13.681824608124941" stroke-width="1.09454596865px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.7563677492 4.3781838746"/>
478
+ </g>
479
+ </svg>