@tscircuit/schematic-trace-solver 0.0.160 → 0.0.162
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.d.ts +5 -0
- package/dist/index.js +221 -29
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
- package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +28 -21
- package/lib/solvers/MspConnectionPairSolver/getMspConnectionPairsFromPins.ts +3 -3
- package/lib/solvers/MspConnectionPairSolver/shouldSeparateGroundNetRows.ts +40 -0
- package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
- package/lib/types/InputProblem.ts +3 -0
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
- package/tests/examples/__snapshots__/example51.snap.svg +568 -568
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
- package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +115 -0
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
- package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
- package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
- package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
- package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
- package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
- package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
- package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
- package/tests/repros/repro-tida010076-page02.test.ts +2 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
- package/tests/solvers/MspConnectionPairSolver/msp-connection-pair-solver-ground-net-rows.test.ts +57 -0
package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
<svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
|
|
2
|
+
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="7.3,4.48 7.3,4.680000000000001 5.7,4.680000000000001 5.7,4.48" data-type="line" data-label="" points="232.45599329421634,112.99245599329413 232.45599329421634,94.2162615255657 82.24643755238901,94.2162615255657 82.24643755238901,112.99245599329413" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,4.48 8.9,4.680000000000001 7.3,4.680000000000001 7.3,4.48" data-type="line" data-label="" points="382.66554903604367,112.99245599329413 382.66554903604367,94.2162615255657 232.45599329421634,94.2162615255657 232.45599329421634,112.99245599329413" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.5,4.48 10.5,4.68 8.9,4.68 8.9,4.48" data-type="line" data-label="" points="532.875104777871,112.99245599329413 532.875104777871,94.21626152556576 382.66554903604367,94.21626152556576 382.66554903604367,112.99245599329413" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.3,3.719999999999999 7.3,3.5199999999999987 5.7,3.5199999999999987 5.7,3.719999999999999" data-type="line" data-label="" points="232.45599329421634,184.34199497066226 232.45599329421634,203.1181894383907 82.24643755238901,203.1181894383907 82.24643755238901,184.34199497066226" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,3.719999999999999 8.9,3.5199999999999987 7.3,3.5199999999999987 7.3,3.719999999999999" data-type="line" data-label="" points="382.66554903604367,184.34199497066226 382.66554903604367,203.1181894383907 232.45599329421634,203.1181894383907 232.45599329421634,184.34199497066226" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.5,3.719999999999999 10.5,3.5199999999999996 8.9,3.5199999999999996 8.9,3.719999999999999" data-type="line" data-label="" points="532.875104777871,184.34199497066226 532.875104777871,203.11818943839057 382.66554903604367,203.11818943839057 382.66554903604367,184.34199497066226" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.5,0.06999999999999995 6.5,-0.13000000000000023 8.2,-0.13000000000000023 8.2,0.06999999999999995" data-type="line" data-label="" points="157.35121542330262,527.0075440067058 157.35121542330262,545.7837384744341 316.94886839899414,545.7837384744341 316.94886839899414,527.0075440067058" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.5,0.06999999999999995 10.5,-0.12999999999999934 8.2,-0.12999999999999934 8.2,0.06999999999999995" data-type="line" data-label="" points="532.875104777871,527.0075440067058 532.875104777871,545.7837384744341 316.94886839899414,545.7837384744341 316.94886839899414,527.0075440067058" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.5,0.8300000000000001 6.5,1.0300000000000002 8.2,1.0300000000000002 8.2,0.8300000000000001" data-type="line" data-label="" points="157.35121542330262,455.65800502933774 157.35121542330262,436.8818105616093 316.94886839899414,436.8818105616093 316.94886839899414,455.65800502933774" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="5.8325" data-y="4.1" x="40.000000000000085" y="112.9924559932941" width="109.37133277451795" height="71.34953897736813" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="7.4325" data-y="4.1" x="190.20955574182733" y="112.9924559932941" width="109.37133277451812" height="71.34953897736813" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="9.0325" data-y="4.1" x="340.4191114836547" y="112.9924559932941" width="109.37133277451801" height="71.34953897736813" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="10.6325" data-y="4.1" x="490.62866722548205" y="112.9924559932941" width="109.37133277451801" height="71.34953897736813" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="6.5125" data-y="0.45" x="115.10477787091372" y="455.6580050293377" width="86.83989941324398" height="71.34953897736801" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="8.212499999999999" data-y="0.45" x="274.7024308466051" y="455.6580050293377" width="86.83989941324398" height="71.34953897736801" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="10.5125" data-y="0.45" x="490.62866722548205" y="455.6580050293377" width="86.83989941324364" height="71.34953897736801" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="netId: VDD_IO
|
|
4
|
+
globalConnNetId: connectivity_net0" data-x="8.9" data-y="4.890000000000001" x="343.23554065381404" y="54.78625314333598" width="78.86001676445926" height="39.43000838222969" fill="#ef444466" stroke="#ef4444" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
5
|
+
globalConnNetId: connectivity_net1" data-x="8.9" data-y="3.3099999999999987" x="360.13411567476953" y="203.1181894383907" width="45.06286672254828" height="39.43000838222963" fill="#00000066" stroke="#000000" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
6
|
+
globalConnNetId: connectivity_net1" data-x="6.5" data-y="-0.3400000000000002" x="134.81978206202848" y="545.7837384744341" width="45.06286672254828" height="39.430008382229744" fill="#00000066" stroke="#000000" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="netId: VBAT
|
|
7
|
+
globalConnNetId: connectivity_net3" data-x="10.5" data-y="1.041" x="504.7108130762783" y="416.1341156747694" width="56.32858340318535" height="39.43000838222969" fill="#ef444466" stroke="#ef4444" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="INLINE netId: MLDO_OUT
|
|
8
|
+
axis: x
|
|
9
|
+
side: y+" data-x="7.35" data-y="1.1400000000000003" x="203.35289186923717" y="420.92204526404015" width="67.59430008382242" height="11.26571668063707" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.010651785714285714"/></g><text data-type="text" data-label="MLDO_OUT" data-x="7.35" data-y="1.1400000000000003" x="237.15004191114838" y="426.5549036043587" fill="green" font-size="11.26571668063705" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">MLDO_OUT</text><g><circle data-type="point" data-label="anode
|
|
10
|
+
y+" data-x="5.7" data-y="4.48" cx="82.24643755238901" cy="112.99245599329413" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
11
|
+
y-" data-x="5.7" data-y="3.719999999999999" cx="82.24643755238901" cy="184.34199497066226" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
12
|
+
y+" data-x="7.3" data-y="4.48" cx="232.45599329421634" cy="112.99245599329413" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
13
|
+
y-" data-x="7.3" data-y="3.719999999999999" cx="232.45599329421634" cy="184.34199497066226" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
14
|
+
y+" data-x="8.9" data-y="4.48" cx="382.66554903604367" cy="112.99245599329413" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
15
|
+
y-" data-x="8.9" data-y="3.719999999999999" cx="382.66554903604367" cy="184.34199497066226" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
16
|
+
y+" data-x="10.5" data-y="4.48" cx="532.875104777871" cy="112.99245599329413" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
17
|
+
y-" data-x="10.5" data-y="3.719999999999999" cx="532.875104777871" cy="184.34199497066226" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
18
|
+
y+" data-x="6.5" data-y="0.8300000000000001" cx="157.35121542330262" cy="455.65800502933774" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
19
|
+
y-" data-x="6.5" data-y="0.06999999999999995" cx="157.35121542330262" cy="527.0075440067058" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
20
|
+
y+" data-x="8.2" data-y="0.8300000000000001" cx="316.94886839899414" cy="455.65800502933774" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
21
|
+
y-" data-x="8.2" data-y="0.06999999999999995" cx="316.94886839899414" cy="527.0075440067058" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
22
|
+
y+" data-x="10.5" data-y="0.8300000000000001" cx="532.875104777871" cy="455.65800502933774" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
23
|
+
y-" data-x="10.5" data-y="0.06999999999999995" cx="532.875104777871" cy="527.0075440067058" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
24
|
+
orientation: y+" data-x="8.9" data-y="4.680000000000001" cx="382.66554903604367" cy="94.2162615255657" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
25
|
+
orientation: y-" data-x="8.9" data-y="3.5199999999999987" cx="382.66554903604367" cy="203.1181894383907" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
26
|
+
orientation: y-" data-x="6.5" data-y="-0.13000000000000023" cx="157.35121542330262" cy="545.7837384744341" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
27
|
+
orientation: y+" data-x="10.5" data-y="0.8300000000000001" cx="532.875104777871" cy="455.65800502933774" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="inline anchor
|
|
28
|
+
MLDO_OUT" data-x="7.35" data-y="1.0300000000000002" cx="237.15004191114838" cy="436.8818105616093" r="3" fill="green"/></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[
|
|
29
|
+
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
30
|
+
const svg = e.currentTarget;
|
|
31
|
+
const rect = svg.getBoundingClientRect();
|
|
32
|
+
const x = e.clientX - rect.left;
|
|
33
|
+
const y = e.clientY - rect.top;
|
|
34
|
+
const crosshair = svg.getElementById('crosshair');
|
|
35
|
+
const h = svg.getElementById('crosshair-h');
|
|
36
|
+
const v = svg.getElementById('crosshair-v');
|
|
37
|
+
const coords = svg.getElementById('coordinates');
|
|
38
|
+
|
|
39
|
+
crosshair.style.display = 'block';
|
|
40
|
+
h.setAttribute('x1', '0');
|
|
41
|
+
h.setAttribute('x2', '640');
|
|
42
|
+
h.setAttribute('y1', y);
|
|
43
|
+
h.setAttribute('y2', y);
|
|
44
|
+
v.setAttribute('x1', x);
|
|
45
|
+
v.setAttribute('x2', x);
|
|
46
|
+
v.setAttribute('y1', '0');
|
|
47
|
+
v.setAttribute('y2', '640');
|
|
48
|
+
|
|
49
|
+
// Calculate real coordinates using inverse transformation
|
|
50
|
+
const matrix = {"a":93.88097233864208,"c":0,"e":-452.8751047778709,"b":0,"d":-93.88097233864208,"f":533.5792120704107};
|
|
51
|
+
// Manually invert and apply the affine transform
|
|
52
|
+
// Since we only use translate and scale, we can directly compute:
|
|
53
|
+
// x' = (x - tx) / sx
|
|
54
|
+
// y' = (y - ty) / sy
|
|
55
|
+
const sx = matrix.a;
|
|
56
|
+
const sy = matrix.d;
|
|
57
|
+
const tx = matrix.e;
|
|
58
|
+
const ty = matrix.f;
|
|
59
|
+
const realPoint = {
|
|
60
|
+
x: (x - tx) / sx,
|
|
61
|
+
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
65
|
+
coords.setAttribute('x', (x + 5).toString());
|
|
66
|
+
coords.setAttribute('y', (y - 5).toString());
|
|
67
|
+
});
|
|
68
|
+
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
69
|
+
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
70
|
+
});
|
|
71
|
+
]]></script>
|
|
72
|
+
</g>
|
|
73
|
+
<g transform="translate(0, 1216)">
|
|
74
|
+
<style>
|
|
75
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
76
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
77
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
78
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
79
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
80
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
81
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
82
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
83
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
84
|
+
|
|
85
|
+
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 487.0358779704501 132.88376506693987 L 487.0358779704501 108.65553514103988 L 293.2100385632501 108.65553514103988 L 293.2100385632501 132.88376506693987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 487.0358779704501 132.88376506693987 L 487.0358779704501 108.65553514103988 L 293.2100385632501 108.65553514103988 L 293.2100385632501 132.88376506693987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 680.86171737765 132.88376506693987 L 680.86171737765 108.65553514103988 L 487.0358779704501 108.65553514103988 L 487.0358779704501 132.88376506693987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 680.86171737765 132.88376506693987 L 680.86171737765 108.65553514103988 L 487.0358779704501 108.65553514103988 L 487.0358779704501 132.88376506693987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 874.68755678485 132.88376506693987 L 874.68755678485 108.65553514103999 L 680.86171737765 108.65553514103999 L 680.86171737765 132.88376506693987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.68755678485 132.88376506693987 L 874.68755678485 108.65553514103999 L 680.86171737765 108.65553514103999 L 680.86171737765 132.88376506693987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 487.0358779704501 224.95103878536014 L 487.0358779704501 249.17926871126014 L 293.2100385632501 249.17926871126014 L 293.2100385632501 224.95103878536014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 487.0358779704501 224.95103878536014 L 487.0358779704501 249.17926871126014 L 293.2100385632501 249.17926871126014 L 293.2100385632501 224.95103878536014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 680.86171737765 224.95103878536014 L 680.86171737765 249.17926871126014 L 487.0358779704501 249.17926871126014 L 487.0358779704501 224.95103878536014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 680.86171737765 224.95103878536014 L 680.86171737765 249.17926871126014 L 487.0358779704501 249.17926871126014 L 487.0358779704501 224.95103878536014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 874.68755678485 224.95103878536014 L 874.68755678485 249.17926871126002 L 680.86171737765 249.17926871126002 L 680.86171737765 224.95103878536014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.68755678485 224.95103878536014 L 874.68755678485 249.17926871126002 L 680.86171737765 249.17926871126002 L 680.86171737765 224.95103878536014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 390.1229582668501 667.116234933035 L 390.1229582668501 691.344464858935 L 596.062912637 691.344464858935 L 596.062912637 667.116234933035" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 390.1229582668501 667.116234933035 L 390.1229582668501 691.344464858935 L 596.062912637 691.344464858935 L 596.062912637 667.116234933035" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 874.68755678485 667.116234933035 L 874.68755678485 691.3444648589349 L 596.062912637 691.3444648589349 L 596.062912637 667.116234933035" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.68755678485 667.116234933035 L 874.68755678485 691.3444648589349 L 596.062912637 691.3444648589349 L 596.062912637 667.116234933035" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 390.1229582668501 575.048961214615 L 390.1229582668501 550.820731288715 L 596.062912637 550.820731288715 L 596.062912637 575.048961214615" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 390.1229582668501 575.048961214615 L 390.1229582668501 550.820731288715 L 596.062912637 550.820731288715 L 596.062912637 575.048961214615" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="487.0358779704501" cy="132.88376506693987" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="487.0358779704501" cy="108.65553514103988" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="680.86171737765" cy="132.88376506693987" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="680.86171737765" cy="108.65553514103988" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="487.0358779704501" cy="224.95103878536014" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="487.0358779704501" cy="249.17926871126014" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="680.86171737765" cy="224.95103878536014" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="680.86171737765" cy="249.17926871126014" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="596.062912637" cy="691.344464858935" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="596.062912637" cy="667.116234933035" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="238.69652122997502" y="172.86034444467504" width="141.12943931836742" height="12.114114962949941" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="238.69652122997502" y="172.86034444467504" width="141.12943931836742" height="12.114114962949941" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="293.2100385632501" y1="172.86034444467504" x2="293.2100385632501" y2="132.88376506693987" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="290.7872155706601" y="130.46094207434987" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="290.7872155706601" y="152.87205475580743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 290.7872155706601 152.87205475580743)"></text><text class="pin-number sch-pin-label" x="293.2100385632501" y="184.97445940762498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 293.2100385632501 184.97445940762498)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="293.2100385632501" y1="184.97445940762498" x2="293.2100385632501" y2="224.95103878536014" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="290.7872155706601" y="222.52821579277014" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="290.7872155706601" y="204.96274909649253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 290.7872155706601 204.96274909649253)"></text><text class="pin-number sch-pin-label" x="293.2100385632501" y="172.86034444467504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 293.2100385632501 172.86034444467504)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="432.522360637175" y="172.86034444467504" width="141.12943931836764" height="12.114114962949941" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="432.522360637175" y="172.86034444467504" width="141.12943931836764" height="12.114114962949941" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="487.0358779704501" y1="172.86034444467504" x2="487.0358779704501" y2="132.88376506693987" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="484.6130549778601" y="130.46094207434987" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="484.6130549778601" y="152.87205475580743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 484.6130549778601 152.87205475580743)"></text><text class="pin-number sch-pin-label" x="487.0358779704501" y="184.97445940762498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 487.0358779704501 184.97445940762498)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="487.0358779704501" y1="184.97445940762498" x2="487.0358779704501" y2="224.95103878536014" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="484.6130549778601" y="222.52821579277014" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="484.6130549778601" y="204.96274909649253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 484.6130549778601 204.96274909649253)"></text><text class="pin-number sch-pin-label" x="487.0358779704501" y="172.86034444467504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 487.0358779704501 172.86034444467504)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="626.3482000443752" y="172.86034444467504" width="141.12943931836753" height="12.114114962949941" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="626.3482000443752" y="172.86034444467504" width="141.12943931836753" height="12.114114962949941" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="680.86171737765" y1="172.86034444467504" x2="680.86171737765" y2="132.88376506693987" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="678.43889438506" y="130.46094207434987" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.4388943850603" y="152.87205475580743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 678.4388943850603 152.87205475580743)"></text><text class="pin-number sch-pin-label" x="680.86171737765" y="184.97445940762498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 680.86171737765 184.97445940762498)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="680.86171737765" y1="184.97445940762498" x2="680.86171737765" y2="224.95103878536014" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="678.43889438506" y="222.52821579277014" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.4388943850603" y="204.96274909649253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 678.4388943850603 204.96274909649253)"></text><text class="pin-number sch-pin-label" x="680.86171737765" y="172.86034444467504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 680.86171737765 172.86034444467504)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="820.1740394515751" y="172.86034444467504" width="141.12943931836753" height="12.114114962949941" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="820.1740394515751" y="172.86034444467504" width="141.12943931836753" height="12.114114962949941" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="874.68755678485" y1="172.86034444467504" x2="874.68755678485" y2="132.88376506693987" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="872.26473379226" y="130.46094207434987" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.2647337922602" y="152.87205475580743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 872.2647337922602 152.87205475580743)"></text><text class="pin-number sch-pin-label" x="874.68755678485" y="184.97445940762498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 874.68755678485 184.97445940762498)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="874.68755678485" y1="184.97445940762498" x2="874.68755678485" y2="224.95103878536014" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="872.26473379226" y="222.52821579277014" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.2647337922602" y="204.96274909649253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 872.2647337922602 204.96274909649253)"></text><text class="pin-number sch-pin-label" x="874.68755678485" y="172.86034444467504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 874.68755678485 172.86034444467504)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="335.609440933575" y="615.02554059235" width="112.05556340728765" height="12.114114962949998" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="335.609440933575" y="615.02554059235" width="112.05556340728765" height="12.114114962949998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="390.1229582668501" y1="615.02554059235" x2="390.1229582668501" y2="575.048961214615" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="387.7001352742601" y="572.626138222025" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.7001352742601" y="595.0372509034825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 387.7001352742601 595.0372509034825)"></text><text class="pin-number sch-pin-label" x="390.1229582668501" y="627.1396555553" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 390.1229582668501 627.1396555553)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="390.1229582668501" y1="627.1396555553" x2="390.1229582668501" y2="667.116234933035" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="387.7001352742601" y="664.693411940445" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.7001352742601" y="647.1279452441674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 387.7001352742601 647.1279452441674)"></text><text class="pin-number sch-pin-label" x="390.1229582668501" y="615.02554059235" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 390.1229582668501 615.02554059235)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="541.5493953037249" y="615.02554059235" width="112.05556340728765" height="12.114114962949998" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="541.5493953037249" y="615.02554059235" width="112.05556340728765" height="12.114114962949998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="596.062912637" y1="615.02554059235" x2="596.062912637" y2="575.048961214615" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="593.64008964441" y="572.626138222025" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="593.6400896444101" y="595.0372509034825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 593.6400896444101 595.0372509034825)"></text><text class="pin-number sch-pin-label" x="596.062912637" y="627.1396555553" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 596.062912637 627.1396555553)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="596.062912637" y1="627.1396555553" x2="596.062912637" y2="667.116234933035" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="593.64008964441" y="664.693411940445" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="593.6400896444101" y="647.1279452441674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 593.6400896444101 647.1279452441674)"></text><text class="pin-number sch-pin-label" x="596.062912637" y="615.02554059235" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 596.062912637 615.02554059235)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="820.1740394515751" y="615.02554059235" width="112.05556340728708" height="12.114114962949998" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="820.1740394515751" y="615.02554059235" width="112.05556340728708" height="12.114114962949998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="874.68755678485" y1="615.02554059235" x2="874.68755678485" y2="577.471784207205" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="874.68755678485" cy="575.048961214615" r="2.42282299259" stroke-width="2.42282299259px"/><rect x="872.26473379226" y="572.626138222025" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.2647337922602" y="595.0372509034825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 872.2647337922602 595.0372509034825)"></text><text class="pin-number sch-pin-label" x="874.68755678485" y="627.1396555553" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 874.68755678485 627.1396555553)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="874.68755678485" y1="627.1396555553" x2="874.68755678485" y2="667.116234933035" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="872.26473379226" y="664.693411940445" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.2647337922602" y="647.1279452441674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 872.2647337922602 647.1279452441674)"></text><text class="pin-number sch-pin-label" x="874.68755678485" y="615.02554059235" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 874.68755678485 615.02554059235)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="293.2100385632501" cy="132.88376506693987" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="293.2100385632501" cy="224.95103878536014" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="487.0358779704501" cy="132.88376506693987" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="487.0358779704501" cy="224.95103878536014" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="680.86171737765" cy="132.88376506693987" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="680.86171737765" cy="224.95103878536014" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="874.68755678485" cy="132.88376506693987" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="874.68755678485" cy="224.95103878536014" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="390.1229582668501" cy="575.048961214615" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="390.1229582668501" cy="667.116234933035" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="596.062912637" cy="575.048961214615" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="596.062912637" cy="667.116234933035" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="874.68755678485" cy="575.048961214615" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="874.68755678485" cy="667.116234933035" r="4.84564598518" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
86
|
+
M 680.86171737765,108.65553514103988
|
|
87
|
+
L 668.7476024147,102.11391306104687
|
|
88
|
+
L 668.7476024147,60.570574814770346
|
|
89
|
+
L 692.9758323406,60.570574814770346
|
|
90
|
+
L 692.9758323406,102.11391306104687
|
|
91
|
+
Z
|
|
92
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.42282299259px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="680.86171737765" y="97.75283167438488" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.80540693331px" transform="rotate(-90 680.86171737765 97.75283167438488)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
93
|
+
M 680.86171737765,249.17926871126014
|
|
94
|
+
L 692.9758323406,255.72089079125314
|
|
95
|
+
L 692.9758323406,297.2642290375297
|
|
96
|
+
L 668.7476024147,297.2642290375297
|
|
97
|
+
L 668.7476024147,255.72089079125314
|
|
98
|
+
Z
|
|
99
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.42282299259px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="680.86171737765" y="260.08197217791513" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.80540693331px" transform="rotate(90 680.86171737765 260.08197217791513)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
100
|
+
M 390.1229582668501,691.344464858935
|
|
101
|
+
L 402.2370732298001,697.886086938928
|
|
102
|
+
L 402.2370732298001,739.4294251852045
|
|
103
|
+
L 378.0088433039001,739.4294251852045
|
|
104
|
+
L 378.0088433039001,697.886086938928
|
|
105
|
+
Z
|
|
106
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.42282299259px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="390.1229582668501" y="702.24716832559" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.80540693331px" transform="rotate(90 390.1229582668501 702.24716832559)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
107
|
+
M 874.68755678485,575.048961214615
|
|
108
|
+
L 862.5734418219,568.507339134622
|
|
109
|
+
L 862.5734418219,526.9640008883455
|
|
110
|
+
L 886.8016717478,526.9640008883455
|
|
111
|
+
L 886.8016717478,568.507339134622
|
|
112
|
+
Z
|
|
113
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.42282299259px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="874.68755678485" y="564.14625774796" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.80540693331px" transform="rotate(-90 874.68755678485 564.14625774796)">XX</text><text class="sch-text" x="493.092935451925" y="537.4952048294699" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.536937955540001px" transform="rotate(0, 493.092935451925, 537.4952048294699)">XXXXXXXX</text>
|
|
114
|
+
</g>
|
|
115
|
+
</svg>
|
|
@@ -82,41 +82,41 @@ orientation: y+" data-x="2.7849999999999993" data-y="-5.293455349999999" cx="563
|
|
|
82
82
|
.port-label { fill: rgb(0, 100, 100); }
|
|
83
83
|
.component-name { fill: rgb(0, 100, 100); }
|
|
84
84
|
|
|
85
|
-
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 329.71158248144394 419.41095681351936 L 329.71158248144394 301.9380436440146 L 282.09980161773194 301.9380436440146" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 329.71158248144394 419.41095681351936 L 329.71158248144394 301.9380436440146 L 282.09980161773194 301.9380436440146" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 443.247367617988 419.41095681351936 L 443.247367617988 408.4236227680473 L 329.71158248144394 408.4236227680473 L 329.71158248144394 419.41095681351936" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 443.247367617988 419.41095681351936 L 443.247367617988 408.4236227680473 L 329.71158248144394 408.4236227680473 L 329.71158248144394 419.41095681351936" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 554.95193041362 408.4236227680473 L 443.247367617988 408.4236227680473 L 443.247367617988 419.41095681351936" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 554.95193041362 408.4236227680473 L 443.247367617988 408.4236227680473 L 443.247367617988 419.41095681351936" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 554.95193041362 445.04806958628734 L 536.6397070045 445.04806958628734 L 536.6397070045 408.4236227680473 L 554.95193041362 408.4236227680473" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 554.95193041362 445.04806958628734 L 536.6397070045 445.04806958628734 L 536.6397070045 408.4236227680473 L 554.95193041362 408.4236227680473" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 443.247367617988 488.9974057681754 L 443.247367617988 507.30962917729534 L 527.0257897147121 507.30962917729534 L 527.0257897147121 426.7358461771674 L 554.95193041362 426.7358461771674" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 443.247367617988 488.9974057681754 L 443.247367617988 507.30962917729534 L 527.0257897147121 507.30962917729534 L 527.0257897147121 426.7358461771674 L 554.95193041362 426.7358461771674" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 329.71158248144394 488.9974057681754 L 329.71158248144394 507.30962917729534 L 443.247367617988 507.30962917729534 L 443.247367617988 488.9974057681754" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 329.71158248144394 488.9974057681754 L 329.71158248144394 507.30962917729534 L 443.247367617988 507.30962917729534 L 443.247367617988 488.9974057681754" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 963.314512436996 498.15351747273536 L 963.314512436996 516.4657408818554 L 849.7787273004519 516.4657408818554 L 849.7787273004519 498.15351747273536" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 963.314512436996 498.15351747273536 L 963.314512436996 516.4657408818554 L 849.7787273004519 516.4657408818554 L 849.7787273004519 498.15351747273536" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 849.7787273004519 428.5670685180794 L 849.7787273004519 417.5797344726074 L 738.0741645048199 417.5797344726074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 849.7787273004519 428.5670685180794 L 849.7787273004519 417.5797344726074 L 738.0741645048199 417.5797344726074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 963.314512436996 428.5670685180794 L 963.314512436996 417.5797344726074 L 849.7787273004519 417.5797344726074 L 849.7787273004519 428.5670685180794" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 963.314512436996 428.5670685180794 L 963.314512436996 417.5797344726074 L 849.7787273004519 417.5797344726074 L 849.7787273004519 428.5670685180794" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 98.97756752653197 301.9380436440146 L 54.936670227598256 301.9380436440146 L 54.936670227598256 283.534259117849" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 98.97756752653197 301.9380436440146 L 54.936670227598256 301.9380436440146 L 54.936670227598256 283.534259117849" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="329.71158248144394" cy="419.41095681351936" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="443.247367617988" cy="419.41095681351936" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="443.247367617988" cy="408.4236227680473" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="554.95193041362" cy="408.4236227680473" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="443.247367617988" cy="488.9974057681754" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="443.247367617988" cy="507.30962917729534" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="849.7787273004519" cy="428.5670685180794" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="849.7787273004519" cy="417.5797344726074" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="135.602014344772" y="283.6258202348946" width="109.87334045471988" height="36.62444681824002" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="135.602014344772" y="283.6258202348946" width="109.87334045471988" height="36.62444681824002" fill="transparent"/><text class="sch-text" x="190.53868457213196" y="301.9380436440146" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.208148939413343px" transform="rotate(0, 190.53868457213196, 301.9380436440146)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="135.602014344772" y1="301.9380436440146" x2="98.97756752653197" y2="301.9380436440146" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="97.14634518561996" y="300.1068213031026" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.28979093565192" y="300.10682130310266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="144.75812604933196" y="301.9380436440146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="245.47535479949187" y1="301.9380436440146" x2="282.09980161773194" y2="301.9380436440146" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="280.26857927681993" y="300.1068213031026" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.78757820861193" y="300.10682130310266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="236.31924309493195" y="301.9380436440146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_21</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="591.57637723186" y="399.2675110634874" width="109.87334045472005" height="54.93667022735991" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="591.57637723186" y="399.2675110634874" width="109.87334045472005" height="54.93667022735991" fill="transparent"/><text class="sch-text" x="646.5130474592199" y="426.7358461771674" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 646.5130474592199, 426.7358461771674)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="591.57637723186" y1="408.4236227680473" x2="554.95193041362" y2="408.4236227680473" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="553.120708072708" y="406.5924004271353" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="573.2641538227399" y="406.5924004271354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="600.7324889364199" y="408.4236227680473" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="591.57637723186" y1="426.7358461771674" x2="554.95193041362" y2="426.7358461771674" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="553.120708072708" y="424.9046238362554" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="573.2641538227399" y="424.9046238362554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="600.7324889364199" y="426.7358461771674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="591.57637723186" y1="445.04806958628734" x2="554.95193041362" y2="445.04806958628734" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="553.120708072708" y="443.21684724537533" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="573.2641538227399" y="443.21684724537545" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="600.7324889364199" y="445.04806958628734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="701.44971768658" y1="435.8919578817273" x2="736.242942163908" y2="435.8919578817273" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="738.0741645048199" cy="435.8919578817273" r="1.831222340912" stroke-width="1.831222340912px"/><rect x="736.242942163908" y="434.0607355408153" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="719.7619410957" y="434.06073554081536" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="692.2936059820199" y="435.8919578817273" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="701.44971768658" y1="417.5797344726074" x2="738.0741645048199" y2="417.5797344726074" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="736.242942163908" y="415.7485121316954" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="719.7619410957" y="415.74851213169546" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="692.2936059820199" y="417.5797344726074" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_26</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="299.95421944162393" y="449.6261254385674" width="84.23622768195202" height="9.156111704559976" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="299.95421944162393" y="449.6261254385674" width="84.23622768195202" height="9.156111704559976" fill="transparent"/><text class="sch-text" x="342.07233328259997" y="454.2041812908473" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 342.07233328259997, 454.2041812908473)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="329.71158248144394" y1="449.6261254385674" x2="329.71158248144394" y2="419.41095681351936" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="327.88036014053193" y="417.57973447260736" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.880360140532" y="434.5185411260434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 327.880360140532 434.5185411260434)"></text><text class="pin-number sch-pin-label" x="329.71158248144394" y="458.78223714312736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 329.71158248144394 458.78223714312736)">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="329.71158248144394" y1="458.78223714312736" x2="329.71158248144394" y2="488.9974057681754" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="327.88036014053193" y="487.1661834272634" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.880360140532" y="473.8898214556513" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 327.880360140532 473.8898214556513)"></text><text class="pin-number sch-pin-label" x="329.71158248144394" y="449.6261254385674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 329.71158248144394 449.6261254385674)">schematic_port_28</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="413.49000457816794" y="449.6261254385674" width="95.22356172742411" height="9.156111704559976" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="413.49000457816794" y="449.6261254385674" width="95.22356172742411" height="9.156111704559976" fill="transparent"/><text class="sch-text" x="461.10178544188" y="454.2041812908473" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 461.10178544188, 454.2041812908473)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="443.247367617988" y1="449.6261254385674" x2="443.247367617988" y2="419.41095681351936" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="441.416145277076" y="417.57973447260736" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.416145277076" y="434.5185411260434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 441.416145277076 434.5185411260434)"></text><text class="pin-number sch-pin-label" x="443.247367617988" y="458.78223714312736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 443.247367617988 458.78223714312736)">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="443.247367617988" y1="458.78223714312736" x2="443.247367617988" y2="488.9974057681754" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="441.416145277076" y="487.1661834272634" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.416145277076" y="473.8898214556513" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 441.416145277076 473.8898214556513)"></text><text class="pin-number sch-pin-label" x="443.247367617988" y="449.6261254385674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 443.247367617988 449.6261254385674)">schematic_port_30</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="820.0213642606319" y="458.78223714312736" width="84.23622768195196" height="9.156111704559976" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="820.0213642606319" y="458.78223714312736" width="84.23622768195196" height="9.156111704559976" fill="transparent"/><text class="sch-text" x="862.1394781016079" y="463.3602929954074" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 862.1394781016079, 463.3602929954074)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="849.7787273004519" y1="458.78223714312736" x2="849.7787273004519" y2="428.5670685180794" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="847.94750495954" y="426.7358461771674" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.94750495954" y="443.6746528306034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 847.94750495954 443.6746528306034)"></text><text class="pin-number sch-pin-label" x="849.7787273004519" y="467.93834884768734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 849.7787273004519 467.93834884768734)">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="849.7787273004519" y1="467.93834884768734" x2="849.7787273004519" y2="498.15351747273536" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="847.94750495954" y="496.32229513182335" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.94750495954" y="483.0459331602114" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 847.94750495954 483.0459331602114)"></text><text class="pin-number sch-pin-label" x="849.7787273004519" y="458.78223714312736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 849.7787273004519 458.78223714312736)">schematic_port_32</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="933.557149397176" y="458.78223714312736" width="95.223561727424" height="9.156111704559976" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="933.557149397176" y="458.78223714312736" width="95.223561727424" height="9.156111704559976" fill="transparent"/><text class="sch-text" x="981.1689302608879" y="463.3602929954074" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 981.1689302608879, 463.3602929954074)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="963.314512436996" y1="458.78223714312736" x2="963.314512436996" y2="428.5670685180794" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="961.483290096084" y="426.7358461771674" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.4832900960839" y="443.6746528306034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 961.4832900960839 443.6746528306034)"></text><text class="pin-number sch-pin-label" x="963.314512436996" y="467.93834884768734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 963.314512436996 467.93834884768734)">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="963.314512436996" y1="467.93834884768734" x2="963.314512436996" y2="498.15351747273536" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="961.483290096084" y="496.32229513182335" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.4832900960839" y="483.0459331602114" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 961.4832900960839 483.0459331602114)"></text><text class="pin-number sch-pin-label" x="963.314512436996" y="458.78223714312736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 963.314512436996 458.78223714312736)">schematic_port_34</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="98.97756752653197" cy="301.9380436440146" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="282.09980161773194" cy="301.9380436440146" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="554.95193041362" cy="408.4236227680473" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="554.95193041362" cy="426.7358461771674" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="554.95193041362" cy="445.04806958628734" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="738.0741645048199" cy="435.8919578817273" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="738.0741645048199" cy="417.5797344726074" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="329.71158248144394" cy="419.41095681351936" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="329.71158248144394" cy="488.9974057681754" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="443.247367617988" cy="419.41095681351936" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="443.247367617988" cy="488.9974057681754" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="849.7787273004519" cy="428.5670685180794" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="849.7787273004519" cy="498.15351747273536" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="963.314512436996" cy="428.5670685180794" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="963.314512436996" cy="498.15351747273536" r="3.662444681824" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
86
|
-
M
|
|
87
|
-
L
|
|
88
|
-
L
|
|
89
|
-
L
|
|
90
|
-
L
|
|
85
|
+
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 368.2004089977989 421.6768916157671 L 368.2004089977989 290.4907975461814 L 315.03067484644686 290.4907975461814" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.2004089977989 421.6768916157671 L 368.2004089977989 290.4907975461814 L 315.03067484644686 290.4907975461814" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 494.98977505102295 421.6768916157671 L 494.98977505102295 409.40695296545505 L 368.2004089977989 409.40695296545505 L 368.2004089977989 421.6768916157671" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 494.98977505102295 421.6768916157671 L 494.98977505102295 409.40695296545505 L 368.2004089977989 409.40695296545505 L 368.2004089977989 421.6768916157671" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 619.7341513291949 409.40695296545505 L 494.98977505102295 409.40695296545505 L 494.98977505102295 421.6768916157671" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 619.7341513291949 409.40695296545505 L 494.98977505102295 409.40695296545505 L 494.98977505102295 421.6768916157671" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 619.7341513291949 450.30674846649515 L 599.2842535786749 450.30674846649515 L 599.2842535786749 409.40695296545505 L 619.7341513291949 409.40695296545505" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 619.7341513291949 450.30674846649515 L 599.2842535786749 450.30674846649515 L 599.2842535786749 409.40695296545505 L 619.7341513291949 409.40695296545505" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 494.98977505102295 499.3865030677431 L 494.98977505102295 519.8364008182631 L 588.548057259652 519.8364008182631 L 588.548057259652 429.85685071597504 L 619.7341513291949 429.85685071597504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 494.98977505102295 499.3865030677431 L 494.98977505102295 519.8364008182631 L 588.548057259652 519.8364008182631 L 588.548057259652 429.85685071597504 L 619.7341513291949 429.85685071597504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 368.2004089977989 499.3865030677431 L 368.2004089977989 519.8364008182631 L 494.98977505102295 519.8364008182631 L 494.98977505102295 499.3865030677431" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.2004089977989 499.3865030677431 L 368.2004089977989 519.8364008182631 L 494.98977505102295 519.8364008182631 L 494.98977505102295 499.3865030677431" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 1075.766871165791 509.6114519430031 L 1075.766871165791 530.0613496935231 L 948.9775051125669 530.0613496935231 L 948.9775051125669 509.6114519430031" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1075.766871165791 509.6114519430031 L 1075.766871165791 530.0613496935231 L 948.9775051125669 530.0613496935231 L 948.9775051125669 509.6114519430031" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 948.9775051125669 431.9018404910271 L 948.9775051125669 419.63190184071516 L 824.2331288343948 419.63190184071516" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 948.9775051125669 431.9018404910271 L 948.9775051125669 419.63190184071516 L 824.2331288343948 419.63190184071516" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 1075.766871165791 431.9018404910271 L 1075.766871165791 419.63190184071516 L 948.9775051125669 419.63190184071516 L 948.9775051125669 431.9018404910271" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1075.766871165791 431.9018404910271 L 1075.766871165791 419.63190184071516 L 948.9775051125669 419.63190184071516 L 948.9775051125669 431.9018404910271" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 110.53169734124685 290.4907975461814 L 61.34969325124621 290.4907975461814 L 61.34969325124621 269.9386503069087" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 110.53169734124685 290.4907975461814 L 61.34969325124621 290.4907975461814 L 61.34969325124621 269.9386503069087" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="368.2004089977989" cy="421.6768916157671" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="494.98977505102295" cy="421.6768916157671" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="494.98977505102295" cy="409.40695296545505" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="619.7341513291949" cy="409.40695296545505" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="494.98977505102295" cy="499.3865030677431" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="494.98977505102295" cy="519.8364008182631" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="948.9775051125669" cy="431.9018404910271" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="948.9775051125669" cy="419.63190184071516" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="151.43149284228684" y="270.0408997956614" width="122.69938650311997" height="40.89979550103999" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="151.43149284228684" y="270.0408997956614" width="122.69938650311997" height="40.89979550103999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="151.43149284228684" y1="290.4907975461814" x2="110.53169734124685" y2="290.4907975461814" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="108.48670756619485" y="288.4458077711294" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="130.98159509176685" y="288.44580777112947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="274.1308793454068" y1="290.4907975461814" x2="315.03067484644686" y2="290.4907975461814" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="312.98568507139487" y="288.4458077711294" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="294.5807770959268" y="288.44580777112947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="660.6339468302349" y="399.18200409019516" width="122.69938650311997" height="61.34969325155987" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="660.6339468302349" y="399.18200409019516" width="122.69938650311997" height="61.34969325155987" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="660.6339468302349" y1="409.40695296545505" x2="619.7341513291949" y2="409.40695296545505" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="617.6891615541429" y="407.36196319040306" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.1840490797149" y="407.3619631904031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="660.6339468302349" y1="429.85685071597504" x2="619.7341513291949" y2="429.85685071597504" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="617.6891615541429" y="427.81186094092305" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.1840490797149" y="427.8118609409231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="660.6339468302349" y1="450.30674846649515" x2="619.7341513291949" y2="450.30674846649515" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="617.6891615541429" y="448.26175869144316" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.1840490797149" y="448.2617586914431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="783.3333333333549" y1="440.08179959123504" x2="822.1881390593429" y2="440.08179959123504" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="824.2331288343948" cy="440.08179959123504" r="2.044989775052" stroke-width="2.044989775052px"/><rect x="822.1881390593428" y="438.03680981618305" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="803.7832310838749" y="438.0368098161831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="783.3333333333549" y1="419.63190184071516" x2="824.2331288343948" y2="419.63190184071516" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="822.1881390593428" y="417.58691206566317" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="803.7832310838749" y="417.5869120656632" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="334.9693251532039" y="455.41922290412515" width="94.06952965239196" height="10.224948875259884" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="334.9693251532039" y="455.41922290412515" width="94.06952965239196" height="10.224948875259884" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="368.2004089977989" y1="455.41922290412515" x2="368.2004089977989" y2="421.6768916157671" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="366.1554192227469" y="419.6319018407151" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="366.15541922274696" y="438.54805725994606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 366.15541922274696 438.54805725994606)"></text><line class="component-pin sch-component-pin sch-port-line" x1="368.2004089977989" y1="465.64417177938503" x2="368.2004089977989" y2="499.3865030677431" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="366.1554192227469" y="497.3415132926911" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="366.15541922274696" y="482.515337423564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 366.15541922274696 482.515337423564)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="461.7586912064279" y="455.41922290412515" width="106.33946830270406" height="10.224948875259884" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="461.7586912064279" y="455.41922290412515" width="106.33946830270406" height="10.224948875259884" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="494.98977505102295" y1="455.41922290412515" x2="494.98977505102295" y2="421.6768916157671" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="492.94478527597096" y="419.6319018407151" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="492.9447852759709" y="438.54805725994606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 492.9447852759709 438.54805725994606)"></text><line class="component-pin sch-component-pin sch-port-line" x1="494.98977505102295" y1="465.64417177938503" x2="494.98977505102295" y2="499.3865030677431" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="492.94478527597096" y="497.3415132926911" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="492.9447852759709" y="482.515337423564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 492.9447852759709 482.515337423564)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="915.7464212679719" y="465.64417177938515" width="94.06952965239202" height="10.224948875259997" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="915.7464212679719" y="465.64417177938515" width="94.06952965239202" height="10.224948875259997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="948.9775051125669" y1="465.64417177938515" x2="948.9775051125669" y2="431.9018404910271" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="946.9325153375148" y="429.8568507159751" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="946.9325153375148" y="448.7730061352062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 946.9325153375148 448.7730061352062)"></text><line class="component-pin sch-component-pin sch-port-line" x1="948.9775051125669" y1="475.86912065464514" x2="948.9775051125669" y2="509.6114519430031" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="946.9325153375148" y="507.5664621679511" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="946.9325153375148" y="492.7402862988241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 946.9325153375148 492.7402862988241)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="1042.5357873211958" y="465.64417177938515" width="106.33946830270429" height="10.224948875259997" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1042.5357873211958" y="465.64417177938515" width="106.33946830270429" height="10.224948875259997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1075.766871165791" y1="465.64417177938515" x2="1075.766871165791" y2="431.9018404910271" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="1073.7218813907389" y="429.8568507159751" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="1073.7218813907389" y="448.7730061352062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 1073.7218813907389 448.7730061352062)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1075.766871165791" y1="475.86912065464514" x2="1075.766871165791" y2="509.6114519430031" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="1073.7218813907389" y="507.5664621679511" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="1073.7218813907389" y="492.7402862988241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 1073.7218813907389 492.7402862988241)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="110.53169734124685" cy="290.4907975461814" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="315.03067484644686" cy="290.4907975461814" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="619.7341513291949" cy="409.40695296545505" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="619.7341513291949" cy="429.85685071597504" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="619.7341513291949" cy="450.30674846649515" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="824.2331288343948" cy="440.08179959123504" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="824.2331288343948" cy="419.63190184071516" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="368.2004089977989" cy="421.6768916157671" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="368.2004089977989" cy="499.3865030677431" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="494.98977505102295" cy="421.6768916157671" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="494.98977505102295" cy="499.3865030677431" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="948.9775051125669" cy="431.9018404910271" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="948.9775051125669" cy="509.6114519430031" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="1075.766871165791" cy="431.9018404910271" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="1075.766871165791" cy="509.6114519430031" r="4.089979550104" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
86
|
+
M 61.34969325124621,269.9386503069087
|
|
87
|
+
L 51.12474437598621,264.4171779142683
|
|
88
|
+
L 51.12474437598621,229.35241990471002
|
|
89
|
+
L 71.5746421265062,229.35241990471002
|
|
90
|
+
L 71.5746421265062,264.4171779142683
|
|
91
91
|
Z
|
|
92
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
93
|
-
M
|
|
94
|
-
L
|
|
95
|
-
L
|
|
96
|
-
L
|
|
97
|
-
L
|
|
92
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.044989775052px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="61.34969325124621" y="260.7361963191747" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.404907975468px" transform="rotate(-90 61.34969325124621 260.7361963191747)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
93
|
+
M 368.2004089977989,290.4907975461814
|
|
94
|
+
L 357.9754601225389,284.969325153541
|
|
95
|
+
L 357.9754601225389,249.90456714398272
|
|
96
|
+
L 378.4253578730589,249.90456714398272
|
|
97
|
+
L 378.4253578730589,284.969325153541
|
|
98
98
|
Z
|
|
99
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
100
|
-
M
|
|
101
|
-
L
|
|
102
|
-
L
|
|
103
|
-
L
|
|
104
|
-
L
|
|
99
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.044989775052px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="368.2004089977989" y="281.2883435584474" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.404907975468px" transform="rotate(-90 368.2004089977989 281.2883435584474)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
100
|
+
M 494.98977505102295,519.8364008182631
|
|
101
|
+
L 505.21472392628294,525.3578732109034
|
|
102
|
+
L 505.21472392628294,560.4226312204618
|
|
103
|
+
L 484.76482617576295,560.4226312204618
|
|
104
|
+
L 484.76482617576295,525.3578732109034
|
|
105
105
|
Z
|
|
106
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
107
|
-
M
|
|
108
|
-
L
|
|
109
|
-
L
|
|
110
|
-
L
|
|
111
|
-
L
|
|
106
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.044989775052px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="494.98977505102295" y="529.0388548059971" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.404907975468px" transform="rotate(90 494.98977505102295 529.0388548059971)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
107
|
+
M 1075.766871165791,530.0613496935231
|
|
108
|
+
L 1085.991820041051,535.5828220861634
|
|
109
|
+
L 1085.991820041051,570.6475800957218
|
|
110
|
+
L 1065.541922290531,570.6475800957218
|
|
111
|
+
L 1065.541922290531,535.5828220861634
|
|
112
112
|
Z
|
|
113
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
114
|
-
M
|
|
115
|
-
L
|
|
116
|
-
L
|
|
117
|
-
L
|
|
118
|
-
L
|
|
113
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.044989775052px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="1075.766871165791" y="539.2638036812571" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.404907975468px" transform="rotate(90 1075.766871165791 539.2638036812571)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
114
|
+
M 1075.766871165791,419.63190184071516
|
|
115
|
+
L 1065.541922290531,414.11042944807474
|
|
116
|
+
L 1065.541922290531,379.0456714385165
|
|
117
|
+
L 1085.991820041051,379.0456714385165
|
|
118
|
+
L 1085.991820041051,414.11042944807474
|
|
119
119
|
Z
|
|
120
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
120
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.044989775052px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="1075.766871165791" y="410.4294478529812" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.404907975468px" transform="rotate(-90 1075.766871165791 410.4294478529812)">XX</text><text class="sch-text" x="249.59100204478284" y="324.23312883453934" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.40490797546797px" transform="rotate(0, 249.59100204478284, 324.23312883453934)">BSMD1206_200_12V</text><text class="sch-text" x="188.24130879322286" y="258.2822085891123" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.404907975468px" transform="rotate(0, 188.24130879322286, 258.2822085891123)">2A PTC</text><text class="sch-text" x="752.6584867075749" y="473.8241308795931" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.40490797546797px" transform="rotate(0, 752.6584867075749, 473.8241308795931)">AP2112K_3_3TRG1</text><text class="sch-text" x="728.1186094069509" y="387.4233128836462" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.404907975468px" transform="rotate(0, 728.1186094069509, 387.4233128836462)">AP2112K-3.3</text><rect class="schematic-box sch-box" x="151.43149284228684" y="315.03067484680537" width="196.31901840499205" height="18.40490797546795" stroke-width="2.044989775052px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.359918200416 8.179959100208"/><rect class="schematic-box sch-box" x="145.29652351713082" y="245.50102249503735" width="85.88957055218395" height="25.562372188149965" stroke-width="2.044989775052px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.359918200416 8.179959100208"/><rect class="schematic-box sch-box" x="660.6339468302349" y="464.6216768918591" width="184.04907975467995" height="18.40490797546795" stroke-width="2.044989775052px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.359918200416 8.179959100208"/><rect class="schematic-box sch-box" x="654.4989775050789" y="374.6421267895713" width="147.23926380374405" height="25.56237218814988" stroke-width="2.044989775052px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.359918200416 8.179959100208"/>
|
|
121
121
|
</g>
|
|
122
122
|
</svg>
|