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
43
44
45
46
47
48
49
50
51
52
53
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg id="svg2" xmlns="http://www.w3.org/2000/svg" height="60" width="60" version="1.0">
<!--
* CONNECTIONS: NON-INVERTING INPUT
* | INVERTING INPUT
* | | POSITIVE POWER SUPPLY
* | | | NEGATIVE POWER SUPPLY
* | | | | OUTPUT
* | | | | |
.SUBCKT UA741 1 2 3 4 5
-->
<g id="x" stroke="#000" stroke-width="2px" class="op-amp">
<metadata class="part" >
<wtx:part xmlns:wtx="/home/niel/Desktop/webtronics" >
<wtx:pins>
<wtx:analog>
<!--
all opamp models must be in this order
* CONNECTIONS: NON-INVERTING INPUT
* | INVERTING INPUT
* | | POSITIVE POWER SUPPLY
* | | | NEGATIVE POWER SUPPLY
* | | | | OPEN COLLECTOR OUTPUT
* | | | | |
.SUBCKT LM339 1 2 3 4 5
-->
<wtx:node index="1" x="0" y="10"/>
<wtx:node index="2" x="0" y="50"/>
<wtx:node index="5" x="60" y="30"/>
</wtx:analog>
</wtx:pins>
<wtx:id>x</wtx:id>
<wtx:type>x</wtx:type>
<wtx:name>op-amp</wtx:name>
<wtx:category>subcircuits</wtx:category>
<wtx:value></wtx:value>
<wtx:spice></wtx:spice>
<wtx:label></wtx:label>
<wtx:flip>true</wtx:flip>
<wtx:model></wtx:model>
</wtx:part>
</metadata>
<path id="path1887" fill="none" d="M50,30,10,60,10,0,50,30z"/>
<path id="path1889" d="M0,10,10,10"/>
<path id="path1893" d="M0,50,10,50"/>
<text id="text1895" y="20" x="15" font-size="12px" stroke-width="0px">+</text>
<path id="path2167" d="M50,30,60,30"/>
<text id="text1915" y="45" x="15" font-size="12px" stroke-width="0px">_</text>
<path id="path2" d="M30,0,30,15"/>
<path id="path2" d="M30,45,30,60"/>
</g>
</svg>
|