Ajout du Capteur NF et ajout des commentaire des les elements

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@26 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
benoit
2006-11-18 18:14:26 +00:00
parent 6d92b1c49c
commit 423a586c75
16 changed files with 71 additions and 35 deletions

View File

@@ -1,7 +1,9 @@
<definition type="element" nom="Diode" width="25" height="45" hotspot_x="15" hotspot_y="25" orientation="dyyy">
<!--Diode-->
<polygone x1="-10" y1="-10" x2="10" y2="-10" x3="0" y3="10" antialias="true" style="normal" />
<ligne x1="0" y1="-20" x2="0" y2="20" antialias="false" style="normal" />
<ligne x1="-10" y1="10" x2="10" y2="10" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="s" x="0" y="20" />
<borne orientation="n" x="0" y="-20" />
</definition>

View File

@@ -1,10 +1,14 @@
<definition type="element" nom="Tyristor" width="40" height="40" hotspot_x="20" hotspot_y="20" orientation="dyyy">
<!--Diode-->
<polygone x1="-10" y1="-10" x2="10" y2="-10" x3="0" y3="10" antialias="true" style="normal" />
<ligne x1="0" y1="-20" x2="0" y2="20" antialias="false" style="normal" />
<ligne x1="-10" y1="10" x2="10" y2="10" antialias="false" style="normal" />
<!--Gachette-->
<ligne x1="-5" y1="10" x2="-10" y2="15" antialias="true" style="normal" />
<ligne x1="-10" y1="15" x2="-15" y2="15" antialias="false" style="normal" />
<!--Borne Diode-->
<borne orientation="s" x="0" y="20" />
<borne orientation="n" x="0" y="-20" />
<!--Borne Gachette-->
<borne orientation="o" x="-15" y="15" />
</definition>

View File

@@ -1,9 +1,12 @@
<definition type="element" nom="Zener" width="25" height="45" hotspot_x="15" hotspot_y="25" orientation="dyyy">
<!--Diode-->
<polygone x1="-10" y1="-10" x2="10" y2="-10" x3="0" y3="10" antialias="true" style="normal" />
<ligne x1="0" y1="-20" x2="0" y2="20" antialias="false" style="normal" />
<ligne x1="-10" y1="10" x2="10" y2="10" antialias="false" style="normal" />
<!--Zener-->
<ligne x1="-10" y1="10" x2="-10" y2="5" antialias="false" style="normal" />
<ligne x1="10" y1="10" x2="10" y2="15" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="s" x="0" y="20" />
<borne orientation="n" x="0" y="-20" />
</definition>