1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns="http://www.w3.org/2000/svg"
version="1.0"
width="60"
height="30"
>
<g connects="0,10;30,20;60,10"
stroke='black'
stroke-width='2px'
id="L"
class="tapcoil">
<metadata class="part" >
<wtx:part xmlns:wtx="/home/niel/Desktop/webtronics" >
<wtx:pins>
<wtx:analog>
<wtx:node index="1" x="0" y="10"/>
<wtx:node index="2" x="30" y="20"/>
<wtx:node index="3" x="60" y="10"/>
</wtx:analog>
</wtx:pins>
<wtx:id>l</wtx:id>
<wtx:type>l</wtx:type>
<wtx:name>tapcoil</wtx:name>
<wtx:category>inductors</wtx:category>
<wtx:flip></wtx:flip>
<wtx:value></wtx:value>
<wtx:label></wtx:label>
<wtx:spice></wtx:spice>
<wtx:model></wtx:model>
</wtx:part>
</metadata>
<path id="path2905" fill="none" d="m0,10,10,0s0-10,5-10,5,10,5,10,0-10,5-10,5,10,5,10,0-10,5-10,5,10,5,10,0-10,5-10,5,10,5,10h10"/>
<path
d="M30,10 , 30,20"
id="path3492"
/>
</g>
</svg>
|