~ubuntu-branches/ubuntu/precise/fritzing/precise

« back to all changes in this revision

Viewing changes to parts/core/SMD_P-FET_DPak.fzp

  • Committer: Bazaar Package Importer
  • Author(s): Georges Khaznadar
  • Date: 2011-08-26 10:11:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110826101105-w5hmn7zcf93ig5v6
Tags: 0.6.3b-1
* upgrapded to the newer upstream version
* parameters of the function GraphicsUtils::distanceFromLine in 
  src/svg/groundplanegenerator.cpp:767 are now declared as doubles,
  which Closes: #636441
* the new version fixes src/utils/folderutils.cpp, which
  Closes: #636061

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.1.1255" moduleId="2c9e5d66-f353-4a21-8f61-adcea17c88ca-DPak">
 
2
 <version>0</version>
 
3
 <author>Mr.T</author>
 
4
 <title>Basic FET P-Channel</title>
 
5
 <label>Q</label>
 
6
 <date>2010-09-30</date>
 
7
 <tags>
 
8
  <tag>Transistor</tag>
 
9
  <tag>FET</tag>
 
10
  <tag>fritzing core</tag>
 
11
 <tag>SMD</tag></tags>
 
12
 <properties>
 
13
  <property name="package">DPak [SMD]</property>
 
14
  <property name="family">FET-Transistor</property>
 
15
  <property name="type">p-channel</property>
 
16
 </properties>
 
17
 <description>A MOSFET P-Channel Transistor</description>
 
18
 <views>
 
19
  <iconView>
 
20
   <layers image="icon/mosfet_p_channel_icon.svg">
 
21
    <layer layerId="icon"/>
 
22
   </layers>
 
23
  </iconView>
 
24
  <breadboardView>
 
25
   <layers image="breadboard/mosfet_p_channel.svg">
 
26
    <layer layerId="breadboard"/>
 
27
   </layers>
 
28
  </breadboardView>
 
29
  <schematicView>
 
30
   <layers image="schematic/fet_p.svg">
 
31
    <layer layerId="schematic"/>
 
32
   </layers>
 
33
  </schematicView>
 
34
  <pcbView>
 
35
   <layers image="pcb/SMD_DPak.svg">
 
36
    <layer layerId="silkscreen"/>
 
37
   <layer layerId="copper1"/></layers>
 
38
  </pcbView>
 
39
 </views>
 
40
 <connectors>
 
41
  <connector id="connector0" name="Gate" type="male">
 
42
   <description>gate</description>
 
43
   <views>
 
44
    <breadboardView>
 
45
     <p layer="breadboard" svgId="connector0pin"  legId="connector0leg"/>
 
46
    </breadboardView>
 
47
    <schematicView>
 
48
     <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
 
49
    </schematicView>
 
50
    <pcbView>
 
51
    <p layer="copper1" svgId="connector0pad"/></pcbView>
 
52
   </views>
 
53
  </connector>
 
54
  <connector id="connector1" name="drain" type="male">
 
55
   <description>drain</description>
 
56
   <views>
 
57
    <breadboardView>
 
58
     <p layer="breadboard" svgId="connector1pin"  legId="connector1leg"/>
 
59
    </breadboardView>
 
60
    <schematicView>
 
61
     <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
 
62
    </schematicView>
 
63
    <pcbView>
 
64
    <p layer="copper1" svgId="connector1pad"/></pcbView>
 
65
   </views>
 
66
  </connector>
 
67
  <connector id="connector2" name="source" type="male">
 
68
   <description>source</description>
 
69
   <views>
 
70
    <breadboardView>
 
71
     <p layer="breadboard" svgId="connector2pin" legId="connector2leg"/>
 
72
    </breadboardView>
 
73
    <schematicView>
 
74
     <p layer="schematic" svgId="connector2pin" terminalId="connector2terminal"/>
 
75
    </schematicView>
 
76
    <pcbView>
 
77
    <p layer="copper1" svgId="connector2pad"/></pcbView>
 
78
   </views>
 
79
  </connector>
 
80
 </connectors>
 
81
</module>
 
 
b'\\ No newline at end of file'