Add fix for overcsiced loops
This commit is contained in:
parent
6d40f5be5b
commit
d55060316f
6
examples/ex16.bom.tsv
generated
6
examples/ex16.bom.tsv
generated
@ -1,6 +1,6 @@
|
||||
Id Description Qty Unit Designators Manufacturer MPN
|
||||
1 Cable, Serial, 4 x 0.25 mm² shielded 0.2 m W1
|
||||
2 Connector, Molex KK 254, female, 7 pins 2 X1, X2
|
||||
3 shortPartA 42 mm X1-LO1 WireViz 42XCD42A5
|
||||
4 shortPartB 74 mm X1-LO2 WireViz 42XCD42A5
|
||||
5 shortPartC 21 mm X2-LO1; X2-LO2 WireViz 42XCD42A5
|
||||
3 loopPartA 42 mm X1-LO1 WireViz 42XCD42A5
|
||||
4 loopPartB 74 mm X1-LO2 WireViz 42XCD42A5
|
||||
5 loopPartC 21 mm X2-LO1; X2-LO2 WireViz 42XCD42A5
|
||||
|
||||
|
18
examples/ex16.gv
generated
18
examples/ex16.gv
generated
@ -58,21 +58,21 @@ graph {
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr>
|
||||
<td align="left" balign="left">42 mm x LO1 x shortPartA<br/>WireViz: 42XCD42A5</td>
|
||||
<td align="left" balign="left">42 mm x LO1 x loopPartA<br/>WireViz: 42XCD42A5</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr>
|
||||
<td align="left" balign="left">74 mm x LO2 x shortPartB<br/>WireViz: 42XCD42A5</td>
|
||||
<td align="left" balign="left">74 mm x LO2 x loopPartB<br/>WireViz: 42XCD42A5</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
</table>
|
||||
> fillcolor="#FFFFFF" shape=box style=filled]
|
||||
edge [color="#000000:#FF66CC:#000000"]
|
||||
X1:p1r:e -- X1:p5r:e
|
||||
X1:p5r:e -- X1:p7r:e
|
||||
X1:p1r:e -- X1:p5r:e [label="X1-LO1"]
|
||||
X1:p5r:e -- X1:p7r:e [label="X1-LO1"]
|
||||
edge [color="#000000:#FF0000:#0066FF:#FF8000:#A0DFFF:#000000"]
|
||||
X1:p2r:e -- X1:p6r:e
|
||||
X1:p2r:e -- X1:p6r:e [label="X1-LO2"]
|
||||
edge [headclip=true style=bold tailclip=true]
|
||||
X2 [label=<
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
@ -127,16 +127,16 @@ graph {
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<table border="0" cellspacing="0" cellpadding="3" cellborder="1"><tr>
|
||||
<td align="left" balign="left">42 mm x LO1; LO2 x shortPartC<br/>WireViz: 42XCD42A5</td>
|
||||
<td align="left" balign="left">42 mm x LO1; LO2 x loopPartC<br/>WireViz: 42XCD42A5</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
</table>
|
||||
> fillcolor="#FFFFFF" shape=box style=filled]
|
||||
edge [color="#000000:#FF66CC:#000000"]
|
||||
X2:p1l:w -- X2:p5l:w
|
||||
X2:p5l:w -- X2:p7l:w
|
||||
X2:p1l:w -- X2:p5l:w [label="X2-LO1"]
|
||||
X2:p5l:w -- X2:p7l:w [label="X2-LO1"]
|
||||
edge [color="#000000:#FF66CC:#000000"]
|
||||
X2:p2l:w -- X2:p6l:w
|
||||
X2:p2l:w -- X2:p6l:w [label="X2-LO2"]
|
||||
edge [color="#000000:#895956:#000000"]
|
||||
X1:p1r:e -- W1:w1:w
|
||||
W1:w1:e -- X2:p1l:w
|
||||
|
||||
286
examples/ex16.html
generated
286
examples/ex16.html
generated
@ -33,10 +33,10 @@
|
||||
<!-- Generated by graphviz version 11.0.0 (20240428.1522)
|
||||
-->
|
||||
<!-- Pages: 1 -->
|
||||
<svg width="973pt" height="366pt"
|
||||
viewBox="0.00 0.00 973.25 366.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 362.25)">
|
||||
<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-362.25 969.25,-362.25 969.25,4 -4,4"/>
|
||||
<svg width="970pt" height="368pt"
|
||||
viewBox="0.00 0.00 969.50 368.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 364.25)">
|
||||
<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-364.25 965.5,-364.25 965.5,4 -4,4"/>
|
||||
<!-- X1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>X1</title>
|
||||
@ -80,230 +80,236 @@
|
||||
<polygon fill="none" stroke="black" points="0,-82 0,-106.5 188.25,-106.5 188.25,-82 0,-82"/>
|
||||
<text text-anchor="start" x="21.75" y="-89.2" font-family="arial" font-size="14.00">Additional components</text>
|
||||
<polygon fill="none" stroke="black" points="0,-41 0,-82 188.25,-82 188.25,-41 0,-41"/>
|
||||
<text text-anchor="start" x="4" y="-64.7" font-family="arial" font-size="14.00">42 mm x LO1 x shortPartA</text>
|
||||
<text text-anchor="start" x="4" y="-64.7" font-family="arial" font-size="14.00">42 mm x LO1 x loopPartA</text>
|
||||
<text text-anchor="start" x="4" y="-48.2" font-family="arial" font-size="14.00">WireViz: 42XCD42A5</text>
|
||||
<polygon fill="none" stroke="black" points="0,0 0,-41 188.25,-41 188.25,0 0,0"/>
|
||||
<text text-anchor="start" x="4" y="-23.7" font-family="arial" font-size="14.00">74 mm x LO2 x shortPartB</text>
|
||||
<text text-anchor="start" x="4" y="-23.7" font-family="arial" font-size="14.00">74 mm x LO2 x loopPartB</text>
|
||||
<text text-anchor="start" x="4" y="-7.2" font-family="arial" font-size="14.00">WireViz: 42XCD42A5</text>
|
||||
</g>
|
||||
<!-- X1--X1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>X1:e--X1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.63,-260.54C251.08,-272.5 376.75,-272.5 374.75,-214.5 376.75,-156.5 251.08,-156.5 188.63,-168.47"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M188.25,-262.5C251.08,-274.5 376.75,-274.5 376.75,-214.5 376.75,-154.5 251.08,-154.5 188.25,-166.5"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M187.88,-264.47C251.08,-276.5 376.75,-276.5 378.75,-214.5 376.75,-152.5 251.08,-152.5 187.88,-164.54"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M189.05,-260.67C215.94,-272.5 271.31,-272.5 269.31,-214.5 271.31,-156.5 215.94,-156.5 189.05,-168.34"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M188.25,-262.5C215.94,-274.5 271.31,-274.5 271.31,-214.5 271.31,-154.5 215.94,-154.5 188.25,-166.5"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M187.46,-264.34C215.94,-276.5 271.31,-276.5 273.31,-214.5 271.31,-152.5 215.94,-152.5 187.46,-164.67"/>
|
||||
<text text-anchor="middle" x="296.44" y="-156.7" font-family="arial" font-size="14.00">X1-LO1</text>
|
||||
</g>
|
||||
<!-- X1--X1 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>X1:e--X1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.63,-164.54C251.08,-176.5 376.75,-176.5 374.75,-142.5 376.75,-108.5 251.08,-108.5 188.63,-120.47"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M188.25,-166.5C251.08,-178.5 376.75,-178.5 376.75,-142.5 376.75,-106.5 251.08,-106.5 188.25,-118.5"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M187.88,-168.47C251.08,-180.5 376.75,-180.5 378.75,-142.5 376.75,-104.5 251.08,-104.5 187.88,-116.54"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M189.05,-164.67C215.94,-176.5 271.31,-176.5 269.31,-142.5 271.31,-108.5 215.94,-108.5 189.05,-120.34"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M188.25,-166.5C215.94,-178.5 271.31,-178.5 271.31,-142.5 271.31,-106.5 215.94,-106.5 188.25,-118.5"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M187.46,-168.34C215.94,-180.5 271.31,-180.5 273.31,-142.5 271.31,-104.5 215.94,-104.5 187.46,-116.67"/>
|
||||
<text text-anchor="middle" x="296.44" y="-156.7" font-family="arial" font-size="14.00">X1-LO1</text>
|
||||
</g>
|
||||
<!-- X1--X1 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>X1:e--X1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M189.19,-233.59C251.08,-245.5 376.75,-245.5 371.75,-190.5 376.75,-135.5 251.08,-135.5 189.19,-147.41"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M188.81,-235.55C251.08,-247.5 376.75,-247.5 373.75,-190.5 376.75,-133.5 251.08,-133.5 188.81,-145.45"/>
|
||||
<path fill="none" stroke="#0066ff" stroke-width="2" d="M188.44,-237.52C251.08,-249.5 376.75,-249.5 375.75,-190.5 376.75,-131.5 251.08,-131.5 188.44,-143.48"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M188.06,-239.48C251.08,-251.5 376.75,-251.5 377.75,-190.5 376.75,-129.5 251.08,-129.5 188.06,-141.52"/>
|
||||
<path fill="none" stroke="#a0dfff" stroke-width="2" d="M187.69,-241.45C251.08,-253.5 376.75,-253.5 379.75,-190.5 376.75,-127.5 251.08,-127.5 187.69,-139.55"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M187.31,-243.41C251.08,-255.5 376.75,-255.5 381.75,-190.5 376.75,-125.5 251.08,-125.5 187.31,-137.59"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M190.24,-233.91C215.94,-245.5 271.31,-245.5 266.31,-190.5 271.31,-135.5 215.94,-135.5 190.24,-147.09"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M189.44,-235.75C215.94,-247.5 271.31,-247.5 268.31,-190.5 271.31,-133.5 215.94,-133.5 189.44,-145.25"/>
|
||||
<path fill="none" stroke="#0066ff" stroke-width="2" d="M188.65,-237.58C215.94,-249.5 271.31,-249.5 270.31,-190.5 271.31,-131.5 215.94,-131.5 188.65,-143.42"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M187.85,-239.42C215.94,-251.5 271.31,-251.5 272.31,-190.5 271.31,-129.5 215.94,-129.5 187.85,-141.58"/>
|
||||
<path fill="none" stroke="#a0dfff" stroke-width="2" d="M187.06,-241.25C215.94,-253.5 271.31,-253.5 274.31,-190.5 271.31,-127.5 215.94,-127.5 187.06,-139.75"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M186.26,-243.09C215.94,-255.5 271.31,-255.5 276.31,-190.5 271.31,-125.5 215.94,-125.5 186.26,-137.91"/>
|
||||
<text text-anchor="middle" x="296.44" y="-156.7" font-family="arial" font-size="14.00">X1-LO2</text>
|
||||
</g>
|
||||
<!-- W1 -->
|
||||
<g id="node2" class="node">
|
||||
<title>W1</title>
|
||||
<polygon fill="#ffffff" stroke="black" points="610,-358.25 332.25,-358.25 332.25,-123.25 610,-123.25 610,-358.25"/>
|
||||
<polygon fill="none" stroke="black" points="332.25,-333.75 332.25,-358.25 610,-358.25 610,-333.75 332.25,-333.75"/>
|
||||
<text text-anchor="start" x="459.87" y="-340.95" font-family="arial" font-size="14.00">W1</text>
|
||||
<polygon fill="none" stroke="black" points="332.25,-309.25 332.25,-333.75 376.25,-333.75 376.25,-309.25 332.25,-309.25"/>
|
||||
<text text-anchor="start" x="336.25" y="-316.45" font-family="arial" font-size="14.00">Serial</text>
|
||||
<polygon fill="none" stroke="black" points="376.25,-309.25 376.25,-333.75 399.25,-333.75 399.25,-309.25 376.25,-309.25"/>
|
||||
<text text-anchor="start" x="380.25" y="-316.45" font-family="arial" font-size="14.00">4x</text>
|
||||
<polygon fill="none" stroke="black" points="399.25,-309.25 399.25,-333.75 536.25,-333.75 536.25,-309.25 399.25,-309.25"/>
|
||||
<text text-anchor="start" x="403.25" y="-316.45" font-family="arial" font-size="14.00">0.25 mm² (24 AWG)</text>
|
||||
<polygon fill="none" stroke="black" points="536.25,-309.25 536.25,-333.75 566,-333.75 566,-309.25 536.25,-309.25"/>
|
||||
<text text-anchor="start" x="540.25" y="-316.45" font-family="arial" font-size="14.00">+ S</text>
|
||||
<polygon fill="none" stroke="black" points="566,-309.25 566,-333.75 610,-333.75 610,-309.25 566,-309.25"/>
|
||||
<text text-anchor="start" x="570" y="-316.45" font-family="arial" font-size="14.00">0.2 m</text>
|
||||
<text text-anchor="start" x="376.16" y="-293.95" font-family="arial" font-size="14.00"> </text>
|
||||
<text text-anchor="start" x="345.41" y="-273.95" font-family="arial" font-size="14.00">X1:1:GND</text>
|
||||
<text text-anchor="start" x="438.5" y="-273.95" font-family="arial" font-size="14.00">     1:BN    </text>
|
||||
<text text-anchor="start" x="531.58" y="-273.95" font-family="arial" font-size="14.00">X2:1:GND</text>
|
||||
<text text-anchor="start" x="345.79" y="-247.95" font-family="arial" font-size="14.00">X1:2:VCC</text>
|
||||
<text text-anchor="start" x="437.75" y="-247.95" font-family="arial" font-size="14.00">     2:RD    </text>
|
||||
<text text-anchor="start" x="531.95" y="-247.95" font-family="arial" font-size="14.00">X2:2:VCC</text>
|
||||
<text text-anchor="start" x="351.04" y="-221.95" font-family="arial" font-size="14.00">X1:3:RX</text>
|
||||
<text text-anchor="start" x="437" y="-221.95" font-family="arial" font-size="14.00">     3:OG    </text>
|
||||
<text text-anchor="start" x="537.95" y="-221.95" font-family="arial" font-size="14.00">X2:4:TX</text>
|
||||
<text text-anchor="start" x="351.79" y="-195.95" font-family="arial" font-size="14.00">X1:4:TX</text>
|
||||
<text text-anchor="start" x="438.87" y="-195.95" font-family="arial" font-size="14.00">     4:YE    </text>
|
||||
<text text-anchor="start" x="537.2" y="-195.95" font-family="arial" font-size="14.00">X2:3:RX</text>
|
||||
<text text-anchor="start" x="376.16" y="-169.95" font-family="arial" font-size="14.00"> </text>
|
||||
<text text-anchor="start" x="345.41" y="-149.95" font-family="arial" font-size="14.00">X1:1:GND</text>
|
||||
<text text-anchor="start" x="451.25" y="-149.95" font-family="arial" font-size="14.00">Shield</text>
|
||||
<text text-anchor="start" x="376.16" y="-127.95" font-family="arial" font-size="14.00"> </text>
|
||||
<polygon fill="#ffffff" stroke="black" points="610,-360.25 332.25,-360.25 332.25,-125.25 610,-125.25 610,-360.25"/>
|
||||
<polygon fill="none" stroke="black" points="332.25,-335.75 332.25,-360.25 610,-360.25 610,-335.75 332.25,-335.75"/>
|
||||
<text text-anchor="start" x="459.87" y="-342.95" font-family="arial" font-size="14.00">W1</text>
|
||||
<polygon fill="none" stroke="black" points="332.25,-311.25 332.25,-335.75 376.25,-335.75 376.25,-311.25 332.25,-311.25"/>
|
||||
<text text-anchor="start" x="336.25" y="-318.45" font-family="arial" font-size="14.00">Serial</text>
|
||||
<polygon fill="none" stroke="black" points="376.25,-311.25 376.25,-335.75 399.25,-335.75 399.25,-311.25 376.25,-311.25"/>
|
||||
<text text-anchor="start" x="380.25" y="-318.45" font-family="arial" font-size="14.00">4x</text>
|
||||
<polygon fill="none" stroke="black" points="399.25,-311.25 399.25,-335.75 536.25,-335.75 536.25,-311.25 399.25,-311.25"/>
|
||||
<text text-anchor="start" x="403.25" y="-318.45" font-family="arial" font-size="14.00">0.25 mm² (24 AWG)</text>
|
||||
<polygon fill="none" stroke="black" points="536.25,-311.25 536.25,-335.75 566,-335.75 566,-311.25 536.25,-311.25"/>
|
||||
<text text-anchor="start" x="540.25" y="-318.45" font-family="arial" font-size="14.00">+ S</text>
|
||||
<polygon fill="none" stroke="black" points="566,-311.25 566,-335.75 610,-335.75 610,-311.25 566,-311.25"/>
|
||||
<text text-anchor="start" x="570" y="-318.45" font-family="arial" font-size="14.00">0.2 m</text>
|
||||
<text text-anchor="start" x="376.16" y="-295.95" font-family="arial" font-size="14.00"> </text>
|
||||
<text text-anchor="start" x="345.41" y="-275.95" font-family="arial" font-size="14.00">X1:1:GND</text>
|
||||
<text text-anchor="start" x="438.5" y="-275.95" font-family="arial" font-size="14.00">     1:BN    </text>
|
||||
<text text-anchor="start" x="531.58" y="-275.95" font-family="arial" font-size="14.00">X2:1:GND</text>
|
||||
<text text-anchor="start" x="345.79" y="-249.95" font-family="arial" font-size="14.00">X1:2:VCC</text>
|
||||
<text text-anchor="start" x="437.75" y="-249.95" font-family="arial" font-size="14.00">     2:RD    </text>
|
||||
<text text-anchor="start" x="531.95" y="-249.95" font-family="arial" font-size="14.00">X2:2:VCC</text>
|
||||
<text text-anchor="start" x="351.04" y="-223.95" font-family="arial" font-size="14.00">X1:3:RX</text>
|
||||
<text text-anchor="start" x="437" y="-223.95" font-family="arial" font-size="14.00">     3:OG    </text>
|
||||
<text text-anchor="start" x="537.95" y="-223.95" font-family="arial" font-size="14.00">X2:4:TX</text>
|
||||
<text text-anchor="start" x="351.79" y="-197.95" font-family="arial" font-size="14.00">X1:4:TX</text>
|
||||
<text text-anchor="start" x="438.87" y="-197.95" font-family="arial" font-size="14.00">     4:YE    </text>
|
||||
<text text-anchor="start" x="537.2" y="-197.95" font-family="arial" font-size="14.00">X2:3:RX</text>
|
||||
<text text-anchor="start" x="376.16" y="-171.95" font-family="arial" font-size="14.00"> </text>
|
||||
<text text-anchor="start" x="345.41" y="-151.95" font-family="arial" font-size="14.00">X1:1:GND</text>
|
||||
<text text-anchor="start" x="451.25" y="-151.95" font-family="arial" font-size="14.00">Shield</text>
|
||||
<text text-anchor="start" x="376.16" y="-129.95" font-family="arial" font-size="14.00"> </text>
|
||||
</g>
|
||||
<!-- X1--W1 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>X1:e--W1:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-260.5C252.73,-260.55 268.69,-264.3 332.25,-264.25"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M188.25,-262.5C252.27,-262.5 268.23,-266.25 332.25,-266.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-264.5C251.81,-264.45 267.77,-268.2 332.25,-268.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-260.5C252.98,-260.62 268.88,-266.37 332.25,-266.25"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M188.25,-262.5C252.3,-262.5 268.2,-268.25 332.25,-268.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-264.5C251.62,-264.38 267.52,-270.13 332.25,-270.25"/>
|
||||
</g>
|
||||
<!-- X1--W1 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>X1:e--W1:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-236.5C252.47,-236.51 268.47,-238.26 332.25,-238.25"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M188.25,-238.5C252.25,-238.5 268.25,-240.25 332.25,-240.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-240.5C252.03,-240.49 268.03,-242.24 332.25,-242.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-236.5C252.73,-236.55 268.69,-240.3 332.25,-240.25"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M188.25,-238.5C252.27,-238.5 268.23,-242.25 332.25,-242.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-240.5C251.81,-240.45 267.77,-244.2 332.25,-244.25"/>
|
||||
</g>
|
||||
<!-- X1--W1 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>X1:e--W1:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-212.5C252.22,-212.5 268.22,-212.25 332.25,-212.25"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M188.25,-214.5C252.25,-214.5 268.25,-214.25 332.25,-214.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-216.5C252.28,-216.5 268.28,-216.25 332.25,-216.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-212.5C252.47,-212.51 268.47,-214.26 332.25,-214.25"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M188.25,-214.5C252.25,-214.5 268.25,-216.25 332.25,-216.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-216.5C252.03,-216.49 268.03,-218.24 332.25,-218.25"/>
|
||||
</g>
|
||||
<!-- X1--W1 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>X1:e--W1:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-188.5C251.98,-188.52 267.96,-186.27 332.25,-186.25"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M188.25,-190.5C252.26,-190.5 268.24,-188.25 332.25,-188.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-192.5C252.54,-192.48 268.52,-190.23 332.25,-190.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-188.5C252.22,-188.5 268.22,-188.25 332.25,-188.25"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M188.25,-190.5C252.25,-190.5 268.25,-190.25 332.25,-190.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-192.5C252.28,-192.5 268.28,-192.25 332.25,-192.25"/>
|
||||
</g>
|
||||
<!-- X1--W1 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>X1:e--W1:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-262.5C271.06,-262.5 249.44,-144.25 332.25,-144.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-262.5C270.5,-262.5 250,-146.25 332.25,-146.25"/>
|
||||
</g>
|
||||
<!-- W1--W1 -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>W1:w--W1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-264.25C424.83,-264.25 517.42,-264.25 610,-264.25"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M332.25,-266.25C424.83,-266.25 517.42,-266.25 610,-266.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-268.25C424.83,-268.25 517.42,-268.25 610,-268.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-266.25C424.83,-266.25 517.42,-266.25 610,-266.25"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M332.25,-268.25C424.83,-268.25 517.42,-268.25 610,-268.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-270.25C424.83,-270.25 517.42,-270.25 610,-270.25"/>
|
||||
</g>
|
||||
<!-- W1--W1 -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>W1:w--W1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-238.25C424.83,-238.25 517.42,-238.25 610,-238.25"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M332.25,-240.25C424.83,-240.25 517.42,-240.25 610,-240.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-242.25C424.83,-242.25 517.42,-242.25 610,-242.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-240.25C424.83,-240.25 517.42,-240.25 610,-240.25"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M332.25,-242.25C424.83,-242.25 517.42,-242.25 610,-242.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-244.25C424.83,-244.25 517.42,-244.25 610,-244.25"/>
|
||||
</g>
|
||||
<!-- W1--W1 -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>W1:w--W1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-212.25C424.83,-212.25 517.42,-212.25 610,-212.25"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M332.25,-214.25C424.83,-214.25 517.42,-214.25 610,-214.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-216.25C424.83,-216.25 517.42,-216.25 610,-216.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-214.25C424.83,-214.25 517.42,-214.25 610,-214.25"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M332.25,-216.25C424.83,-216.25 517.42,-216.25 610,-216.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-218.25C424.83,-218.25 517.42,-218.25 610,-218.25"/>
|
||||
</g>
|
||||
<!-- W1--W1 -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>W1:w--W1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-186.25C424.83,-186.25 517.42,-186.25 610,-186.25"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M332.25,-188.25C424.83,-188.25 517.42,-188.25 610,-188.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-190.25C424.83,-190.25 517.42,-190.25 610,-190.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-188.25C424.83,-188.25 517.42,-188.25 610,-188.25"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M332.25,-190.25C424.83,-190.25 517.42,-190.25 610,-190.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-192.25C424.83,-192.25 517.42,-192.25 610,-192.25"/>
|
||||
</g>
|
||||
<!-- W1--W1 -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>W1:w--W1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-144.25C424.83,-144.25 517.42,-144.25 610,-144.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-146.25C424.83,-146.25 517.42,-146.25 610,-146.25"/>
|
||||
</g>
|
||||
<!-- X2 -->
|
||||
<g id="node3" class="node">
|
||||
<title>X2</title>
|
||||
<polygon fill="#ffffff" stroke="black" points="965.25,-327 754,-327 754,-44.5 965.25,-44.5 965.25,-327"/>
|
||||
<polygon fill="none" stroke="black" points="754,-302.5 754,-327 965.25,-327 965.25,-302.5 754,-302.5"/>
|
||||
<text text-anchor="start" x="850.62" y="-309.7" font-family="arial" font-size="14.00">X2</text>
|
||||
<polygon fill="none" stroke="black" points="754,-278 754,-302.5 858.91,-302.5 858.91,-278 754,-278"/>
|
||||
<text text-anchor="start" x="761.83" y="-285.2" font-family="arial" font-size="14.00">Molex KK 254</text>
|
||||
<polygon fill="none" stroke="black" points="858.91,-278 858.91,-302.5 918.08,-302.5 918.08,-278 858.91,-278"/>
|
||||
<text text-anchor="start" x="866.75" y="-285.2" font-family="arial" font-size="14.00">female</text>
|
||||
<polygon fill="none" stroke="black" points="918.08,-278 918.08,-302.5 965.25,-302.5 965.25,-278 918.08,-278"/>
|
||||
<text text-anchor="start" x="925.91" y="-285.2" font-family="arial" font-size="14.00">7-pin</text>
|
||||
<polygon fill="none" stroke="black" points="754,-254 754,-278 848.12,-278 848.12,-254 754,-254"/>
|
||||
<text text-anchor="start" x="796.93" y="-260.7" font-family="arial" font-size="14.00">1</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-254 848.12,-278 965.25,-278 965.25,-254 848.12,-254"/>
|
||||
<text text-anchor="start" x="890.93" y="-260.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-230 754,-254 848.12,-254 848.12,-230 754,-230"/>
|
||||
<text text-anchor="start" x="796.93" y="-236.7" font-family="arial" font-size="14.00">2</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-230 848.12,-254 965.25,-254 965.25,-230 848.12,-230"/>
|
||||
<text text-anchor="start" x="891.31" y="-236.7" font-family="arial" font-size="14.00">VCC</text>
|
||||
<polygon fill="none" stroke="black" points="754,-206 754,-230 848.12,-230 848.12,-206 754,-206"/>
|
||||
<text text-anchor="start" x="796.93" y="-212.7" font-family="arial" font-size="14.00">3</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-206 848.12,-230 965.25,-230 965.25,-206 848.12,-206"/>
|
||||
<text text-anchor="start" x="896.56" y="-212.7" font-family="arial" font-size="14.00">RX</text>
|
||||
<polygon fill="none" stroke="black" points="754,-182 754,-206 848.12,-206 848.12,-182 754,-182"/>
|
||||
<text text-anchor="start" x="796.93" y="-188.7" font-family="arial" font-size="14.00">4</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-182 848.12,-206 965.25,-206 965.25,-182 848.12,-182"/>
|
||||
<text text-anchor="start" x="897.31" y="-188.7" font-family="arial" font-size="14.00">TX</text>
|
||||
<polygon fill="none" stroke="black" points="754,-158 754,-182 848.12,-182 848.12,-158 754,-158"/>
|
||||
<text text-anchor="start" x="796.93" y="-164.7" font-family="arial" font-size="14.00">5</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-158 848.12,-182 965.25,-182 965.25,-158 848.12,-158"/>
|
||||
<text text-anchor="start" x="890.93" y="-164.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-134 754,-158 848.12,-158 848.12,-134 754,-134"/>
|
||||
<text text-anchor="start" x="796.93" y="-140.7" font-family="arial" font-size="14.00">6</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-134 848.12,-158 965.25,-158 965.25,-134 848.12,-134"/>
|
||||
<text text-anchor="start" x="891.31" y="-140.7" font-family="arial" font-size="14.00">VCC</text>
|
||||
<polygon fill="none" stroke="black" points="754,-110 754,-134 848.12,-134 848.12,-110 754,-110"/>
|
||||
<text text-anchor="start" x="796.93" y="-116.7" font-family="arial" font-size="14.00">7</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-110 848.12,-134 965.25,-134 965.25,-110 848.12,-110"/>
|
||||
<text text-anchor="start" x="890.93" y="-116.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-85.5 754,-110 965.25,-110 965.25,-85.5 754,-85.5"/>
|
||||
<text text-anchor="start" x="787.25" y="-92.7" font-family="arial" font-size="14.00">Additional components</text>
|
||||
<polygon fill="none" stroke="black" points="754,-44.5 754,-85.5 965.25,-85.5 965.25,-44.5 754,-44.5"/>
|
||||
<text text-anchor="start" x="758" y="-68.2" font-family="arial" font-size="14.00">42 mm x LO1; LO2 x shortPartC</text>
|
||||
<text text-anchor="start" x="758" y="-51.7" font-family="arial" font-size="14.00">WireViz: 42XCD42A5</text>
|
||||
<polygon fill="#ffffff" stroke="black" points="961.5,-324 754,-324 754,-41.5 961.5,-41.5 961.5,-324"/>
|
||||
<polygon fill="none" stroke="black" points="754,-299.5 754,-324 961.5,-324 961.5,-299.5 754,-299.5"/>
|
||||
<text text-anchor="start" x="848.75" y="-306.7" font-family="arial" font-size="14.00">X2</text>
|
||||
<polygon fill="none" stroke="black" points="754,-275 754,-299.5 857.67,-299.5 857.67,-275 754,-275"/>
|
||||
<text text-anchor="start" x="761.21" y="-282.2" font-family="arial" font-size="14.00">Molex KK 254</text>
|
||||
<polygon fill="none" stroke="black" points="857.67,-275 857.67,-299.5 915.58,-299.5 915.58,-275 857.67,-275"/>
|
||||
<text text-anchor="start" x="864.88" y="-282.2" font-family="arial" font-size="14.00">female</text>
|
||||
<polygon fill="none" stroke="black" points="915.58,-275 915.58,-299.5 961.5,-299.5 961.5,-275 915.58,-275"/>
|
||||
<text text-anchor="start" x="922.79" y="-282.2" font-family="arial" font-size="14.00">7-pin</text>
|
||||
<polygon fill="none" stroke="black" points="754,-251 754,-275 846.25,-275 846.25,-251 754,-251"/>
|
||||
<text text-anchor="start" x="796" y="-257.7" font-family="arial" font-size="14.00">1</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-251 846.25,-275 961.5,-275 961.5,-251 846.25,-251"/>
|
||||
<text text-anchor="start" x="888.13" y="-257.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-227 754,-251 846.25,-251 846.25,-227 754,-227"/>
|
||||
<text text-anchor="start" x="796" y="-233.7" font-family="arial" font-size="14.00">2</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-227 846.25,-251 961.5,-251 961.5,-227 846.25,-227"/>
|
||||
<text text-anchor="start" x="888.5" y="-233.7" font-family="arial" font-size="14.00">VCC</text>
|
||||
<polygon fill="none" stroke="black" points="754,-203 754,-227 846.25,-227 846.25,-203 754,-203"/>
|
||||
<text text-anchor="start" x="796" y="-209.7" font-family="arial" font-size="14.00">3</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-203 846.25,-227 961.5,-227 961.5,-203 846.25,-203"/>
|
||||
<text text-anchor="start" x="893.75" y="-209.7" font-family="arial" font-size="14.00">RX</text>
|
||||
<polygon fill="none" stroke="black" points="754,-179 754,-203 846.25,-203 846.25,-179 754,-179"/>
|
||||
<text text-anchor="start" x="796" y="-185.7" font-family="arial" font-size="14.00">4</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-179 846.25,-203 961.5,-203 961.5,-179 846.25,-179"/>
|
||||
<text text-anchor="start" x="894.5" y="-185.7" font-family="arial" font-size="14.00">TX</text>
|
||||
<polygon fill="none" stroke="black" points="754,-155 754,-179 846.25,-179 846.25,-155 754,-155"/>
|
||||
<text text-anchor="start" x="796" y="-161.7" font-family="arial" font-size="14.00">5</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-155 846.25,-179 961.5,-179 961.5,-155 846.25,-155"/>
|
||||
<text text-anchor="start" x="888.13" y="-161.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-131 754,-155 846.25,-155 846.25,-131 754,-131"/>
|
||||
<text text-anchor="start" x="796" y="-137.7" font-family="arial" font-size="14.00">6</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-131 846.25,-155 961.5,-155 961.5,-131 846.25,-131"/>
|
||||
<text text-anchor="start" x="888.5" y="-137.7" font-family="arial" font-size="14.00">VCC</text>
|
||||
<polygon fill="none" stroke="black" points="754,-107 754,-131 846.25,-131 846.25,-107 754,-107"/>
|
||||
<text text-anchor="start" x="796" y="-113.7" font-family="arial" font-size="14.00">7</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-107 846.25,-131 961.5,-131 961.5,-107 846.25,-107"/>
|
||||
<text text-anchor="start" x="888.13" y="-113.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-82.5 754,-107 961.5,-107 961.5,-82.5 754,-82.5"/>
|
||||
<text text-anchor="start" x="785.38" y="-89.7" font-family="arial" font-size="14.00">Additional components</text>
|
||||
<polygon fill="none" stroke="black" points="754,-41.5 754,-82.5 961.5,-82.5 961.5,-41.5 754,-41.5"/>
|
||||
<text text-anchor="start" x="758" y="-65.2" font-family="arial" font-size="14.00">42 mm x LO1; LO2 x loopPartC</text>
|
||||
<text text-anchor="start" x="758" y="-48.7" font-family="arial" font-size="14.00">WireViz: 42XCD42A5</text>
|
||||
</g>
|
||||
<!-- W1--X2 -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>W1:e--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-264.25C673.97,-264.25 689.97,-264 754,-264"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M610,-266.25C674,-266.25 690,-266 754,-266"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-268.25C674.03,-268.25 690.03,-268 754,-268"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-266.25C673.41,-266.35 689.33,-261.1 754,-261"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M610,-268.25C674.04,-268.25 689.96,-263 754,-263"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-270.25C674.67,-270.15 690.59,-264.9 754,-265"/>
|
||||
</g>
|
||||
<!-- W1--X2 -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>W1:e--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-238.25C674.22,-238.26 690.22,-240.01 754,-240"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M610,-240.25C674,-240.25 690,-242 754,-242"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-242.25C673.78,-242.24 689.78,-243.99 754,-244"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-240.25C673.62,-240.29 689.58,-237.04 754,-237"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M610,-242.25C674.02,-242.25 689.98,-239 754,-239"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-244.25C674.42,-244.21 690.38,-240.96 754,-241"/>
|
||||
</g>
|
||||
<!-- W1--X2 -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>W1:e--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-212.25C673.01,-213.07 687.75,-192.82 754,-192"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M610,-214.25C674.63,-214.25 689.37,-194 754,-194"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-216.25C676.25,-215.43 690.99,-195.18 754,-196"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-214.25C673.23,-215.28 687.27,-190.03 754,-189"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M610,-216.25C674.98,-216.25 689.02,-191 754,-191"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-218.25C676.73,-217.22 690.77,-191.97 754,-193"/>
|
||||
</g>
|
||||
<!-- W1--X2 -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>W1:e--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-186.25C677.18,-187.44 690.48,-217.19 754,-216"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M610,-188.25C675.35,-188.25 688.65,-218 754,-218"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-190.25C673.52,-189.07 686.82,-218.82 754,-220"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-188.25C676.68,-189.26 690.8,-214.01 754,-213"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M610,-190.25C674.94,-190.25 689.06,-215 754,-215"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-192.25C673.2,-191.24 687.32,-215.99 754,-217"/>
|
||||
</g>
|
||||
<!-- X2--X2 -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>X2:w--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.37,-267.97C689.25,-280 559.75,-280 557.75,-218 559.75,-156 689.25,-156 754.37,-168.04"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-266C689.25,-278 559.75,-278 559.75,-218 559.75,-158 689.25,-158 754,-170"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.64,-264.04C689.25,-276 559.75,-276 561.75,-218 559.75,-160 689.25,-160 753.64,-171.97"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.76,-264.85C724.71,-277 666.12,-277 664.12,-215 666.12,-153 724.71,-153 754.76,-165.15"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-263C724.71,-275 666.12,-275 666.12,-215 666.12,-155 724.71,-155 754,-167"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.24,-261.15C724.71,-273 666.12,-273 668.12,-215 666.12,-157 724.71,-157 753.24,-168.85"/>
|
||||
<text text-anchor="middle" x="641" y="-177.7" font-family="arial" font-size="14.00">X2-LO1</text>
|
||||
</g>
|
||||
<!-- X2--X2 -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>X2:w--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.37,-171.97C689.25,-184 559.75,-184 557.75,-146 559.75,-108 689.25,-108 754.37,-120.04"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-170C689.25,-182 559.75,-182 559.75,-146 559.75,-110 689.25,-110 754,-122"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.64,-168.04C689.25,-180 559.75,-180 561.75,-146 559.75,-112 689.25,-112 753.64,-123.97"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.76,-168.85C724.71,-181 666.12,-181 664.12,-143 666.12,-105 724.71,-105 754.76,-117.15"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-167C724.71,-179 666.12,-179 666.12,-143 666.12,-107 724.71,-107 754,-119"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.24,-165.15C724.71,-177 666.12,-177 668.12,-143 666.12,-109 724.71,-109 753.24,-120.85"/>
|
||||
<text text-anchor="middle" x="641" y="-177.7" font-family="arial" font-size="14.00">X2-LO1</text>
|
||||
</g>
|
||||
<!-- X2--X2 -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>X2:w--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.37,-243.97C689.25,-256 559.75,-256 557.75,-194 559.75,-132 689.25,-132 754.37,-144.04"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-242C689.25,-254 559.75,-254 559.75,-194 559.75,-134 689.25,-134 754,-146"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.64,-240.04C689.25,-252 559.75,-252 561.75,-194 559.75,-136 689.25,-136 753.64,-147.97"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.76,-240.85C724.71,-253 666.12,-253 664.12,-191 666.12,-129 724.71,-129 754.76,-141.15"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-239C724.71,-251 666.12,-251 666.12,-191 666.12,-131 724.71,-131 754,-143"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.24,-237.15C724.71,-249 666.12,-249 668.12,-191 666.12,-133 724.71,-133 753.24,-144.85"/>
|
||||
<text text-anchor="middle" x="641" y="-177.7" font-family="arial" font-size="14.00">X2-LO2</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
@ -347,7 +353,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bom_col_id">3</td>
|
||||
<td class="bom_col_description">shortPartA</td>
|
||||
<td class="bom_col_description">loopPartA</td>
|
||||
<td class="bom_col_qty">42</td>
|
||||
<td class="bom_col_unit">mm</td>
|
||||
<td class="bom_col_designators">X1-LO1</td>
|
||||
@ -356,7 +362,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bom_col_id">4</td>
|
||||
<td class="bom_col_description">shortPartB</td>
|
||||
<td class="bom_col_description">loopPartB</td>
|
||||
<td class="bom_col_qty">74</td>
|
||||
<td class="bom_col_unit">mm</td>
|
||||
<td class="bom_col_designators">X1-LO2</td>
|
||||
@ -365,7 +371,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bom_col_id">5</td>
|
||||
<td class="bom_col_description">shortPartC</td>
|
||||
<td class="bom_col_description">loopPartC</td>
|
||||
<td class="bom_col_qty">21</td>
|
||||
<td class="bom_col_unit">mm</td>
|
||||
<td class="bom_col_designators">X2-LO1; X2-LO2</td>
|
||||
|
||||
BIN
examples/ex16.png
generated
BIN
examples/ex16.png
generated
Binary file not shown.
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 99 KiB |
280
examples/ex16.svg
generated
280
examples/ex16.svg
generated
@ -4,10 +4,10 @@
|
||||
<!-- Generated by graphviz version 11.0.0 (20240428.1522)
|
||||
-->
|
||||
<!-- Pages: 1 -->
|
||||
<svg width="973pt" height="366pt"
|
||||
viewBox="0.00 0.00 973.25 366.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 362.25)">
|
||||
<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-362.25 969.25,-362.25 969.25,4 -4,4"/>
|
||||
<svg width="970pt" height="368pt"
|
||||
viewBox="0.00 0.00 969.50 368.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 364.25)">
|
||||
<polygon fill="#ffffff" stroke="none" points="-4,4 -4,-364.25 965.5,-364.25 965.5,4 -4,4"/>
|
||||
<!-- X1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>X1</title>
|
||||
@ -51,230 +51,236 @@
|
||||
<polygon fill="none" stroke="black" points="0,-82 0,-106.5 188.25,-106.5 188.25,-82 0,-82"/>
|
||||
<text text-anchor="start" x="21.75" y="-89.2" font-family="arial" font-size="14.00">Additional components</text>
|
||||
<polygon fill="none" stroke="black" points="0,-41 0,-82 188.25,-82 188.25,-41 0,-41"/>
|
||||
<text text-anchor="start" x="4" y="-64.7" font-family="arial" font-size="14.00">42 mm x LO1 x shortPartA</text>
|
||||
<text text-anchor="start" x="4" y="-64.7" font-family="arial" font-size="14.00">42 mm x LO1 x loopPartA</text>
|
||||
<text text-anchor="start" x="4" y="-48.2" font-family="arial" font-size="14.00">WireViz: 42XCD42A5</text>
|
||||
<polygon fill="none" stroke="black" points="0,0 0,-41 188.25,-41 188.25,0 0,0"/>
|
||||
<text text-anchor="start" x="4" y="-23.7" font-family="arial" font-size="14.00">74 mm x LO2 x shortPartB</text>
|
||||
<text text-anchor="start" x="4" y="-23.7" font-family="arial" font-size="14.00">74 mm x LO2 x loopPartB</text>
|
||||
<text text-anchor="start" x="4" y="-7.2" font-family="arial" font-size="14.00">WireViz: 42XCD42A5</text>
|
||||
</g>
|
||||
<!-- X1--X1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>X1:e--X1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.63,-260.54C251.08,-272.5 376.75,-272.5 374.75,-214.5 376.75,-156.5 251.08,-156.5 188.63,-168.47"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M188.25,-262.5C251.08,-274.5 376.75,-274.5 376.75,-214.5 376.75,-154.5 251.08,-154.5 188.25,-166.5"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M187.88,-264.47C251.08,-276.5 376.75,-276.5 378.75,-214.5 376.75,-152.5 251.08,-152.5 187.88,-164.54"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M189.05,-260.67C215.94,-272.5 271.31,-272.5 269.31,-214.5 271.31,-156.5 215.94,-156.5 189.05,-168.34"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M188.25,-262.5C215.94,-274.5 271.31,-274.5 271.31,-214.5 271.31,-154.5 215.94,-154.5 188.25,-166.5"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M187.46,-264.34C215.94,-276.5 271.31,-276.5 273.31,-214.5 271.31,-152.5 215.94,-152.5 187.46,-164.67"/>
|
||||
<text text-anchor="middle" x="296.44" y="-156.7" font-family="arial" font-size="14.00">X1-LO1</text>
|
||||
</g>
|
||||
<!-- X1--X1 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>X1:e--X1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.63,-164.54C251.08,-176.5 376.75,-176.5 374.75,-142.5 376.75,-108.5 251.08,-108.5 188.63,-120.47"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M188.25,-166.5C251.08,-178.5 376.75,-178.5 376.75,-142.5 376.75,-106.5 251.08,-106.5 188.25,-118.5"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M187.88,-168.47C251.08,-180.5 376.75,-180.5 378.75,-142.5 376.75,-104.5 251.08,-104.5 187.88,-116.54"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M189.05,-164.67C215.94,-176.5 271.31,-176.5 269.31,-142.5 271.31,-108.5 215.94,-108.5 189.05,-120.34"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M188.25,-166.5C215.94,-178.5 271.31,-178.5 271.31,-142.5 271.31,-106.5 215.94,-106.5 188.25,-118.5"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M187.46,-168.34C215.94,-180.5 271.31,-180.5 273.31,-142.5 271.31,-104.5 215.94,-104.5 187.46,-116.67"/>
|
||||
<text text-anchor="middle" x="296.44" y="-156.7" font-family="arial" font-size="14.00">X1-LO1</text>
|
||||
</g>
|
||||
<!-- X1--X1 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>X1:e--X1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M189.19,-233.59C251.08,-245.5 376.75,-245.5 371.75,-190.5 376.75,-135.5 251.08,-135.5 189.19,-147.41"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M188.81,-235.55C251.08,-247.5 376.75,-247.5 373.75,-190.5 376.75,-133.5 251.08,-133.5 188.81,-145.45"/>
|
||||
<path fill="none" stroke="#0066ff" stroke-width="2" d="M188.44,-237.52C251.08,-249.5 376.75,-249.5 375.75,-190.5 376.75,-131.5 251.08,-131.5 188.44,-143.48"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M188.06,-239.48C251.08,-251.5 376.75,-251.5 377.75,-190.5 376.75,-129.5 251.08,-129.5 188.06,-141.52"/>
|
||||
<path fill="none" stroke="#a0dfff" stroke-width="2" d="M187.69,-241.45C251.08,-253.5 376.75,-253.5 379.75,-190.5 376.75,-127.5 251.08,-127.5 187.69,-139.55"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M187.31,-243.41C251.08,-255.5 376.75,-255.5 381.75,-190.5 376.75,-125.5 251.08,-125.5 187.31,-137.59"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M190.24,-233.91C215.94,-245.5 271.31,-245.5 266.31,-190.5 271.31,-135.5 215.94,-135.5 190.24,-147.09"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M189.44,-235.75C215.94,-247.5 271.31,-247.5 268.31,-190.5 271.31,-133.5 215.94,-133.5 189.44,-145.25"/>
|
||||
<path fill="none" stroke="#0066ff" stroke-width="2" d="M188.65,-237.58C215.94,-249.5 271.31,-249.5 270.31,-190.5 271.31,-131.5 215.94,-131.5 188.65,-143.42"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M187.85,-239.42C215.94,-251.5 271.31,-251.5 272.31,-190.5 271.31,-129.5 215.94,-129.5 187.85,-141.58"/>
|
||||
<path fill="none" stroke="#a0dfff" stroke-width="2" d="M187.06,-241.25C215.94,-253.5 271.31,-253.5 274.31,-190.5 271.31,-127.5 215.94,-127.5 187.06,-139.75"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M186.26,-243.09C215.94,-255.5 271.31,-255.5 276.31,-190.5 271.31,-125.5 215.94,-125.5 186.26,-137.91"/>
|
||||
<text text-anchor="middle" x="296.44" y="-156.7" font-family="arial" font-size="14.00">X1-LO2</text>
|
||||
</g>
|
||||
<!-- W1 -->
|
||||
<g id="node2" class="node">
|
||||
<title>W1</title>
|
||||
<polygon fill="#ffffff" stroke="black" points="610,-358.25 332.25,-358.25 332.25,-123.25 610,-123.25 610,-358.25"/>
|
||||
<polygon fill="none" stroke="black" points="332.25,-333.75 332.25,-358.25 610,-358.25 610,-333.75 332.25,-333.75"/>
|
||||
<text text-anchor="start" x="459.87" y="-340.95" font-family="arial" font-size="14.00">W1</text>
|
||||
<polygon fill="none" stroke="black" points="332.25,-309.25 332.25,-333.75 376.25,-333.75 376.25,-309.25 332.25,-309.25"/>
|
||||
<text text-anchor="start" x="336.25" y="-316.45" font-family="arial" font-size="14.00">Serial</text>
|
||||
<polygon fill="none" stroke="black" points="376.25,-309.25 376.25,-333.75 399.25,-333.75 399.25,-309.25 376.25,-309.25"/>
|
||||
<text text-anchor="start" x="380.25" y="-316.45" font-family="arial" font-size="14.00">4x</text>
|
||||
<polygon fill="none" stroke="black" points="399.25,-309.25 399.25,-333.75 536.25,-333.75 536.25,-309.25 399.25,-309.25"/>
|
||||
<text text-anchor="start" x="403.25" y="-316.45" font-family="arial" font-size="14.00">0.25 mm² (24 AWG)</text>
|
||||
<polygon fill="none" stroke="black" points="536.25,-309.25 536.25,-333.75 566,-333.75 566,-309.25 536.25,-309.25"/>
|
||||
<text text-anchor="start" x="540.25" y="-316.45" font-family="arial" font-size="14.00">+ S</text>
|
||||
<polygon fill="none" stroke="black" points="566,-309.25 566,-333.75 610,-333.75 610,-309.25 566,-309.25"/>
|
||||
<text text-anchor="start" x="570" y="-316.45" font-family="arial" font-size="14.00">0.2 m</text>
|
||||
<text text-anchor="start" x="376.16" y="-293.95" font-family="arial" font-size="14.00"> </text>
|
||||
<text text-anchor="start" x="345.41" y="-273.95" font-family="arial" font-size="14.00">X1:1:GND</text>
|
||||
<text text-anchor="start" x="438.5" y="-273.95" font-family="arial" font-size="14.00">     1:BN    </text>
|
||||
<text text-anchor="start" x="531.58" y="-273.95" font-family="arial" font-size="14.00">X2:1:GND</text>
|
||||
<text text-anchor="start" x="345.79" y="-247.95" font-family="arial" font-size="14.00">X1:2:VCC</text>
|
||||
<text text-anchor="start" x="437.75" y="-247.95" font-family="arial" font-size="14.00">     2:RD    </text>
|
||||
<text text-anchor="start" x="531.95" y="-247.95" font-family="arial" font-size="14.00">X2:2:VCC</text>
|
||||
<text text-anchor="start" x="351.04" y="-221.95" font-family="arial" font-size="14.00">X1:3:RX</text>
|
||||
<text text-anchor="start" x="437" y="-221.95" font-family="arial" font-size="14.00">     3:OG    </text>
|
||||
<text text-anchor="start" x="537.95" y="-221.95" font-family="arial" font-size="14.00">X2:4:TX</text>
|
||||
<text text-anchor="start" x="351.79" y="-195.95" font-family="arial" font-size="14.00">X1:4:TX</text>
|
||||
<text text-anchor="start" x="438.87" y="-195.95" font-family="arial" font-size="14.00">     4:YE    </text>
|
||||
<text text-anchor="start" x="537.2" y="-195.95" font-family="arial" font-size="14.00">X2:3:RX</text>
|
||||
<text text-anchor="start" x="376.16" y="-169.95" font-family="arial" font-size="14.00"> </text>
|
||||
<text text-anchor="start" x="345.41" y="-149.95" font-family="arial" font-size="14.00">X1:1:GND</text>
|
||||
<text text-anchor="start" x="451.25" y="-149.95" font-family="arial" font-size="14.00">Shield</text>
|
||||
<text text-anchor="start" x="376.16" y="-127.95" font-family="arial" font-size="14.00"> </text>
|
||||
<polygon fill="#ffffff" stroke="black" points="610,-360.25 332.25,-360.25 332.25,-125.25 610,-125.25 610,-360.25"/>
|
||||
<polygon fill="none" stroke="black" points="332.25,-335.75 332.25,-360.25 610,-360.25 610,-335.75 332.25,-335.75"/>
|
||||
<text text-anchor="start" x="459.87" y="-342.95" font-family="arial" font-size="14.00">W1</text>
|
||||
<polygon fill="none" stroke="black" points="332.25,-311.25 332.25,-335.75 376.25,-335.75 376.25,-311.25 332.25,-311.25"/>
|
||||
<text text-anchor="start" x="336.25" y="-318.45" font-family="arial" font-size="14.00">Serial</text>
|
||||
<polygon fill="none" stroke="black" points="376.25,-311.25 376.25,-335.75 399.25,-335.75 399.25,-311.25 376.25,-311.25"/>
|
||||
<text text-anchor="start" x="380.25" y="-318.45" font-family="arial" font-size="14.00">4x</text>
|
||||
<polygon fill="none" stroke="black" points="399.25,-311.25 399.25,-335.75 536.25,-335.75 536.25,-311.25 399.25,-311.25"/>
|
||||
<text text-anchor="start" x="403.25" y="-318.45" font-family="arial" font-size="14.00">0.25 mm² (24 AWG)</text>
|
||||
<polygon fill="none" stroke="black" points="536.25,-311.25 536.25,-335.75 566,-335.75 566,-311.25 536.25,-311.25"/>
|
||||
<text text-anchor="start" x="540.25" y="-318.45" font-family="arial" font-size="14.00">+ S</text>
|
||||
<polygon fill="none" stroke="black" points="566,-311.25 566,-335.75 610,-335.75 610,-311.25 566,-311.25"/>
|
||||
<text text-anchor="start" x="570" y="-318.45" font-family="arial" font-size="14.00">0.2 m</text>
|
||||
<text text-anchor="start" x="376.16" y="-295.95" font-family="arial" font-size="14.00"> </text>
|
||||
<text text-anchor="start" x="345.41" y="-275.95" font-family="arial" font-size="14.00">X1:1:GND</text>
|
||||
<text text-anchor="start" x="438.5" y="-275.95" font-family="arial" font-size="14.00">     1:BN    </text>
|
||||
<text text-anchor="start" x="531.58" y="-275.95" font-family="arial" font-size="14.00">X2:1:GND</text>
|
||||
<text text-anchor="start" x="345.79" y="-249.95" font-family="arial" font-size="14.00">X1:2:VCC</text>
|
||||
<text text-anchor="start" x="437.75" y="-249.95" font-family="arial" font-size="14.00">     2:RD    </text>
|
||||
<text text-anchor="start" x="531.95" y="-249.95" font-family="arial" font-size="14.00">X2:2:VCC</text>
|
||||
<text text-anchor="start" x="351.04" y="-223.95" font-family="arial" font-size="14.00">X1:3:RX</text>
|
||||
<text text-anchor="start" x="437" y="-223.95" font-family="arial" font-size="14.00">     3:OG    </text>
|
||||
<text text-anchor="start" x="537.95" y="-223.95" font-family="arial" font-size="14.00">X2:4:TX</text>
|
||||
<text text-anchor="start" x="351.79" y="-197.95" font-family="arial" font-size="14.00">X1:4:TX</text>
|
||||
<text text-anchor="start" x="438.87" y="-197.95" font-family="arial" font-size="14.00">     4:YE    </text>
|
||||
<text text-anchor="start" x="537.2" y="-197.95" font-family="arial" font-size="14.00">X2:3:RX</text>
|
||||
<text text-anchor="start" x="376.16" y="-171.95" font-family="arial" font-size="14.00"> </text>
|
||||
<text text-anchor="start" x="345.41" y="-151.95" font-family="arial" font-size="14.00">X1:1:GND</text>
|
||||
<text text-anchor="start" x="451.25" y="-151.95" font-family="arial" font-size="14.00">Shield</text>
|
||||
<text text-anchor="start" x="376.16" y="-129.95" font-family="arial" font-size="14.00"> </text>
|
||||
</g>
|
||||
<!-- X1--W1 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>X1:e--W1:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-260.5C252.73,-260.55 268.69,-264.3 332.25,-264.25"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M188.25,-262.5C252.27,-262.5 268.23,-266.25 332.25,-266.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-264.5C251.81,-264.45 267.77,-268.2 332.25,-268.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-260.5C252.98,-260.62 268.88,-266.37 332.25,-266.25"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M188.25,-262.5C252.3,-262.5 268.2,-268.25 332.25,-268.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-264.5C251.62,-264.38 267.52,-270.13 332.25,-270.25"/>
|
||||
</g>
|
||||
<!-- X1--W1 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>X1:e--W1:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-236.5C252.47,-236.51 268.47,-238.26 332.25,-238.25"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M188.25,-238.5C252.25,-238.5 268.25,-240.25 332.25,-240.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-240.5C252.03,-240.49 268.03,-242.24 332.25,-242.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-236.5C252.73,-236.55 268.69,-240.3 332.25,-240.25"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M188.25,-238.5C252.27,-238.5 268.23,-242.25 332.25,-242.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-240.5C251.81,-240.45 267.77,-244.2 332.25,-244.25"/>
|
||||
</g>
|
||||
<!-- X1--W1 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>X1:e--W1:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-212.5C252.22,-212.5 268.22,-212.25 332.25,-212.25"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M188.25,-214.5C252.25,-214.5 268.25,-214.25 332.25,-214.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-216.5C252.28,-216.5 268.28,-216.25 332.25,-216.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-212.5C252.47,-212.51 268.47,-214.26 332.25,-214.25"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M188.25,-214.5C252.25,-214.5 268.25,-216.25 332.25,-216.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-216.5C252.03,-216.49 268.03,-218.24 332.25,-218.25"/>
|
||||
</g>
|
||||
<!-- X1--W1 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>X1:e--W1:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-188.5C251.98,-188.52 267.96,-186.27 332.25,-186.25"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M188.25,-190.5C252.26,-190.5 268.24,-188.25 332.25,-188.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-192.5C252.54,-192.48 268.52,-190.23 332.25,-190.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-188.5C252.22,-188.5 268.22,-188.25 332.25,-188.25"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M188.25,-190.5C252.25,-190.5 268.25,-190.25 332.25,-190.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-192.5C252.28,-192.5 268.28,-192.25 332.25,-192.25"/>
|
||||
</g>
|
||||
<!-- X1--W1 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>X1:e--W1:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-262.5C271.06,-262.5 249.44,-144.25 332.25,-144.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M188.25,-262.5C270.5,-262.5 250,-146.25 332.25,-146.25"/>
|
||||
</g>
|
||||
<!-- W1--W1 -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>W1:w--W1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-264.25C424.83,-264.25 517.42,-264.25 610,-264.25"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M332.25,-266.25C424.83,-266.25 517.42,-266.25 610,-266.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-268.25C424.83,-268.25 517.42,-268.25 610,-268.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-266.25C424.83,-266.25 517.42,-266.25 610,-266.25"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M332.25,-268.25C424.83,-268.25 517.42,-268.25 610,-268.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-270.25C424.83,-270.25 517.42,-270.25 610,-270.25"/>
|
||||
</g>
|
||||
<!-- W1--W1 -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>W1:w--W1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-238.25C424.83,-238.25 517.42,-238.25 610,-238.25"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M332.25,-240.25C424.83,-240.25 517.42,-240.25 610,-240.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-242.25C424.83,-242.25 517.42,-242.25 610,-242.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-240.25C424.83,-240.25 517.42,-240.25 610,-240.25"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M332.25,-242.25C424.83,-242.25 517.42,-242.25 610,-242.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-244.25C424.83,-244.25 517.42,-244.25 610,-244.25"/>
|
||||
</g>
|
||||
<!-- W1--W1 -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>W1:w--W1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-212.25C424.83,-212.25 517.42,-212.25 610,-212.25"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M332.25,-214.25C424.83,-214.25 517.42,-214.25 610,-214.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-216.25C424.83,-216.25 517.42,-216.25 610,-216.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-214.25C424.83,-214.25 517.42,-214.25 610,-214.25"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M332.25,-216.25C424.83,-216.25 517.42,-216.25 610,-216.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-218.25C424.83,-218.25 517.42,-218.25 610,-218.25"/>
|
||||
</g>
|
||||
<!-- W1--W1 -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>W1:w--W1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-186.25C424.83,-186.25 517.42,-186.25 610,-186.25"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M332.25,-188.25C424.83,-188.25 517.42,-188.25 610,-188.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-190.25C424.83,-190.25 517.42,-190.25 610,-190.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-188.25C424.83,-188.25 517.42,-188.25 610,-188.25"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M332.25,-190.25C424.83,-190.25 517.42,-190.25 610,-190.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-192.25C424.83,-192.25 517.42,-192.25 610,-192.25"/>
|
||||
</g>
|
||||
<!-- W1--W1 -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>W1:w--W1:e</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-144.25C424.83,-144.25 517.42,-144.25 610,-144.25"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M332.25,-146.25C424.83,-146.25 517.42,-146.25 610,-146.25"/>
|
||||
</g>
|
||||
<!-- X2 -->
|
||||
<g id="node3" class="node">
|
||||
<title>X2</title>
|
||||
<polygon fill="#ffffff" stroke="black" points="965.25,-327 754,-327 754,-44.5 965.25,-44.5 965.25,-327"/>
|
||||
<polygon fill="none" stroke="black" points="754,-302.5 754,-327 965.25,-327 965.25,-302.5 754,-302.5"/>
|
||||
<text text-anchor="start" x="850.62" y="-309.7" font-family="arial" font-size="14.00">X2</text>
|
||||
<polygon fill="none" stroke="black" points="754,-278 754,-302.5 858.91,-302.5 858.91,-278 754,-278"/>
|
||||
<text text-anchor="start" x="761.83" y="-285.2" font-family="arial" font-size="14.00">Molex KK 254</text>
|
||||
<polygon fill="none" stroke="black" points="858.91,-278 858.91,-302.5 918.08,-302.5 918.08,-278 858.91,-278"/>
|
||||
<text text-anchor="start" x="866.75" y="-285.2" font-family="arial" font-size="14.00">female</text>
|
||||
<polygon fill="none" stroke="black" points="918.08,-278 918.08,-302.5 965.25,-302.5 965.25,-278 918.08,-278"/>
|
||||
<text text-anchor="start" x="925.91" y="-285.2" font-family="arial" font-size="14.00">7-pin</text>
|
||||
<polygon fill="none" stroke="black" points="754,-254 754,-278 848.12,-278 848.12,-254 754,-254"/>
|
||||
<text text-anchor="start" x="796.93" y="-260.7" font-family="arial" font-size="14.00">1</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-254 848.12,-278 965.25,-278 965.25,-254 848.12,-254"/>
|
||||
<text text-anchor="start" x="890.93" y="-260.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-230 754,-254 848.12,-254 848.12,-230 754,-230"/>
|
||||
<text text-anchor="start" x="796.93" y="-236.7" font-family="arial" font-size="14.00">2</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-230 848.12,-254 965.25,-254 965.25,-230 848.12,-230"/>
|
||||
<text text-anchor="start" x="891.31" y="-236.7" font-family="arial" font-size="14.00">VCC</text>
|
||||
<polygon fill="none" stroke="black" points="754,-206 754,-230 848.12,-230 848.12,-206 754,-206"/>
|
||||
<text text-anchor="start" x="796.93" y="-212.7" font-family="arial" font-size="14.00">3</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-206 848.12,-230 965.25,-230 965.25,-206 848.12,-206"/>
|
||||
<text text-anchor="start" x="896.56" y="-212.7" font-family="arial" font-size="14.00">RX</text>
|
||||
<polygon fill="none" stroke="black" points="754,-182 754,-206 848.12,-206 848.12,-182 754,-182"/>
|
||||
<text text-anchor="start" x="796.93" y="-188.7" font-family="arial" font-size="14.00">4</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-182 848.12,-206 965.25,-206 965.25,-182 848.12,-182"/>
|
||||
<text text-anchor="start" x="897.31" y="-188.7" font-family="arial" font-size="14.00">TX</text>
|
||||
<polygon fill="none" stroke="black" points="754,-158 754,-182 848.12,-182 848.12,-158 754,-158"/>
|
||||
<text text-anchor="start" x="796.93" y="-164.7" font-family="arial" font-size="14.00">5</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-158 848.12,-182 965.25,-182 965.25,-158 848.12,-158"/>
|
||||
<text text-anchor="start" x="890.93" y="-164.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-134 754,-158 848.12,-158 848.12,-134 754,-134"/>
|
||||
<text text-anchor="start" x="796.93" y="-140.7" font-family="arial" font-size="14.00">6</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-134 848.12,-158 965.25,-158 965.25,-134 848.12,-134"/>
|
||||
<text text-anchor="start" x="891.31" y="-140.7" font-family="arial" font-size="14.00">VCC</text>
|
||||
<polygon fill="none" stroke="black" points="754,-110 754,-134 848.12,-134 848.12,-110 754,-110"/>
|
||||
<text text-anchor="start" x="796.93" y="-116.7" font-family="arial" font-size="14.00">7</text>
|
||||
<polygon fill="none" stroke="black" points="848.12,-110 848.12,-134 965.25,-134 965.25,-110 848.12,-110"/>
|
||||
<text text-anchor="start" x="890.93" y="-116.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-85.5 754,-110 965.25,-110 965.25,-85.5 754,-85.5"/>
|
||||
<text text-anchor="start" x="787.25" y="-92.7" font-family="arial" font-size="14.00">Additional components</text>
|
||||
<polygon fill="none" stroke="black" points="754,-44.5 754,-85.5 965.25,-85.5 965.25,-44.5 754,-44.5"/>
|
||||
<text text-anchor="start" x="758" y="-68.2" font-family="arial" font-size="14.00">42 mm x LO1; LO2 x shortPartC</text>
|
||||
<text text-anchor="start" x="758" y="-51.7" font-family="arial" font-size="14.00">WireViz: 42XCD42A5</text>
|
||||
<polygon fill="#ffffff" stroke="black" points="961.5,-324 754,-324 754,-41.5 961.5,-41.5 961.5,-324"/>
|
||||
<polygon fill="none" stroke="black" points="754,-299.5 754,-324 961.5,-324 961.5,-299.5 754,-299.5"/>
|
||||
<text text-anchor="start" x="848.75" y="-306.7" font-family="arial" font-size="14.00">X2</text>
|
||||
<polygon fill="none" stroke="black" points="754,-275 754,-299.5 857.67,-299.5 857.67,-275 754,-275"/>
|
||||
<text text-anchor="start" x="761.21" y="-282.2" font-family="arial" font-size="14.00">Molex KK 254</text>
|
||||
<polygon fill="none" stroke="black" points="857.67,-275 857.67,-299.5 915.58,-299.5 915.58,-275 857.67,-275"/>
|
||||
<text text-anchor="start" x="864.88" y="-282.2" font-family="arial" font-size="14.00">female</text>
|
||||
<polygon fill="none" stroke="black" points="915.58,-275 915.58,-299.5 961.5,-299.5 961.5,-275 915.58,-275"/>
|
||||
<text text-anchor="start" x="922.79" y="-282.2" font-family="arial" font-size="14.00">7-pin</text>
|
||||
<polygon fill="none" stroke="black" points="754,-251 754,-275 846.25,-275 846.25,-251 754,-251"/>
|
||||
<text text-anchor="start" x="796" y="-257.7" font-family="arial" font-size="14.00">1</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-251 846.25,-275 961.5,-275 961.5,-251 846.25,-251"/>
|
||||
<text text-anchor="start" x="888.13" y="-257.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-227 754,-251 846.25,-251 846.25,-227 754,-227"/>
|
||||
<text text-anchor="start" x="796" y="-233.7" font-family="arial" font-size="14.00">2</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-227 846.25,-251 961.5,-251 961.5,-227 846.25,-227"/>
|
||||
<text text-anchor="start" x="888.5" y="-233.7" font-family="arial" font-size="14.00">VCC</text>
|
||||
<polygon fill="none" stroke="black" points="754,-203 754,-227 846.25,-227 846.25,-203 754,-203"/>
|
||||
<text text-anchor="start" x="796" y="-209.7" font-family="arial" font-size="14.00">3</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-203 846.25,-227 961.5,-227 961.5,-203 846.25,-203"/>
|
||||
<text text-anchor="start" x="893.75" y="-209.7" font-family="arial" font-size="14.00">RX</text>
|
||||
<polygon fill="none" stroke="black" points="754,-179 754,-203 846.25,-203 846.25,-179 754,-179"/>
|
||||
<text text-anchor="start" x="796" y="-185.7" font-family="arial" font-size="14.00">4</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-179 846.25,-203 961.5,-203 961.5,-179 846.25,-179"/>
|
||||
<text text-anchor="start" x="894.5" y="-185.7" font-family="arial" font-size="14.00">TX</text>
|
||||
<polygon fill="none" stroke="black" points="754,-155 754,-179 846.25,-179 846.25,-155 754,-155"/>
|
||||
<text text-anchor="start" x="796" y="-161.7" font-family="arial" font-size="14.00">5</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-155 846.25,-179 961.5,-179 961.5,-155 846.25,-155"/>
|
||||
<text text-anchor="start" x="888.13" y="-161.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-131 754,-155 846.25,-155 846.25,-131 754,-131"/>
|
||||
<text text-anchor="start" x="796" y="-137.7" font-family="arial" font-size="14.00">6</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-131 846.25,-155 961.5,-155 961.5,-131 846.25,-131"/>
|
||||
<text text-anchor="start" x="888.5" y="-137.7" font-family="arial" font-size="14.00">VCC</text>
|
||||
<polygon fill="none" stroke="black" points="754,-107 754,-131 846.25,-131 846.25,-107 754,-107"/>
|
||||
<text text-anchor="start" x="796" y="-113.7" font-family="arial" font-size="14.00">7</text>
|
||||
<polygon fill="none" stroke="black" points="846.25,-107 846.25,-131 961.5,-131 961.5,-107 846.25,-107"/>
|
||||
<text text-anchor="start" x="888.13" y="-113.7" font-family="arial" font-size="14.00">GND</text>
|
||||
<polygon fill="none" stroke="black" points="754,-82.5 754,-107 961.5,-107 961.5,-82.5 754,-82.5"/>
|
||||
<text text-anchor="start" x="785.38" y="-89.7" font-family="arial" font-size="14.00">Additional components</text>
|
||||
<polygon fill="none" stroke="black" points="754,-41.5 754,-82.5 961.5,-82.5 961.5,-41.5 754,-41.5"/>
|
||||
<text text-anchor="start" x="758" y="-65.2" font-family="arial" font-size="14.00">42 mm x LO1; LO2 x loopPartC</text>
|
||||
<text text-anchor="start" x="758" y="-48.7" font-family="arial" font-size="14.00">WireViz: 42XCD42A5</text>
|
||||
</g>
|
||||
<!-- W1--X2 -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>W1:e--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-264.25C673.97,-264.25 689.97,-264 754,-264"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M610,-266.25C674,-266.25 690,-266 754,-266"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-268.25C674.03,-268.25 690.03,-268 754,-268"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-266.25C673.41,-266.35 689.33,-261.1 754,-261"/>
|
||||
<path fill="none" stroke="#895956" stroke-width="2" d="M610,-268.25C674.04,-268.25 689.96,-263 754,-263"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-270.25C674.67,-270.15 690.59,-264.9 754,-265"/>
|
||||
</g>
|
||||
<!-- W1--X2 -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>W1:e--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-238.25C674.22,-238.26 690.22,-240.01 754,-240"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M610,-240.25C674,-240.25 690,-242 754,-242"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-242.25C673.78,-242.24 689.78,-243.99 754,-244"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-240.25C673.62,-240.29 689.58,-237.04 754,-237"/>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="M610,-242.25C674.02,-242.25 689.98,-239 754,-239"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-244.25C674.42,-244.21 690.38,-240.96 754,-241"/>
|
||||
</g>
|
||||
<!-- W1--X2 -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>W1:e--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-212.25C673.01,-213.07 687.75,-192.82 754,-192"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M610,-214.25C674.63,-214.25 689.37,-194 754,-194"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-216.25C676.25,-215.43 690.99,-195.18 754,-196"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-214.25C673.23,-215.28 687.27,-190.03 754,-189"/>
|
||||
<path fill="none" stroke="#ff8000" stroke-width="2" d="M610,-216.25C674.98,-216.25 689.02,-191 754,-191"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-218.25C676.73,-217.22 690.77,-191.97 754,-193"/>
|
||||
</g>
|
||||
<!-- W1--X2 -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>W1:e--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-186.25C677.18,-187.44 690.48,-217.19 754,-216"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M610,-188.25C675.35,-188.25 688.65,-218 754,-218"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-190.25C673.52,-189.07 686.82,-218.82 754,-220"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-188.25C676.68,-189.26 690.8,-214.01 754,-213"/>
|
||||
<path fill="none" stroke="#ffff00" stroke-width="2" d="M610,-190.25C674.94,-190.25 689.06,-215 754,-215"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M610,-192.25C673.2,-191.24 687.32,-215.99 754,-217"/>
|
||||
</g>
|
||||
<!-- X2--X2 -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>X2:w--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.37,-267.97C689.25,-280 559.75,-280 557.75,-218 559.75,-156 689.25,-156 754.37,-168.04"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-266C689.25,-278 559.75,-278 559.75,-218 559.75,-158 689.25,-158 754,-170"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.64,-264.04C689.25,-276 559.75,-276 561.75,-218 559.75,-160 689.25,-160 753.64,-171.97"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.76,-264.85C724.71,-277 666.12,-277 664.12,-215 666.12,-153 724.71,-153 754.76,-165.15"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-263C724.71,-275 666.12,-275 666.12,-215 666.12,-155 724.71,-155 754,-167"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.24,-261.15C724.71,-273 666.12,-273 668.12,-215 666.12,-157 724.71,-157 753.24,-168.85"/>
|
||||
<text text-anchor="middle" x="641" y="-177.7" font-family="arial" font-size="14.00">X2-LO1</text>
|
||||
</g>
|
||||
<!-- X2--X2 -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>X2:w--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.37,-171.97C689.25,-184 559.75,-184 557.75,-146 559.75,-108 689.25,-108 754.37,-120.04"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-170C689.25,-182 559.75,-182 559.75,-146 559.75,-110 689.25,-110 754,-122"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.64,-168.04C689.25,-180 559.75,-180 561.75,-146 559.75,-112 689.25,-112 753.64,-123.97"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.76,-168.85C724.71,-181 666.12,-181 664.12,-143 666.12,-105 724.71,-105 754.76,-117.15"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-167C724.71,-179 666.12,-179 666.12,-143 666.12,-107 724.71,-107 754,-119"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.24,-165.15C724.71,-177 666.12,-177 668.12,-143 666.12,-109 724.71,-109 753.24,-120.85"/>
|
||||
<text text-anchor="middle" x="641" y="-177.7" font-family="arial" font-size="14.00">X2-LO1</text>
|
||||
</g>
|
||||
<!-- X2--X2 -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>X2:w--X2:w</title>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.37,-243.97C689.25,-256 559.75,-256 557.75,-194 559.75,-132 689.25,-132 754.37,-144.04"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-242C689.25,-254 559.75,-254 559.75,-194 559.75,-134 689.25,-134 754,-146"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.64,-240.04C689.25,-252 559.75,-252 561.75,-194 559.75,-136 689.25,-136 753.64,-147.97"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M754.76,-240.85C724.71,-253 666.12,-253 664.12,-191 666.12,-129 724.71,-129 754.76,-141.15"/>
|
||||
<path fill="none" stroke="#ff66cc" stroke-width="2" d="M754,-239C724.71,-251 666.12,-251 666.12,-191 666.12,-131 724.71,-131 754,-143"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="2" d="M753.24,-237.15C724.71,-249 666.12,-249 668.12,-191 666.12,-133 724.71,-133 753.24,-144.85"/>
|
||||
<text text-anchor="middle" x="641" y="-177.7" font-family="arial" font-size="14.00">X2-LO2</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@ -14,14 +14,14 @@ connectors: # This is based on ex1 and adds some Loops to the connectors
|
||||
color: PK # The color of the short, can also be multicolor
|
||||
manufacturer: WireViz
|
||||
mpn: 42XCD42A5
|
||||
type: shortPartA
|
||||
type: loopPartA
|
||||
qty: 42 # The length or some other quantity
|
||||
unit: mm # The unit of the qty, in this example the length
|
||||
- references: LO2
|
||||
color: RDBUOGLB # multicolor example
|
||||
manufacturer: WireViz
|
||||
mpn: 42XCD42A5
|
||||
type: shortPartB
|
||||
type: loopPartB
|
||||
qty: 74
|
||||
unit: mm
|
||||
|
||||
@ -37,7 +37,7 @@ connectors: # This is based on ex1 and adds some Loops to the connectors
|
||||
color: PK
|
||||
manufacturer: WireViz
|
||||
mpn: 42XCD42A5
|
||||
type: shortPartC
|
||||
type: loopPartC
|
||||
qty: 21
|
||||
unit: mm
|
||||
|
||||
|
||||
@ -348,6 +348,7 @@ class Harness:
|
||||
dot.edge(
|
||||
f"{connector.name}:p{loopPins[i - 1]}{loop_side}:{loop_dir}",
|
||||
f"{connector.name}:p{loopPins[i]}{loop_side}:{loop_dir}",
|
||||
label=f"{connector.name}-{loopName}",
|
||||
)
|
||||
|
||||
# if len(connector.loops) > 0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user