/usr/share/pcb/m4/transistor.m4 is in pcb-common 20140316-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | divert(-1)
#
# COPYRIGHT
#
# PCB, interactive printed circuit board design
# Copyright (C) 1994,1995,1996 Thomas Nau
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
# Contact addresses for paper mail and Email:
# Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany
# Thomas.Nau@rz.uni-ulm.de
#
#
# most data by Volker Bosch (bosch@iema.e-technik.uni-stuttgart.de
#
define(`Description_2N3055', `high-power NPN transistor')
define(`PinList_2N3055', ``E',`B',`C',`C'')
define(`Description_2N3904', `general purpose NPN transistor')
define(`PinList_2N3904', ``E',`B',`C'')
define(`Description_2N3906', `general purpose PNP transistor')
define(`PinList_2N3906', ``E',`B',`C'')
define(`Description_BC140', `bipolar transistor')
define(`PinList_BC140', ``E',`B',`C'')
define(`Description_BC160', `bipolar transistor')
define(`PinList_BC160', ``E',`B',`C'')
define(`Description_BC237', `bipolar-N transistor')
define(`PinList_BC237', ``E',`B',`C'')
define(`Description_BC307', `PNP general purpose transistor')
define(`PinList_BC307', ``E',`B',`C'')
define(`Description_BC327', `bipolar-P transistor')
define(`PinList_BC327', ``E',`B',`C'')
define(`Description_BC337', `bipolar-N transistor')
define(`PinList_BC337', ``E',`B',`C'')
define(`Description_BC516', `Darlington-P transistor')
define(`PinList_BC516', ``E',`B',`C'')
define(`Description_BC517', `Darlington-N transistor')
define(`PinList_BC517', ``E',`B',`C'')
define(`Description_BC546', `bipolar-N transistor')
define(`PinList_BC546', ``E',`B',`C'')
define(`Description_BC547', `bipolar-N transistor')
define(`PinList_BC547', ``E',`B',`C'')
define(`Description_BC548', `bipolar-N transistor')
define(`PinList_BC548', ``E',`B',`C'')
define(`Description_BC550', `bipolar-N transistor')
define(`PinList_BC550', ``E',`B',`C'')
define(`Description_BC556', `bipolar-P transistor')
define(`PinList_BC556', ``E',`B',`C'')
define(`Description_BC557', `bipolar-P transistor')
define(`PinList_BC557', ``E',`B',`C'')
define(`Description_BC558', `bipolar-P transistor')
define(`PinList_BC558', ``E',`B',`C'')
define(`Description_BC560', `bipolar-P transistor')
define(`PinList_BC560', ``E',`B',`C'')
define(`Description_BC635', `bipolar-N transistor')
define(`PinList_BC635', ``E',`B',`C'')
define(`Description_BC636', `bipolar-P transistor')
define(`PinList_BC636', ``E',`B',`C'')
define(`Description_MJE340', `bipolar-N transistor')
define(`PinList_MJE340', ``E',`C',`B', `C'')
define(`Description_MJE350', `bipolar-P transistor')
define(`PinList_MJE350', ``E',`C',`B', `C'')
# ---------------------------------------------------------------------------
# some MOSFETs
#
define(`Description_BS170', `N-MOSFET')
define(`PinList_BS170', ``D',`G',`S'')
define(`Description_BS240', `P-MOSFET')
define(`PinList_BS240', ``D',`G',`S'')
define(`Description_BUK453', `N-MOSFET')
define(`PinList_BUK453', ``G',`D',`S', `D'')
define(`Description_IRF830', `N-MOSFET')
define(`PinList_IRF830', ``G',`D',`S', `D'')
define(`Description_BS170', `N-MOSFET')
define(`PinList_BS170', ``D',`G',`S'')
divert(0)dnl
|