@tscircuit/schematic-trace-solver 0.0.119 → 0.0.120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +3 -3
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +3 -3
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +3 -3
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +3 -3
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +58 -0
- package/tests/repros/repro-ground-label-on-lower-rail-end.test.ts +84 -0
package/dist/index.js
CHANGED
|
@@ -7999,9 +7999,9 @@ var AvailableNetOrientationSolver = class extends BaseSolver {
|
|
|
7999
7999
|
(connection) => connection.netId === label.netId
|
|
8000
8000
|
);
|
|
8001
8001
|
const isTwoPinNet = netConnection?.pinIds.length === 2;
|
|
8002
|
-
const
|
|
8002
|
+
const isDistanceSplitVerticalRail = (netConnection?.pinIds.length ?? 0) > 2 && isYOrientation(requiredOrientation) && this.hasPortOnlyLabelOnSameNet(label);
|
|
8003
8003
|
const isPairedSameSidePowerRail = isYOrientation(requiredOrientation) && this.hasOppositeVerticalRailOnSameChipSide(label, requiredOrientation);
|
|
8004
|
-
if (orientations.length === 1 && isYOrientation(requiredOrientation) && this.isOutwardHorizontalFallback(label) && this.hasTraceContinuingInOrientation(label, requiredOrientation) && (
|
|
8004
|
+
if (orientations.length === 1 && isYOrientation(requiredOrientation) && this.isOutwardHorizontalFallback(label) && this.hasTraceContinuingInOrientation(label, requiredOrientation) && (isDistanceSplitVerticalRail || isPairedSameSidePowerRail)) {
|
|
8005
8005
|
const traceAnchorCandidate2 = this.findValidOutwardTraceAnchorCandidate(
|
|
8006
8006
|
label,
|
|
8007
8007
|
requiredOrientation,
|
|
@@ -258,9 +258,9 @@ export class AvailableNetOrientationSolver extends BaseSolver {
|
|
|
258
258
|
(connection) => connection.netId === label.netId,
|
|
259
259
|
)
|
|
260
260
|
const isTwoPinNet = netConnection?.pinIds.length === 2
|
|
261
|
-
const
|
|
261
|
+
const isDistanceSplitVerticalRail =
|
|
262
262
|
(netConnection?.pinIds.length ?? 0) > 2 &&
|
|
263
|
-
requiredOrientation
|
|
263
|
+
isYOrientation(requiredOrientation) &&
|
|
264
264
|
this.hasPortOnlyLabelOnSameNet(label)
|
|
265
265
|
const isPairedSameSidePowerRail =
|
|
266
266
|
isYOrientation(requiredOrientation) &&
|
|
@@ -270,7 +270,7 @@ export class AvailableNetOrientationSolver extends BaseSolver {
|
|
|
270
270
|
isYOrientation(requiredOrientation) &&
|
|
271
271
|
this.isOutwardHorizontalFallback(label) &&
|
|
272
272
|
this.hasTraceContinuingInOrientation(label, requiredOrientation) &&
|
|
273
|
-
(
|
|
273
|
+
(isDistanceSplitVerticalRail || isPairedSameSidePowerRail)
|
|
274
274
|
) {
|
|
275
275
|
// Keep the established outward column, but attach at the furthest trace
|
|
276
276
|
// point in the required vertical direction. This places y+ labels above
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-4.3400000000000025,-7.364455349999998 -4.140000000000002,-7.364455349999998 -4.140000000000002,-6.844727674999999 -4.890000000000002,-6.844727674999999 -4.890000000000002,-6.324999999999998" data-type="line" data-label="" points="241.17494151286712,455.8294775149467 246.99766051468674,455.8294775149467 246.99766051468674,440.6983364699766 225.16246425786323,440.6983364699766 225.16246425786323,425.5671954250065" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.6400000000000023,-7.364455349999998 -4.3400000000000025,-7.364455349999998" data-type="line" data-label="" points="261.5544580192357,455.8294775149467 241.17494151286712,455.8294775149467" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-1.705000000000001 -9.808910699999998,-1.9050000000000002 -10.4289107,-1.9050000000000002 -10.4289107,-4.214999999999999 -9.808910699999998,-4.214999999999999 -9.808910699999998,-4.015" data-type="line" data-label="" points="81.95529025214461,291.0623864829738 81.95529025214461,296.88510548479337 63.90486134650382,296.88510548479337 63.90486134650382,364.1375099558097 81.95529025214461,364.1375099558097 81.95529025214461,358.31479095399015" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.05,-8.129999999999999 -11.25,-8.129999999999999 -11.25,-7.227499999999999 -10.475,-7.227499999999999 -10.475,-6.324999999999999" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 40,478.1172344164284 40,451.8422149207174 62.56303613205097,451.8422149207174 62.56303613205097,425.5671954250065" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.05,-8.329999999999998 -11.25,-8.329999999999998 -11.25,-8.129999999999999 -11.05,-8.129999999999999" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 40,483.93995341824797 40,478.1172344164284 45.82271900181962,478.1172344164284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.05,-8.129999999999999 -8.850000000000001,-8.129999999999999 -8.850000000000001,-8.329999999999998 -9.05,-8.329999999999998" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 109.87262802183517,478.1172344164284 109.87262802183517,483.93995341824797 104.0499090200156,483.93995341824797" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000005,-0.09999999999999959 -1.5050000000000008,-0.09999999999999964" data-type="line" data-label="" points="343.36365999480114,244.33506649337147 323.71198336366,244.33506649337147" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.130000000000001,3.2594553499999996 -2.505000000000001,3.2594553499999996 -2.505000000000001,2.7199999999999998 -1.8800000000000003,2.7199999999999998 -1.8800000000000003,2.92" data-type="line" data-label="" points="276.40239147387575,146.52924398232392 294.59838835456196,146.52924398232392 294.59838835456196,162.23472856771514 312.7943852352482,162.23472856771514 312.7943852352482,156.41200956589552" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,0.10000000000000042 1.8449999999999998,0.10000000000000016" data-type="line" data-label="" points="401.5908500129972,238.51234749155188 421.2425266441383,238.51234749155188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,1.3500000000000003 1.1699999999999995,0.7250000000000003 1.3699999999999994,0.7250000000000003 1.3699999999999994,0.10000000000000042 1.1699999999999995,0.10000000000000042" data-type="line" data-label="" points="401.5908500129972,202.12035373017937 401.5908500129972,220.31635061086564 407.41356901481674,220.31635061086564 407.41356901481674,238.51234749155188 401.5908500129972,238.51234749155188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.08000000000000074,1.6894553499999998 0.5449999999999994,1.6894553499999998 0.5449999999999994,1.1500000000000004 1.1699999999999995,1.1500000000000004 1.1699999999999995,1.3500000000000003" data-type="line" data-label="" points="365.19885625162465,192.23758814660778 383.3948531323109,192.23758814660778 383.3948531323109,207.943072731999 401.5908500129972,207.943072731999 401.5908500129972,202.12035373017937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.210000000000001,-2.1794553499999987 4.210000000000001,-1.659727674999999 3.460000000000001,-1.659727674999999 3.460000000000001,-1.1399999999999992 3.660000000000001,-1.1399999999999992" data-type="line" data-label="" points="490.0961788406551,304.8754873927736 490.0961788406551,289.74434634780346 468.2609825838316,289.74434634780346 468.2609825838316,274.61320530283336 474.0837015856512,274.61320530283336" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999982,-6.119999999999999 1.8449999999999984,-6.119999999999999" data-type="line" data-label="" points="401.5908500129971,419.5989084481414 421.24252664413825,419.5989084481414" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999973,-7.469999999999999 1.1699999999999973,-6.794999999999999 1.3699999999999983,-6.794999999999999 1.3699999999999983,-6.119999999999999 1.1699999999999982,-6.119999999999999" data-type="line" data-label="" points="401.59085001299707,458.9022617104237 401.59085001299707,439.2505850792826 407.41356901481674,439.2505850792826 407.41356901481674,419.5989084481414 401.5908500129971,419.5989084481414" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4199999999999973,-7.699455349999998 2.174727674999997,-7.699455349999998 2.174727674999997,-7.269999999999999 1.1699999999999973,-7.269999999999999 1.1699999999999973,-7.469999999999999" data-type="line" data-label="" points="437.9828437743696,465.5825318429945 430.84208463737974,465.5825318429945 430.84208463737974,453.0795427086041 401.59085001299707,453.0795427086041 401.59085001299707,458.9022617104237" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3100000000000005,-0.09999999999999964 -2.6350000000000007,-0.09999999999999964" data-type="line" data-label="" points="271.1619443722381,244.33506649337147 290.81362100337924,244.33506649337147" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.660000000000001,1.6800000000000002 -2.9850000000000003,1.6800000000000002" data-type="line" data-label="" points="260.9721861190538,192.51286737717703 280.623862750195,192.51286737717703" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9499999999999997,1.35 2.9499999999999997,0.7250000000000005 3.175,0.7250000000000005 3.175,0.10000000000000053 2.9749999999999996,0.10000000000000053" data-type="line" data-label="" points="453.41304912919156,202.12035373017937 453.41304912919156,220.3163506108656 459.96360800623864,220.3163506108656 459.96360800623864,238.51234749155188 454.140889004419,238.51234749155188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.41,-2.92 2.4099999999999997,-2.244999999999999" data-type="line" data-label="" points="437.6917078242787,326.43540441902786 437.6917078242787,306.7837277878867" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.249999999999997,-6.119999999999999 2.9749999999999983,-6.119999999999999" data-type="line" data-label="" points="491.2607226410189,419.5989084481414 454.140889004419,419.5989084481414" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.200000000000001,-10.398910699999997 -7.400000000000001,-10.398910699999997 -7.400000000000001,-10.198910699999997 -7.200000000000001,-10.198910699999997" data-type="line" data-label="" points="157.9100597868469,544.1733816480373 152.08734078502727,544.1733816480373 152.08734078502727,538.3506626462179 157.9100597868469,538.3506626462179" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.200000000000001,-10.198910699999997 -5.000000000000001,-10.198910699999997 -5.000000000000001,-10.398910699999997 -5.200000000000001,-10.398910699999997" data-type="line" data-label="" points="216.13724980504287,538.3506626462179 221.9599688068625,538.3506626462179 221.9599688068625,544.1733816480373 216.13724980504287,544.1733816480373" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.760000000000001,1.6800000000000002 -4.960000000000001,1.6800000000000002 -4.960000000000001,-0.09999999999999964 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="228.947231609046,192.51286737717703 223.12451260722642,192.51286737717703 223.12451260722642,244.33506649337147 239.1369898622303,244.33506649337147" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,2.45 1.1699999999999995,2.6500000000000004 2.9499999999999997,2.6500000000000004 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="401.5908500129972,170.0953992201716 401.5908500129972,164.27268021835198 453.41304912919156,164.27268021835198 453.41304912919156,170.09539922017157" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.5994553499999995,-1.3305446499999976 -7.5994553499999995,-0.42804464999999814 -8.965,-0.42804464999999814 -8.965,0.4744553500000013 -7.965000000000001,0.4744553500000013" data-type="line" data-label="" points="146.28047850272944,280.1606450740837 146.28047850272944,253.88562557837272 106.52456459578895,253.88562557837272 106.52456459578895,227.6106060826618 135.63815960488694,227.6106060826618" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.3494553499999995,-4.019999999999998 -6.3494553499999995,-4.219999999999998 -7.5994553499999995,-4.219999999999998 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="182.67247226410194,358.4603589290356 182.67247226410194,364.2830779308552 146.28047850272944,364.2830779308552 146.28047850272944,312.1855995840915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.65,-5.8199999999999985 -6.450000000000001,-5.8199999999999985 -6.450000000000001,-6.914727674999998 -7.950000000000001,-6.914727674999998 -7.950000000000001,-8.009455349999998 -7.750000000000001,-8.009455349999998" data-type="line" data-label="" points="173.9225370418508,410.864829945412 179.7452560436704,410.864829945412 179.7452560436704,442.73628812061344 136.07486353002338,442.73628812061344 136.07486353002338,474.6077462958149 141.897582531843,474.6077462958149" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.650000000000002,-5.8199999999999985 -9.5625,-5.8199999999999985 -9.5625,-5.024999999999999 -10.475,-5.024999999999999 -10.475,-5.224999999999998" data-type="line" data-label="" points="115.69534702365476,410.864829945412 89.12919157785291,410.864829945412 89.12919157785291,387.71952191317905 62.56303613205097,387.71952191317905 62.56303613205097,393.5422409149987" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999982,-5.92 1.5074999999999983,-5.92 1.5074999999999983,-5.329999999999999 2.41,-5.329999999999999 2.41,-4.02" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 411.4166883285677,413.77618944632184 411.4166883285677,396.599168390954 437.6917078242787,396.599168390954 437.6917078242787,358.46035892903564" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.890000000000002,-5.224999999999999 -4.890000000000002,-3.8324999999999996 -1.86945535,-3.8324999999999996 -1.86945535,-2.44" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 225.16246425786323,353.00155986482974 313.10137790486095,353.00155986482974 313.10137790486095,312.4608788146608" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-0.6049999999999982 -9.808910699999998,0.4744553500000017 -7.965000000000001,0.4744553500000017" data-type="line" data-label="" points="81.95529025214461,259.0374319729659 81.95529025214461,227.6106060826618 135.63815960488694,227.6106060826618" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.3494553499999995,-2.919999999999998 -6.3494553499999995,-1.6794553499999996 -4.2194553500000005,-1.6794553499999996" data-type="line" data-label="" points="182.67247226410194,326.4354044190278 182.67247226410194,290.31868988822464 244.68442963348065,290.31868988822464" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,0.3272767499999982 7.265,0.3272767499999982 7.265,1.3167320999999976 5.765,1.3167320999999976 5.765,2.3061874499999973 5.965,2.3061874499999973" data-type="line" data-label="" points="573.2154925916299,231.89550423706794 579.0382115934494,231.89550423706794 579.0382115934494,203.08890189758262 535.3678190798025,203.08890189758262 535.3678190798025,174.28229955809732 541.1905380816221,174.28229955809732" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,-1.6516339500000008 7.265,-1.6516339500000008 7.265,-0.6621786000000013 5.765,-0.6621786000000013 5.765,0.3272767499999982 5.965,0.3272767499999982" data-type="line" data-label="" points="573.2154925916299,289.50870891603853 579.0382115934494,289.50870891603853 579.0382115934494,260.7021065765532 535.3678190798025,260.7021065765532 535.3678190798025,231.89550423706794 541.1905380816221,231.89550423706794" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,-3.63054465 7.265,-3.63054465 7.265,-2.6410893000000004 5.765,-2.6410893000000004 5.765,-1.6516339500000008 5.965,-1.6516339500000008" data-type="line" data-label="" points="573.2154925916299,347.1219135950091 579.0382115934494,347.1219135950091 579.0382115934494,318.31531125552385 535.3678190798025,318.31531125552385 535.3678190798025,289.50870891603853 541.1905380816221,289.50870891603853" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.119455350000001,-1.6794553499999991 -2.9194553500000007,-1.6794553499999991 -2.9194553500000007,-1.3399999999999994 -1.8694553500000004,-1.3399999999999994" data-type="line" data-label="" points="276.7093841434884,290.3186898882246 282.53210314530804,290.3186898882246 282.53210314530804,280.435924304653 313.10137790486095,280.435924304653" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4099999999999997,-1.1149999999999993 2.4099999999999997,-0.9149999999999994 3.460000000000001,-0.9149999999999994 3.460000000000001,-1.1399999999999992" data-type="line" data-label="" points="437.6917078242787,273.88536542760596 437.6917078242787,268.06264642578634 468.2609825838316,268.06264642578634 468.2609825838316,274.61320530283336" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8694553500000004,-1.3399999999999994 -1.8694553500000004,-0.7199999999999995 -1.3050000000000008,-0.7199999999999995 -1.3050000000000008,-0.09999999999999964 -1.5050000000000008,-0.09999999999999964" data-type="line" data-label="" points="313.10137790486095,280.435924304653 313.10137790486095,262.38549539901226 329.5347023654796,262.38549539901226 329.5347023654796,244.33506649337147 323.71198336366,244.33506649337147" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,-1.0999999999999996 1.9909999999999992,-1.0999999999999994 1.9909999999999992,-0.6999999999999995 1.1699999999999995,-0.6999999999999995" data-type="line" data-label="" points="401.5908500129972,273.44866150246946 425.4931115154666,273.44866150246946 425.4931115154666,261.8032234988303 401.5908500129972,261.8032234988303" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000005,-0.8999999999999996 -1.0300000000000005,-0.8999999999999996 -1.0300000000000005,-0.49999999999999967 -0.8300000000000005,-0.49999999999999967" data-type="line" data-label="" points="343.36365999480114,267.6259425006499 337.5409409929816,267.6259425006499 337.5409409929816,255.98050449701068 343.36365999480114,255.98050449701068" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,-0.2999999999999995 1.4699999999999998,-0.2999999999999995 1.4699999999999998,-3.1599999999999997 -1.7710000000000017,-3.1599999999999997 -1.7710000000000017,-6.019999999999999 -0.8300000000000018,-6.02" data-type="line" data-label="" points="401.5908500129972,250.15778549519106 410.3249285157266,250.15778549519106 410.3249285157266,333.4226672212113 315.9677670912399,333.4226672212113 315.9677670912399,416.68754894723156 343.36365999480114,416.6875489472316" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000005,0.10000000000000042 -1.3425000000000005,0.10000000000000042 -1.3425000000000005,1.6800000000000002 -1.8550000000000004,1.6800000000000002" data-type="line" data-label="" points="343.36365999480114,238.51234749155188 328.44294255263844,238.51234749155188 328.44294255263844,192.51286737717703 313.5222251104757,192.51286737717703" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.760000000000001,-1.1399999999999992 5.549999999999997,-1.1399999999999992 5.549999999999997,-3.43054465 5.024,-3.43054465 5.024,-3.83054465 5.549999999999997,-3.83054465 5.549999999999997,-6.119999999999999 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="506.108656095659,274.61320530283336 529.1083961528464,274.61320530283336 529.1083961528464,341.29919459318955 513.7946451780608,341.29919459318955 513.7946451780608,352.94463259682874 529.1083961528464,352.94463259682874 529.1083961528464,419.5989084481414 523.2856771510267,419.5989084481414" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.850000000000001,-8.129999999999999 -8.59,-8.129999999999999 -8.59,-8.130999999999998" data-type="line" data-label="" points="109.87262802183517,478.1172344164284 117.4421627242007,478.1172344164284 117.4421627242007,478.14634801143745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.965000000000001,0.4744553500000013 -5.7540000000000004,0.4744553500000013 -5.7540000000000004,0.27345535000000126" data-type="line" data-label="" points="193.86534962308292,227.6106060826618 200.0083181700026,227.6106060826618 200.0083181700026,233.4624386794905" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.6400000000000023,-7.564455349999998 -3.851000000000002,-7.564455349999998 -3.851000000000002,-7.765455349999998" data-type="line" data-label="" points="261.5544580192357,461.65219651676625 255.41148947231605,461.65219651676625 255.41148947231605,467.504029113595" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-2.9149999999999983 -9.808910699999998,-2.814999999999998 -9.708910699999999,-2.814999999999998 -9.708910699999999,-1.763999999999998 -10.259910699999997,-1.763999999999998" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 81.95529025214461,323.3784769430725 84.86664975305439,323.3784769430725 84.86664975305439,292.7800885885105 68.82505890304145,292.7800885885105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8800000000000003,4.0200000000000005 -1.8800000000000003,5.321000000000001 -2.9310000000000005,5.321000000000001" data-type="line" data-label="" points="312.7943852352482,124.38705505588771 312.7943852352482,86.51026794905121 282.19599688068627,86.51026794905121" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999973,-8.57 1.1699999999999973,-8.671 0.9689999999999974,-8.671" data-type="line" data-label="" points="401.59085001299707,490.92721622043155 401.59085001299707,493.8676893163504 395.7390174161684,493.8676893163504" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.210000000000001,-3.2794553499999983 4.210000000000001,-3.8304553499999985 4.159000000000001,-3.8304553499999985" data-type="line" data-label="" points="490.0961788406551,336.9004419027814 490.0961788406551,352.9420327527944 488.6113854951911,352.9420327527944" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-6.200000000000001" data-y="-10.298910699999997" x="157.9100597868469" y="532.5279436443982" width="58.227190018195984" height="17.468157005458806" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-10.05" data-y="-8.229999999999999" x="45.82271900181962" y="472.2945154146088" width="58.227190018195984" height="17.468157005458806" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-7.650000000000001" data-y="-5.8199999999999985" x="115.69534702365476" y="405.04211094359243" width="58.22719001819604" height="11.645438003639129" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-6.965000000000001" data-y="0.4744553500000013" x="135.63815960488694" y="221.7878870808422" width="58.227190018195984" height="11.645438003639185" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.6400000000000023" data-y="-7.464455349999998" x="261.55445801923565" y="450.0067585131271" width="58.22719001819604" height="17.46815700545875" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="0.16999999999999948" data-y="-0.49999999999999956" x="343.3636599948011" y="232.68962848973229" width="58.22719001819604" height="46.5817520145568" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="0.16999999999999815" data-y="-6.02" x="343.36365999480114" y="405.04211094359243" width="58.227190018195984" height="23.29087600727837" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-9.6714107" data-y="-3.464999999999999" x="69.72758034832336" y="326.28983644398227" width="32.46165843514433" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-10.337499999999999" data-y="-5.774999999999999" x="50.33532622822983" y="393.54224091499873" width="32.46165843514433" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-9.551410699999998" data-y="-1.154999999999999" x="69.72758034832344" y="259.0374319729659" width="39.448921237327795" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-4.597500000000002" data-y="-5.774999999999999" x="219.50116995061086" y="393.54224091499873" width="28.35404169482706" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-7.200000000000001" data-y="-8.009455349999998" x="141.897582531843" y="463.2693009617884" width="32.024954510007774" height="22.67689066805292" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-7.306955349999999" data-y="-1.8805446499999983" x="140.6191841954771" y="280.1606450740836" width="28.35404169482706" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4.890000000000002" data-y="-7.364455349999998" x="209.14998700285935" y="443.32648838055627" width="32.0249545100078" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="6.515" data-y="-3.63054465" x="541.1905380816221" y="335.78346826098266" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="6.515" data-y="-1.6516339500000008" x="541.1905380816221" y="278.170263582012" width="32.024954510007774" height="22.676890668053034" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="6.515" data-y="0.3272767499999982" x="541.1905380816221" y="220.55705890304142" width="32.024954510007774" height="22.676890668053005" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="6.515" data-y="2.3061874499999973" x="541.1905380816221" y="162.94385422407083" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5.9969553499999995" data-y="-3.469999999999998" x="177.01117795684956" y="326.4354044190278" width="31.84767309591885" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-3.6694553500000007" data-y="-1.6794553499999991" x="244.68442963348065" y="277.81570075383416" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-3.6800000000000006" data-y="3.2594553499999996" x="244.37743696386798" y="134.0262548479335" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-0.6300000000000008" data-y="1.6894553499999998" x="333.1739017416169" y="179.73459901221736" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="4.502500000000001" data-y="-2.7294553499999985" x="484.4348845334028" y="304.8754873927736" width="28.35404169482706" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="2.9699999999999975" data-y="-7.699455349999998" x="437.9828437743696" y="454.24408650896805" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-1.5869553500000007" data-y="-1.8899999999999997" x="307.4400835976085" y="280.435924304653" width="27.771769794645138" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-1.6475000000000004" data-y="3.47" x="307.1330909279959" y="124.38705505588773" width="24.860410293735356" height="32.0249545100078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="1.4024999999999994" data-y="1.9000000000000004" x="395.92955570574475" y="170.0953992201716" width="24.860410293735356" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="4.210000000000001" data-y="-1.1399999999999992" x="474.0837015856512" y="262.11021616844295" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="1.4524999999999972" data-y="-8.02" x="395.9295557057447" y="458.9022617104238" width="27.771769794645138" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="-2.0700000000000007" data-y="-0.09999999999999964" x="290.81362100337924" y="227.15804543800363" width="32.89836236028077" height="34.35404211073566" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-3.8600000000000008" data-y="-0.09999999999999962" x="239.13698986223034" y="232.99662115934495" width="32.0249545100078" height="22.676890668053005" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-2.4200000000000004" data-y="1.6800000000000002" x="280.62386275019503" y="175.33584632180919" width="32.898362360280714" height="34.35404211073566" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-4.210000000000001" data-y="1.6800000000000002" x="228.947231609046" y="181.17442204315054" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="2.4099999999999997" data-y="0.10000000000000009" x="421.24252664413837" y="221.33532643618406" width="32.898362360280714" height="34.354042110735634" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="3.2424999999999997" data-y="1.9000000000000004" x="447.75175482193924" y="170.0953992201716" width="28.354041694827117" height="32.0249545100078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="2.6525" data-y="-1.6799999999999993" x="428.2297894463218" y="273.88536542760596" width="33.04393033532625" height="32.898362360280714" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="2.7525000000000004" data-y="-3.4699999999999998" x="432.0304135170263" y="326.43540441902786" width="31.2654011957369" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="2.4099999999999984" data-y="-6.119999999999999" x="421.24252664413825" y="402.42188739277356" width="32.89836236028077" height="34.354042110735634" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_38" data-x="4.799999999999997" data-y="-6.119999999999999" x="491.2607226410189" y="407.095919313751" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-6.140000000000001" data-y="-10.728910699999997" x="169.5554977904861" y="551.1606444502208" width="38.429945412009374" height="5.240447101637756" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="J_BAT_POS" data-x="-6.260000000000001" data-y="-9.868910699999997" x="169.55549779048613" y="526.1229527423966" width="31.442682609825823" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-9.99" data-y="-8.659999999999998" x="57.46815700545881" y="490.9272162204315" width="38.429945412009374" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="J_BAT_NEG" data-x="-10.11" data-y="-7.799999999999999" x="57.468157005458835" y="465.8895245126073" width="31.442682609825795" height="5.240447101637585" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.830000000000002" data-y="-6.149999999999999" x="127.34078502729396" y="417.8520927475955" width="24.4554198076423" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="D_PROT" data-x="-7.890000000000002" data-y="-5.489999999999998" x="127.34078502729398" y="398.63712004159083" width="20.96178840655051" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.145000000000001" data-y="0.14445535000000126" x="147.28359760852612" y="234.59786888484533" width="24.4554198076423" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="D_SENSE_CLAMP" data-x="-6.785000000000001" data-y="0.8044553500000013" x="147.28359760852612" y="215.38289617884064" width="45.41720821419287" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LM4040D25FTA" data-x="-2.5200000000000022" data-y="-7.894455349999998" x="273.1998960228749" y="468.63945931894983" width="41.92357681310108" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U_REF" data-x="-2.940000000000002" data-y="-7.034455349999998" x="273.1998960228749" y="443.6017676111255" width="17.46815700545875" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LMV339IDR" data-x="0.10999999999999943" data-y="-1.4299999999999997" x="355.0090979984403" y="280.435924304653" width="31.44268260982585" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.3100000000000006" data-y="0.4300000000000005" x="355.0090979984403" y="226.2846375877307" width="6.987262802183523" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LMV331IDBVR" data-x="0.22999999999999798" data-y="-6.55" x="355.0090979984403" y="429.49753075123476" width="38.42994541200932" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U2" data-x="-0.31000000000000194" data-y="-5.489999999999999" x="355.0090979984403" y="398.6371200415909" width="6.987262802183523" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
|
|
1
|
+
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-4.3400000000000025,-7.364455349999998 -4.140000000000002,-7.364455349999998 -4.140000000000002,-6.844727674999999 -4.890000000000002,-6.844727674999999 -4.890000000000002,-6.324999999999998" data-type="line" data-label="" points="241.17494151286712,455.8294775149467 246.99766051468674,455.8294775149467 246.99766051468674,440.6983364699766 225.16246425786323,440.6983364699766 225.16246425786323,425.5671954250065" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.6400000000000023,-7.364455349999998 -4.3400000000000025,-7.364455349999998" data-type="line" data-label="" points="261.5544580192357,455.8294775149467 241.17494151286712,455.8294775149467" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-1.705000000000001 -9.808910699999998,-1.9050000000000002 -10.4289107,-1.9050000000000002 -10.4289107,-4.214999999999999 -9.808910699999998,-4.214999999999999 -9.808910699999998,-4.015" data-type="line" data-label="" points="81.95529025214461,291.0623864829738 81.95529025214461,296.88510548479337 63.90486134650382,296.88510548479337 63.90486134650382,364.1375099558097 81.95529025214461,364.1375099558097 81.95529025214461,358.31479095399015" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.05,-8.129999999999999 -11.25,-8.129999999999999 -11.25,-7.227499999999999 -10.475,-7.227499999999999 -10.475,-6.324999999999999" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 40,478.1172344164284 40,451.8422149207174 62.56303613205097,451.8422149207174 62.56303613205097,425.5671954250065" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.05,-8.329999999999998 -11.25,-8.329999999999998 -11.25,-8.129999999999999 -11.05,-8.129999999999999" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 40,483.93995341824797 40,478.1172344164284 45.82271900181962,478.1172344164284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.05,-8.129999999999999 -8.850000000000001,-8.129999999999999 -8.850000000000001,-8.329999999999998 -9.05,-8.329999999999998" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 109.87262802183517,478.1172344164284 109.87262802183517,483.93995341824797 104.0499090200156,483.93995341824797" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000005,-0.09999999999999959 -1.5050000000000008,-0.09999999999999964" data-type="line" data-label="" points="343.36365999480114,244.33506649337147 323.71198336366,244.33506649337147" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.130000000000001,3.2594553499999996 -2.505000000000001,3.2594553499999996 -2.505000000000001,2.7199999999999998 -1.8800000000000003,2.7199999999999998 -1.8800000000000003,2.92" data-type="line" data-label="" points="276.40239147387575,146.52924398232392 294.59838835456196,146.52924398232392 294.59838835456196,162.23472856771514 312.7943852352482,162.23472856771514 312.7943852352482,156.41200956589552" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,0.10000000000000042 1.8449999999999998,0.10000000000000016" data-type="line" data-label="" points="401.5908500129972,238.51234749155188 421.2425266441383,238.51234749155188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,1.3500000000000003 1.1699999999999995,0.7250000000000003 1.3699999999999994,0.7250000000000003 1.3699999999999994,0.10000000000000042 1.1699999999999995,0.10000000000000042" data-type="line" data-label="" points="401.5908500129972,202.12035373017937 401.5908500129972,220.31635061086564 407.41356901481674,220.31635061086564 407.41356901481674,238.51234749155188 401.5908500129972,238.51234749155188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.08000000000000074,1.6894553499999998 0.5449999999999994,1.6894553499999998 0.5449999999999994,1.1500000000000004 1.1699999999999995,1.1500000000000004 1.1699999999999995,1.3500000000000003" data-type="line" data-label="" points="365.19885625162465,192.23758814660778 383.3948531323109,192.23758814660778 383.3948531323109,207.943072731999 401.5908500129972,207.943072731999 401.5908500129972,202.12035373017937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.210000000000001,-2.1794553499999987 4.210000000000001,-1.659727674999999 3.460000000000001,-1.659727674999999 3.460000000000001,-1.1399999999999992 3.660000000000001,-1.1399999999999992" data-type="line" data-label="" points="490.0961788406551,304.8754873927736 490.0961788406551,289.74434634780346 468.2609825838316,289.74434634780346 468.2609825838316,274.61320530283336 474.0837015856512,274.61320530283336" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999982,-6.119999999999999 1.8449999999999984,-6.119999999999999" data-type="line" data-label="" points="401.5908500129971,419.5989084481414 421.24252664413825,419.5989084481414" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999973,-7.469999999999999 1.1699999999999973,-6.794999999999999 1.3699999999999983,-6.794999999999999 1.3699999999999983,-6.119999999999999 1.1699999999999982,-6.119999999999999" data-type="line" data-label="" points="401.59085001299707,458.9022617104237 401.59085001299707,439.2505850792826 407.41356901481674,439.2505850792826 407.41356901481674,419.5989084481414 401.5908500129971,419.5989084481414" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4199999999999973,-7.699455349999998 2.174727674999997,-7.699455349999998 2.174727674999997,-7.269999999999999 1.1699999999999973,-7.269999999999999 1.1699999999999973,-7.469999999999999" data-type="line" data-label="" points="437.9828437743696,465.5825318429945 430.84208463737974,465.5825318429945 430.84208463737974,453.0795427086041 401.59085001299707,453.0795427086041 401.59085001299707,458.9022617104237" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3100000000000005,-0.09999999999999964 -2.6350000000000007,-0.09999999999999964" data-type="line" data-label="" points="271.1619443722381,244.33506649337147 290.81362100337924,244.33506649337147" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.660000000000001,1.6800000000000002 -2.9850000000000003,1.6800000000000002" data-type="line" data-label="" points="260.9721861190538,192.51286737717703 280.623862750195,192.51286737717703" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9499999999999997,1.35 2.9499999999999997,0.7250000000000005 3.175,0.7250000000000005 3.175,0.10000000000000053 2.9749999999999996,0.10000000000000053" data-type="line" data-label="" points="453.41304912919156,202.12035373017937 453.41304912919156,220.3163506108656 459.96360800623864,220.3163506108656 459.96360800623864,238.51234749155188 454.140889004419,238.51234749155188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.41,-2.92 2.4099999999999997,-2.244999999999999" data-type="line" data-label="" points="437.6917078242787,326.43540441902786 437.6917078242787,306.7837277878867" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.249999999999997,-6.119999999999999 2.9749999999999983,-6.119999999999999" data-type="line" data-label="" points="491.2607226410189,419.5989084481414 454.140889004419,419.5989084481414" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.200000000000001,-10.398910699999997 -7.400000000000001,-10.398910699999997 -7.400000000000001,-10.198910699999997 -7.200000000000001,-10.198910699999997" data-type="line" data-label="" points="157.9100597868469,544.1733816480373 152.08734078502727,544.1733816480373 152.08734078502727,538.3506626462179 157.9100597868469,538.3506626462179" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.200000000000001,-10.198910699999997 -5.000000000000001,-10.198910699999997 -5.000000000000001,-10.398910699999997 -5.200000000000001,-10.398910699999997" data-type="line" data-label="" points="216.13724980504287,538.3506626462179 221.9599688068625,538.3506626462179 221.9599688068625,544.1733816480373 216.13724980504287,544.1733816480373" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.760000000000001,1.6800000000000002 -4.960000000000001,1.6800000000000002 -4.960000000000001,-0.09999999999999964 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="228.947231609046,192.51286737717703 223.12451260722642,192.51286737717703 223.12451260722642,244.33506649337147 239.1369898622303,244.33506649337147" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,2.45 1.1699999999999995,2.6500000000000004 2.9499999999999997,2.6500000000000004 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="401.5908500129972,170.0953992201716 401.5908500129972,164.27268021835198 453.41304912919156,164.27268021835198 453.41304912919156,170.09539922017157" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.5994553499999995,-1.3305446499999976 -7.5994553499999995,-0.42804464999999814 -8.965,-0.42804464999999814 -8.965,0.4744553500000013 -7.965000000000001,0.4744553500000013" data-type="line" data-label="" points="146.28047850272944,280.1606450740837 146.28047850272944,253.88562557837272 106.52456459578895,253.88562557837272 106.52456459578895,227.6106060826618 135.63815960488694,227.6106060826618" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.3494553499999995,-4.019999999999998 -6.3494553499999995,-4.219999999999998 -7.5994553499999995,-4.219999999999998 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="182.67247226410194,358.4603589290356 182.67247226410194,364.2830779308552 146.28047850272944,364.2830779308552 146.28047850272944,312.1855995840915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.65,-5.8199999999999985 -6.450000000000001,-5.8199999999999985 -6.450000000000001,-6.914727674999998 -7.950000000000001,-6.914727674999998 -7.950000000000001,-8.009455349999998 -7.750000000000001,-8.009455349999998" data-type="line" data-label="" points="173.9225370418508,410.864829945412 179.7452560436704,410.864829945412 179.7452560436704,442.73628812061344 136.07486353002338,442.73628812061344 136.07486353002338,474.6077462958149 141.897582531843,474.6077462958149" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.650000000000002,-5.8199999999999985 -9.5625,-5.8199999999999985 -9.5625,-5.024999999999999 -10.475,-5.024999999999999 -10.475,-5.224999999999998" data-type="line" data-label="" points="115.69534702365476,410.864829945412 89.12919157785291,410.864829945412 89.12919157785291,387.71952191317905 62.56303613205097,387.71952191317905 62.56303613205097,393.5422409149987" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999982,-5.92 1.5074999999999983,-5.92 1.5074999999999983,-5.329999999999999 2.41,-5.329999999999999 2.41,-4.02" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 411.4166883285677,413.77618944632184 411.4166883285677,396.599168390954 437.6917078242787,396.599168390954 437.6917078242787,358.46035892903564" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.890000000000002,-5.224999999999999 -4.890000000000002,-3.8324999999999996 -1.86945535,-3.8324999999999996 -1.86945535,-2.44" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 225.16246425786323,353.00155986482974 313.10137790486095,353.00155986482974 313.10137790486095,312.4608788146608" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-0.6049999999999982 -9.808910699999998,0.4744553500000017 -7.965000000000001,0.4744553500000017" data-type="line" data-label="" points="81.95529025214461,259.0374319729659 81.95529025214461,227.6106060826618 135.63815960488694,227.6106060826618" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.3494553499999995,-2.919999999999998 -6.3494553499999995,-1.6794553499999996 -4.2194553500000005,-1.6794553499999996" data-type="line" data-label="" points="182.67247226410194,326.4354044190278 182.67247226410194,290.31868988822464 244.68442963348065,290.31868988822464" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,0.3272767499999982 7.265,0.3272767499999982 7.265,1.3167320999999976 5.765,1.3167320999999976 5.765,2.3061874499999973 5.965,2.3061874499999973" data-type="line" data-label="" points="573.2154925916299,231.89550423706794 579.0382115934494,231.89550423706794 579.0382115934494,203.08890189758262 535.3678190798025,203.08890189758262 535.3678190798025,174.28229955809732 541.1905380816221,174.28229955809732" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,-1.6516339500000008 7.265,-1.6516339500000008 7.265,-0.6621786000000013 5.765,-0.6621786000000013 5.765,0.3272767499999982 5.965,0.3272767499999982" data-type="line" data-label="" points="573.2154925916299,289.50870891603853 579.0382115934494,289.50870891603853 579.0382115934494,260.7021065765532 535.3678190798025,260.7021065765532 535.3678190798025,231.89550423706794 541.1905380816221,231.89550423706794" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.0649999999999995,-3.63054465 7.265,-3.63054465 7.265,-2.6410893000000004 5.765,-2.6410893000000004 5.765,-1.6516339500000008 5.965,-1.6516339500000008" data-type="line" data-label="" points="573.2154925916299,347.1219135950091 579.0382115934494,347.1219135950091 579.0382115934494,318.31531125552385 535.3678190798025,318.31531125552385 535.3678190798025,289.50870891603853 541.1905380816221,289.50870891603853" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.119455350000001,-1.6794553499999991 -2.9194553500000007,-1.6794553499999991 -2.9194553500000007,-1.3399999999999994 -1.8694553500000004,-1.3399999999999994" data-type="line" data-label="" points="276.7093841434884,290.3186898882246 282.53210314530804,290.3186898882246 282.53210314530804,280.435924304653 313.10137790486095,280.435924304653" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4099999999999997,-1.1149999999999993 2.4099999999999997,-0.9149999999999994 3.460000000000001,-0.9149999999999994 3.460000000000001,-1.1399999999999992" data-type="line" data-label="" points="437.6917078242787,273.88536542760596 437.6917078242787,268.06264642578634 468.2609825838316,268.06264642578634 468.2609825838316,274.61320530283336" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8694553500000004,-1.3399999999999994 -1.8694553500000004,-0.7199999999999995 -1.3050000000000008,-0.7199999999999995 -1.3050000000000008,-0.09999999999999964 -1.5050000000000008,-0.09999999999999964" data-type="line" data-label="" points="313.10137790486095,280.435924304653 313.10137790486095,262.38549539901226 329.5347023654796,262.38549539901226 329.5347023654796,244.33506649337147 323.71198336366,244.33506649337147" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,-1.0999999999999996 1.9909999999999992,-1.0999999999999994 1.9909999999999992,-0.6999999999999995 1.1699999999999995,-0.6999999999999995" data-type="line" data-label="" points="401.5908500129972,273.44866150246946 425.4931115154666,273.44866150246946 425.4931115154666,261.8032234988303 401.5908500129972,261.8032234988303" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000005,-0.8999999999999996 -1.0300000000000005,-0.8999999999999996 -1.0300000000000005,-0.49999999999999967 -0.8300000000000005,-0.49999999999999967" data-type="line" data-label="" points="343.36365999480114,267.6259425006499 337.5409409929816,267.6259425006499 337.5409409929816,255.98050449701068 343.36365999480114,255.98050449701068" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999995,-0.2999999999999995 1.4699999999999998,-0.2999999999999995 1.4699999999999998,-3.1599999999999997 -1.7710000000000017,-3.1599999999999997 -1.7710000000000017,-6.019999999999999 -0.8300000000000018,-6.02" data-type="line" data-label="" points="401.5908500129972,250.15778549519106 410.3249285157266,250.15778549519106 410.3249285157266,333.4226672212113 315.9677670912399,333.4226672212113 315.9677670912399,416.68754894723156 343.36365999480114,416.6875489472316" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8300000000000005,0.10000000000000042 -1.3425000000000005,0.10000000000000042 -1.3425000000000005,1.6800000000000002 -1.8550000000000004,1.6800000000000002" data-type="line" data-label="" points="343.36365999480114,238.51234749155188 328.44294255263844,238.51234749155188 328.44294255263844,192.51286737717703 313.5222251104757,192.51286737717703" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.760000000000001,-1.1399999999999992 5.549999999999997,-1.1399999999999992 5.549999999999997,-3.43054465 5.024,-3.43054465 5.024,-3.83054465 5.549999999999997,-3.83054465 5.549999999999997,-6.119999999999999 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="506.108656095659,274.61320530283336 529.1083961528464,274.61320530283336 529.1083961528464,341.29919459318955 513.7946451780608,341.29919459318955 513.7946451780608,352.94463259682874 529.1083961528464,352.94463259682874 529.1083961528464,419.5989084481414 523.2856771510267,419.5989084481414" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.850000000000001,-8.329999999999998 -8.59,-8.329999999999998" data-type="line" data-label="" points="109.87262802183517,483.93995341824797 117.4421627242007,483.93995341824797" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.965000000000001,0.4744553500000013 -5.7540000000000004,0.4744553500000013 -5.7540000000000004,0.27345535000000126" data-type="line" data-label="" points="193.86534962308292,227.6106060826618 200.0083181700026,227.6106060826618 200.0083181700026,233.4624386794905" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.6400000000000023,-7.564455349999998 -3.851000000000002,-7.564455349999998 -3.851000000000002,-7.765455349999998" data-type="line" data-label="" points="261.5544580192357,461.65219651676625 255.41148947231605,461.65219651676625 255.41148947231605,467.504029113595" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.808910699999998,-2.9149999999999983 -9.808910699999998,-2.814999999999998 -9.708910699999999,-2.814999999999998 -9.708910699999999,-1.763999999999998 -10.259910699999997,-1.763999999999998" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 81.95529025214461,323.3784769430725 84.86664975305439,323.3784769430725 84.86664975305439,292.7800885885105 68.82505890304145,292.7800885885105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8800000000000003,4.0200000000000005 -1.8800000000000003,5.321000000000001 -2.9310000000000005,5.321000000000001" data-type="line" data-label="" points="312.7943852352482,124.38705505588771 312.7943852352482,86.51026794905121 282.19599688068627,86.51026794905121" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1699999999999973,-8.57 1.1699999999999973,-8.671 0.9689999999999974,-8.671" data-type="line" data-label="" points="401.59085001299707,490.92721622043155 401.59085001299707,493.8676893163504 395.7390174161684,493.8676893163504" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.210000000000001,-3.2794553499999983 4.210000000000001,-3.8304553499999985 4.159000000000001,-3.8304553499999985" data-type="line" data-label="" points="490.0961788406551,336.9004419027814 490.0961788406551,352.9420327527944 488.6113854951911,352.9420327527944" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-6.200000000000001" data-y="-10.298910699999997" x="157.9100597868469" y="532.5279436443982" width="58.227190018195984" height="17.468157005458806" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-10.05" data-y="-8.229999999999999" x="45.82271900181962" y="472.2945154146088" width="58.227190018195984" height="17.468157005458806" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-7.650000000000001" data-y="-5.8199999999999985" x="115.69534702365476" y="405.04211094359243" width="58.22719001819604" height="11.645438003639129" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-6.965000000000001" data-y="0.4744553500000013" x="135.63815960488694" y="221.7878870808422" width="58.227190018195984" height="11.645438003639185" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.6400000000000023" data-y="-7.464455349999998" x="261.55445801923565" y="450.0067585131271" width="58.22719001819604" height="17.46815700545875" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="0.16999999999999948" data-y="-0.49999999999999956" x="343.3636599948011" y="232.68962848973229" width="58.22719001819604" height="46.5817520145568" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="0.16999999999999815" data-y="-6.02" x="343.36365999480114" y="405.04211094359243" width="58.227190018195984" height="23.29087600727837" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-9.6714107" data-y="-3.464999999999999" x="69.72758034832336" y="326.28983644398227" width="32.46165843514433" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-10.337499999999999" data-y="-5.774999999999999" x="50.33532622822983" y="393.54224091499873" width="32.46165843514433" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-9.551410699999998" data-y="-1.154999999999999" x="69.72758034832344" y="259.0374319729659" width="39.448921237327795" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-4.597500000000002" data-y="-5.774999999999999" x="219.50116995061086" y="393.54224091499873" width="28.35404169482706" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-7.200000000000001" data-y="-8.009455349999998" x="141.897582531843" y="463.2693009617884" width="32.024954510007774" height="22.67689066805292" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-7.306955349999999" data-y="-1.8805446499999983" x="140.6191841954771" y="280.1606450740836" width="28.35404169482706" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4.890000000000002" data-y="-7.364455349999998" x="209.14998700285935" y="443.32648838055627" width="32.0249545100078" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="6.515" data-y="-3.63054465" x="541.1905380816221" y="335.78346826098266" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="6.515" data-y="-1.6516339500000008" x="541.1905380816221" y="278.170263582012" width="32.024954510007774" height="22.676890668053034" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="6.515" data-y="0.3272767499999982" x="541.1905380816221" y="220.55705890304142" width="32.024954510007774" height="22.676890668053005" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="6.515" data-y="2.3061874499999973" x="541.1905380816221" y="162.94385422407083" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-5.9969553499999995" data-y="-3.469999999999998" x="177.01117795684956" y="326.4354044190278" width="31.84767309591885" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-3.6694553500000007" data-y="-1.6794553499999991" x="244.68442963348065" y="277.81570075383416" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-3.6800000000000006" data-y="3.2594553499999996" x="244.37743696386798" y="134.0262548479335" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-0.6300000000000008" data-y="1.6894553499999998" x="333.1739017416169" y="179.73459901221736" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="4.502500000000001" data-y="-2.7294553499999985" x="484.4348845334028" y="304.8754873927736" width="28.35404169482706" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="2.9699999999999975" data-y="-7.699455349999998" x="437.9828437743696" y="454.24408650896805" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-1.5869553500000007" data-y="-1.8899999999999997" x="307.4400835976085" y="280.435924304653" width="27.771769794645138" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-1.6475000000000004" data-y="3.47" x="307.1330909279959" y="124.38705505588773" width="24.860410293735356" height="32.0249545100078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="1.4024999999999994" data-y="1.9000000000000004" x="395.92955570574475" y="170.0953992201716" width="24.860410293735356" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="4.210000000000001" data-y="-1.1399999999999992" x="474.0837015856512" y="262.11021616844295" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="1.4524999999999972" data-y="-8.02" x="395.9295557057447" y="458.9022617104238" width="27.771769794645138" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="-2.0700000000000007" data-y="-0.09999999999999964" x="290.81362100337924" y="227.15804543800363" width="32.89836236028077" height="34.35404211073566" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-3.8600000000000008" data-y="-0.09999999999999962" x="239.13698986223034" y="232.99662115934495" width="32.0249545100078" height="22.676890668053005" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-2.4200000000000004" data-y="1.6800000000000002" x="280.62386275019503" y="175.33584632180919" width="32.898362360280714" height="34.35404211073566" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-4.210000000000001" data-y="1.6800000000000002" x="228.947231609046" y="181.17442204315054" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="2.4099999999999997" data-y="0.10000000000000009" x="421.24252664413837" y="221.33532643618406" width="32.898362360280714" height="34.354042110735634" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="3.2424999999999997" data-y="1.9000000000000004" x="447.75175482193924" y="170.0953992201716" width="28.354041694827117" height="32.0249545100078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="2.6525" data-y="-1.6799999999999993" x="428.2297894463218" y="273.88536542760596" width="33.04393033532625" height="32.898362360280714" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="2.7525000000000004" data-y="-3.4699999999999998" x="432.0304135170263" y="326.43540441902786" width="31.2654011957369" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="2.4099999999999984" data-y="-6.119999999999999" x="421.24252664413825" y="402.42188739277356" width="32.89836236028077" height="34.354042110735634" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="schematic_component_38" data-x="4.799999999999997" data-y="-6.119999999999999" x="491.2607226410189" y="407.095919313751" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-6.140000000000001" data-y="-10.728910699999997" x="169.5554977904861" y="551.1606444502208" width="38.429945412009374" height="5.240447101637756" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="J_BAT_POS" data-x="-6.260000000000001" data-y="-9.868910699999997" x="169.55549779048613" y="526.1229527423966" width="31.442682609825823" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="MY_18650_02" data-x="-9.99" data-y="-8.659999999999998" x="57.46815700545881" y="490.9272162204315" width="38.429945412009374" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="J_BAT_NEG" data-x="-10.11" data-y="-7.799999999999999" x="57.468157005458835" y="465.8895245126073" width="31.442682609825795" height="5.240447101637585" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.830000000000002" data-y="-6.149999999999999" x="127.34078502729396" y="417.8520927475955" width="24.4554198076423" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="D_PROT" data-x="-7.890000000000002" data-y="-5.489999999999998" x="127.34078502729398" y="398.63712004159083" width="20.96178840655051" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="BAT54WS" data-x="-7.145000000000001" data-y="0.14445535000000126" x="147.28359760852612" y="234.59786888484533" width="24.4554198076423" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="D_SENSE_CLAMP" data-x="-6.785000000000001" data-y="0.8044553500000013" x="147.28359760852612" y="215.38289617884064" width="45.41720821419287" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LM4040D25FTA" data-x="-2.5200000000000022" data-y="-7.894455349999998" x="273.1998960228749" y="468.63945931894983" width="41.92357681310108" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U_REF" data-x="-2.940000000000002" data-y="-7.034455349999998" x="273.1998960228749" y="443.6017676111255" width="17.46815700545875" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LMV339IDR" data-x="0.10999999999999943" data-y="-1.4299999999999997" x="355.0090979984403" y="280.435924304653" width="31.44268260982585" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.3100000000000006" data-y="0.4300000000000005" x="355.0090979984403" y="226.2846375877307" width="6.987262802183523" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="LMV331IDBVR" data-x="0.22999999999999798" data-y="-6.55" x="355.0090979984403" y="429.49753075123476" width="38.42994541200932" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="U2" data-x="-0.31000000000000194" data-y="-5.489999999999999" x="355.0090979984403" y="398.6371200415909" width="6.987262802183523" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
|
|
2
2
|
globalConnNetId: connectivity_net12" data-x="-7.880000000000001" data-y="-10.398910699999997" x="124.1382895762932" y="541.2620221471275" width="27.94905120873409" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
|
|
3
3
|
globalConnNetId: connectivity_net12" data-x="-4.520000000000001" data-y="-10.198910699999997" x="221.95996880686243" y="535.439303145308" width="27.94905120873412" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: BAT_RAW
|
|
4
4
|
globalConnNetId: connectivity_net12" data-x="-5.970000000000001" data-y="-5.8199999999999985" x="179.7452560436704" y="407.9534704445022" width="27.94905120873409" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
5
5
|
globalConnNetId: connectivity_net1" data-x="-6.3494553499999995" data-y="-4.459999999999998" x="176.55861731219136" y="364.2830779308552" width="12.227709903821165" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
6
6
|
globalConnNetId: connectivity_net1" data-x="-10.475" data-y="-7.467499999999999" x="56.44918118014036" y="451.8422149207174" width="12.227709903821221" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
7
|
-
globalConnNetId: connectivity_net1" data-x="-8.59" data-y="-8.
|
|
7
|
+
globalConnNetId: connectivity_net1" data-x="-8.59" data-y="-8.569999999999999" x="111.32830777229009" y="483.93995341824797" width="12.227709903821221" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
8
8
|
globalConnNetId: connectivity_net1" data-x="-5.7540000000000004" data-y="0.03345535000000127" x="193.89446321809203" y="233.4624386794905" width="12.227709903821165" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
9
9
|
globalConnNetId: connectivity_net1" data-x="-3.851000000000002" data-y="-8.005455349999998" x="249.29763452040544" y="467.504029113595" width="12.227709903821221" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
10
10
|
globalConnNetId: connectivity_net1" data-x="1.4699999999999998" data-y="-3.3999999999999995" x="404.21107356381606" y="333.4226672212113" width="12.227709903821108" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -155,7 +155,7 @@ orientation: x+" data-x="-5.000000000000001" data-y="-10.198910699999997" cx="22
|
|
|
155
155
|
orientation: x+" data-x="-6.450000000000001" data-y="-5.8199999999999985" cx="179.7452560436704" cy="410.864829945412" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
156
156
|
orientation: y-" data-x="-6.3494553499999995" data-y="-4.219999999999998" cx="182.67247226410194" cy="364.2830779308552" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
157
157
|
orientation: y-" data-x="-10.475" data-y="-7.227499999999999" cx="62.56303613205097" cy="451.8422149207174" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
158
|
-
orientation: y-" data-x="-8.59" data-y="-8.
|
|
158
|
+
orientation: y-" data-x="-8.59" data-y="-8.329999999999998" cx="117.4421627242007" cy="483.93995341824797" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
159
159
|
orientation: y-" data-x="-5.7540000000000004" data-y="0.27345535000000126" cx="200.0083181700026" cy="233.4624386794905" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
160
160
|
orientation: y-" data-x="-3.851000000000002" data-y="-7.765455349999998" cx="255.41148947231605" cy="467.504029113595" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
161
161
|
orientation: y-" data-x="1.4699999999999998" data-y="-3.1599999999999993" cx="410.3249285157266" cy="333.4226672212113" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.1800000000000002,2.000000000000001 -2.9699999999999998,4.3" data-type="line" data-label="" points="278.6468919877098,243.23327818482625 160.18789884188138,91.02339872370601" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.000000000000001 -2.67,3.3800000000000003" data-type="line" data-label="" points="278.6468919877098,243.23327818482625 180.04136138028838,151.90735050815408" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.02,-2.1000000000000005 2.1399999999999997,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,514.5639328763887 498.3585440794139,548.9766012762941" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.8000000000000007 -4.1425,3.000000000000001" data-type="line" data-label="" points="278.6468919877098,256.4689198770976 82.5939494209407,177.0550697234696" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.6000000000000008 -4.1425,2.200000000000002" data-type="line" data-label="" points="278.6468919877098,269.70456156936893 82.5939494209407,229.99763649255485" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.4000000000000008 -4.1425,1.4000000000000015" data-type="line" data-label="" points="278.6468919877098,282.94020326164025 82.5939494209407,282.9402032616402" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.2000000000000008 -4.1425,0.6000000000000012" data-type="line" data-label="" points="278.6468919877098,296.17584495391156 82.5939494209407,335.88277003072557" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.0000000000000009 -4.1425,-0.1999999999999991" data-type="line" data-label="" points="278.6468919877098,309.4114866461829 82.5939494209407,388.8253367998109" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,-2.0000000000000004 -1.7425000000000002,-2.0000000000000004" data-type="line" data-label="" points="278.6468919877098,507.94611203025295 241.42164972819666,507.94611203025295" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 2.02,0.49999999999999956" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 490.41715906405113,342.50059087686134" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 2.02,0.6999999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 490.41715906405113,329.26494918458997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 -2.67,2.6199999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 3.08,-2.6199999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 2.02,0.6999999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 490.41715906405113,329.26494918458997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 -2.67,2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 3.08,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.6999999999999997 -2.67,2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.6999999999999997 3.08,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.67,2.6199999999999997 3.08,-2.6199999999999997" data-type="line" data-label="" points="180.04136138028838,202.2027889387852 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.2000000000000006 -2.37,4.3" data-type="line" data-label="" points="278.6468919877098,229.99763649255493 199.89482391869535,91.02339872370601" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.67,3.3800000000000003 -2.67,3.84 -3.17,3.84 -3.17,4.3 -2.9699999999999998,4.3" data-type="line" data-label="" points="180.04136138028838,151.90735050815408 180.04136138028838,121.46537461593005 146.95225714961003,121.46537461593005 146.95225714961003,91.02339872370601 160.18789884188138,91.02339872370601" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.02,-2.1000000000000005 2.08,-2.1000000000000005 2.08,-2.6199999999999997 2.1399999999999997,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,514.5639328763887 494.38785157173254,514.5639328763887 494.38785157173254,548.9766012762941 498.3585440794139,548.9766012762941" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.6000000000000008 -3.8312500000000003,1.6000000000000008 -3.8312500000000003,2.200000000000002 -4.1425,2.200000000000002" data-type="line" data-label="" points="278.6468919877098,269.70456156936893 103.19191680453793,269.70456156936893 103.19191680453793,229.99763649255485 82.5939494209407,229.99763649255485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.4000000000000008 -4.1425,1.4000000000000015" data-type="line" data-label="" points="278.6468919877098,282.94020326164025 82.5939494209407,282.9402032616402" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.2000000000000008 -2.66125,1.2000000000000008 -2.66125,0.6000000000000012 -4.1425,0.6000000000000012" data-type="line" data-label="" points="278.6468919877098,296.17584495391156 180.62042070432526,296.17584495391156 180.62042070432526,335.88277003072557 82.5939494209407,335.88277003072557" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.0000000000000009 -1.3800000000000001,1.0000000000000009 -1.3800000000000001,-0.1999999999999991 -4.1425,-0.1999999999999991" data-type="line" data-label="" points="278.6468919877098,309.4114866461829 265.41125029543844,309.4114866461829 265.41125029543844,388.8253367998109 82.5939494209407,388.8253367998109" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,-2.0000000000000004 -1.7425000000000002,-2.0000000000000004" data-type="line" data-label="" points="278.6468919877098,507.94611203025295 241.42164972819666,507.94611203025295" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.67,2.6199999999999997 -2.67,2.400000000000001 -1.1800000000000002,2.400000000000001" data-type="line" data-label="" points="180.04136138028838,202.2027889387852 180.04136138028838,216.7619948002836 278.6468919877098,216.7619948002836" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.02,0.6999999999999997 2.22,0.6999999999999997 2.22,0.49999999999999956 2.02,0.49999999999999956" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 503.65280075632245,329.26494918458997 503.65280075632245,342.50059087686134 490.41715906405113,342.50059087686134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.8000000000000007 -3.63125,1.8000000000000007 -3.63125,3.000000000000001 -4.1425,3.000000000000001" data-type="line" data-label="" points="278.6468919877098,256.4689198770976 116.42755849680927,256.4689198770976 116.42755849680927,177.0550697234696 82.5939494209407,177.0550697234696" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.22,0.6999999999999997 2.51,0.6999999999999997 2.51,0.6989999999999997" data-type="line" data-label="" points="503.65280075632245,329.26494918458997 522.8444812101159,329.26494918458997 522.8444812101159,329.33112739305136" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.08,-2.6199999999999997 3.321,-2.6199999999999997 3.321,-2.9709999999999996" data-type="line" data-label="" points="560.5660600330891,548.9766012762941 576.5150082722762,548.9766012762941 576.5150082722762,572.2051524462303" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.2000000000000006 -1.481,2.2000000000000006 -1.481,2.5010000000000003" data-type="line" data-label="" points="278.6468919877098,229.99763649255493 258.72725124084144,229.99763649255493 258.72725124084144,210.0779957456866" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.37,4.3 -2.0690000000000004,4.3 -2.0690000000000004,4.651" data-type="line" data-label="" points="199.89482391869535,91.02339872370601 219.8144646655637,91.02339872370601 219.8144646655637,67.79484755376978" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0.41999999999999993" data-y="0" x="278.64689198770975" y="210.14417395414796" width="211.77026707634133" height="330.89104230678333" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.67" data-y="4.3" x="160.1878988418814" y="68.52280784684476" width="39.706925076813974" height="45.001181753722506" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.5975" data-y="3" x="150.2611675726779" y="151.90735050815408" width="69.15622784211772" height="50.29543843063112" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="2.61" data-y="-2.57" x="498.35854407941383" y="521.8795797683764" width="62.20751595367523" height="47.576222169699804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-1.9425" data-y="-2.0000000000000004" x="214.95036634365403" y="501.32829118411723" width="26.47128338454263" height="13.235641692271372" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-4.3425" data-y="3.000000000000001" x="56.12266603639799" y="170.4372488773339" width="26.471283384542687" height="13.235641692271344" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4.3425" data-y="2.200000000000002" x="56.12266603639799" y="223.37981564641916" width="26.471283384542687" height="13.235641692271344" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-4.3425" data-y="1.4000000000000015" x="56.12266603639799" y="276.32238241550453" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-4.3425" data-y="0.6000000000000012" x="56.12266603639799" y="329.2649491845899" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-4.3425" data-y="-0.19999999999999907" x="56.12266603639799" y="382.2075159536752" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="ESP32_S3_WROOM_1_N16R8" data-x="0.5399999999999998" data-y="-2.63" x="305.1181753722525" y="543.6823445993855" width="174.71047033798158" height="11.912077523044218" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.66" data-y="2.615" x="301.1474828645711" y="194.26140392342236" width="23.82415504608838" height="16.544552115339172" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
1
|
+
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.1800000000000002,2.000000000000001 -2.9699999999999998,4.3" data-type="line" data-label="" points="278.6468919877098,243.23327818482625 160.18789884188138,91.02339872370601" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.000000000000001 -2.67,3.3800000000000003" data-type="line" data-label="" points="278.6468919877098,243.23327818482625 180.04136138028838,151.90735050815408" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.02,-2.1000000000000005 2.1399999999999997,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,514.5639328763887 498.3585440794139,548.9766012762941" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.8000000000000007 -4.1425,3.000000000000001" data-type="line" data-label="" points="278.6468919877098,256.4689198770976 82.5939494209407,177.0550697234696" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.6000000000000008 -4.1425,2.200000000000002" data-type="line" data-label="" points="278.6468919877098,269.70456156936893 82.5939494209407,229.99763649255485" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.4000000000000008 -4.1425,1.4000000000000015" data-type="line" data-label="" points="278.6468919877098,282.94020326164025 82.5939494209407,282.9402032616402" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.2000000000000008 -4.1425,0.6000000000000012" data-type="line" data-label="" points="278.6468919877098,296.17584495391156 82.5939494209407,335.88277003072557" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.0000000000000009 -4.1425,-0.1999999999999991" data-type="line" data-label="" points="278.6468919877098,309.4114866461829 82.5939494209407,388.8253367998109" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,-2.0000000000000004 -1.7425000000000002,-2.0000000000000004" data-type="line" data-label="" points="278.6468919877098,507.94611203025295 241.42164972819666,507.94611203025295" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 2.02,0.49999999999999956" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 490.41715906405113,342.50059087686134" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 2.02,0.6999999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 490.41715906405113,329.26494918458997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 -2.67,2.6199999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.400000000000001 3.08,-2.6199999999999997" data-type="line" data-label="" points="278.6468919877098,216.7619948002836 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 2.02,0.6999999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 490.41715906405113,329.26494918458997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 -2.67,2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.49999999999999956 3.08,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,342.50059087686134 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.6999999999999997 -2.67,2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 180.04136138028838,202.2027889387852" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.02,0.6999999999999997 3.08,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.67,2.6199999999999997 3.08,-2.6199999999999997" data-type="line" data-label="" points="180.04136138028838,202.2027889387852 560.5660600330891,548.9766012762941" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1800000000000002,2.2000000000000006 -2.37,4.3" data-type="line" data-label="" points="278.6468919877098,229.99763649255493 199.89482391869535,91.02339872370601" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.67,3.3800000000000003 -2.67,3.84 -3.17,3.84 -3.17,4.3 -2.9699999999999998,4.3" data-type="line" data-label="" points="180.04136138028838,151.90735050815408 180.04136138028838,121.46537461593005 146.95225714961003,121.46537461593005 146.95225714961003,91.02339872370601 160.18789884188138,91.02339872370601" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.02,-2.1000000000000005 2.08,-2.1000000000000005 2.08,-2.6199999999999997 2.1399999999999997,-2.6199999999999997" data-type="line" data-label="" points="490.41715906405113,514.5639328763887 494.38785157173254,514.5639328763887 494.38785157173254,548.9766012762941 498.3585440794139,548.9766012762941" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.6000000000000008 -3.8312500000000003,1.6000000000000008 -3.8312500000000003,2.200000000000002 -4.1425,2.200000000000002" data-type="line" data-label="" points="278.6468919877098,269.70456156936893 103.19191680453793,269.70456156936893 103.19191680453793,229.99763649255485 82.5939494209407,229.99763649255485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.4000000000000008 -4.1425,1.4000000000000015" data-type="line" data-label="" points="278.6468919877098,282.94020326164025 82.5939494209407,282.9402032616402" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.2000000000000008 -2.66125,1.2000000000000008 -2.66125,0.6000000000000012 -4.1425,0.6000000000000012" data-type="line" data-label="" points="278.6468919877098,296.17584495391156 180.62042070432526,296.17584495391156 180.62042070432526,335.88277003072557 82.5939494209407,335.88277003072557" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.0000000000000009 -1.3800000000000001,1.0000000000000009 -1.3800000000000001,-0.1999999999999991 -4.1425,-0.1999999999999991" data-type="line" data-label="" points="278.6468919877098,309.4114866461829 265.41125029543844,309.4114866461829 265.41125029543844,388.8253367998109 82.5939494209407,388.8253367998109" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,-2.0000000000000004 -1.7425000000000002,-2.0000000000000004" data-type="line" data-label="" points="278.6468919877098,507.94611203025295 241.42164972819666,507.94611203025295" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.67,2.6199999999999997 -2.67,2.400000000000001 -1.1800000000000002,2.400000000000001" data-type="line" data-label="" points="180.04136138028838,202.2027889387852 180.04136138028838,216.7619948002836 278.6468919877098,216.7619948002836" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.02,0.6999999999999997 2.22,0.6999999999999997 2.22,0.49999999999999956 2.02,0.49999999999999956" data-type="line" data-label="" points="490.41715906405113,329.26494918458997 503.65280075632245,329.26494918458997 503.65280075632245,342.50059087686134 490.41715906405113,342.50059087686134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,1.8000000000000007 -3.63125,1.8000000000000007 -3.63125,3.000000000000001 -4.1425,3.000000000000001" data-type="line" data-label="" points="278.6468919877098,256.4689198770976 116.42755849680927,256.4689198770976 116.42755849680927,177.0550697234696 82.5939494209407,177.0550697234696" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.22,0.49999999999999956 2.51,0.49999999999999956" data-type="line" data-label="" points="503.65280075632245,342.50059087686134 522.8444812101159,342.50059087686134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.08,-2.6199999999999997 3.321,-2.6199999999999997 3.321,-2.9709999999999996" data-type="line" data-label="" points="560.5660600330891,548.9766012762941 576.5150082722762,548.9766012762941 576.5150082722762,572.2051524462303" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1800000000000002,2.2000000000000006 -1.481,2.2000000000000006 -1.481,2.5010000000000003" data-type="line" data-label="" points="278.6468919877098,229.99763649255493 258.72725124084144,229.99763649255493 258.72725124084144,210.0779957456866" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.37,4.3 -2.0690000000000004,4.3 -2.0690000000000004,4.651" data-type="line" data-label="" points="199.89482391869535,91.02339872370601 219.8144646655637,91.02339872370601 219.8144646655637,67.79484755376978" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0.41999999999999993" data-y="0" x="278.64689198770975" y="210.14417395414796" width="211.77026707634133" height="330.89104230678333" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.67" data-y="4.3" x="160.1878988418814" y="68.52280784684476" width="39.706925076813974" height="45.001181753722506" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.5975" data-y="3" x="150.2611675726779" y="151.90735050815408" width="69.15622784211772" height="50.29543843063112" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="2.61" data-y="-2.57" x="498.35854407941383" y="521.8795797683764" width="62.20751595367523" height="47.576222169699804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-1.9425" data-y="-2.0000000000000004" x="214.95036634365403" y="501.32829118411723" width="26.47128338454263" height="13.235641692271372" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-4.3425" data-y="3.000000000000001" x="56.12266603639799" y="170.4372488773339" width="26.471283384542687" height="13.235641692271344" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4.3425" data-y="2.200000000000002" x="56.12266603639799" y="223.37981564641916" width="26.471283384542687" height="13.235641692271344" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-4.3425" data-y="1.4000000000000015" x="56.12266603639799" y="276.32238241550453" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-4.3425" data-y="0.6000000000000012" x="56.12266603639799" y="329.2649491845899" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-4.3425" data-y="-0.19999999999999907" x="56.12266603639799" y="382.2075159536752" width="26.471283384542687" height="13.235641692271315" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="ESP32_S3_WROOM_1_N16R8" data-x="0.5399999999999998" data-y="-2.63" x="305.1181753722525" y="543.6823445993855" width="174.71047033798158" height="11.912077523044218" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.66" data-y="2.615" x="301.1474828645711" y="194.26140392342236" width="23.82415504608838" height="16.544552115339172" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
2
2
|
globalConnNetId: connectivity_net8" data-x="-2.67" data-y="2.190000000000001" x="164.15859134956276" y="216.7619948002836" width="31.765540061451247" height="27.794847553769785" fill="#00000066" stroke="#000000" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
3
|
-
globalConnNetId: connectivity_net8" data-x="2.51" data-y="0.
|
|
3
|
+
globalConnNetId: connectivity_net8" data-x="2.51" data-y="0.2899999999999996" x="506.96171117939025" y="342.50059087686134" width="31.765540061451247" height="27.794847553769785" fill="#00000066" stroke="#000000" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
4
|
globalConnNetId: connectivity_net8" data-x="3.321" data-y="-3.1809999999999996" x="560.6322382415506" y="572.2051524462304" width="31.765540061451134" height="27.794847553769728" fill="#00000066" stroke="#000000" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: V3V3
|
|
5
5
|
globalConnNetId: connectivity_net9" data-x="-1.481" data-y="2.7110000000000003" x="238.87378870243447" y="182.2831481919168" width="39.706925076813974" height="27.794847553769785" fill="#ef444466" stroke="#ef4444" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: V3V3
|
|
6
6
|
globalConnNetId: connectivity_net9" data-x="-2.0690000000000004" data-y="4.861" x="199.9610021271567" y="40.00000000000003" width="39.706925076813974" height="27.794847553769785" fill="#ef444466" stroke="#ef4444" stroke-width="0.015110714285714285"/></g><g><rect data-type="rect" data-label="netId: .U1 > .EN to .C_EN > .pin1
|
|
@@ -74,7 +74,7 @@ x+" data-x="-4.1425" data-y="1.4000000000000015" cx="82.5939494209407" cy="282.9
|
|
|
74
74
|
x+" data-x="-4.1425" data-y="0.6000000000000012" cx="82.5939494209407" cy="335.88277003072557" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_60
|
|
75
75
|
x+" data-x="-4.1425" data-y="-0.1999999999999991" cx="82.5939494209407" cy="388.8253367998109" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
76
76
|
orientation: y-" data-x="-2.67" data-y="2.400000000000001" cx="180.04136138028838" cy="216.7619948002836" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
77
|
-
orientation: y-" data-x="2.51" data-y="0.
|
|
77
|
+
orientation: y-" data-x="2.51" data-y="0.49999999999999956" cx="522.8444812101159" cy="342.50059087686134" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
78
78
|
orientation: y-" data-x="3.321" data-y="-2.9709999999999996" cx="576.5150082722762" cy="572.2051524462303" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
79
79
|
orientation: y+" data-x="-1.481" data-y="2.5010000000000003" cx="258.72725124084144" cy="210.0779957456866" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
80
80
|
orientation: y+" data-x="-2.0690000000000004" data-y="4.651" cx="219.8144646655637" cy="67.79484755376978" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="13.45,16 8.9,14.5" data-type="line" data-label="" points="439.8389477922427,115.96732009126299 97.87142665414046,228.70386552140667" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="14.55,16 8.9,15.1" data-type="line" data-label="" points="522.5124144410149,115.96732009126299 97.87142665414046,183.6092473493493" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.45,14 11.1,13.1" data-type="line" data-label="" points="439.8389477922427,266.28271399812115 263.2183599516844,333.92464125620734" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.9,15.1 8.9,14.7" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 97.87142665414046,213.67232613072088" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 11.1,13.3" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 263.2183599516844,318.89310186552143" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 14.55,14" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 14.55,16" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 11.1,13.3" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 263.2183599516844,318.89310186552143" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 14.55,14" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 14.55,16" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,13.3 14.55,14" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,13.3 14.55,16" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.55,14 14.55,16" data-type="line" data-label="" points="522.5124144410149,266.28271399812115 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 8.9,14.5" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 97.87142665414046,228.70386552140667" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 11.1,12.7" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 263.2183599516844,363.98772003757904" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.14,10" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.45,16" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 11.1,12.7" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 263.2183599516844,363.98772003757904" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.14,10" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.45,16" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.14,10" data-type="line" data-label="" points="263.2183599516844,363.98772003757904 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.45,16" data-type="line" data-label="" points="263.2183599516844,363.98772003757904 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.14,10 13.45,16" data-type="line" data-label="" points="416.54006173667983,566.9135018118375 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,15.5 14.86,10" data-type="line" data-label="" points="263.2183599516844,153.54616856797747 545.8113004965778,566.9135018118375" fill="none" stroke="hsl(50, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 8.600000000000001,14.5 8.600000000000001,14.9 8.9,14.9" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 75.32411756811189,228.70386552140667 75.32411756811189,198.64078674003486 97.87142665414046,198.64078674003486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.55,16 14.75,16 14.75,14 14.55,14" data-type="line" data-label="" points="522.5124144410149,115.96732009126299 537.5439538317005,115.96732009126299 537.5439538317005,266.28271399812115 522.5124144410149,266.28271399812115" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,14.7 8.8,14.7 8.8,15.1 8.9,15.1" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 90.35565695879757,213.67232613072088 90.35565695879757,183.6092473493493 97.87142665414046,183.6092473493493" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.45,16 12.274999999999999,16 12.274999999999999,13.299999999999999 13.630999999999998,13.299999999999999 13.630999999999998,12.9 12.274999999999999,12.9 12.274999999999999,12.7 11.1,12.7" data-type="line" data-label="" points="439.8389477922427,115.96732009126299 351.52865387196346,115.96732009126299 351.52865387196346,318.89310186552154 453.4424909408133,318.89310186552154 453.4424909408133,348.95618064689313 351.52865387196346,348.95618064689313 351.52865387196346,363.98772003757904 263.2183599516844,363.98772003757904" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.75,16 15.010000000000002,16 15.010000000000002,15.999" data-type="line" data-label="" points="537.5439538317005,115.96732009126299 557.0849550395922,115.96732009126299 557.0849550395922,116.04247778821627" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.1,13.3 11.2,13.3 11.2,13.280000000000001 13.860999999999999,13.280000000000001 13.860999999999999,12.799000000000001" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 270.7341296470273,318.89310186552143 270.7341296470273,320.39625580459006 470.72876124010213,320.39625580459006 470.72876124010213,356.5471080391894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.600000000000001,14.5 8.34,14.5 8.34,14.501" data-type="line" data-label="" points="75.32411756811189,228.70386552140667 55.783116360220106,228.70386552140667 55.783116360220106,228.62870782445316" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.14,10 12.929,10 12.929,10.401" data-type="line" data-label="" points="416.54006173667983,566.9135018118375 400.6817876795062,566.9135018118375 400.6817876795062,536.7752653335124" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="10" data-y="14" x="97.87142665414046" y="138.51462917729174" width="165.34693329754396" height="255.53616964165883" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="14" x="439.83894779224266" y="219.68494188699515" width="82.6734666487722" height="93.19554422225201" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="14" data-y="10" x="416.5400617366798" y="537.6429346396459" width="129.27123875989798" height="58.54113434438318" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="14" data-y="16" x="439.83894779224266" y="69.36954798013699" width="82.6734666487722" height="93.19554422225201" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="ATMEGA328P_AU" data-x="10.080000000000002" data-y="12.17" x="127.93450543551216" y="397.05710669708776" width="117.24600724734955" height="13.528385451617169" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="9.600000000000001" data-y="15.83" x="127.93450543551222" y="121.97993584753738" width="45.094618172057494" height="13.528385451617169" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
2
|
-
globalConnNetId: connectivity_net1" data-x="15.010000000000002" data-y="
|
|
1
|
+
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="13.45,16 8.9,14.5" data-type="line" data-label="" points="439.8389477922427,115.96732009126299 97.87142665414046,228.70386552140667" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="14.55,16 8.9,15.1" data-type="line" data-label="" points="522.5124144410149,115.96732009126299 97.87142665414046,183.6092473493493" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.45,14 11.1,13.1" data-type="line" data-label="" points="439.8389477922427,266.28271399812115 263.2183599516844,333.92464125620734" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.9,15.1 8.9,14.7" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 97.87142665414046,213.67232613072088" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 11.1,13.3" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 263.2183599516844,318.89310186552143" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 14.55,14" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 14.55,16" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 11.1,13.3" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 263.2183599516844,318.89310186552143" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 14.55,14" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 14.55,16" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,13.3 14.55,14" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,13.3 14.55,16" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.55,14 14.55,16" data-type="line" data-label="" points="522.5124144410149,266.28271399812115 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 8.9,14.5" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 97.87142665414046,228.70386552140667" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 11.1,12.7" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 263.2183599516844,363.98772003757904" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.14,10" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.45,16" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 11.1,12.7" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 263.2183599516844,363.98772003757904" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.14,10" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.45,16" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.14,10" data-type="line" data-label="" points="263.2183599516844,363.98772003757904 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.45,16" data-type="line" data-label="" points="263.2183599516844,363.98772003757904 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.14,10 13.45,16" data-type="line" data-label="" points="416.54006173667983,566.9135018118375 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,15.5 14.86,10" data-type="line" data-label="" points="263.2183599516844,153.54616856797747 545.8113004965778,566.9135018118375" fill="none" stroke="hsl(50, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 8.600000000000001,14.5 8.600000000000001,14.9 8.9,14.9" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 75.32411756811189,228.70386552140667 75.32411756811189,198.64078674003486 97.87142665414046,198.64078674003486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.55,16 14.75,16 14.75,14 14.55,14" data-type="line" data-label="" points="522.5124144410149,115.96732009126299 537.5439538317005,115.96732009126299 537.5439538317005,266.28271399812115 522.5124144410149,266.28271399812115" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,14.7 8.8,14.7 8.8,15.1 8.9,15.1" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 90.35565695879757,213.67232613072088 90.35565695879757,183.6092473493493 97.87142665414046,183.6092473493493" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.45,16 12.274999999999999,16 12.274999999999999,13.299999999999999 13.630999999999998,13.299999999999999 13.630999999999998,12.9 12.274999999999999,12.9 12.274999999999999,12.7 11.1,12.7" data-type="line" data-label="" points="439.8389477922427,115.96732009126299 351.52865387196346,115.96732009126299 351.52865387196346,318.89310186552154 453.4424909408133,318.89310186552154 453.4424909408133,348.95618064689313 351.52865387196346,348.95618064689313 351.52865387196346,363.98772003757904 263.2183599516844,363.98772003757904" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.75,14 15.010000000000002,14" data-type="line" data-label="" points="537.5439538317005,266.28271399812115 557.0849550395922,266.28271399812115" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.1,13.3 11.2,13.3 11.2,13.280000000000001 13.860999999999999,13.280000000000001 13.860999999999999,12.799000000000001" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 270.7341296470273,318.89310186552143 270.7341296470273,320.39625580459006 470.72876124010213,320.39625580459006 470.72876124010213,356.5471080391894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.600000000000001,14.5 8.34,14.5 8.34,14.501" data-type="line" data-label="" points="75.32411756811189,228.70386552140667 55.783116360220106,228.70386552140667 55.783116360220106,228.62870782445316" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.14,10 12.929,10 12.929,10.401" data-type="line" data-label="" points="416.54006173667983,566.9135018118375 400.6817876795062,566.9135018118375 400.6817876795062,536.7752653335124" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="10" data-y="14" x="97.87142665414046" y="138.51462917729174" width="165.34693329754396" height="255.53616964165883" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="14" x="439.83894779224266" y="219.68494188699515" width="82.6734666487722" height="93.19554422225201" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="14" data-y="10" x="416.5400617366798" y="537.6429346396459" width="129.27123875989798" height="58.54113434438318" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="14" data-y="16" x="439.83894779224266" y="69.36954798013699" width="82.6734666487722" height="93.19554422225201" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="ATMEGA328P_AU" data-x="10.080000000000002" data-y="12.17" x="127.93450543551216" y="397.05710669708776" width="117.24600724734955" height="13.528385451617169" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="9.600000000000001" data-y="15.83" x="127.93450543551222" y="121.97993584753738" width="45.094618172057494" height="13.528385451617169" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
2
|
+
globalConnNetId: connectivity_net1" data-x="15.010000000000002" data-y="13.76" x="541.301838679372" y="266.2827139981212" width="31.566232720440212" height="36.07569453764597" fill="#00000066" stroke="#000000" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
3
3
|
globalConnNetId: connectivity_net1" data-x="13.860999999999999" data-y="12.559000000000001" x="454.945644879882" y="356.54710803918937" width="31.566232720440212" height="36.07569453764597" fill="#00000066" stroke="#000000" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="netId: VCC_3V3
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="12.862499999999999" data-y="16.48" x="379.9006844718829" y="43.81593101597093" width="31.566232720440325" height="72.15138907529195" fill="#ef444466" stroke="#ef4444" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="netId: VCC_3V3
|
|
5
5
|
globalConnNetId: connectivity_net0" data-x="8.34" data-y="14.981" x="39.99999999999994" y="156.47731874916133" width="31.566232720440325" height="72.15138907529195" fill="#ef444466" stroke="#ef4444" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="netId: VCC_3V3
|
|
@@ -55,7 +55,7 @@ x-" data-x="13.14" data-y="10" cx="416.54006173667983" cy="566.9135018118375" r=
|
|
|
55
55
|
x+" data-x="14.86" data-y="10" cx="545.8113004965778" cy="566.9135018118375" r="3" fill="hsl(344, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C_MCU_DEC.1
|
|
56
56
|
x-" data-x="13.45" data-y="16" cx="439.8389477922427" cy="115.96732009126299" r="3" fill="hsl(64, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C_MCU_DEC.2
|
|
57
57
|
x+" data-x="14.55" data-y="16" cx="522.5124144410149" cy="115.96732009126299" r="3" fill="hsl(64, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
58
|
-
orientation: y-" data-x="15.010000000000002" data-y="
|
|
58
|
+
orientation: y-" data-x="15.010000000000002" data-y="14" cx="557.0849550395922" cy="266.28271399812115" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
59
59
|
orientation: y-" data-x="13.860999999999999" data-y="12.799000000000001" cx="470.72876124010213" cy="356.5471080391894" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
60
60
|
orientation: y+" data-x="12.862499999999999" data-y="16" cx="395.6838008321031" cy="115.96732009126299" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
61
61
|
orientation: y+" data-x="8.34" data-y="14.501" cx="55.783116360220106" cy="228.62870782445316" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="1.05,0.2 -1.05,-0.1" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 190.9705248023005,354.1864366163432" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 -2.7,-2" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 80.2588066139468,481.672657560508" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 3.3,-1.5" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 482.8468727534148,448.1236520488857" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 3.3,0" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 482.8468727534148,347.4766355140187" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 4.565,3" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 567.7258566978194,146.18260244428473" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.1 -2.7,-2" data-type="line" data-label="" points="190.9705248023005,354.1864366163432 80.2588066139468,481.672657560508" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.1 3.3,-1.5" data-type="line" data-label="" points="190.9705248023005,354.1864366163432 482.8468727534148,448.1236520488857" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.1 3.3,0" data-type="line" data-label="" points="190.9705248023005,354.1864366163432 482.8468727534148,347.4766355140187" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.1 4.565,3" data-type="line" data-label="" points="190.9705248023005,354.1864366163432 567.7258566978194,146.18260244428473" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-2 3.3,-1.5" data-type="line" data-label="" points="80.2588066139468,481.672657560508 482.8468727534148,448.1236520488857" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-2 3.3,0" data-type="line" data-label="" points="80.2588066139468,481.672657560508 482.8468727534148,347.4766355140187" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-2 4.565,3" data-type="line" data-label="" points="80.2588066139468,481.672657560508 567.7258566978194,146.18260244428473" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.3,-1.5 3.3,0" data-type="line" data-label="" points="482.8468727534148,448.1236520488857 482.8468727534148,347.4766355140187" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.3,-1.5 4.565,3" data-type="line" data-label="" points="482.8468727534148,448.1236520488857 567.7258566978194,146.18260244428473" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.3,0 4.565,3" data-type="line" data-label="" points="482.8468727534148,347.4766355140187 567.7258566978194,146.18260244428473" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.3,0 3.5,0 3.5,-1.5 3.3,-1.5" data-type="line" data-label="" points="482.8468727534148,347.4766355140187 496.2664749580637,347.4766355140187 496.2664749580637,448.1236520488857 482.8468727534148,448.1236520488857" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.0500000000000005,0.2 1.2500000000000007,0.2 1.2500000000000007,0.7 -1.25,0.7 -1.25,-0.1 -1.05,-0.1" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 345.2959501557633,334.0570333093698 345.2959501557633,300.50802779774745 177.55092259765155,300.50802779774745 177.55092259765155,354.1864366163432 190.9705248023005,354.1864366163432" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2500000000000007,0.2 1.5400000000000007,0.2 1.5400000000000007,0.199" data-type="line" data-label="" points="345.2959501557633,334.0570333093698 364.7543733525042,334.0570333093698 364.7543733525042,334.124131320393" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,-2 -2.459,-2 -2.459,-2.351" data-type="line" data-label="" points="80.2588066139468,481.672657560508 96.42942727054876,481.672657560508 96.42942727054876,505.2240594296669" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.5,-1.5 3.79,-1.5" data-type="line" data-label="" points="496.2664749580637,448.1236520488857 515.7248981548047,448.1236520488857" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.565,3 4.806000000000001,3 4.806000000000001,2.649" data-type="line" data-label="" points="567.7258566978194,146.18260244428473 583.8964773544213,146.18260244428473 583.8964773544213,169.7340043134436" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="PWR1" data-x="0" data-y="0" x="190.97052480230047" y="313.92763000239637" width="140.90582314881382" height="67.09801102324468" fill="hsl(238, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="R7" data-x="-3" data-y="-2" x="40.000000000000014" y="458.85933381260486" width="40.2588066139468" height="45.62664749580637" fill="hsl(77, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="C6" data-x="3" data-y="-1.5" x="442.58806613946797" y="419.9424874191229" width="40.25880661394683" height="56.36232925952555" fill="hsl(331, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="C7" data-x="3" data-y="0" x="442.58806613946797" y="319.29547088425596" width="40.25880661394683" height="56.362329259525495" fill="hsl(332, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="LED1" data-x="4" data-y="3.1325" x="491.90510424155275" y="106.59477594057037" width="75.82075245626658" height="61.39468008626886" fill="hsl(142, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
2
|
+
globalConnNetId: connectivity_net0" data-x="1.5400000000000007" data-y="-0.010999999999999982" x="348.6508507069255" y="334.124131320393" width="32.20704529115744" height="28.181164629762748" fill="#00000066" stroke="#000000" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
3
|
+
globalConnNetId: connectivity_net0" data-x="-2.459" data-y="-2.561" x="80.32590462497005" y="505.22405942966685" width="32.207045291157414" height="28.181164629762748" fill="#00000066" stroke="#000000" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
4
|
+
globalConnNetId: connectivity_net0" data-x="3.79" data-y="-1.71" x="499.62137550922597" y="448.1236520488857" width="32.20704529115744" height="28.181164629762804" fill="#00000066" stroke="#000000" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
5
|
+
globalConnNetId: connectivity_net0" data-x="4.806000000000001" data-y="2.439" x="567.7929547088427" y="169.7340043134436" width="32.20704529115733" height="28.181164629762748" fill="#00000066" stroke="#000000" stroke-width="0.01490357142857143"/></g><g><circle data-type="point" data-label="PWR1.EP
|
|
6
|
+
x+" data-x="1.05" data-y="0.2" cx="331.8763479511143" cy="334.0570333093698" r="3" fill="hsl(43, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PWR1.GND
|
|
7
|
+
x-" data-x="-1.05" data-y="-0.1" cx="190.9705248023005" cy="354.1864366163432" r="3" fill="hsl(21, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R7.2
|
|
8
|
+
x+" data-x="-2.7" data-y="-2" cx="80.2588066139468" cy="481.672657560508" r="3" fill="hsl(233, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C6.neg
|
|
9
|
+
x+" data-x="3.3" data-y="-1.5" cx="482.8468727534148" cy="448.1236520488857" r="3" fill="hsl(181, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C7.neg
|
|
10
|
+
x+" data-x="3.3" data-y="0" cx="482.8468727534148" cy="347.4766355140187" r="3" fill="hsl(302, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="LED1.neg
|
|
11
|
+
x+" data-x="4.565" data-y="3" cx="567.7258566978194" cy="146.18260244428473" r="3" fill="hsl(352, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
12
|
+
orientation: y-" data-x="1.5400000000000007" data-y="0.199" cx="364.7543733525042" cy="334.124131320393" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
13
|
+
orientation: y-" data-x="-2.459" data-y="-2.351" cx="96.42942727054876" cy="505.2240594296669" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
14
|
+
orientation: y-" data-x="3.79" data-y="-1.5" cx="515.7248981548047" cy="448.1236520488857" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
15
|
+
orientation: y-" data-x="4.806000000000001" data-y="2.649" cx="583.8964773544213" cy="169.7340043134436" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
|
|
16
|
+
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
17
|
+
const svg = e.currentTarget;
|
|
18
|
+
const rect = svg.getBoundingClientRect();
|
|
19
|
+
const x = e.clientX - rect.left;
|
|
20
|
+
const y = e.clientY - rect.top;
|
|
21
|
+
const crosshair = svg.getElementById('crosshair');
|
|
22
|
+
const h = svg.getElementById('crosshair-h');
|
|
23
|
+
const v = svg.getElementById('crosshair-v');
|
|
24
|
+
const coords = svg.getElementById('coordinates');
|
|
25
|
+
|
|
26
|
+
crosshair.style.display = 'block';
|
|
27
|
+
h.setAttribute('x1', '0');
|
|
28
|
+
h.setAttribute('x2', '640');
|
|
29
|
+
h.setAttribute('y1', y);
|
|
30
|
+
h.setAttribute('y2', y);
|
|
31
|
+
v.setAttribute('x1', x);
|
|
32
|
+
v.setAttribute('x2', x);
|
|
33
|
+
v.setAttribute('y1', '0');
|
|
34
|
+
v.setAttribute('y2', '640');
|
|
35
|
+
|
|
36
|
+
// Calculate real coordinates using inverse transformation
|
|
37
|
+
const matrix = {"a":67.09801102324467,"c":0,"e":261.4234363767074,"b":0,"d":-67.09801102324467,"f":347.4766355140187};
|
|
38
|
+
// Manually invert and apply the affine transform
|
|
39
|
+
// Since we only use translate and scale, we can directly compute:
|
|
40
|
+
// x' = (x - tx) / sx
|
|
41
|
+
// y' = (y - ty) / sy
|
|
42
|
+
const sx = matrix.a;
|
|
43
|
+
const sy = matrix.d;
|
|
44
|
+
const tx = matrix.e;
|
|
45
|
+
const ty = matrix.f;
|
|
46
|
+
const realPoint = {
|
|
47
|
+
x: (x - tx) / sx,
|
|
48
|
+
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
52
|
+
coords.setAttribute('x', (x + 5).toString());
|
|
53
|
+
coords.setAttribute('y', (y - 5).toString());
|
|
54
|
+
});
|
|
55
|
+
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
56
|
+
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
57
|
+
});
|
|
58
|
+
]]></script></svg>
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { expect, test } from "bun:test"
|
|
2
|
+
import { SchematicTracePipelineSolver } from "lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver"
|
|
3
|
+
import type { InputProblem } from "lib/types/InputProblem"
|
|
4
|
+
import "tests/fixtures/matcher"
|
|
5
|
+
|
|
6
|
+
const inputProblem: InputProblem = {
|
|
7
|
+
chips: [
|
|
8
|
+
{
|
|
9
|
+
chipId: "PWR1",
|
|
10
|
+
center: { x: 0, y: 0 },
|
|
11
|
+
width: 2.1,
|
|
12
|
+
height: 1,
|
|
13
|
+
pins: [
|
|
14
|
+
{ pinId: "PWR1.EP", x: 1.05, y: 0.2 },
|
|
15
|
+
{ pinId: "PWR1.GND", x: -1.05, y: -0.1 },
|
|
16
|
+
],
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
chipId: "R7",
|
|
20
|
+
center: { x: -3, y: -2 },
|
|
21
|
+
width: 0.6,
|
|
22
|
+
height: 0.68,
|
|
23
|
+
pins: [{ pinId: "R7.2", x: -2.7, y: -2, _facingDirection: "x+" }],
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
chipId: "C6",
|
|
27
|
+
center: { x: 3, y: -1.5 },
|
|
28
|
+
width: 0.6,
|
|
29
|
+
height: 0.84,
|
|
30
|
+
pins: [{ pinId: "C6.neg", x: 3.3, y: -1.5, _facingDirection: "x+" }],
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
chipId: "C7",
|
|
34
|
+
center: { x: 3, y: 0 },
|
|
35
|
+
width: 0.6,
|
|
36
|
+
height: 0.84,
|
|
37
|
+
pins: [{ pinId: "C7.neg", x: 3.3, y: 0, _facingDirection: "x+" }],
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
chipId: "LED1",
|
|
41
|
+
center: { x: 4, y: 3.1325 },
|
|
42
|
+
width: 1.13,
|
|
43
|
+
height: 0.915,
|
|
44
|
+
pins: [
|
|
45
|
+
{
|
|
46
|
+
pinId: "LED1.neg",
|
|
47
|
+
x: 4.565,
|
|
48
|
+
y: 3,
|
|
49
|
+
_facingDirection: "x+",
|
|
50
|
+
},
|
|
51
|
+
],
|
|
52
|
+
},
|
|
53
|
+
],
|
|
54
|
+
directConnections: [],
|
|
55
|
+
netConnections: [
|
|
56
|
+
{
|
|
57
|
+
netId: "gnd",
|
|
58
|
+
pinIds: ["PWR1.EP", "PWR1.GND", "R7.2", "C6.neg", "C7.neg", "LED1.neg"],
|
|
59
|
+
netLabelWidth: 0.42,
|
|
60
|
+
netLabelHeight: 0.48,
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
textBoxes: [],
|
|
64
|
+
availableNetLabelOrientations: { gnd: ["y-"] },
|
|
65
|
+
maxMspPairDistance: 2.4,
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
test("places a shared capacitor GND label at the lower rail end", () => {
|
|
69
|
+
const solver = new SchematicTracePipelineSolver(inputProblem)
|
|
70
|
+
|
|
71
|
+
solver.solve()
|
|
72
|
+
|
|
73
|
+
const gndLabels = solver
|
|
74
|
+
.netLabelNetLabelCollisionSolver!.getOutput()
|
|
75
|
+
.netLabelPlacements.filter((label) => label.netId === "gnd")
|
|
76
|
+
const capacitorRailLabel = gndLabels.find(
|
|
77
|
+
(label) => Math.abs(label.anchorPoint.x - 3.3) < 1,
|
|
78
|
+
)!
|
|
79
|
+
|
|
80
|
+
expect(capacitorRailLabel.orientation).toBe("y-")
|
|
81
|
+
expect(capacitorRailLabel.anchorPoint.y).toBeCloseTo(-1.5)
|
|
82
|
+
expect(capacitorRailLabel.anchorPoint.x).toBeGreaterThan(3.3)
|
|
83
|
+
expect(solver).toMatchSolverSnapshot(import.meta.path)
|
|
84
|
+
})
|