File: transistor.m4

package info (click to toggle)
pcb 1%3A4.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 29,760 kB
  • sloc: ansic: 138,451; sh: 8,447; yacc: 5,135; pascal: 4,820; makefile: 2,039; perl: 580; lex: 439; awk: 116; lisp: 86; tcl: 63; xml: 20
file content (116 lines) | stat: -rwxr-xr-x 3,792 bytes parent folder | download | duplicates (2)
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.,
#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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