123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.1.1255" moduleId="2244EBEC21">
- <version replacedby="2244EBEC21e">4</version>
- <author>Stefan Hermann</author>
- <title>PNP-Transistor</title>
- <label>Q</label>
- <date>2008-10-10</date>
- <tags>
- <tag>pnp</tag>
- <tag>transistor</tag>
- <tag>signal transistor</tag>
- <tag>amplifier</tag>
- <tag>fritzing core</tag>
- </tags>
- <properties>
- <property name="package">TO92 [THT]</property>
- <property name="family">//obsolete// Bipolar Transistor</property>
- <property name="type">PNP</property>
- </properties>
- <description>A standard PNP signal transistor</description>
- <views>
- <iconView>
- <layers image="icon/basic_transistor_pnpicon.svg">
- <layer layerId="icon"/>
- </layers>
- </iconView>
- <breadboardView>
- <layers image="breadboard/transistor_pnp.svg">
- <layer layerId="breadboard"/>
- </layers>
- </breadboardView>
- <schematicView fliphorizontal="true" flipvertical="true">
- <layers image="schematic/basic_transistor_pnp.svg">
- <layer layerId="schematic"/>
- </layers>
- </schematicView>
- <pcbView>
- <layers image="pcb/TO92_3_100mil_pcb.svg">
- <layer layerId="copper0"/>
- <layer layerId="silkscreen"/>
- <layer layerId="copper1"/></layers>
- </pcbView>
- </views>
- <connectors>
- <connector id="connector0" name="E" type="male">
- <description>Emitter</description>
- <views>
- <breadboardView>
- <p layer="breadboard" svgId="connector0pin" legId="connector0leg"/>
- </breadboardView>
- <schematicView>
- <p layer="schematic" svgId="connector2pin" terminalId="connector2terminal"/>
- </schematicView>
- <pcbView>
- <p layer="copper0" svgId="connector2pin"/>
- <p layer="copper1" svgId="connector2pin"/></pcbView>
- </views>
- </connector>
- <connector id="connector1" name="B" type="male">
- <description>Base</description>
- <views>
- <breadboardView>
- <p layer="breadboard" svgId="connector1pin" legId="connector1leg"/>
- </breadboardView>
- <schematicView>
- <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
- </schematicView>
- <pcbView>
- <p layer="copper0" svgId="connector1pin"/>
- <p layer="copper1" svgId="connector1pin"/></pcbView>
- </views>
- </connector>
- <connector id="connector2" name="C" type="male">
- <description>Collector</description>
- <views>
- <breadboardView>
- <p layer="breadboard" svgId="connector2pin" legId="connector2leg"/>
- </breadboardView>
- <schematicView>
- <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
- </schematicView>
- <pcbView>
- <p layer="copper0" svgId="connector0pin"/>
- <p layer="copper1" svgId="connector0pin"/></pcbView>
- </views>
- </connector>
- </connectors>
- </module>
|