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

« back to all changes in this revision

Viewing changes to parts/obsolete/capacitor_tantalum_100uF.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="f9asdf12ce2b49029499a70593456637">
2
 
    <version replacedby="100milTantalumCapacitorModuleID">4</version>
3
 
    <author>Don Roberts (blog.gogozer.net)</author>
4
 
    <title>Tantalum Capacitor</title>
5
 
    <label>C</label>
6
 
    <date>2009-09-25</date>
7
 
    <tags>
8
 
        <tag>capacitor tantalum</tag>
9
 
        <tag>capacitor</tag>
10
 
        <tag>fritzing core</tag>
11
 
    </tags>
12
 
    <properties>
13
 
  <property name="family">Capacitor</property>
14
 
  <property name="Capacitance">100&#181;F</property>
15
 
  <property name="Capacitor Type">Tantalum</property>
16
 
  <property name="Rated Voltage">35V</property>
17
 
    <property name="package">THT</property></properties>
18
 
    <description>Tantalum capacitor.  Plus lead is usually marked and is usually the longer lead.</description>
19
 
    <views>
20
 
        <iconView>
21
 
            <layers image="icon/capacitor_tantalum.svg">
22
 
                <layer layerId="icon"/>
23
 
            </layers>
24
 
        </iconView>
25
 
        <breadboardView>
26
 
            <layers image="breadboard/capacitor_tantalum.svg">
27
 
                <layer layerId="breadboard"/>
28
 
            </layers>
29
 
        </breadboardView>
30
 
        <schematicView>
31
 
            <layers image="schematic/capacitor_polar.svg">
32
 
                <layer layerId="schematic"/>
33
 
            </layers>
34
 
        </schematicView>
35
 
        <pcbView>
36
 
            <layers image="pcb/radial_can_200mil.svg">
37
 
                <layer layerId="copper0"/>
38
 
              <layer layerId="silkscreen"/>
39
 
            <layer layerId="copper1"/></layers>
40
 
        </pcbView>
41
 
    </views>
42
 
    <connectors>
43
 
        <connector id="connector0" name="-" type="male">
44
 
            <description>negative side</description>
45
 
            <views>
46
 
                <breadboardView>
47
 
                    <p layer="breadboard" svgId="connector0pin" terminalId="connector0terminal"/>
48
 
                </breadboardView>
49
 
                <schematicView>
50
 
                    <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
51
 
                </schematicView>
52
 
                <pcbView>
53
 
                    <p layer="copper0" svgId="connector0pin"/>
54
 
                <p layer="copper1" svgId="connector0pin"/></pcbView>
55
 
            </views>
56
 
        </connector>
57
 
        <connector id="connector1" name="+" type="male">
58
 
            <description>positive side</description>
59
 
            <views>
60
 
                <breadboardView>
61
 
                    <p layer="breadboard" svgId="connector1pin" terminalId="connector1terminal"/>
62
 
                </breadboardView>
63
 
                <schematicView>
64
 
                    <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
65
 
                </schematicView>
66
 
                <pcbView>
67
 
                    <p layer="copper0" svgId="connector1pin"/>
68
 
                <p layer="copper1" svgId="connector1pin"/></pcbView>
69
 
            </views>
70
 
        </connector>
71
 
    </connectors>
72
 
</module>
 
 
b'\\ No newline at end of file'