summaryrefslogtreecommitdiff
path: root/OSCAD/Examples/bridgeRectifier/diode_D4.pstex
diff options
context:
space:
mode:
authorJayaram Pai2014-05-19 11:02:57 +0530
committerJayaram Pai2014-05-19 11:02:57 +0530
commit8377256e7d90aa7ba1cb51f6164e99f81e2eb53c (patch)
tree5afcc8e82d7f7d4f6fbff900520bd8f05eb343ca /OSCAD/Examples/bridgeRectifier/diode_D4.pstex
downloadFreeEDA-8377256e7d90aa7ba1cb51f6164e99f81e2eb53c.tar.gz
FreeEDA-8377256e7d90aa7ba1cb51f6164e99f81e2eb53c.tar.bz2
FreeEDA-8377256e7d90aa7ba1cb51f6164e99f81e2eb53c.zip
initial commit
Diffstat (limited to 'OSCAD/Examples/bridgeRectifier/diode_D4.pstex')
-rw-r--r--OSCAD/Examples/bridgeRectifier/diode_D4.pstex187
1 files changed, 187 insertions, 0 deletions
diff --git a/OSCAD/Examples/bridgeRectifier/diode_D4.pstex b/OSCAD/Examples/bridgeRectifier/diode_D4.pstex
new file mode 100644
index 0000000..2a9db44
--- /dev/null
+++ b/OSCAD/Examples/bridgeRectifier/diode_D4.pstex
@@ -0,0 +1,187 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: diode_ref.fig
+%%Creator: fig2dev Version 3.2 Patchlevel 5
+%%CreationDate: Tue Aug 28 14:11:31 2012
+%%For: yogesh@iml21.ee.iitb.ac.in (yogesh Save)
+%%BoundingBox: 0 0 147 83
+%Magnification: 1.0000
+%%EndComments
+/$F2psDict 200 dict def
+$F2psDict begin
+$F2psDict /mtrx matrix put
+/col-1 {0 setgray} bind def
+/col0 {0.000 0.000 0.000 srgb} bind def
+/col1 {0.000 0.000 1.000 srgb} bind def
+/col2 {0.000 1.000 0.000 srgb} bind def
+/col3 {0.000 1.000 1.000 srgb} bind def
+/col4 {1.000 0.000 0.000 srgb} bind def
+/col5 {1.000 0.000 1.000 srgb} bind def
+/col6 {1.000 1.000 0.000 srgb} bind def
+/col7 {1.000 1.000 1.000 srgb} bind def
+/col8 {0.000 0.000 0.560 srgb} bind def
+/col9 {0.000 0.000 0.690 srgb} bind def
+/col10 {0.000 0.000 0.820 srgb} bind def
+/col11 {0.530 0.810 1.000 srgb} bind def
+/col12 {0.000 0.560 0.000 srgb} bind def
+/col13 {0.000 0.690 0.000 srgb} bind def
+/col14 {0.000 0.820 0.000 srgb} bind def
+/col15 {0.000 0.560 0.560 srgb} bind def
+/col16 {0.000 0.690 0.690 srgb} bind def
+/col17 {0.000 0.820 0.820 srgb} bind def
+/col18 {0.560 0.000 0.000 srgb} bind def
+/col19 {0.690 0.000 0.000 srgb} bind def
+/col20 {0.820 0.000 0.000 srgb} bind def
+/col21 {0.560 0.000 0.560 srgb} bind def
+/col22 {0.690 0.000 0.690 srgb} bind def
+/col23 {0.820 0.000 0.820 srgb} bind def
+/col24 {0.500 0.190 0.000 srgb} bind def
+/col25 {0.630 0.250 0.000 srgb} bind def
+/col26 {0.750 0.380 0.000 srgb} bind def
+/col27 {1.000 0.500 0.500 srgb} bind def
+/col28 {1.000 0.630 0.630 srgb} bind def
+/col29 {1.000 0.750 0.750 srgb} bind def
+/col30 {1.000 0.880 0.880 srgb} bind def
+/col31 {1.000 0.840 0.000 srgb} bind def
+
+end
+save
+newpath 0 83 moveto 0 0 lineto 147 0 lineto 147 83 lineto closepath clip newpath
+-116.3 149.2 translate
+1 -1 scale
+
+/cp {closepath} bind def
+/ef {eofill} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth} bind def
+/tr {translate} bind def
+/tnt {dup dup currentrgbcolor
+ 4 -2 roll dup 1 exch sub 3 -1 roll mul add
+ 4 -2 roll dup 1 exch sub 3 -1 roll mul add
+ 4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
+ bind def
+/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
+ 4 -2 roll mul srgb} bind def
+ /DrawEllipse {
+ /endangle exch def
+ /startangle exch def
+ /yrad exch def
+ /xrad exch def
+ /y exch def
+ /x exch def
+ /savematrix mtrx currentmatrix def
+ x y tr xrad yrad sc 0 0 1 startangle endangle arc
+ closepath
+ savematrix setmatrix
+ } def
+
+/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
+/$F2psEnd {$F2psEnteredState restore end} def
+
+$F2psBegin
+10 setmiterlimit
+0 slj 0 slc
+ 0.06000 0.06000 sc
+%
+% Fig objects follow
+%
+%
+% here starts figure with depth 100
+% Polyline
+0 slj
+0 slc
+7.500 slw
+n 3450 1425 m 3450 1570 l 3375 1594 l 3525 1642 l 3375 1690 l 3525 1738 l
+ 3375 1786 l 3525 1834 l 3375 1882 l 3525 1930 l 3450 1954 l
+
+ 3450 2100 l gs col0 s gr
+% here ends figure;
+%
+% here starts figure with depth 50
+% Polyline
+0 slj
+0 slc
+7.500 slw
+n 3450 1425 m 3450 1350 l 4200 1350 l
+ 4200 1500 l gs col0 s gr
+% Polyline
+n 3450 2100 m 3450 2250 l 4200 2250 l
+ 4200 2025 l gs col0 s gr
+% Polyline
+n 3825 1350 m
+ 3825 1125 l gs col0 s gr
+% Polyline
+n 3825 2250 m
+ 3825 2475 l gs col0 s gr
+% Polyline
+n 2100 2250 m
+ 2100 2400 l gs col0 s gr
+% Polyline
+n 2100 1350 m
+ 2100 1200 l gs col0 s gr
+% Polyline
+n 2100 1200 m
+ 2100 1125 l gs col0 s gr
+% Polyline
+n 2100 2400 m
+ 2100 2475 l gs col0 s gr
+% here ends figure;
+%
+% here starts figure with depth 0
+% Ellipse
+7.500 slw
+n 4200 1800 165 165 0 360 DrawEllipse gs col-1 s gr
+
+% Polyline
+0 slj
+0 slc
+n 4125 1800 m
+ 4200 1875 l gs col-1 s gr
+% Polyline
+n 4275 1800 m
+ 4200 1875 l gs col-1 s gr
+% Polyline
+n 4200 1725 m
+ 4200 1875 l gs col-1 s gr
+% Polyline
+n 4200 1500 m
+ 4200 1650 l gs col-1 s gr
+% Polyline
+n 4200 1950 m
+ 4200 2100 l gs col-1 s gr
+% Polyline
+n 2101 2250 m
+ 2101 1950 l gs col-1 s gr
+% Polyline
+n 2101 1652 m
+ 2101 1352 l gs col-1 s gr
+% Polyline
+n 2250 1950 m
+ 1950 1950 l gs 0.00 setgray ef gr gs col-1 s gr
+% Polyline
+n 2101 1950 m 2250 1652 l 1950 1652 l
+ cp gs col7 1.00 shd ef gr gs col0 s gr
+% here ends figure;
+$F2psEnd
+rs
+showpage
+%%Trailer
+%EOF