diff options
author | Abhishek Patel | 2016-06-06 21:29:27 +0530 |
---|---|---|
committer | Abhishek Patel | 2016-06-06 21:29:27 +0530 |
commit | bc130a761f20f323009217f7b289118d7c2e1edd (patch) | |
tree | dc04ec56e9a42d19072b6bd56bc80bfa405bbec7 /views/webtronix_server/subcircuits/op-amp1.svg | |
parent | d9614421f4d162a7deb0849c3af0d6c30d57689d (diff) | |
download | eSimWebApp-bc130a761f20f323009217f7b289118d7c2e1edd.tar.gz eSimWebApp-bc130a761f20f323009217f7b289118d7c2e1edd.tar.bz2 eSimWebApp-bc130a761f20f323009217f7b289118d7c2e1edd.zip |
sources,mosfets,transistors,subcircuits category amended,digitalpins corrected
Diffstat (limited to 'views/webtronix_server/subcircuits/op-amp1.svg')
-rw-r--r-- | views/webtronix_server/subcircuits/op-amp1.svg | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/views/webtronix_server/subcircuits/op-amp1.svg b/views/webtronix_server/subcircuits/op-amp1.svg new file mode 100644 index 0000000..25a2771 --- /dev/null +++ b/views/webtronix_server/subcircuits/op-amp1.svg @@ -0,0 +1,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> |