@tscircuit/schematic-trace-solver 0.0.179 → 0.0.181

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 (142) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +88 -11
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +63 -4
  4. package/lib/solvers/AvailableNetOrientationSolver/traces.ts +36 -0
  5. package/lib/solvers/AvailableNetOrientationSolver/types.ts +1 -0
  6. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +29 -11
  7. package/package.json +1 -1
  8. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -114
  9. package/tests/bug-reports/bug-report-20260706T213649Z/bug-report-20260706T213649Z.json +1 -0
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +3 -94
  11. package/tests/bug-reports/bug-report-20260706T220324Z/bug-report-20260706T220324Z.json +1 -0
  12. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +533 -578
  13. package/tests/bug-reports/bug-report-20260707T092615Z/bug-report-20260707T092615Z.json +1 -0
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -37
  15. package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.json +1 -0
  16. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +4 -25
  17. package/tests/bug-reports/bug-report-20260707T134722Z/bug-report-20260707T134722Z.json +1 -0
  18. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +1 -50
  19. package/tests/bug-reports/bug-report-20260707T140410Z/bug-report-20260707T140410Z.json +1 -0
  20. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +1 -15
  21. package/tests/bug-reports/bug-report-20260707T141025Z/bug-report-20260707T141025Z.json +1 -0
  22. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +5 -33
  23. package/tests/bug-reports/bug-report-20260707T141421Z/bug-report-20260707T141421Z.json +1 -0
  24. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +1 -15
  25. package/tests/bug-reports/bug-report-20260707T230831Z/bug-report-20260707T230831Z.json +1 -0
  26. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +65 -79
  27. package/tests/bug-reports/bug-report-20260708T055430Z/bug-report-20260708T055430Z.json +1 -0
  28. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +1 -15
  29. package/tests/bug-reports/bug-report-20260708T095725Z/bug-report-20260708T095725Z.json +1 -0
  30. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +1 -43
  31. package/tests/bug-reports/bug-report-20260716T144856Z/bug-report-20260716T144856Z.json +1 -0
  32. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -30
  33. package/tests/bug-reports/bug-report-20260717T022934Z/bug-report-20260717T022934Z.json +1 -0
  34. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +1 -8
  35. package/tests/bug-reports/bug-report-20260717T031704Z/bug-report-20260717T031704Z.json +1 -0
  36. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +1 -92
  37. package/tests/bug-reports/bug-report-20260721T221026Z/bug-report-20260721T221026Z.json +1 -0
  38. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -29
  39. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.json +1 -0
  40. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +1 -22
  41. package/tests/bug-reports/bug-report-20260728T225606Z/bug-report-20260728T225606Z.json +1 -0
  42. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +1 -8
  43. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.json +1 -0
  44. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +1 -36
  45. package/tests/bug-reports/bug-report-20260804T095800Z/bug-report-20260804T095800Z.json +1 -0
  46. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -121
  47. package/tests/bug-reports/bug-report-20260804T171919Z/bug-report-20260804T171919Z.json +1 -0
  48. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +1 -8
  49. package/tests/bug-reports/bug-report-20260804T225912Z/bug-report-20260804T225912Z.json +1 -0
  50. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +1 -15
  51. package/tests/bug-reports/bug-report-20260805T061316Z/bug-report-20260805T061316Z.json +1 -0
  52. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +1 -15
  53. package/tests/bug-reports/bug-report-20260806T061548Z/bug-report-20260806T061548Z.json +1 -0
  54. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +1 -22
  55. package/tests/bug-reports/bug-report-20260806T093501Z/bug-report-20260806T093501Z.json +1 -0
  56. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -8
  57. package/tests/bug-reports/bug-report-20260811T075142Z/bug-report-20260811T075142Z.json +1 -0
  58. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +1 -22
  59. package/tests/bug-reports/bug-report-20260815T073240Z/bug-report-20260815T073240Z.json +1 -0
  60. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -15
  61. package/tests/bug-reports/bug-report-20260819T091818Z/bug-report-20260819T091818Z.json +1 -0
  62. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +1 -29
  63. package/tests/bug-reports/bug-report-20260825T103621Z/bug-report-20260825T103621Z.json +1 -0
  64. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +31 -95
  65. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.json +1 -0
  66. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +1 -113
  67. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +1 -29
  68. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +64 -56
  69. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +1 -15
  70. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +1 -22
  71. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +185 -186
  72. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +1 -15
  73. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +1 -15
  74. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +126 -0
  75. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +1 -29
  76. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +1 -8
  77. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +1 -15
  78. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +1 -8
  79. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +545 -0
  80. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +1 -22
  81. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  82. package/tests/repros/__snapshots__/repro-mcp73831-charger-traces.snap.svg +131 -0
  83. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +1 -15
  84. package/tests/repros/__snapshots__/repro-mouse-switch-ground-unnecessary-jog.snap.svg +83 -0
  85. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +1 -29
  86. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +1 -8
  87. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +1 -29
  88. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +1 -29
  90. package/tests/repros/__snapshots__/repro-rf1-unnecessary-dogleg.snap.svg +72 -0
  91. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +1 -8
  92. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +1 -8
  93. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +4 -4
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +1 -8
  95. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +991 -1091
  96. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +1 -15
  98. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +1 -22
  99. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +1 -15
  100. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +65 -79
  101. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +1 -8
  102. package/tests/repros/assets/board-1273-trace-overlap-cycle.input.json +1 -0
  103. package/tests/repros/assets/board-15984-schematic-trace-input.json +1 -0
  104. package/tests/repros/assets/bugreport-001-gnd-overlap.input.json +1 -0
  105. package/tests/repros/assets/repro-atmega328p-fault-pullup.input.json +1 -0
  106. package/tests/repros/assets/repro-atmega328p-missing-gnd-netlabel.input.json +1 -0
  107. package/tests/repros/assets/repro-board-589-regulator-section.input.json +1 -0
  108. package/tests/repros/assets/repro-board-648-esp12f-section.input.json +1 -0
  109. package/tests/repros/assets/repro-board-8090-power-section.input.json +322 -0
  110. package/tests/repros/assets/repro-bq24074-battery-charger.input.json +1 -0
  111. package/tests/repros/assets/repro-bq25895-cross-net-trace-overlap.input.json +1 -0
  112. package/tests/repros/assets/repro-cc2340r5.input.json +1 -0
  113. package/tests/repros/assets/repro-example35-minimize-trace-crossing.input.json +1 -0
  114. package/tests/repros/assets/repro-hub-usb-sheet.input.json +3967 -0
  115. package/tests/repros/assets/repro-ina237-current-monitor.input.json +1 -0
  116. package/tests/repros/assets/repro-mcp73831-charger-traces.input.json +256 -0
  117. package/tests/repros/assets/repro-missing-trace-netlabel.input.json +1 -0
  118. package/tests/repros/assets/repro-mouse-switch-ground-unnecessary-jog.input.json +158 -0
  119. package/tests/repros/assets/repro-mspm0l1306-capacitor-symmetry.input.json +1 -0
  120. package/tests/repros/assets/repro-netlabel-connector-through-label.input.json +1 -0
  121. package/tests/repros/assets/repro-netlabel-overlap-trace.input.json +1 -0
  122. package/tests/repros/assets/repro-nrf52810-clock-routing.input.json +1 -0
  123. package/tests/repros/assets/repro-powerbank-3v-system-power.input.json +1 -0
  124. package/tests/repros/assets/repro-rf1-unnecessary-dogleg.input.json +90 -0
  125. package/tests/repros/assets/repro-rp2040-gamepad-trace-alignment.input.json +1 -0
  126. package/tests/repros/assets/repro-rp2040-usb-cc2-ground-overlap.input.json +1 -0
  127. package/tests/repros/assets/repro-tps61222-trace-intersection.input.json +1 -0
  128. package/tests/repros/assets/repro-usb-power-vbus-label-detour.input.json +1 -0
  129. package/tests/repros/assets/repro126-trace-overlap-box-resistor.input.json +1 -0
  130. package/tests/repros/assets/repro161-power-section-autolayout.input.json +1 -0
  131. package/tests/repros/assets/repro48-555-timer-vcc-rail-label.input.json +1 -0
  132. package/tests/repros/assets/repro51-overlap-junction-crossing.input.json +1 -0
  133. package/tests/repros/assets/small-variant-resistor-facing-direction.input.json +1 -0
  134. package/tests/repros/board1096-usb-label-overlap-iteration.json +1 -0
  135. package/tests/repros/board1096-usb-label-overlap-iteration.test.ts +1 -1
  136. package/tests/repros/repro-battery-management-bq24073.test.ts +17 -0
  137. package/tests/repros/repro-board-8090-power-section.test.ts +18 -0
  138. package/tests/repros/repro-hub-usb-sheet.test.ts +56 -0
  139. package/tests/repros/repro-mcp73831-charger-traces.test.ts +16 -0
  140. package/tests/repros/repro-mouse-switch-ground-unnecessary-jog.test.ts +15 -0
  141. package/tests/repros/repro-rf1-unnecessary-dogleg.test.ts +15 -0
  142. package/tests/repros/repro-smartwatch-power-sheet.test.ts +31 -5
@@ -1103,6 +1103,7 @@
1103
1103
  },
1104
1104
  {
1105
1105
  "netId": "GND",
1106
+ "isGround": true,
1106
1107
  "pinIds": [
1107
1108
  "J_BAT_NEG.1",
1108
1109
  "J_BAT_NEG.2",
@@ -158,49 +158,14 @@ orientation: x-" data-x="4.418183024999997" data-y="-4.279455349999999" cx="421.
158
158
  L 715.9936561942553,191.35644671120502
159
159
  L 752.3835811262605,191.35644671120502
160
160
  Z
161
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.5807960439620001px"/><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="749.5381482471289" y="199.26042693101502" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.227164395658px" transform="">XXX</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="
162
- M 480.8423406746879,400.81192253617
163
- L 488.7463208944979,405.0800718548674
164
- L 488.7463208944979,441.4699967868727
165
- L 472.93836045487785,441.4699967868727
166
- L 472.93836045487785,405.0800718548674
167
- Z
168
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.5807960439620001px"/><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="480.8423406746879" y="407.925504733999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.227164395658px" transform="rotate(90 480.8423406746879 407.925504733999)">XXX</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="
161
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.5807960439620001px"/><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="749.5381482471289" y="199.26042693101502" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.227164395658px" transform="">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="471.35756441091587" y="400.81192253617" width="18.96955252754401" height="14.227164395657951" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 471.35756441091587 415.03908693182797 L 490.3271169384599 415.03908693182797" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.5807960439620001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 480.8423406746879 415.03908693182797 L 480.8423406746879 400.81192253617" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.5807960439620001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="480.8423406746879" y="418.991077041733" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="14.227164395658px">XXX</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="
169
162
  M 456.37952189437596,434.40383847036253
170
163
  L 460.64767121307335,426.4998582505525
171
164
  L 497.0375961450786,426.4998582505525
172
165
  L 497.0375961450786,442.30781869017255
173
166
  L 460.64767121307335,442.30781869017255
174
167
  Z
175
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.5807960439620001px"/><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="463.49310409220493" y="434.40383847036253" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.227164395658px" transform="">XXX</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="
176
- M 210.19206256142803,493.68369011893753
177
- L 218.09604278123803,497.95183943763493
178
- L 218.09604278123803,534.3417643696401
179
- L 202.28808234161804,534.3417643696401
180
- L 202.28808234161804,497.95183943763493
181
- Z
182
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.5807960439620001px"/><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="210.19206256142803" y="500.7972723167665" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.227164395658px" transform="rotate(90 210.19206256142803 500.7972723167665)">XXX</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="
183
- M 1083.4742542797649,563.5908660359888
184
- L 1091.3782344995748,567.8590153546862
185
- L 1091.3782344995748,604.2489402866914
186
- L 1075.570274059955,604.2489402866914
187
- L 1075.570274059955,567.8590153546862
188
- Z
189
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.5807960439620001px"/><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="1083.4742542797649" y="570.7044482338179" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.227164395658px" transform="rotate(90 1083.4742542797649 570.7044482338179)">XXX</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="
190
- M 963.0246539841971,392.90794231636
191
- L 970.9286342040072,397.1760916350574
192
- L 970.9286342040072,433.56601656706266
193
- L 955.1206737643871,433.56601656706266
194
- L 955.1206737643871,397.1760916350574
195
- Z
196
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.5807960439620001px"/><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="963.0246539841971" y="400.02152451418897" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.227164395658px" transform="rotate(90 963.0246539841971 400.02152451418897)">XXX</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="
197
- M 826.2535094102835,641.883319240375
198
- L 834.1574896300936,646.1514685590724
199
- L 834.1574896300936,682.5413934910777
200
- L 818.3495291904735,682.5413934910777
201
- L 818.3495291904735,646.1514685590724
202
- Z
203
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.5807960439620001px"/><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="826.2535094102835" y="648.9969014382041" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.227164395658px" transform="rotate(90 826.2535094102835 648.9969014382041)">XXX</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="
168
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.5807960439620001px"/><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="463.49310409220493" y="434.40383847036253" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.227164395658px" transform="">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="200.70728629765603" y="493.6836901189376" width="18.96955252754401" height="14.227164395657951" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 200.70728629765603 507.91085451459554 L 219.67683882520004 507.91085451459554" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.5807960439620001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 210.19206256142803 507.91085451459554 L 210.19206256142803 493.6836901189376" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.5807960439620001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="210.19206256142803" y="511.86284462450055" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="14.227164395658px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="1073.989478015993" y="563.5908660359888" width="18.969552527543783" height="14.227164395658065" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="M 1073.989478015993 577.8180304316469 L 1092.9590305435368 577.8180304316469" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.5807960439620001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="M 1083.4742542797649 577.8180304316469 L 1083.4742542797649 563.5908660359888" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.5807960439620001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="1083.4742542797649" y="581.7700205415518" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="14.227164395658px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="953.5398777204251" y="392.90794231636005" width="18.96955252754401" height="14.227164395657951" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="M 953.5398777204251 407.135106712018 L 972.5094302479691 407.135106712018" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.5807960439620001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="M 963.0246539841971 407.135106712018 L 963.0246539841971 392.90794231636005" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.5807960439620001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="963.0246539841971" y="411.087096821923" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="14.227164395658px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="816.7687331465115" y="641.883319240375" width="18.96955252754401" height="14.227164395658065" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="M 816.7687331465115 656.1104836360331 L 835.7382856740555 656.1104836360331" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.5807960439620001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="M 826.2535094102835 656.1104836360331 L 826.2535094102835 641.883319240375" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.5807960439620001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="826.2535094102835" y="660.0624737459381" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="14.227164395658px">XXX</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="
204
169
  M 205.37063462734397,379.7873351514754
205
170
  L 201.10248530864658,387.69131537128544
206
171
  L 164.71256037664133,387.69131537128544
@@ -464,6 +464,7 @@
464
464
  },
465
465
  {
466
466
  "netId": "GND",
467
+ "isGround": true,
467
468
  "pinIds": [
468
469
  "U1.4",
469
470
  "U1.6",
@@ -1,7 +1,7 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
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="3.26,-2 2.5599999999999996,-2" data-type="line" data-label="" points="379.92317153775696,299.6749234859453 328.65270825906055,299.6749234859453" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.34,-2 5.304727675,-2" data-type="line" data-label="" points="459.02617202488847,299.6749234859453 529.6862217892165,299.6749234859453" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.4400000000000013,-1.85 -0.4400000000000006,-4.525" data-type="line" data-label="" points="108.92215135036184,288.6883956405104 108.92215135036189,484.61480888410006" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.5599999999999996,-1 3.7395915124999988,0.2500000000000002" data-type="line" data-label="" points="328.65270825906055,226.43140451637913 415.0501415811936,134.87700580442134" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.4400000000000013,-0.9500000000000001 -0.4400000000000013,-2.05" data-type="line" data-label="" points="108.92215135036184,222.76922856790083 108.92215135036184,303.33709943442364" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-0.9500000000000001 2.1599999999999993,-4.525" data-type="line" data-label="" points="108.92215135036184,222.76922856790083 299.3553006712341,484.61480888410006" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-0.9500000000000001 5.314727674999999,-3.08" data-type="line" data-label="" points="108.92215135036184,222.76922856790083 530.4186569789122,378.7779239730769" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-0.9500000000000001 3.7395915124999988,-0.8499999999999999" data-type="line" data-label="" points="108.92215135036184,222.76922856790083 415.0501415811936,215.44487667094418" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-2.05 2.1599999999999993,-4.525" data-type="line" data-label="" points="108.92215135036184,303.33709943442364 299.3553006712341,484.61480888410006" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-2.05 5.314727674999999,-3.08" data-type="line" data-label="" points="108.92215135036184,303.33709943442364 530.4186569789122,378.7779239730769" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-2.05 3.7395915124999988,-0.8499999999999999" data-type="line" data-label="" points="108.92215135036184,303.33709943442364 415.0501415811936,215.44487667094418" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1599999999999993,-4.525 5.314727674999999,-3.08" data-type="line" data-label="" points="299.3553006712341,484.61480888410006 530.4186569789122,378.7779239730769" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1599999999999993,-4.525 3.7395915124999988,-0.8499999999999999" data-type="line" data-label="" points="299.3553006712341,484.61480888410006 415.0501415811936,215.44487667094418" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.314727674999999,-3.08 3.7395915124999988,-0.8499999999999999" data-type="line" data-label="" points="530.4186569789122,378.7779239730769 415.0501415811936,215.44487667094418" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-1.85 -0.4400000000000006,-4.525" data-type="line" data-label="" points="108.92215135036184,288.6883956405104 108.92215135036189,484.61480888410006" fill="none" stroke="hsl(114, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.5599999999999996,-2 3.26,-2" data-type="line" data-label="" points="328.65270825906055,299.6749234859453 379.92317153775696,299.6749234859453" fill="none" stroke="hsl(5, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.5599999999999996,-1 3.7395915124999988,0.2500000000000002" data-type="line" data-label="" points="328.65270825906055,226.43140451637913 415.0501415811936,134.87700580442134" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.304727675,-2 4.34,-2" data-type="line" data-label="" points="529.6862217892165,299.6749234859453 459.02617202488847,299.6749234859453" fill="none" stroke="hsl(2, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.26,-2 2.5599999999999996,-2" data-type="line" data-label="" points="379.92317153775696,299.6749234859453 328.65270825906055,299.6749234859453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.34,-2 4.822363837499999,-2 4.822363837499999,-1.8 5.304727675,-1.8 5.304727675,-2" data-type="line" data-label="" points="459.02617202488847,299.6749234859453 494.35619690705244,299.6749234859453 494.35619690705244,285.0262196920321 529.6862217892165,285.0262196920321 529.6862217892165,299.6749234859453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5599999999999996,-1 3.149795756249999,-1 3.149795756249999,0.45000000000000023 3.7395915124999988,0.45000000000000023 3.7395915124999988,0.2500000000000002" data-type="line" data-label="" points="328.65270825906055,226.43140451637913 371.8514249201271,226.43140451637913 371.8514249201271,120.22830201050809 415.0501415811936,120.22830201050809 415.0501415811936,134.87700580442134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.1599999999999993,-4.525 5.314727674999999,-4.525 5.314727674999999,-3.08" data-type="line" data-label="" points="299.3553006712341,484.61480888410006 530.4186569789122,484.61480888410006 530.4186569789122,378.7779239730769" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.4400000000000013,-2.05 -1.3810000000000013,-2.0500000000000003 -1.3810000000000013,-1.65 -0.6400000000000012,-1.65 -0.6400000000000012,-0.9500000000000001 -0.4400000000000013,-0.9500000000000001" data-type="line" data-label="" points="108.92215135036184,303.33709943442364 40.000000000000014,303.3370994344237 40.000000000000014,274.0396918465972 94.27344755644859,274.0396918465972 94.27344755644859,222.76922856790083 108.92215135036184,222.76922856790083" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.6400000000000012,-2.0500000000000003 -0.9000000000000012,-2.0500000000000003 -0.9000000000000012,-2.051" data-type="line" data-label="" points="94.27344755644859,303.3370994344237 75.23013262436137,303.3370994344237 75.23013262436137,303.41034295339324" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="1.0599999999999992" data-y="-1.5" x="108.92215135036187" y="160.51223744376955" width="219.7305569086987" height="205.08185311478542" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0.8599999999999994" data-y="-4.525" x="108.9221513503619" y="468.1350171159477" width="190.4331493208722" height="32.95958353630476" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="5.3097276749999995" data-y="-2.54" x="506.6344593551066" y="299.6749234859453" width="46.83596005791543" height="79.10300048713157" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="3.8" data-y="-2" x="379.92317153775696" y="263.0531640011622" width="79.10300048713151" height="73.24351896956625" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="4.109455349999998" data-y="-0.2999999999999998" x="403.35112458736637" y="134.87700580442134" width="77.57829198383001" height="80.56787086652284" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="BQ24075-SYSOFF-BEHAVIORAL" data-x="1.459999999999999" data-y="-3.03" x="138.21955893818836" y="368.5238313173376" width="219.73055690869865" height="13.183833414521928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="U1" data-x="0.0799999999999993" data-y="0.029999999999999805" x="138.21955893818836" y="144.39866327046497" width="17.578444552695913" height="13.183833414521928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="BQ24075-SYSOFF-STEP" data-x="1.0999999999999994" data-y="-4.880000000000001" x="138.21955893818836" y="504.0243414110352" width="166.99522325061102" height="13.183833414521928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="V_SYSOFF" data-x="0.4399999999999994" data-y="-4.17" x="138.21955893818836" y="452.02144294264315" width="70.31377821078357" height="13.183833414521814" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="netId: GND
4
- globalConnNetId: connectivity_net4" data-x="-0.9000000000000012" data-y="-2.2910000000000004" x="59.84899364075247" y="303.4103429533932" width="30.762277967217813" height="35.156889105391826" fill="#00000066" stroke="#000000" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="netId: GND
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="3.26,-2 2.5599999999999996,-2" data-type="line" data-label="" points="379.92317153775696,299.6749234859453 328.65270825906055,299.6749234859453" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.34,-2 5.304727675,-2" data-type="line" data-label="" points="459.02617202488847,299.6749234859453 529.6862217892165,299.6749234859453" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.4400000000000013,-1.85 -0.4400000000000006,-4.525" data-type="line" data-label="" points="108.92215135036184,288.6883956405104 108.92215135036189,484.61480888410006" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.5599999999999996,-1 3.7395915124999988,0.2500000000000002" data-type="line" data-label="" points="328.65270825906055,226.43140451637913 415.0501415811936,134.87700580442134" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.4400000000000013,-0.9500000000000001 -0.4400000000000013,-2.05" data-type="line" data-label="" points="108.92215135036184,222.76922856790083 108.92215135036184,303.33709943442364" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-0.9500000000000001 2.1599999999999993,-4.525" data-type="line" data-label="" points="108.92215135036184,222.76922856790083 299.3553006712341,484.61480888410006" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-0.9500000000000001 5.314727674999999,-3.08" data-type="line" data-label="" points="108.92215135036184,222.76922856790083 530.4186569789122,378.7779239730769" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-0.9500000000000001 3.7395915124999988,-0.8499999999999999" data-type="line" data-label="" points="108.92215135036184,222.76922856790083 415.0501415811936,215.44487667094418" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-2.05 2.1599999999999993,-4.525" data-type="line" data-label="" points="108.92215135036184,303.33709943442364 299.3553006712341,484.61480888410006" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-2.05 5.314727674999999,-3.08" data-type="line" data-label="" points="108.92215135036184,303.33709943442364 530.4186569789122,378.7779239730769" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-2.05 3.7395915124999988,-0.8499999999999999" data-type="line" data-label="" points="108.92215135036184,303.33709943442364 415.0501415811936,215.44487667094418" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1599999999999993,-4.525 5.314727674999999,-3.08" data-type="line" data-label="" points="299.3553006712341,484.61480888410006 530.4186569789122,378.7779239730769" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1599999999999993,-4.525 3.7395915124999988,-0.8499999999999999" data-type="line" data-label="" points="299.3553006712341,484.61480888410006 415.0501415811936,215.44487667094418" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.314727674999999,-3.08 3.7395915124999988,-0.8499999999999999" data-type="line" data-label="" points="530.4186569789122,378.7779239730769 415.0501415811936,215.44487667094418" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4400000000000013,-1.85 -0.4400000000000006,-4.525" data-type="line" data-label="" points="108.92215135036184,288.6883956405104 108.92215135036189,484.61480888410006" fill="none" stroke="hsl(114, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.5599999999999996,-2 3.26,-2" data-type="line" data-label="" points="328.65270825906055,299.6749234859453 379.92317153775696,299.6749234859453" fill="none" stroke="hsl(5, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.5599999999999996,-1 3.7395915124999988,0.2500000000000002" data-type="line" data-label="" points="328.65270825906055,226.43140451637913 415.0501415811936,134.87700580442134" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.304727675,-2 4.34,-2" data-type="line" data-label="" points="529.6862217892165,299.6749234859453 459.02617202488847,299.6749234859453" fill="none" stroke="hsl(2, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.26,-2 2.5599999999999996,-2" data-type="line" data-label="" points="379.92317153775696,299.6749234859453 328.65270825906055,299.6749234859453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.34,-2 4.822363837499999,-2 4.822363837499999,-1.8 5.304727675,-1.8 5.304727675,-2" data-type="line" data-label="" points="459.02617202488847,299.6749234859453 494.35619690705244,299.6749234859453 494.35619690705244,285.0262196920321 529.6862217892165,285.0262196920321 529.6862217892165,299.6749234859453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5599999999999996,-1 3.149795756249999,-1 3.149795756249999,0.45000000000000023 3.7395915124999988,0.45000000000000023 3.7395915124999988,0.2500000000000002" data-type="line" data-label="" points="328.65270825906055,226.43140451637913 371.8514249201271,226.43140451637913 371.8514249201271,120.22830201050809 415.0501415811936,120.22830201050809 415.0501415811936,134.87700580442134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.1599999999999993,-4.525 5.314727674999999,-4.525 5.314727674999999,-3.08" data-type="line" data-label="" points="299.3553006712341,484.61480888410006 530.4186569789122,484.61480888410006 530.4186569789122,378.7779239730769" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.4400000000000013,-2.05 -1.3810000000000013,-2.0500000000000003 -1.3810000000000013,-1.65 -0.6400000000000012,-1.65 -0.6400000000000012,-0.9500000000000001 -0.4400000000000013,-0.9500000000000001" data-type="line" data-label="" points="108.92215135036184,303.33709943442364 40.000000000000014,303.3370994344237 40.000000000000014,274.0396918465972 94.27344755644859,274.0396918465972 94.27344755644859,222.76922856790083 108.92215135036184,222.76922856790083" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="1.0599999999999992" data-y="-1.5" x="108.92215135036187" y="160.51223744376955" width="219.7305569086987" height="205.08185311478542" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0.8599999999999994" data-y="-4.525" x="108.9221513503619" y="468.1350171159477" width="190.4331493208722" height="32.95958353630476" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="5.3097276749999995" data-y="-2.54" x="506.6344593551066" y="299.6749234859453" width="46.83596005791543" height="79.10300048713157" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="3.8" data-y="-2" x="379.92317153775696" y="263.0531640011622" width="79.10300048713151" height="73.24351896956625" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="4.109455349999998" data-y="-0.2999999999999998" x="403.35112458736637" y="134.87700580442134" width="77.57829198383001" height="80.56787086652284" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="BQ24075-SYSOFF-BEHAVIORAL" data-x="1.459999999999999" data-y="-3.03" x="138.21955893818836" y="368.5238313173376" width="219.73055690869865" height="13.183833414521928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="U1" data-x="0.0799999999999993" data-y="0.029999999999999805" x="138.21955893818836" y="144.39866327046497" width="17.578444552695913" height="13.183833414521928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="BQ24075-SYSOFF-STEP" data-x="1.0999999999999994" data-y="-4.880000000000001" x="138.21955893818836" y="504.0243414110352" width="166.99522325061102" height="13.183833414521928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="V_SYSOFF" data-x="0.4399999999999994" data-y="-4.17" x="138.21955893818836" y="452.02144294264315" width="70.31377821078357" height="13.183833414521814" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="netId: GND
4
+ globalConnNetId: connectivity_net4" data-x="-0.6400000000000013" data-y="-2.29" x="78.89230857283968" y="303.33709943442364" width="30.762277967217813" height="35.156889105391826" fill="#00000066" stroke="#000000" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="netId: GND
5
5
  globalConnNetId: connectivity_net4" data-x="5.314727674999999" data-y="-4.765000000000001" x="515.0375179953032" y="484.61480888410006" width="30.76227796721787" height="35.15688910539188" fill="#00000066" stroke="#000000" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="netId: GND
6
6
  globalConnNetId: connectivity_net4" data-x="3.7395915124999988" data-y="-1.0909999999999997" x="399.6690025975847" y="215.51812018991376" width="30.762277967217813" height="35.15688910539177" fill="#00000066" stroke="#000000" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="netId: SYSOFF
7
7
  globalConnNetId: connectivity_net2" data-x="-0.8610000000000012" data-y="-1.85" x="47.32435189695664" y="281.3640437435538" width="61.524555934435625" height="14.648703793913228" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.013653085133928572"/></g><g><rect data-type="rect" data-label="netId: SYSOFF
@@ -22,7 +22,7 @@ x-" data-x="3.26" data-y="-2" cx="379.92317153775696" cy="299.6749234859453" r="
22
22
  x+" data-x="4.34" data-y="-2" cx="459.02617202488847" cy="299.6749234859453" r="3" fill="hsl(72, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R_LOAD.1
23
23
  y+" data-x="3.7395915124999988" data-y="0.2500000000000002" cx="415.0501415811936" cy="134.87700580442134" r="3" fill="hsl(110, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R_LOAD.2
24
24
  y-" data-x="3.7395915124999988" data-y="-0.8499999999999999" cx="415.0501415811936" cy="215.44487667094418" r="3" fill="hsl(111, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
25
- orientation: y-" data-x="-0.9000000000000012" data-y="-2.051" cx="75.23013262436137" cy="303.41034295339324" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
25
+ orientation: y-" data-x="-0.6400000000000013" data-y="-2.05" cx="94.27344755644859" cy="303.33709943442364" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
26
26
  orientation: y-" data-x="5.314727674999999" data-y="-4.525" cx="530.4186569789122" cy="484.61480888410006" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
27
27
  orientation: y-" data-x="3.7395915124999988" data-y="-0.8499999999999999" cx="415.0501415811936" cy="215.44487667094418" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
28
28
  orientation: x-" data-x="-0.4400000000000013" data-y="-1.85" cx="108.92215135036184" cy="288.6883956405104" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
@@ -86,28 +86,7 @@ orientation: x+" data-x="5.304727675" data-y="-1.8" cx="529.6862217892165" cy="2
86
86
  .port-label { fill: rgb(0, 100, 100); }
87
87
  .component-name { fill: rgb(0, 100, 100); }
88
88
 
89
- </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 694.2593836940839 340.28542522019995 L 614.8594511427038 340.28542522019995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.148556011744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 694.2593836940839 340.28542522019995 L 614.8594511427038 340.28542522019995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round" 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 816.7621367733559 340.28542522019995 L 871.4759312915342 340.28542522019995 L 871.4759312915342 317.59973020552 L 926.1897258097125 317.59973020552 L 926.1897258097125 340.28542522019995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.148556011744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 816.7621367733559 340.28542522019995 L 871.4759312915342 340.28542522019995 L 871.4759312915342 317.59973020552 L 926.1897258097125 317.59973020552 L 926.1897258097125 340.28542522019995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round" 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 614.8594511427038 226.8569501468 L 681.7590843789042 226.8569501468 L 681.7590843789042 62.38566129036997 L 748.6587176151043 62.38566129036997 L 748.6587176151043 85.07135630504997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.148556011744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 614.8594511427038 226.8569501468 L 681.7590843789042 226.8569501468 L 681.7590843789042 62.38566129036997 L 748.6587176151043 62.38566129036997 L 748.6587176151043 85.07135630504997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round" 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 569.4880611133439 626.692324780535 L 927.3240105604465 626.692324780535 L 927.3240105604465 462.78817829947195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.148556011744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 569.4880611133439 626.692324780535 L 927.3240105604465 626.692324780535 L 927.3240105604465 462.78817829947195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round" 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 274.57402592250384 345.95684897386997 L 167.83783087843443 345.95684897387 L 167.83783087843443 300.58545894451 L 251.88833090782384 300.58545894451 L 251.88833090782384 221.18552639312998 L 274.57402592250384 221.18552639312998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.148556011744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 274.57402592250384 345.95684897386997 L 167.83783087843443 345.95684897387 L 167.83783087843443 300.58545894451 L 251.88833090782384 300.58545894451 L 251.88833090782384 221.18552639312998 L 274.57402592250384 221.18552639312998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round" 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 251.88833090782384 345.95684897387 L 222.39692738873984 345.95684897387 L 222.39692738873984 346.0702774489434" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.148556011744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 251.88833090782384 345.95684897387 L 222.39692738873984 345.95684897387 L 222.39692738873984 346.0702774489434" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="319.9454159518638" y="124.77132258074" width="249.54264516148015" height="317.59973020551996" stroke-width="2.268569501468px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="319.9454159518638" y="124.77132258074" width="249.54264516148015" height="317.59973020551996" fill="transparent"/><text class="sch-text" x="444.71673853260387" y="283.57118768349994" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="20.417125513212px" transform="rotate(0, 444.71673853260387, 283.57118768349994)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="319.9454159518638" y1="221.18552639312998" x2="274.57402592250384" y2="221.18552639312998" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="272.30545642103584" y="218.91695689166198" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="297.25972093718383" y="218.91695689166198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="319.9454159518638" y1="323.27115395919" x2="276.84259542397183" y2="323.27115395919" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="274.57402592250384" cy="323.27115395919" r="2.268569501468" stroke-width="2.268569501468px"/><rect x="272.30545642103584" y="321.002584457722" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="297.25972093718383" y="321.002584457722" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="569.488061113344" y1="340.28542522019995" x2="614.8594511427038" y2="340.28542522019995" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="612.5908816412358" y="338.01685571873196" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.1737561280239" y="338.016855718732" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="569.488061113344" y1="226.8569501468" x2="614.8594511427038" y2="226.8569501468" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="612.5908816412358" y="224.588380645332" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.1737561280239" y="224.588380645332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="319.9454159518638" y1="345.95684897386997" x2="274.57402592250384" y2="345.95684897386997" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="272.30545642103584" y="343.688279472402" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="297.25972093718383" y="343.688279472402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">5</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="274.5740259225039" y="599.3866401563572" width="294.90139394112066" height="70.99478002286241" fill="transparent"/><path class="sch-component-symbol-path" d="M 274.5740259225039 626.692324780535 L 340.1076690205307 623.9617563181173" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.21120830317994 623.9617563181173 L 569.4754198636246 623.9617563181173" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 449.33040751724207 599.3866401563572 L 422.0247228930642 651.2674409422951 L 391.98846980646863 599.3866401563572" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 422.0247228930642 670.3814201792196 L 441.1387021299887 664.920283254384" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 441.1387021299887 664.920283254384 L 460.2526813669132 670.3814201792196" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 381.06619595679746 670.3814201792196 L 402.91074365613974 664.920283254384" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 402.91074365613974 664.920283254384 L 422.0247228930642 670.3814201792196" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="422.0247228930642" y="523.079443619965" stroke="rgb(245, 241, 237)" stroke-width="2.268569501468px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.417125513212px">V_SYSOFF</text><text class="sch-component-text" x="422.0247228930642" y="746.6886167156118" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.417125513212px"></text><circle class="component-pin sch-component-pin" cx="274.5740259225039" cy="626.692324780535" r="2.268569501468px" stroke-width="2.268569501468px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="sch-component-symbol-circle" cx="422.0247228930642" cy="623.9617563181173" r="32.89425777128599px" stroke-width="2.268569501468px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="908.0411697979685" y="340.28542522019995" width="29.491403519084088" height="122.502753079272" fill="transparent"/><path class="sch-component-symbol-path" d="M 926.1897258097125 340.28542522019995 L 927.3240105604465 367.508259237816" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 927.3240105604465 434.43105953112195 L 927.3240105604465 462.78817829947195" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 937.5325733170525 412.879649267176 L 915.9811630531065 401.53680175983595 L 937.5325733170525 389.05966950176196" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.0411697979685 401.53680175983595 L 910.3097392994365 409.47679501497396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 910.3097392994365 409.47679501497396 L 908.0411697979685 417.41678827011197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.0411697979685 384.522530498826 L 910.3097392994365 393.59680850469795" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 910.3097392994365 393.59680850469795 L 908.0411697979685 401.53680175983595" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="966.9621980171877" y="384.522530498826" stroke="rgb(245, 241, 237)" stroke-width="2.268569501468px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="20.417125513212px">V_BAT</text><text class="sch-component-text" x="966.9621980171877" y="418.55107302084593" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="20.417125513212px"></text><circle class="sch-component-symbol-circle" cx="927.3240105604465" cy="401.53680175983595" r="32.89425777128599px" stroke-width="2.268569501468px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="739.630773723444" y="283.57118768349994" width="31.759973020552025" height="113.42847507340002" stroke-width="2.268569501468px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="739.630773723444" y="283.57118768349994" width="31.759973020552025" height="113.42847507340002" fill="transparent"/><text class="sch-text" x="755.51076023372" y="340.28542522019995" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="20.417125513212px" transform="rotate(0, 755.51076023372, 340.28542522019995)">IBAT_PROBE</text><line class="component-pin sch-component-pin sch-port-line" x1="739.630773723444" y1="340.28542522019995" x2="694.2593836940839" y2="340.28542522019995" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="691.9908141926159" y="338.01685571873196" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="716.945078708764" y="338.016855718732" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="771.390746743996" y1="340.28542522019995" x2="816.7621367733559" y2="340.28542522019995" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="814.4935672718879" y="338.01685571873196" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="794.0764417586759" y="338.016855718732" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="732.0267003150916" y="85.07135630504999" width="33.2640346000253" height="124.77132258073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 748.6587176151043 85.07135630504999 L 748.6587176151043 105.87073577925935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 748.6587176151043 189.04329941158062 L 748.6587176151043 209.84267888578998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 765.2907349151169 105.87073577925935 L 765.2907349151169 189.04329941158062 L 732.0267003150916 189.04329941158062 L 732.0267003150916 105.87073577925935 L 765.2907349151169 105.87073577925935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="781.9310703033016" y="114.18466490722264" stroke="rgb(245, 241, 237)" stroke-width="2.268569501468px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="20.417125513212px">R_LOAD</text><text class="sch-component-text" x="781.9310703033016" y="180.72937028361733" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="20.417125513212px"></text><circle class="component-pin sch-component-pin" cx="748.6587176151043" cy="209.84267888578998" r="2.268569501468px" stroke-width="2.268569501468px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="274.57402592250384" cy="221.18552639312998" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="274.57402592250384" cy="323.27115395919" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="614.8594511427038" cy="340.28542522019995" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="614.8594511427038" cy="226.8569501468" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="274.57402592250384" cy="345.95684897386997" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="360.7733463534282" cy="631.4811759155864" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="655.6873815442682" cy="631.4811759155864" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="926.1897258097125" cy="340.28542522019995" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="927.3240105604465" cy="462.78817829947195" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="694.2593836940839" cy="340.28542522019995" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="816.7621367733559" cy="340.28542522019995" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="748.6587176151043" cy="113.42847507339998" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="748.6587176151043" cy="238.19979765413996" r="4.537139002936" 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="
90
- M 222.39692738873984,346.0702774489434
91
- L 233.73977489607984,352.19541510290696
92
- L 233.73977489607984,404.41788502670033
93
- L 211.05407988139984,404.41788502670033
94
- L 211.05407988139984,352.19541510290696
95
- Z
96
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.268569501468px"/><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="222.39692738873984" y="356.2788402055494" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.417125513212px" transform="rotate(90 222.39692738873984 356.2788402055494)">XXX</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="
97
- M 927.3240105604465,626.692324780535
98
- L 938.6668580677865,632.8174624344987
99
- L 938.6668580677865,685.039932358292
100
- L 915.9811630531065,685.039932358292
101
- L 915.9811630531065,632.8174624344987
102
- Z
103
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.268569501468px"/><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="927.3240105604465" y="636.900887537141" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.417125513212px" transform="rotate(90 927.3240105604465 636.900887537141)">XXX</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="
104
- M 748.6587176151043,209.84267888578998
105
- L 760.0015651224443,215.96781653975358
106
- L 760.0015651224443,268.19028646354695
107
- L 737.3158701077642,268.19028646354695
108
- L 737.3158701077642,215.96781653975358
109
- Z
110
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.268569501468px"/><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="748.6587176151043" y="220.05124164239598" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.417125513212px" transform="rotate(90 748.6587176151043 220.05124164239598)">XXX</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="
89
+ </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 694.2593836940839 340.28542522019995 L 614.8594511427038 340.28542522019995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.148556011744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 694.2593836940839 340.28542522019995 L 614.8594511427038 340.28542522019995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round" 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 816.7621367733559 340.28542522019995 L 871.4759312915342 340.28542522019995 L 871.4759312915342 317.59973020552 L 926.1897258097125 317.59973020552 L 926.1897258097125 340.28542522019995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.148556011744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 816.7621367733559 340.28542522019995 L 871.4759312915342 340.28542522019995 L 871.4759312915342 317.59973020552 L 926.1897258097125 317.59973020552 L 926.1897258097125 340.28542522019995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round" 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 614.8594511427038 226.8569501468 L 681.7590843789042 226.8569501468 L 681.7590843789042 62.38566129036997 L 748.6587176151043 62.38566129036997 L 748.6587176151043 85.07135630504997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.148556011744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 614.8594511427038 226.8569501468 L 681.7590843789042 226.8569501468 L 681.7590843789042 62.38566129036997 L 748.6587176151043 62.38566129036997 L 748.6587176151043 85.07135630504997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round" 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 569.4880611133439 626.692324780535 L 927.3240105604465 626.692324780535 L 927.3240105604465 462.78817829947195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.148556011744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 569.4880611133439 626.692324780535 L 927.3240105604465 626.692324780535 L 927.3240105604465 462.78817829947195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round" 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 274.57402592250384 345.95684897386997 L 167.83783087843443 345.95684897387 L 167.83783087843443 300.58545894451 L 251.88833090782384 300.58545894451 L 251.88833090782384 221.18552639312998 L 274.57402592250384 221.18552639312998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.148556011744px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 274.57402592250384 345.95684897386997 L 167.83783087843443 345.95684897387 L 167.83783087843443 300.58545894451 L 251.88833090782384 300.58545894451 L 251.88833090782384 221.18552639312998 L 274.57402592250384 221.18552639312998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="319.9454159518638" y="124.77132258074" width="249.54264516148015" height="317.59973020551996" stroke-width="2.268569501468px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="319.9454159518638" y="124.77132258074" width="249.54264516148015" height="317.59973020551996" fill="transparent"/><text class="sch-text" x="444.71673853260387" y="283.57118768349994" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="20.417125513212px" transform="rotate(0, 444.71673853260387, 283.57118768349994)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="319.9454159518638" y1="221.18552639312998" x2="274.57402592250384" y2="221.18552639312998" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="272.30545642103584" y="218.91695689166198" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="297.25972093718383" y="218.91695689166198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="319.9454159518638" y1="323.27115395919" x2="276.84259542397183" y2="323.27115395919" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="274.57402592250384" cy="323.27115395919" r="2.268569501468" stroke-width="2.268569501468px"/><rect x="272.30545642103584" y="321.002584457722" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="297.25972093718383" y="321.002584457722" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="569.488061113344" y1="340.28542522019995" x2="614.8594511427038" y2="340.28542522019995" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="612.5908816412358" y="338.01685571873196" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.1737561280239" y="338.016855718732" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="569.488061113344" y1="226.8569501468" x2="614.8594511427038" y2="226.8569501468" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="612.5908816412358" y="224.588380645332" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.1737561280239" y="224.588380645332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="319.9454159518638" y1="345.95684897386997" x2="274.57402592250384" y2="345.95684897386997" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="272.30545642103584" y="343.688279472402" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="297.25972093718383" y="343.688279472402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">5</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="274.5740259225039" y="599.3866401563572" width="294.90139394112066" height="70.99478002286241" fill="transparent"/><path class="sch-component-symbol-path" d="M 274.5740259225039 626.692324780535 L 340.1076690205307 623.9617563181173" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 501.21120830317994 623.9617563181173 L 569.4754198636246 623.9617563181173" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 449.33040751724207 599.3866401563572 L 422.0247228930642 651.2674409422951 L 391.98846980646863 599.3866401563572" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 422.0247228930642 670.3814201792196 L 441.1387021299887 664.920283254384" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 441.1387021299887 664.920283254384 L 460.2526813669132 670.3814201792196" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 381.06619595679746 670.3814201792196 L 402.91074365613974 664.920283254384" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 402.91074365613974 664.920283254384 L 422.0247228930642 670.3814201792196" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="422.0247228930642" y="523.079443619965" stroke="rgb(245, 241, 237)" stroke-width="2.268569501468px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.417125513212px">V_SYSOFF</text><text class="sch-component-text" x="422.0247228930642" y="746.6886167156118" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.417125513212px"></text><circle class="component-pin sch-component-pin" cx="274.5740259225039" cy="626.692324780535" r="2.268569501468px" stroke-width="2.268569501468px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="sch-component-symbol-circle" cx="422.0247228930642" cy="623.9617563181173" r="32.89425777128599px" stroke-width="2.268569501468px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="908.0411697979685" y="340.28542522019995" width="29.491403519084088" height="122.502753079272" fill="transparent"/><path class="sch-component-symbol-path" d="M 926.1897258097125 340.28542522019995 L 927.3240105604465 367.508259237816" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 927.3240105604465 434.43105953112195 L 927.3240105604465 462.78817829947195" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 937.5325733170525 412.879649267176 L 915.9811630531065 401.53680175983595 L 937.5325733170525 389.05966950176196" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.0411697979685 401.53680175983595 L 910.3097392994365 409.47679501497396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 910.3097392994365 409.47679501497396 L 908.0411697979685 417.41678827011197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.0411697979685 384.522530498826 L 910.3097392994365 393.59680850469795" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 910.3097392994365 393.59680850469795 L 908.0411697979685 401.53680175983595" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="966.9621980171877" y="384.522530498826" stroke="rgb(245, 241, 237)" stroke-width="2.268569501468px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="20.417125513212px">V_BAT</text><text class="sch-component-text" x="966.9621980171877" y="418.55107302084593" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="20.417125513212px"></text><circle class="sch-component-symbol-circle" cx="927.3240105604465" cy="401.53680175983595" r="32.89425777128599px" stroke-width="2.268569501468px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="739.630773723444" y="283.57118768349994" width="31.759973020552025" height="113.42847507340002" stroke-width="2.268569501468px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="739.630773723444" y="283.57118768349994" width="31.759973020552025" height="113.42847507340002" fill="transparent"/><text class="sch-text" x="755.51076023372" y="340.28542522019995" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="20.417125513212px" transform="rotate(0, 755.51076023372, 340.28542522019995)">IBAT_PROBE</text><line class="component-pin sch-component-pin sch-port-line" x1="739.630773723444" y1="340.28542522019995" x2="694.2593836940839" y2="340.28542522019995" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="691.9908141926159" y="338.01685571873196" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="716.945078708764" y="338.016855718732" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="771.390746743996" y1="340.28542522019995" x2="816.7621367733559" y2="340.28542522019995" stroke-width="2.268569501468px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="814.4935672718879" y="338.01685571873196" width="4.537139002936" height="4.537139002936" opacity="0"/></g><text class="pin-number sch-pin-number" x="794.0764417586759" y="338.016855718732" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.01427126101px" transform="">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="732.0267003150916" y="85.07135630504999" width="33.2640346000253" height="124.77132258073999" fill="transparent"/><path class="sch-component-symbol-path" d="M 748.6587176151043 85.07135630504999 L 748.6587176151043 105.87073577925935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 748.6587176151043 189.04329941158062 L 748.6587176151043 209.84267888578998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 765.2907349151169 105.87073577925935 L 765.2907349151169 189.04329941158062 L 732.0267003150916 189.04329941158062 L 732.0267003150916 105.87073577925935 L 765.2907349151169 105.87073577925935" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="781.9310703033016" y="114.18466490722264" stroke="rgb(245, 241, 237)" stroke-width="2.268569501468px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="20.417125513212px">R_LOAD</text><text class="sch-component-text" x="781.9310703033016" y="180.72937028361733" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="20.417125513212px"></text><circle class="component-pin sch-component-pin" cx="748.6587176151043" cy="209.84267888578998" r="2.268569501468px" stroke-width="2.268569501468px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="274.57402592250384" cy="221.18552639312998" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="274.57402592250384" cy="323.27115395919" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="614.8594511427038" cy="340.28542522019995" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="614.8594511427038" cy="226.8569501468" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="274.57402592250384" cy="345.95684897386997" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="360.7733463534282" cy="631.4811759155864" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="655.6873815442682" cy="631.4811759155864" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="926.1897258097125" cy="340.28542522019995" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="927.3240105604465" cy="462.78817829947195" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="694.2593836940839" cy="340.28542522019995" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="816.7621367733559" cy="340.28542522019995" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="748.6587176151043" cy="113.42847507339998" r="4.537139002936" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="748.6587176151043" cy="238.19979765413996" r="4.537139002936" fill="red" opacity="0"/></g><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="238.27691389901585" y="345.95684897386997" width="27.22283401761601" height="20.417125513212" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 238.27691389901585 366.37397448708197 L 265.49974791663186 366.37397448708197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 251.88833090782384 366.37397448708197 L 251.88833090782384 345.95684897386997" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="251.88833090782384" y="372.045398240752" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.417125513212px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="913.7125935516385" y="626.692324780535" width="27.222834017615924" height="20.417125513212" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 913.7125935516385 647.1094502937469 L 940.9354275692544 647.109450293747" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 927.3240105604465 647.1094502937469 L 927.3240105604465 626.692324780535" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="927.3240105604465" y="652.780874047417" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.417125513212px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="735.0473006062963" y="209.84267888578995" width="27.222834017615924" height="20.417125513212" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 735.0473006062963 230.25980439900195 L 762.2701346239122 230.25980439900195" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 748.6587176151043 230.25980439900195 L 748.6587176151043 209.84267888578995" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.268569501468px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="748.6587176151043" y="235.93122815267196" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.417125513212px">XXX</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="
111
90
  M 274.57402592250384,323.27115395919
112
91
  L 268.44888826854026,334.61400146653
113
92
  L 176.25422372888073,334.61400146652994
@@ -155,6 +155,7 @@
155
155
  "netConnections": [
156
156
  {
157
157
  "netId": "GND",
158
+ "isGround": true,
158
159
  "pinIds": [
159
160
  "U1.1",
160
161
  "U1.5",
@@ -245,56 +245,7 @@ orientation: y+" data-x="7.97" data-y="-0.009999999999999787" cx="464.4075325929
245
245
  L 513.9358499108082,619.1332027422776
246
246
  L 543.7889351213586,619.1332027422776
247
247
  Z
248
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7345739471100001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="542.4667020165606" y="622.8060724778276" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.6111655239900005px" transform="">XXXXXX</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="
249
- M 515.1967989409945,521.6552399607806
250
- L 518.8696686765445,523.6385896179776
251
- L 518.8696686765445,540.5484818804498
252
- L 511.5239292054445,540.5484818804498
253
- L 511.5239292054445,523.6385896179776
254
- Z
255
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7345739471100001px"/><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="515.1967989409945" y="524.9608227227756" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.6111655239900005px" transform="rotate(90 515.1967989409945 524.9608227227756)">XXX</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="
256
- M 671.69777837278,560.1836434867
257
- L 675.37064810833,562.166993143897
258
- L 675.37064810833,579.0768854063692
259
- L 668.02490863723,579.0768854063692
260
- L 668.02490863723,562.166993143897
261
- Z
262
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7345739471100001px"/><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="671.69777837278" y="563.489226248695" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.6111655239900005px" transform="rotate(90 671.69777837278 563.489226248695)">XXX</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="
263
- M 594.7511574130075,256.9882468170475
264
- L 598.4240271485575,258.9715964742445
265
- L 598.4240271485575,275.88148873671673
266
- L 591.0782876774575,275.88148873671673
267
- L 591.0782876774575,258.9715964742445
268
- Z
269
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7345739471100001px"/><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="594.7511574130075" y="260.29382957904255" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.6111655239900005px" transform="rotate(90 594.7511574130075 260.29382957904255)">XXX</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="
270
- M 493.6302018548244,442.3433496572296
271
- L 497.30307159037443,444.3266993144266
272
- L 497.30307159037443,461.23659157689883
273
- L 489.9573321192744,461.23659157689883
274
- L 489.9573321192744,444.3266993144266
275
- Z
276
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7345739471100001px"/><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="493.6302018548244" y="445.64893241922465" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.6111655239900005px" transform="rotate(90 493.6302018548244 445.64893241922465)">XXX</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="
277
- M 581.0920828537644,172.8795298729525
278
- L 584.7649525893144,174.8628795301495
279
- L 584.7649525893144,191.7727717926217
280
- L 577.4192131182144,191.7727717926217
281
- L 577.4192131182144,174.8628795301495
282
- Z
283
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7345739471100001px"/><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="581.0920828537644" y="176.1851126349475" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.6111655239900005px" transform="rotate(90 581.0920828537644 176.1851126349475)">XXX</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="
284
- M 486.71433386389043,164.79921645474252
285
- L 490.38720359944045,166.78256611193953
286
- L 490.38720359944045,183.69245837441173
287
- L 483.0414641283404,183.69245837441173
288
- L 483.0414641283404,166.78256611193953
289
- Z
290
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7345739471100001px"/><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="486.71433386389043" y="168.10479921673752" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.6111655239900005px" transform="rotate(90 486.71433386389043 168.10479921673752)">XXX</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="
291
- M 545.7722847785556,762.7424094022825
292
- L 549.4451545141055,764.7257590594795
293
- L 549.4451545141055,781.6356513219517
294
- L 542.0994150430056,781.6356513219517
295
- L 542.0994150430056,764.7257590594795
296
- Z
297
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7345739471100001px"/><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="545.7722847785556" y="766.0479921642775" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.6111655239900005px" transform="rotate(90 545.7722847785556 766.0479921642775)">XXX</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="
248
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.7345739471100001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="542.4667020165606" y="622.8060724778276" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.6111655239900005px" transform="">XXXXXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="510.7893552583345" y="521.6552399607806" width="8.814887365319976" height="6.611165523989939" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="M 510.7893552583345 528.2664054847705 L 519.6042426236545 528.2664054847705" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="M 515.1967989409945 528.2664054847705 L 515.1967989409945 521.6552399607806" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="515.1967989409945" y="530.1028403525455" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="6.6111655239900005px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="667.2903346901201" y="560.1836434867" width="8.814887365319919" height="6.611165523989939" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="M 667.2903346901201 566.79480901069 L 676.10522205544 566.79480901069" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="M 671.69777837278 566.79480901069 L 671.69777837278 560.1836434867" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="671.69777837278" y="568.6312438784649" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="6.6111655239900005px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="590.3437137303475" y="256.98824681704747" width="8.814887365319919" height="6.611165523990053" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="M 590.3437137303475 263.5994123410375 L 599.1586010956674 263.5994123410375" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="M 594.7511574130075 263.5994123410375 L 594.7511574130075 256.98824681704747" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="594.7511574130075" y="265.4358472088125" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="6.6111655239900005px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="489.2227581721644" y="442.3433496572296" width="8.814887365320033" height="6.611165523990053" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="M 489.2227581721644 448.9545151812197 L 498.0376455374844 448.9545151812197" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="M 493.6302018548244 448.9545151812197 L 493.6302018548244 442.3433496572296" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="493.6302018548244" y="450.79095004899466" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="6.6111655239900005px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="576.6846391711044" y="172.87952987295253" width="8.814887365319919" height="6.611165523989996" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="M 576.6846391711044 179.49069539694253 L 585.4995265364244 179.49069539694253" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="M 581.0920828537644 179.49069539694253 L 581.0920828537644 172.87952987295253" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="581.0920828537644" y="181.32713026471754" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="6.6111655239900005px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="482.3068901812304" y="164.7992164547425" width="8.814887365320033" height="6.611165523989996" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="M 482.3068901812304 171.4103819787325 L 491.12177754655045 171.4103819787325" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="M 486.71433386389043 171.4103819787325 L 486.71433386389043 164.7992164547425" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="486.71433386389043" y="173.2468168465075" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="6.6111655239900005px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="541.3648410958956" y="762.7424094022825" width="8.814887365319919" height="6.611165523989939" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="M 541.3648410958956 769.3535749262725 L 550.1797284612155 769.3535749262725" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="M 545.7722847785556 769.3535749262725 L 545.7722847785556 762.7424094022825" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.7345739471100001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="545.7722847785556" y="771.1900097940475" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="6.6111655239900005px">XXX</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="
298
249
  M 709.880620408739,532.637120470075
299
250
  L 711.863970065936,528.9642507345251
300
251
  L 724.4594646790488,528.9642507345251
@@ -535,6 +535,7 @@
535
535
  },
536
536
  {
537
537
  "netId": "GND",
538
+ "isGround": true,
538
539
  "pinIds": [
539
540
  "U1.7",
540
541
  "U1.9",
@@ -83,21 +83,7 @@ orientation: y-" data-x="1.8" data-y="-0.7" cx="493.9192827294692" cy="404.14965
83
83
  L 334.4844596311125,85.83274789324896
84
84
  L 377.15314200305545,85.83274789324896
85
85
  Z
86
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.488453482034px"/><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="372.6739257353943" y="98.27501530341897" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.396081338305997px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
87
- M 461.60225431338495,587.2561245231
88
- L 474.04452172355496,593.9749489245918
89
- L 474.04452172355496,651.2591480810145
90
- L 449.15998690321493,651.2591480810145
91
- L 449.15998690321493,593.9749489245918
92
- Z
93
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.488453482034px"/><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="461.60225431338495" y="598.454165192253" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.396081338305997px" transform="rotate(90 461.60225431338495 598.454165192253)">XXX</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="
94
- M 1035.1399568151348,512.60252006208
95
- L 1047.5822242253048,519.3213444635718
96
- L 1047.5822242253048,576.6055436199945
97
- L 1022.6976894049649,576.6055436199945
98
- L 1022.6976894049649,519.3213444635718
99
- Z
100
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.488453482034px"/><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="1035.1399568151348" y="523.800560731233" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.396081338305997px" transform="rotate(90 1035.1399568151348 523.800560731233)">XXX</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="
86
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.488453482034px"/><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="372.6739257353943" y="98.27501530341897" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.396081338305997px" transform="">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="446.6715334211809" y="587.2561245231" width="29.861441784408044" height="22.396081338305976" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 446.6715334211809 609.652205861406 L 476.53297520558897 609.652205861406" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 461.60225431338495 609.652205861406 L 461.60225431338495 587.2561245231" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="461.60225431338495" y="615.8733395664909" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="22.396081338305997px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="1020.2092359229308" y="512.60252006208" width="29.86144178440793" height="22.396081338305976" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 1020.2092359229308 534.998601400386 L 1050.0706777073387 534.998601400386" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 1035.1399568151348 534.998601400386 L 1035.1399568151348 512.60252006208" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.488453482034px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="1035.1399568151348" y="541.2197351054709" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="22.396081338305997px">XXX</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="
101
87
  M 928.18728219476,549.92932229259
102
88
  L 940.6295496049299,556.6481466940818
103
89
  L 940.6295496049299,599.3168290660248
@@ -134,6 +134,7 @@
134
134
  "netConnections": [
135
135
  {
136
136
  "netId": "GND",
137
+ "isGround": true,
137
138
  "pinIds": [
138
139
  "U1.2",
139
140
  "V_IN.2",