added two inverter to the oscillation example

This commit is contained in:
hneemann 2016-04-20 15:50:17 +02:00
parent 71c30c0956
commit b68570030c

View File

@ -1,54 +1,74 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<circuit> <circuit>
<version>1</version> <version>1</version>
<visualElements> <visualElements>
<visualElement> <visualElement>
<elementName>In</elementName> <elementName>In</elementName>
<elementAttributes/> <elementAttributes/>
<pos x="200" y="120"/> <pos x="240" y="120"/>
<rotate>0</rotate> <rotate>0</rotate>
</visualElement> </visualElement>
<visualElement> <visualElement>
<elementName>XOr</elementName> <elementName>XOr</elementName>
<elementAttributes/> <elementAttributes/>
<pos x="280" y="120"/> <pos x="280" y="120"/>
<rotate>0</rotate> <rotate>0</rotate>
</visualElement> </visualElement>
<visualElement> <visualElement>
<elementName>Out</elementName> <elementName>Out</elementName>
<elementAttributes/> <elementAttributes/>
<pos x="420" y="140"/> <pos x="520" y="140"/>
<rotate>0</rotate> <rotate>0</rotate>
</visualElement> </visualElement>
</visualElements> <visualElement>
<wires> <elementName>Not</elementName>
<wire> <elementAttributes/>
<p1 x="260" y="160"/> <pos x="360" y="140"/>
<p2 x="280" y="160"/> <rotate>0</rotate>
</wire> </visualElement>
<wire> <visualElement>
<p1 x="200" y="120"/> <elementName>Not</elementName>
<p2 x="280" y="120"/> <elementAttributes/>
</wire> <pos x="420" y="140"/>
<wire> <rotate>0</rotate>
<p1 x="260" y="200"/> </visualElement>
<p2 x="380" y="200"/> </visualElements>
</wire> <wires>
<wire> <wire>
<p1 x="340" y="140"/> <p1 x="260" y="160"/>
<p2 x="380" y="140"/> <p2 x="280" y="160"/>
</wire> </wire>
<wire> <wire>
<p1 x="380" y="140"/> <p1 x="260" y="180"/>
<p2 x="420" y="140"/> <p2 x="480" y="180"/>
</wire> </wire>
<wire> <wire>
<p1 x="260" y="160"/> <p1 x="240" y="120"/>
<p2 x="260" y="200"/> <p2 x="280" y="120"/>
</wire> </wire>
<wire> <wire>
<p1 x="380" y="140"/> <p1 x="460" y="140"/>
<p2 x="380" y="200"/> <p2 x="480" y="140"/>
</wire> </wire>
</wires> <wire>
<p1 x="340" y="140"/>
<p2 x="360" y="140"/>
</wire>
<wire>
<p1 x="400" y="140"/>
<p2 x="420" y="140"/>
</wire>
<wire>
<p1 x="480" y="140"/>
<p2 x="520" y="140"/>
</wire>
<wire>
<p1 x="480" y="140"/>
<p2 x="480" y="180"/>
</wire>
<wire>
<p1 x="260" y="160"/>
<p2 x="260" y="180"/>
</wire>
</wires>
</circuit> </circuit>