summaryrefslogtreecommitdiff
path: root/graphics/lcircuit/pfetw.mac
blob: 077ec5e9cd142950c97d46d9a79e006dbdfd43ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% P-channel FET WEST
\newsavebox{\pfetw}
\savebox{\pfetw}(8,8){
\begin{picture}(8.00,8.00)
\put(4.00,0.00){\line(0,1){2.00}}
\put(2.00,2.00){\line(0,1){4.00}}
\put(4.00,6.00){\line(0,1){2.00}}
\put(1.00,4.00){\line(-1,0){1.00}}
\put(1.50,4.00){\circle{1.00}}
\put(4.00,2.00){\line(-1,0){1.50}}
\put(4.00,6.00){\line(-1,0){1.50}}
\put(2.50,2.00){\line(0,1){4.00}}
\end{picture}
}