~ubuntu-branches/ubuntu/trusty/fritzing/trusty-proposed

« back to all changes in this revision

Viewing changes to parts/core/SMD_Diode_STK_DO.fzp

  • Committer: Package Import Robot
  • Author(s): Enrique Hernández Bello
  • Date: 2012-11-11 21:38:56 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121111213856-0825ywdrtdcshl91
Tags: 0.7.10b-1
* New upstream version. Closes: #661495, #692998
* Removed useless patches.
* Removed SetupAPI.lib from sourceless files.
* Skip dfsg tarball creation if there are no sourceless files.
* Added libqt4-sql-sqlite to dependencies. Thanks to Tom Hummel <tom@bluespice.org>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.3.18" moduleId="e92ccfe0-3e83-4646-89d9-916162578685 ">
2
 
 <version>4</version>
3
 
 <author>Mr.T</author>
4
 
 <title>Schottky Diode</title>
5
 
 <label>D</label>
6
 
 <date>2011-01-07</date>
7
 
 <tags>
8
 
  <tag>diode</tag>
9
 
  <tag>schottky</tag>
10
 
  <tag>semiconductor</tag>
11
 
  <tag>fritzing core</tag>
12
 
 <tag>SMD</tag></tags>
13
 
 <properties>
14
 
  <property name="family">Diode</property>
15
 
  <property name="type">Schottky</property>
16
 
  <property name="part number">1N5817</property>
17
 
 <property name="package">Melf DO-213 AB [SMD]</property></properties>
18
 
 <description>A standard schottky barrier rectifier diode</description>
19
 
 <views>
20
 
  <iconView>
21
 
   <layers image="icon/basic-diode.svg">
22
 
    <layer layerId="icon"/>
23
 
   </layers>
24
 
  </iconView>
25
 
  <breadboardView fliphorizontal="true" flipvertical="true">
26
 
   <layers image="breadboard/diode.svg">
27
 
    <layer layerId="breadboard"/>
28
 
   </layers>
29
 
  </breadboardView>
30
 
  <schematicView>
31
 
   <layers image="schematic/diode_schottky.svg">
32
 
    <layer layerId="schematic"/>
33
 
   </layers>
34
 
  </schematicView>
35
 
  <pcbView>
36
 
   <layers image="pcb/SMD_Diode_MelfDO213AB.svg">
37
 
    <layer layerId="silkscreen"/>
38
 
   <layer layerId="copper1"/></layers>
39
 
  </pcbView>
40
 
 </views>
41
 
 <connectors>
42
 
  <connector id="connector0" name="cathode" type="male">
43
 
   <description>Cathode Pin</description>
44
 
   <views>
45
 
    <breadboardView>
46
 
     <p layer="breadboard" svgId="connector0pin"  legId="connector0leg" />
47
 
    </breadboardView>
48
 
    <schematicView>
49
 
     <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
50
 
    </schematicView>
51
 
    <pcbView>
52
 
     <p layer="copper1" svgId="connector0pin"/></pcbView>
53
 
   </views>
54
 
  </connector>
55
 
  <connector id="connector1" name="anode" type="male">
56
 
   <description>Anode Pin</description>
57
 
   <views>
58
 
    <breadboardView>
59
 
     <p layer="breadboard" svgId="connector1pin"  legId="connector1leg" />
60
 
    </breadboardView>
61
 
    <schematicView>
62
 
     <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
63
 
    </schematicView>
64
 
    <pcbView>
65
 
    <p layer="copper1" svgId="connector1pin"/>
66
 
    </pcbView>
67
 
   </views>
68
 
  </connector>
69
 
 </connectors>
70
 
</module>
 
 
b'\\ No newline at end of file'